Thu Aug 29 16:58:40 2019 UTC ()
Tickets #120 and #121


(martin)
diff -r1.1.2.32 -r1.1.2.33 src/doc/CHANGES-9.0

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

--- src/doc/Attic/CHANGES-9.0 2019/08/29 06:46:44 1.1.2.32
+++ src/doc/Attic/CHANGES-9.0 2019/08/29 16:58:40 1.1.2.33
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.0,v 1.1.2.32 2019/08/29 06:46:44 msaitoh Exp $ 1# $NetBSD: CHANGES-9.0,v 1.1.2.33 2019/08/29 16:58:40 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
@@ -2246,13 +2246,65 @@ usr.sbin/sysinst/util.c 1.32 @@ -2246,13 +2246,65 @@ usr.sbin/sysinst/util.c 1.32
2246 (i.e. / is mounted read-only) 2246 (i.e. / is mounted read-only)
2247 [martin, ticket #123] 2247 [martin, ticket #123]
2248 2248
2249usr.sbin/sysinst/mbr.c 1.21 2249usr.sbin/sysinst/mbr.c 1.21
2250 2250
2251 When requesting no special FS sub type, default to FAT32 with LBA. 2251 When requesting no special FS sub type, default to FAT32 with LBA.
2252 Fixes one part of PR 54490. 2252 Fixes one part of PR 54490.
2253 [martin, ticket #125] 2253 [martin, ticket #125]
2254 2254
2255usr.sbin/sysinst/bsddisklabel.c 1.27 2255usr.sbin/sysinst/bsddisklabel.c 1.27
2256 2256
2257 Remove dead (#if 0) code. 2257 Remove dead (#if 0) code.
2258 [martin, ticket #130] 2258 [martin, ticket #130]
 2259
 2260distrib/sets/lists/tests/mi 1.819
 2261tests/usr.bin/c++/Makefile 1.12
 2262tests/usr.bin/c++/t_fuzzer_oom.sh 1.1,1.2
 2263tests/usr.bin/c++/t_fuzzer_simple.sh 1.1,1.2
 2264tests/usr.bin/c++/t_fuzzer_timeout.sh 1.1,1.2
 2265tests/usr.bin/c++/t_msan_allocated_memory.sh 1.1,1.2
 2266tests/usr.bin/c++/t_msan_check_mem.sh 1.1,1.2
 2267tests/usr.bin/c++/t_msan_free.sh 1.1,1.2
 2268tests/usr.bin/c++/t_msan_heap.sh 1.1,1.2
 2269tests/usr.bin/c++/t_msan_partial_poison.sh 1.1,1.2
 2270tests/usr.bin/c++/t_msan_poison.sh 1.1,1.2
 2271tests/usr.bin/c++/t_msan_realloc.sh 1.1,1.2
 2272tests/usr.bin/c++/t_msan_shadow.sh 1.1,1.2
 2273tests/usr.bin/c++/t_msan_stack.sh 1.1,1.2
 2274tests/usr.bin/c++/t_msan_unpoison.sh 1.1,1.2
 2275tests/usr.bin/c++/t_tsan_data_race.sh 1.1,1.2
 2276tests/usr.bin/c++/t_tsan_heap_use_after_free.sh 1.1,1.2
 2277tests/usr.bin/c++/t_tsan_lock_order_inversion.sh 1.1,1.2
 2278tests/usr.bin/c++/t_tsan_locked_mutex_destroy.sh 1.1,1.2
 2279tests/usr.bin/c++/t_tsan_signal_errno.sh 1.1,1.2
 2280tests/usr.bin/c++/t_tsan_thread_leak.sh 1.1,1.2
 2281tests/usr.bin/c++/t_tsan_vptr_race.sh 1.1,1.2
 2282tests/usr.bin/cc/Makefile 1.8
 2283tests/usr.bin/cc/t_fuzzer_oom.sh 1.1,1.2
 2284tests/usr.bin/cc/t_fuzzer_simple.sh 1.1,1.2
 2285tests/usr.bin/cc/t_fuzzer_timeout.sh 1.1,1.2
 2286tests/usr.bin/cc/t_msan_allocated_memory.sh 1.1,1.2
 2287tests/usr.bin/cc/t_msan_check_mem.sh 1.1,1.2
 2288tests/usr.bin/cc/t_msan_free.sh 1.1,1.2
 2289tests/usr.bin/cc/t_msan_heap.sh 1.1,1.2
 2290tests/usr.bin/cc/t_msan_partial_poison.sh 1.1,1.2
 2291tests/usr.bin/cc/t_msan_poison.sh 1.1,1.2
 2292tests/usr.bin/cc/t_msan_realloc.sh 1.1,1.2
 2293tests/usr.bin/cc/t_msan_shadow.sh 1.1,1.2
 2294tests/usr.bin/cc/t_msan_stack.sh 1.1,1.2
 2295tests/usr.bin/cc/t_msan_unpoison.sh 1.1,1.2
 2296tests/usr.bin/cc/t_tsan_data_race.sh 1.1,1.2
 2297tests/usr.bin/cc/t_tsan_heap_use_after_free.sh 1.1,1.2
 2298tests/usr.bin/cc/t_tsan_lock_order_inversion.sh 1.1,1.2
 2299tests/usr.bin/cc/t_tsan_locked_mutex_destroy.sh 1.1,1.2
 2300tests/usr.bin/cc/t_tsan_signal_errno.sh 1.1,1.2
 2301tests/usr.bin/cc/t_tsan_thread_leak.sh 1.1,1.2
 2302
 2303 Add ATF c and c++ tests for TSan, MSan, libFuzzer.
 2304 [kamil, ticket #120]
 2305
 2306distrib/i386/ramdisks/common/Makefile.ramdisk 1.14
 2307
 2308 Set NOSANITIZER in i386 ramdisk image.
 2309 [kamil, ticket #121]
 2310