Wed Aug 7 08:29:46 2019 UTC ()
Tickets #24 and #25


(martin)
diff -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-9.0

cvs diff -r1.1.2.7 -r1.1.2.8 src/doc/Attic/CHANGES-9.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.0 2019/08/06 16:24:59 1.1.2.7
+++ src/doc/Attic/CHANGES-9.0 2019/08/07 08:29:46 1.1.2.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.0,v 1.1.2.7 2019/08/06 16:24:59 martin Exp $ 1# $NetBSD: CHANGES-9.0,v 1.1.2.8 2019/08/07 08:29:46 martin Exp $
2 2
3A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 3A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
4until the 9.0 release: 4until the 9.0 release:
5 5
6doc/CHANGES-9.0 patched by hand 6doc/CHANGES-9.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9external/gpl2/groff/tmac/mdoc.local patched by hand 9external/gpl2/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 9.0_BETA! 12 Welcome to 9.0_BETA!
13 13
14distrib/utils/libhack/multibyte.c 1.9 14distrib/utils/libhack/multibyte.c 1.9
@@ -283,14 +283,29 @@ sys/kern/kern_proc.c 1.234 @@ -283,14 +283,29 @@ sys/kern/kern_proc.c 1.234
283 [kamil, ticket #20] 283 [kamil, ticket #20]
284 284
285sys/arch/i386/i386/process_machdep.c 1.94 285sys/arch/i386/i386/process_machdep.c 1.94
286 286
287 Do not dereference user pointer in ptrace_machdep_dorequest()/i386, 287 Do not dereference user pointer in ptrace_machdep_dorequest()/i386,
288 always use copyin(9) for reading user memory. 288 always use copyin(9) for reading user memory.
289 [kamil, ticket #21] 289 [kamil, ticket #21]
290 290
291sys/sys/event.h 1.33 291sys/sys/event.h 1.33
292 292
293 Make EV_SET() casts compatible with the C++ code. 293 Make EV_SET() casts compatible with the C++ code.
294 [kamil, ticket #22] 294 [kamil, ticket #22]
295 295
 296bin/ps/keyword.c 1.57
 297bin/ps/ps.1 1.110
 298
 299 Restore maxrss, idrss, isrss, ixrss printing in ps(1)
 300 [kamil, ticket #24]
 301
 302sys/net/npf/npf.c 1.39
 303sys/net/npf/npf_conn.c 1.28,1.29
 304sys/net/npf/npf_conn.h 1.17
 305
 306 - Introduce an npf_conn_destroy_idx() that can handle partially
 307 constructed conn structures.
 308 - npf_conn_init(): fix a race when initialising the G/C thread.
 309 - Fix a bug when partially initialised connection is destroyed on error.
 310 [rmind, ticket #25]
296 311