Module Name: src Committed By: sborrill Date: Mon Feb 3 11:55:03 UTC 2014
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket #1023 To generate a diff of this commit: cvs rdiff -u -r1.1.2.81 -r1.1.2.82 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-6.2 diff -u src/doc/CHANGES-6.2:1.1.2.81 src/doc/CHANGES-6.2:1.1.2.82 --- src/doc/CHANGES-6.2:1.1.2.81 Wed Jan 15 10:07:13 2014 +++ src/doc/CHANGES-6.2 Mon Feb 3 11:55:03 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.81 2014/01/15 10:07:13 bouyer Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.82 2014/02/03 11:55:03 sborrill Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -1262,3 +1262,17 @@ external/bsd/bind/dist/bin/named/query.c when serving NSEC3 signed zones. [RT #35120] [spz, ticket #1016] +lib/libc/gen/posix_spawn.3 1.5 +lib/libc/gen/posix_spawn_file_actions_addopen.3 1.4 +lib/libc/gen/posix_spawn_file_actions_init.3 1.4 +lib/libc/gen/posix_spawn_fileactions.c 1.3 +sys/compat/netbsd32/netbsd32_execve.c 1.38 +sys/kern/kern_exec.c 1.373 + + Limit the amount of kernel memory a posix_spawn syscall can use + (for handling the file action list) by limiting the maximum number + of file actions to twice the current file descriptor limit. Fix a + few bugs in the support functions and document the new limit. From + Maxime Villard. + [martin, ticket #1023] +