Module Name: src Committed By: bouyer Date: Fri May 20 19:33:39 UTC 2011
Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: tickets 1611-1621 To generate a diff of this commit: cvs rdiff -u -r1.1.2.78 -r1.1.2.79 src/doc/CHANGES-5.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.2 diff -u src/doc/CHANGES-5.2:1.1.2.78 src/doc/CHANGES-5.2:1.1.2.79 --- src/doc/CHANGES-5.2:1.1.2.78 Thu May 19 21:14:39 2011 +++ src/doc/CHANGES-5.2 Fri May 20 19:33:38 2011 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.2,v 1.1.2.78 2011/05/19 21:14:39 bouyer Exp $ +# $NetBSD: CHANGES-5.2,v 1.1.2.79 2011/05/20 19:33:38 bouyer Exp $ A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2 release: @@ -5160,3 +5160,76 @@ missing files [mbalmer, ticket #1610] +include/inttypes.h 1.7 +include/stddef.h 1.16 +include/stdlib.h 1.90 +include/wchar.h 1.28 + + Don't define wchar_t for c++; it is native in the language. + From Alexander Nasonov + [joerg, ticket #1611] + +sys/dev/pci/if_lii.c 1.10 + + PR/41258: Elias Benali: Try to get the ethernet address from the BIOS + before failing. + [dholland, ticket #1612] + +etc/MAKEDEV.tmpl 1.133 +share/man/man8/MAKEDEV.8 1.38 + + Make device node for altq JoBS. Should fix palindromic PR/43034. + [dholland, ticket #1613] + +usr.bin/patch/patch.c 1.28 + + Exit with EXIT_FAILURE for invalid arguments. PR 43517. + [dholland, ticket #1614] + +sys/dev/raidframe/rf_netbsdkintf.c 1.280 via patch + + PR/44340: Brian Buhrow: Raid sets containing wedges cannot be + unconfigured and reconfigured without a reboot. + [buhrow, ticket #1615] + +sys/sys/bitops.h 1.8 + + Use fls64() only for types strictly bigger than 4 bytes. + [jym, ticket #1616] + +sys/arch/x68k/dev/fd.c 1.94 via patch + + Fix hangup on the first floppy access since 2008. + Problem was reported by isaki@. + [tsutsui, ticket #1617] + +sys/kern/kern_acct.c 1.91 + + Fix up sign-compare issue checking for free space. Should fix PR 43413 + where accounting doesn't suspend properly. + [dholland, ticket #1618] + +sys/ufs/ufs/ufs_extattr.c 1.26 via patch + + The lwp member of struct componentname was removed a long time ago. + Fix broken build with UFS_EXTATTR_AUTOSTART by removing it here as well. + [manu, ticket #1619] + +sys/dev/usb/ehci.c 1.174 + + in alloc_sqtd_chain(), deal with the case where a data packet ends + exactly at a page boundary, and the FORCE_SHORT_XFER was set by the + client (which causes that an empty descriptor is needed to terminate + the transfer), from Gordon McNutt per PR kern/44883 + (fixed a bit differently than the proposed patch for aesthetical + reasons -- avoids the page pointer to come into unexpexted area earlier) + [drochner, ticket #1620] + +sys/arch/x68k/x68k/disksubr.c 1.34 + + Fix buffer overrun in readdisklabel(9) (and writedisklabel(9)) + that causes unexpected panic during installation and + DIAGNOSTIC pool assertions. + Also fix bp->b_flags in writedisklabel(9) error path. + [tsutsui, ticket #1621] +