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