svn commit: r185471 - head/sys/mips/mips

2008-11-30 Thread Warner Losh
Author: imp Date: Sun Nov 30 08:40:04 2008 New Revision: 185471 URL: http://svn.freebsd.org/changeset/base/185471 Log: On FreeBSD, printing the version is centralized, so no need to repeat it here. I think that gonzo@ has also made this change to p4. Modified: head/sys/mips/mips/machdep.c

svn commit: r185472 - head

2008-11-30 Thread Antoine Brodin
Author: antoine Date: Sun Nov 30 11:03:16 2008 New Revision: 185472 URL: http://svn.freebsd.org/changeset/base/185472 Log: Add more obsolete files. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r185473 - head/sys/dev/xen/netfront

2008-11-30 Thread Doug Rabson
Author: dfr Date: Sun Nov 30 12:21:46 2008 New Revision: 185473 URL: http://svn.freebsd.org/changeset/base/185473 Log: Don't call ether_ioctl() with locks held. Loop in xn_rxeof() until the backend stops adding stuff to the ring otherwise we miss RX interrupts which kills performance.

svn commit: r185474 - head/share/man/man9

2008-11-30 Thread Konstantin Belousov
Author: kib Date: Sun Nov 30 13:18:35 2008 New Revision: 185474 URL: http://svn.freebsd.org/changeset/base/185474 Log: Clarify the reason to not use the volatile string as an argument to CTR macros. Note the logging of file and line. Reviewed by: dchagin MFC after:3 days

svn commit: r185475 - head/usr.sbin/kldxref

2008-11-30 Thread Luigi Rizzo
Author: luigi Date: Sun Nov 30 14:20:08 2008 New Revision: 185475 URL: http://svn.freebsd.org/changeset/base/185475 Log: Make the linker.hints file have mode 644 instead of 600. There is nothing secret in the file, and the missing read permission breaks diskless operation. MFC after:

svn commit: r185476 - head/secure/usr.sbin/sshd

2008-11-30 Thread Christian S.J. Peron
Author: csjp Date: Sun Nov 30 15:35:24 2008 New Revision: 185476 URL: http://svn.freebsd.org/changeset/base/185476 Log: Enable getaudit_addr(2) for sshd again. This will un-break the subject BSM audit tokens for IPv6. Modified: head/secure/usr.sbin/sshd/Makefile Modified:

svn commit: r185477 - head/sys/arm/at91

2008-11-30 Thread Warner Losh
Author: imp Date: Sun Nov 30 17:40:05 2008 New Revision: 185477 URL: http://svn.freebsd.org/changeset/base/185477 Log: opt_at91.h isn't needed here at all anymore, since the board init routines have been split out. Remove it. This leaves only one instance of it in the tree that will be

svn commit: r185478 - in head/sys: arm/conf conf

2008-11-30 Thread Sam Leffler
Author: sam Date: Sun Nov 30 17:53:19 2008 New Revision: 185478 URL: http://svn.freebsd.org/changeset/base/185478 Log: enable use of modules but disable them by adding MODULES_OVERRIDE= in each config file until we can sort out issues in the modules tree Reviewed by: imp MFC after:

svn commit: r185479 - head/sys/dev/ath

2008-11-30 Thread Sam Leffler
Author: sam Date: Sun Nov 30 18:27:10 2008 New Revision: 185479 URL: http://svn.freebsd.org/changeset/base/185479 Log: add frequency mapping for the Zcomax GZ-901 Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

svn commit: r185480 - head/sys/dev/ath

2008-11-30 Thread Sam Leffler
Author: sam Date: Sun Nov 30 18:34:27 2008 New Revision: 185480 URL: http://svn.freebsd.org/changeset/base/185480 Log: some of the 11n parts can hang under certain conditions without necessary workarounds, add code to detect these hangs and distinguish them from other events; note this code

svn commit: r185481 - head/sys/dev/ath

2008-11-30 Thread Sam Leffler
Author: sam Date: Sun Nov 30 18:56:41 2008 New Revision: 185481 URL: http://svn.freebsd.org/changeset/base/185481 Log: sync w/ p4 branch Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c == ---

svn commit: r185482 - head/sys/dev/ath/ath_rate/sample

2008-11-30 Thread Sam Leffler
Author: sam Date: Sun Nov 30 19:06:35 2008 New Revision: 185482 URL: http://svn.freebsd.org/changeset/base/185482 Log: Major overhaul: o eliminate private state indexed by 802.11 rate codes; use the hal's rate tables directly to get the same info o calculate a mask of operational rates

