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
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
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
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
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
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
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[]
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