Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-0]: src/doc Ticket #1023



details:   https://anonhg.NetBSD.org/src/rev/6bdf057b5e76
branches:  netbsd-6-0
changeset: 774916:6bdf057b5e76
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Mon Feb 03 11:56:46 2014 +0000

description:
Ticket #1023

diffstat:

 doc/CHANGES-6.0.5 |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 31f7e41cfcb2 -r 6bdf057b5e76 doc/CHANGES-6.0.5
--- a/doc/CHANGES-6.0.5 Mon Feb 03 11:56:20 2014 +0000
+++ b/doc/CHANGES-6.0.5 Mon Feb 03 11:56:46 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.5,v 1.1.2.1 2014/01/27 21:25:27 bouyer Exp $
+# $NetBSD: CHANGES-6.0.5,v 1.1.2.2 2014/02/03 11:56:46 sborrill Exp $
 
 A complete list of changes from the NetBSD 6.0.4 release to the NetBSD 6.0.5
 release:
@@ -10,3 +10,17 @@
        Welcome to 6.0.4_PATCH.
        [bouyer]
 
+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]
+



Home | Main Index | Thread Index | Old Index