svn commit: r225125 - head/sys/dev/ath/ath_hal/ar5416

2011-08-23 Thread Adrian Chadd
Author: adrian Date: Wed Aug 24 00:45:53 2011 New Revision: 225125 URL: http://svn.freebsd.org/changeset/base/225125 Log: TIM/Timer fixes for AR5416 and later: * Fix SLEEP1/SLEEP2 register definitions; the CAB/Beacon timeout fields have changed in AR5416 and later * The TIM_PERIOD and

svn commit: r225122 - head/sys/boot/forth

2011-08-23 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Tue Aug 23 20:25:11 2011 New Revision: 225122 URL: http://svn.freebsd.org/changeset/base/225122 Log: Add kern.cam.boot_delay description (with reasonable default) to default/loader.conf This should help people installing ${OS} to USB devices, where ther

svn commit: r225121 - head/usr.sbin/makefs

2011-08-23 Thread Martin Matuska
Author: mm Date: Tue Aug 23 19:49:06 2011 New Revision: 225121 URL: http://svn.freebsd.org/changeset/base/225121 Log: Fix buffer overflow and possible ISO image corruption in wrong handling of "." character case in makefs ISO level 1 and 2 filename conversion. Filed as NetBSD PR #45285

svn commit: r225120 - head/etc/rc.d

2011-08-23 Thread Xin LI
Author: delphij Date: Tue Aug 23 19:29:11 2011 New Revision: 225120 URL: http://svn.freebsd.org/changeset/base/225120 Log: Honor WITHOUT_IPX when installing etc/rc.d/ipxrouted. MFC after:1 week Approved by: re (kib) Modified: head/etc/rc.d/Makefile Modified: head/etc/rc.d/Makefil

svn commit: r225113 - head/usr.bin/nfsstat

2011-08-23 Thread Rick Macklem
Author: rmacklem Date: Tue Aug 23 13:44:56 2011 New Revision: 225113 URL: http://svn.freebsd.org/changeset/base/225113 Log: Fix nfsstat(1) so that it prints out correct stats for the new NFS server when the "-e" option is not used. The bug was that srvrpccnt[] was being indexed by NFSPROC_XX

svn commit: r225111 - head/sys/dev/ath/ath_hal/ar5416

2011-08-23 Thread Adrian Chadd
Author: adrian Date: Tue Aug 23 13:36:09 2011 New Revision: 225111 URL: http://svn.freebsd.org/changeset/base/225111 Log: These timer registers are all 1uS in resolution in AR5416 or later. Previous hardware had some as TU, some as 1/8th TU. * Modify AR_NEXT_DBA and AR_NEXT_SWBA to use

svn commit: r225109 - head/usr.bin/nfsstat

2011-08-23 Thread Rick Macklem
Author: rmacklem Date: Tue Aug 23 13:17:09 2011 New Revision: 225109 URL: http://svn.freebsd.org/changeset/base/225109 Log: Fix nfsstat(1) so that it prints out correct stats for the new NFS server when the "-w" option is used. The problem was spotted by hrs@ during testing where srvrpcnt[]

svn commit: r225104 - head/sys/ufs/ufs

2011-08-23 Thread Andrey V. Elsukov
Author: ae Date: Tue Aug 23 08:47:27 2011 New Revision: 225104 URL: http://svn.freebsd.org/changeset/base/225104 Log: Fix lock leak. Reported by: Alex Lyashkov Approved by: re (kib) MFC after:1 week Modified: head/sys/ufs/ufs/ufs_extattr.c Modified: head/sys/ufs/ufs/ufs_extatt