svn commit: r209371 - in head/sys: amd64/amd64 amd64/include conf dev/acpica i386/i386 i386/include isa kern pc98/cbus sys x86/isa x86/x86

2010-06-20 Thread Alexander Motin
Author: mav Date: Sun Jun 20 21:33:29 2010 New Revision: 209371 URL: http://svn.freebsd.org/changeset/base/209371 Log: Implement new event timers infrastructure. It provides unified APIs for writing event timer drivers, for choosing best possible drivers by machine independent code and for o

svn commit: r209369 - head/sys/powerpc/aim

2010-06-20 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Jun 20 16:56:48 2010 New Revision: 209369 URL: http://svn.freebsd.org/changeset/base/209369 Log: Temporarily disable instruction relocation while setting up the kernel's IBAT entry in early boot in order to prevent possible faults from races between the instructi

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

2010-06-20 Thread Konstantin Belousov
Author: kib Date: Sun Jun 20 13:35:16 2010 New Revision: 209367 URL: http://svn.freebsd.org/changeset/base/209367 Log: Ensure that VOP_ACCESSX is called with exclusively locked vnode for the kernel compiled with QUOTA option. ufs_accessx() upgrades the vdp vnode lock from shared to exclusive

svn commit: r209366 - head/sbin/ping

2010-06-20 Thread Ed Schouten
Author: ed Date: Sun Jun 20 12:52:33 2010 New Revision: 209366 URL: http://svn.freebsd.org/changeset/base/209366 Log: Small style fixes: - ANSIfy prototypes. - Remove unneeded whitespace. - Add const keyword to function where it can be used. Modified: head/sbin/ping/ping.c Modified:

svn commit: r209364 - head/sbin/fsck_msdosfs

2010-06-20 Thread Brian Somers
Author: brian Date: Sun Jun 20 09:40:54 2010 New Revision: 209364 URL: http://svn.freebsd.org/changeset/base/209364 Log: Fix some style(9), although there's a lot more issues here. Fix some casting errors. PR: 142384 Submitted by: giffunip at tutopia dot com Obtained from:

svn commit: r209363 - head/bin/pkill

2010-06-20 Thread Brian Somers
Author: brian Date: Sun Jun 20 08:48:30 2010 New Revision: 209363 URL: http://svn.freebsd.org/changeset/base/209363 Log: Recognise the -l switch with pkill - list kill command(s) used. PR: 143558 Submitted by: eitanadlerlist at gmail dot com MFC after:3 weeks Modified:

svn commit: r209362 - head/usr.bin/du

2010-06-20 Thread Brian Somers
Author: brian Date: Sun Jun 20 08:27:03 2010 New Revision: 209362 URL: http://svn.freebsd.org/changeset/base/209362 Log: Add a -t switch for masking output that's above or below certain thresholds. This switch makes it a lot easier to locate problem areas when a process is threatening to con

svn commit: r209361 - head/sys/boot/ficl

2010-06-20 Thread Brian Somers
Author: brian Date: Sun Jun 20 08:03:06 2010 New Revision: 209361 URL: http://svn.freebsd.org/changeset/base/209361 Log: Add a missing prototype PR: 145232 Submitted by: gcooper MFC after:1 week Modified: head/sys/boot/ficl/ficl.h Modified: head/sys/boot/ficl/ficl.h ==