Author: imp
Date: Sun Jul 4 05:58:17 2010
New Revision: 209682
URL: http://svn.freebsd.org/changeset/base/209682
Log:
Minor formatting nits.
Modified:
head/sys/dev/ata/ata-card.c
Modified: head/sys/dev/ata/ata-card.c
==
Author: marcel
Date: Sat Jul 3 22:02:29 2010
New Revision: 209677
URL: http://svn.freebsd.org/changeset/base/209677
Log:
sysctlbyname() returns -1 on error and sets errno. It does
not return the error itself.
Modified:
head/sbin/mca/mca.c
Modified: head/sbin/mca/mca.c
Author: marcel
Date: Sat Jul 3 20:19:20 2010
New Revision: 209671
URL: http://svn.freebsd.org/changeset/base/209671
Log:
Allocate and setup an interrupt vector for corrected machine checks.
For now, just print when we get the interrupt, but eventually we need
to collect the details and prov
Author: nwhitehorn
Date: Sat Jul 3 20:11:04 2010
New Revision: 209670
URL: http://svn.freebsd.org/changeset/base/209670
Log:
Add a missing conditional. We should not bind the PIC interrupt unless
the interrupt's PIC (a) exists and (b) is the root PIC.
Reported by: Andreas Tobler
Modifi
Author: alc
Date: Sat Jul 3 18:25:37 2010
New Revision: 209669
URL: http://svn.freebsd.org/changeset/base/209669
Log:
Improve the comment and man page for vm_page_alloc(). Specifically,
document one of the optional flags; clarify which of the flags are
optional (and which are not), and rem
Author: lstewart
Date: Sat Jul 3 15:05:14 2010
New Revision: 209665
URL: http://svn.freebsd.org/changeset/base/209665
Log:
Hook the siftr.4 man page up to the build and alphabetically sort siis into
its
correct place whilst there.
Sponsored by: FreeBSD Foundation
Submitted by: pluknet
Author: mav
Date: Sat Jul 3 14:14:42 2010
New Revision: 209664
URL: http://svn.freebsd.org/changeset/base/209664
Log:
Add ata(4) ability to limit initial ATA mode for devices via device hints.
After boot this mode can be changed with atacontrol/camcontrol as usual.
It works for both legacy
Author: rrs
Date: Sat Jul 3 14:03:31 2010
New Revision: 209663
URL: http://svn.freebsd.org/changeset/base/209663
Log:
This fixes a crash in SCTP. It was possible to have a
large number of packets queued to a crashing process.
In a specific case you may get 2 ABORT's back (from
say two pac
Author: lstewart
Date: Sat Jul 3 13:32:39 2010
New Revision: 209662
URL: http://svn.freebsd.org/changeset/base/209662
Log:
Import the Statistical Information For TCP Research (SIFTR) kernel module into
FreeBSD. SIFTR logs a range of statistics on active TCP connections to a log
file, provid