Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/77464f4dab9e
branches:  netbsd-6-1
changeset: 775918:77464f4dab9e
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Mon Feb 03 11:57:55 2014 +0000

description:
Ticket #1023

diffstat:

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

diffs (27 lines):

diff -r fa44a0c5c7bc -r 77464f4dab9e doc/CHANGES-6.1.4
--- a/doc/CHANGES-6.1.4 Mon Feb 03 11:57:24 2014 +0000
+++ b/doc/CHANGES-6.1.4 Mon Feb 03 11:57:55 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.4,v 1.1.2.1 2014/01/27 21:27:50 bouyer Exp $
+# $NetBSD: CHANGES-6.1.4,v 1.1.2.2 2014/02/03 11:57:55 sborrill Exp $
 
 A complete list of changes from the NetBSD 6.1.3 release to the NetBSD 6.1.4
 release:
@@ -10,3 +10,17 @@
        Welcome to 6.1.3_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