Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc Ticket #1023
details: https://anonhg.NetBSD.org/src/rev/e679b6ffad6a
branches: netbsd-6
changeset: 776557:e679b6ffad6a
user: sborrill <sborrill%NetBSD.org@localhost>
date: Mon Feb 03 11:55:03 2014 +0000
description:
Ticket #1023
diffstat:
doc/CHANGES-6.2 | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 061e00c4a110 -r e679b6ffad6a doc/CHANGES-6.2
--- a/doc/CHANGES-6.2 Mon Feb 03 11:54:02 2014 +0000
+++ b/doc/CHANGES-6.2 Mon Feb 03 11:55:03 2014 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index