svn commit: r185483 - head/lib/libc/stdlib

2008-11-30 Thread Jason Evans
Author: jasone Date: Sun Nov 30 19:30:31 2008 New Revision: 185483 URL: http://svn.freebsd.org/changeset/base/185483 Log: Adjust an assertion to handle the case where a lock is contested, but spinning is avoided due to running on a single-CPU system. Reported by: stefanf Modified:

svn commit: r185484 - head/sys/security/audit

2008-11-30 Thread Christian S.J. Peron
Author: csjp Date: Sun Nov 30 19:58:03 2008 New Revision: 185484 URL: http://svn.freebsd.org/changeset/base/185484 Log: Partially roll back a revision which changed the error code being returned by getaudit(2). Some applications such has su, id will interpret E2BIG as requiring the use of

svn commit: r185486 - in stable/7/sys: . security/audit

2008-11-30 Thread Christian S.J. Peron
Author: csjp Date: Sun Nov 30 21:00:22 2008 New Revision: 185486 URL: http://svn.freebsd.org/changeset/base/185486 Log: MFC revision 185484 - fixup ABI issues with ip6/audit Approved by: re@ (kib) Modified: stable/7/sys/ (props changed)

svn commit: r185488 - in releng/7.1/sys: . security/audit

2008-11-30 Thread Christian S.J. Peron
Author: csjp Date: Sun Nov 30 21:06:23 2008 New Revision: 185488 URL: http://svn.freebsd.org/changeset/base/185488 Log: MFC revision 185484 - fixup ABI issues with ip6/audit Approved by: re@ (kib) Modified: releng/7.1/sys/ (props changed)

svn commit: r185490 - head/sys/dev/ath/ath_rate/sample

2008-11-30 Thread Sam Leffler
Author: sam Date: Sun Nov 30 21:59:44 2008 New Revision: 185490 URL: http://svn.freebsd.org/changeset/base/185490 Log: cover up sun4v namespace pollution Modified: head/sys/dev/ath/ath_rate/sample/sample.c Modified: head/sys/dev/ath/ath_rate/sample/sample.c

svn commit: r185492 - head/sys/arm/at91

2008-11-30 Thread Stanislav Sedov
Author: stas Date: Sun Nov 30 22:40:11 2008 New Revision: 185492 URL: http://svn.freebsd.org/changeset/base/185492 Log: - Get rid of extra include file, erroneously added by the previous commit. This include file was required by the first version of the patch. Approved by: kib

svn commit: r185494 - head/sys/arm/arm

2008-11-30 Thread Stanislav Sedov
Author: stas Date: Sun Nov 30 22:58:27 2008 New Revision: 185494 URL: http://svn.freebsd.org/changeset/base/185494 Log: - Get rid of unused variable in KTR checks. This allows ktr(4) enabled ARM kernel to compile. PR: arm/128897 Submitted by: Pankov Pavel [EMAIL PROTECTED]

svn commit: r185495 - head/sbin/geom/class/part

2008-11-30 Thread Marcel Moolenaar
Author: marcel Date: Sun Nov 30 23:38:44 2008 New Revision: 185495 URL: http://svn.freebsd.org/changeset/base/185495 Log: Call gctl_free() after we processed the error string. It's being freed as part of the request. Modified: head/sbin/geom/class/part/geom_part.c Modified:

svn commit: r185499 - head

2008-11-30 Thread Alfred Perlstein
Author: alfred Date: Mon Dec 1 00:45:51 2008 New Revision: 185499 URL: http://svn.freebsd.org/changeset/base/185499 Log: Provide a 'tinderbox' target that compiles enough of FreeBSD that a developer can rest reasonably assured that the tinderbox will not be broken. This target leverages

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

2008-11-30 Thread Alexander Motin
Author: mav Date: Mon Dec 1 01:34:18 2008 New Revision: 185500 URL: http://svn.freebsd.org/changeset/base/185500 Log: Restore AHCI suspend/resume support, broken with modularization commit (rev 183724). Modified: head/sys/dev/ata/ata-pci.h Modified: head/sys/dev/ata/ata-pci.h

svn commit: r185502 - head/sys/kern

2008-11-30 Thread David Xu
Author: davidxu Date: Mon Dec 1 01:54:55 2008 New Revision: 185502 URL: http://svn.freebsd.org/changeset/base/185502 Log: Revision 184199 had not been fully reverted, add missing piece. Reported by: phk Modified: head/sys/kern/subr_sleepqueue.c Modified:

