Fri Dec 18 07:36:03 2009 UTC ()
Tickets 1175, 1180, 1181, 1184, and 1192-1196.


(snj)
diff -r1.1.2.161 -r1.1.2.162 src/doc/CHANGES-5.1

cvs diff -r1.1.2.161 -r1.1.2.162 src/doc/Attic/CHANGES-5.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.1 2009/12/11 09:37:30 1.1.2.161
+++ src/doc/Attic/CHANGES-5.1 2009/12/18 07:36:02 1.1.2.162
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.1,v 1.1.2.161 2009/12/11 09:37:30 sborrill Exp $ 1# $NetBSD: CHANGES-5.1,v 1.1.2.162 2009/12/18 07:36:02 snj Exp $
2 2
3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.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_STABLE. 9 Welcome to 5.0_STABLE.
10 [snj] 10 [snj]
11 11
12sys/arch/i386/conf/ALL 1.187 12sys/arch/i386/conf/ALL 1.187
13sys/arch/i386/conf/GENERIC 1.922 13sys/arch/i386/conf/GENERIC 1.922
14sys/dev/pci/files.pci 1.309 14sys/dev/pci/files.pci 1.309
@@ -15576,13 +15576,77 @@ lib/libcurses/keypad.c 1.11 @@ -15576,13 +15576,77 @@ lib/libcurses/keypad.c 1.11
15576 15576
15577 Make keypad return an int instead of nothing, as the SUS and even 15577 Make keypad return an int instead of nothing, as the SUS and even
15578 curses_input(3) [!] say it should. 15578 curses_input(3) [!] say it should.
15579 [drochner, ticket #1190] 15579 [drochner, ticket #1190]
15580 15580
15581sbin/raidctl/raidctl.c 1.43 15581sbin/raidctl/raidctl.c 1.43
15582 15582
15583 Slight change to the wording of the parity map info: the parity 15583 Slight change to the wording of the parity map info: the parity
15584 is "marked clean" after however much inactivity; it is *actually* 15584 is "marked clean" after however much inactivity; it is *actually*
15585 clean as soon as the component disks all do their thing (on the 15585 clean as soon as the component disks all do their thing (on the
15586 order of ms, usually), just the same as before. 15586 order of ms, usually), just the same as before.
15587 [tron, ticket #1191] 15587 [tron, ticket #1191]
15588 15588
 15589sys/dev/pci/pcidevs 1.1003
 15590sys/dev/pci/pcidevs.h regen
 15591sys/dev/pci/pcidevs_data.h regen
 15592sys/dev/pci/piixide.c 1.52
 15593
 15594 Add Intel 3400 devices. Add support to piixide(4).
 15595 [sborrill, ticket #1175]
 15596
 15597sys/arch/x86/x86/coretemp.c 1.13
 15598
 15599 CPU model and CPU extended model cannot simply be summed; the
 15600 extended model differentiates different CPUs within a given model
 15601 type (i.e., model 0xe with extended model 0x1 is NOT the same as a
 15602 model 0xf). Modern Xeons do not support MSR_IA32_EXT_CONFIG, so
 15603 use model and extended model correctly to avoid it
 15604 [sborrill, ticket #1180]
 15605
 15606sys/arch/x86/x86/intel_busclock.c 1.9
 15607
 15608 Interim workaround for modern Xeons that don't have the simplistic
 15609 view of bus speed and therefore do not support MSR_FSB_FREQ (e.g.,
 15610 X3400).
 15611 [sborrill, ticket #1181]
 15612
 15613sys/fs/puffs/puffs_vnops.c 1.141 via patch
 15614
 15615 Push all information cached in the vnode to the file server before
 15616 issuing INACTIVE. PR kern/42194. Also, send setattr in fsync
 15617 asynchronously if FSYNC_WAIT is not set.
 15618 [pooka, ticket #1184]
 15619
 15620usr.bin/btkey/device.c 1.3
 15621usr.bin/btkey/btkey.c 1.3
 15622
 15623 - If HCI commands fail (CommandComplete status != 0) then indicate
 15624 ENODEV "Operation Not Supported by Device" rather than random errno.
 15625 - Accept uppercase hex digits when parsing a provided key.
 15626 [plunky, ticket #1192]
 15627
 15628sys/arch/sparc64/dev/lom.c 1.4
 15629
 15630 Merge change of OpenBSD rev 1.20: Remove debug printf and properly
 15631 dequeue command instead when a read times out on LOMLite2.
 15632 [nakayama, ticket #1193]
 15633
 15634usr.bin/less/less/cmdbuf.c 1.8
 15635
 15636 Don't attempt to read or write ~/.lesshst if it's not a regular file
 15637 or a symlink to a regular file. Previously, symlinking to /dev/null
 15638 would cause less to trash /dev/null if run with sufficient
 15639 privileges, as seen in PR misc/42237.
 15640 [dholland, ticket #1194]
 15641
 15642etc/defaults/rc.conf 1.107
 15643
 15644 Make rtsold_flags default to -a as per PR 39657.
 15645 [dholland, ticket #1195]
 15646
 15647sys/sys/stat.h 1.59
 15648
 15649 Parenthesize S_IS*() macro arguments to prevent breakage with
 15650 certain arguments - see PR 41919.
 15651 [dholland, ticket #1196]
 15652