Fri Jun 19 21:42:15 2009 UTC ()
Tickets 820 and 822.


(snj)
diff -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-5.0.1

cvs diff -r1.1.2.24 -r1.1.2.25 src/doc/Attic/CHANGES-5.0.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.0.1 2009/06/17 21:34:45 1.1.2.24
+++ src/doc/Attic/CHANGES-5.0.1 2009/06/19 21:42:15 1.1.2.25
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.0.1,v 1.1.2.24 2009/06/17 21:34:45 bouyer Exp $ 1# $NetBSD: CHANGES-5.0.1,v 1.1.2.25 2009/06/19 21:42:15 snj Exp $
2 2
3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1 3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1
4release: 4release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 5.0.0_PATCH. 9 Welcome to 5.0.0_PATCH.
10 [snj] 10 [snj]
11 11
12sys/kern/uipc_socket.c 1.189 12sys/kern/uipc_socket.c 1.189
13 13
14 PR kern/41311: Mutex error: mutex_vector_enter: locking against myself 14 PR kern/41311: Mutex error: mutex_vector_enter: locking against myself
@@ -433,13 +433,23 @@ lib/libpam/modules/pam_unix/pam_unix.c  @@ -433,13 +433,23 @@ lib/libpam/modules/pam_unix/pam_unix.c
433 433
434sys/kern/sys_generic.c 1.122 via patch 434sys/kern/sys_generic.c 1.122 via patch
435 435
436 Updates to f_flag need to be made with atomics. 436 Updates to f_flag need to be made with atomics.
437 [rmind, ticket #811] 437 [rmind, ticket #811]
438 438
439sys/kern/tty_pty.c 1.117 439sys/kern/tty_pty.c 1.117
440 440
441 Writes on the controlling tty were not being awoken from blocks, 441 Writes on the controlling tty were not being awoken from blocks,
442 use the correct condvar to make this happen. 442 use the correct condvar to make this happen.
443 this fixes PR/41566 443 this fixes PR/41566
444 [plunky, ticket #807] 444 [plunky, ticket #807]
445 445
 446distrib/hp300/miniroot/install.md 1.14
 447
 448 Make hp300's install.md script probe cd(4) devices properly.
 449 [tsutsui, ticket #820]
 450
 451sys/compat/linux/common/linux_sched.c 1.59
 452
 453 In linux_sys_sched_getaffinity(), do not leak memory on error.
 454 [njoly, ticket #822]
 455