svn commit: r209360 - head/lib/libc/nls

2010-06-20 Thread Maxim Konovalov
Author: maxim Date: Sun Jun 20 06:52:10 2010 New Revision: 209360 URL: http://svn.freebsd.org/changeset/base/209360 Log: Merge from English r198040: add C message catalogue entries for newer errnos: EBADMSG, EMULTIHOP, ENOLINK, EPROTO, ENOTCAPABLE. PR: docs/147983 Submitted

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

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

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: 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

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

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

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