Fri Feb 21 12:28:05 2014 UTC ()
Ticket #1033


(sborrill)
diff -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.0.5

cvs diff -r1.1.2.3 -r1.1.2.4 src/doc/Attic/CHANGES-6.0.5 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.0.5 2014/02/14 23:27:57 1.1.2.3
+++ src/doc/Attic/CHANGES-6.0.5 2014/02/21 12:28:04 1.1.2.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0.5,v 1.1.2.3 2014/02/14 23:27:57 bouyer Exp $ 1# $NetBSD: CHANGES-6.0.5,v 1.1.2.4 2014/02/21 12:28:04 sborrill Exp $
2 2
3A complete list of changes from the NetBSD 6.0.4 release to the NetBSD 6.0.5 3A complete list of changes from the NetBSD 6.0.4 release to the NetBSD 6.0.5
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 6.0.4_PATCH. 10 Welcome to 6.0.4_PATCH.
11 [bouyer] 11 [bouyer]
12 12
13lib/libc/gen/posix_spawn.3 1.5 13lib/libc/gen/posix_spawn.3 1.5
14lib/libc/gen/posix_spawn_file_actions_addopen.3 1.4 14lib/libc/gen/posix_spawn_file_actions_addopen.3 1.4
@@ -19,13 +19,19 @@ sys/kern/kern_exec.c 1.373 @@ -19,13 +19,19 @@ sys/kern/kern_exec.c 1.373
19 19
20 Limit the amount of kernel memory a posix_spawn syscall can use 20 Limit the amount of kernel memory a posix_spawn syscall can use
21 (for handling the file action list) by limiting the maximum number 21 (for handling the file action list) by limiting the maximum number
22 of file actions to twice the current file descriptor limit. Fix a 22 of file actions to twice the current file descriptor limit. Fix a
23 few bugs in the support functions and document the new limit. From 23 few bugs in the support functions and document the new limit. From
24 Maxime Villard. 24 Maxime Villard.
25 [martin, ticket #1023] 25 [martin, ticket #1023]
26 26
27sys/kern/exec_elf.c 1.55 27sys/kern/exec_elf.c 1.55
28 28
29 Fix memory leak on bogus ELF binary. 29 Fix memory leak on bogus ELF binary.
30 [maxv, ticket #1028] 30 [maxv, ticket #1028]
31 31
 32sys/arch/atari/dev/ite.c 1.72
 33
 34 Fix kernel crash when a user tries to switch to nonexistent
 35 terminal. Fixes PR/48599.
 36 [tsutsui, ticket #1033]
 37