Re: svn commit: r185362 - head/share/man/man9

2008-11-30 Thread Sean C. Farley
On Thu, 27 Nov 2008, Robert Watson wrote: Log: Revert r184509: don't encourage the use of sysexits.h with err() and errx(),, as there seems to be a general preference against this practice. *snip* if ((four = malloc(sizeof(struct foo))) == NULL) - err(EX_OSERR,

svn commit: r185504 - head/sys/kern

2008-11-30 Thread Attilio Rao
Author: attilio Date: Mon Dec 1 03:00:26 2008 New Revision: 185504 URL: http://svn.freebsd.org/changeset/base/185504 Log: Fix an inverted check introduced in r184554. Submitted by: tegge Pointy hat to:me Modified: head/sys/kern/vfs_mount.c Modified: head/sys/kern/vfs_mount.c

svn commit: r185505 - stable/7/sys/dev/ixgbe

2008-11-30 Thread Jack F Vogel
Author: jfv Date: Mon Dec 1 04:03:17 2008 New Revision: 185505 URL: http://svn.freebsd.org/changeset/base/185505 Log: MFC of version 1.6.2 of the ixgbe driver, contains header split, new adapter support, and general code improvement/cleanup. Approved by:re Modified:

svn commit: r185506 - head/sys/dev/cxgb

2008-11-30 Thread Kip Macy
Author: kmacy Date: Mon Dec 1 04:41:45 2008 New Revision: 185506 URL: http://svn.freebsd.org/changeset/base/185506 Log: Proper fix for tracking ifnet statistics Modified: head/sys/dev/cxgb/cxgb_main.c Modified: head/sys/dev/cxgb/cxgb_main.c

svn commit: r185507 - head/sys/dev/cxgb

2008-11-30 Thread Kip Macy
Author: kmacy Date: Mon Dec 1 04:42:39 2008 New Revision: 185507 URL: http://svn.freebsd.org/changeset/base/185507 Log: don't manually track statistics Modified: head/sys/dev/cxgb/cxgb_sge.c Modified: head/sys/dev/cxgb/cxgb_sge.c

svn commit: r185508 - head/sys/dev/cxgb

2008-11-30 Thread Kip Macy
Author: kmacy Date: Mon Dec 1 05:43:30 2008 New Revision: 185508 URL: http://svn.freebsd.org/changeset/base/185508 Log: Update internal mac stats every time the tick task is called if we don't do this netstat -w 1 will frequently see negative differences in packets sent Modified:

svn commit: r185509 - head/sys/dev/cxgb/sys

2008-11-30 Thread Kip Macy
Author: kmacy Date: Mon Dec 1 05:44:08 2008 New Revision: 185509 URL: http://svn.freebsd.org/changeset/base/185509 Log: null out m_next when marshalling a packet Modified: head/sys/dev/cxgb/sys/uipc_mvec.c Modified: head/sys/dev/cxgb/sys/uipc_mvec.c

Re: svn commit: r185506 - head/sys/dev/cxgb

2008-11-30 Thread Navdeep Parhar
Kip, pi-mac.stats are not updated too frequently, especially when compared to the rates at which packets/bytes are sent and received. The ifp- counters will lag behind the actual values. This will affect the realtime-ness of the stats seen via utilities like netstat. We should continue to

Re: svn commit: r185499 - head

2008-11-30 Thread Tim Kientzle
Alfred Perlstein wrote: Author: alfred Date: Mon Dec 1 00:45:51 2008 New Revision: 185499 URL: http://svn.freebsd.org/changeset/base/185499 Log: Provide a 'tinderbox' target that compiles enough of FreeBSD that a developer can rest reasonably assured that the tinderbox will not be

svn commit: r185510 - stable/7/sys/dev/e1000

2008-11-30 Thread Jack F Vogel
Author: jfv Date: Mon Dec 1 07:13:52 2008 New Revision: 185510 URL: http://svn.freebsd.org/changeset/base/185510 Log: MFC of a critical fix for the ESB2 adapters in the em driver, however the fix required a shared code change that involves both em and igb, requiring some compatibility

Re: svn commit: r184509 - head/share/man/man9

2008-11-30 Thread Stanislav Sedov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 1 Nov 2008 22:05:41 +1100 (EST) Bruce Evans [EMAIL PROTECTED] mentioned: On Fri, 31 Oct 2008, Robert Watson wrote: Log: In style(9) examples of err() and errx(), use sysexits(3) errors rather than returning 1. style(9) was