svn commit: r209682 - head/sys/dev/ata

2010-07-03 Thread Warner Losh
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 ==

svn commit: r209677 - head/sbin/mca

2010-07-03 Thread Marcel Moolenaar
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

svn commit: r209671 - in head/sys/ia64: ia64 include

2010-07-03 Thread Marcel Moolenaar
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

svn commit: r209670 - head/sys/powerpc/powerpc

2010-07-03 Thread Nathan Whitehorn
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

svn commit: r209669 - in head: share/man/man9 sys/vm

2010-07-03 Thread Alan Cox
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

svn commit: r209665 - head/share/man/man4

2010-07-03 Thread Lawrence Stewart
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

svn commit: r209664 - in head: share/man/man4 sys/dev/ata

2010-07-03 Thread Alexander Motin
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

svn commit: r209663 - head/sys/netinet

2010-07-03 Thread Randall Stewart
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

svn commit: r209662 - in head: share/man/man4 sys/modules sys/modules/siftr sys/netinet

2010-07-03 Thread Lawrence Stewart
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