svn commit: r244483 - in stable/9/sys: netinet netinet6

2012-12-20 Thread Andrey V. Elsukov
Author: ae Date: Thu Dec 20 11:10:23 2012 New Revision: 244483 URL: http://svnweb.freebsd.org/changeset/base/244483 Log: MFC r244360: Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used for M_AUTHIPHDR. MFC r244365: Since we use different flags to detect tcp forwardin

svn commit: r244484 - head/etc/periodic/daily

2012-12-20 Thread Baptiste Daroussin
Author: bapt Date: Thu Dec 20 11:39:20 2012 New Revision: 244484 URL: http://svnweb.freebsd.org/changeset/base/244484 Log: make installation of the 220.backup-pkgdb periodic script depend on PKGTOOLS knob Modified: head/etc/periodic/daily/Makefile Modified: head/etc/periodic/daily/Makefile

svn commit: r244489 - head/sys/dev/usb/serial

2012-12-20 Thread Hans Petter Selasky
Author: hselasky Date: Thu Dec 20 16:21:02 2012 New Revision: 244489 URL: http://svnweb.freebsd.org/changeset/base/244489 Log: Make sure we block recursion on TTY's inwakeup callback Suggested by: davide MFC after:1 week Modified: head/sys/dev/usb/serial/usb_serial.c head/sys/dev

svn commit: r244491 - head/sys/dev/usb/storage

2012-12-20 Thread Hans Petter Selasky
Author: hselasky Date: Thu Dec 20 17:14:10 2012 New Revision: 244491 URL: http://svnweb.freebsd.org/changeset/base/244491 Log: Add support for throttling UMASS. Mostly useful for debugging purposes. MFC after:1 week Modified: head/sys/dev/usb/storage/umass.c Modified: head/sys/dev

svn commit: r244493 - head/usr.bin/grep

2012-12-20 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 17:38:14 2012 New Revision: 244493 URL: http://svnweb.freebsd.org/changeset/base/244493 Log: Make bsdgrep behave as gnugrep and as documented: -m should only stop reading the specific file, not any file. Tested by:frogs (irc) Reviewed by: gabor App

svn commit: r244497 - stable/8/usr.bin/fetch

2012-12-20 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 18:13:04 2012 New Revision: 244497 URL: http://svnweb.freebsd.org/changeset/base/244497 Log: MFC r244037: Add check for failure of mkstemp and setenv. Approved by: cperciva (implicit) Modified: stable/8/usr.bin/fetch/fetch.c Directory Properties:

svn commit: r244498 - stable/7/usr.bin/fetch

2012-12-20 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 18:13:04 2012 New Revision: 244498 URL: http://svnweb.freebsd.org/changeset/base/244498 Log: MFC r244037: Add check for failure of mkstemp and setenv. Approved by: cperciva (implicit) Modified: stable/7/usr.bin/fetch/fetch.c Directory Properties:

svn commit: r244499 - stable/9/usr.bin/fetch

2012-12-20 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 18:13:04 2012 New Revision: 244499 URL: http://svnweb.freebsd.org/changeset/base/244499 Log: MFC r244037: Add check for failure of mkstemp and setenv. Approved by: cperciva (implicit) Modified: stable/9/usr.bin/fetch/fetch.c Directory Properties:

svn commit: r244500 - head/sys/dev/usb

2012-12-20 Thread Hans Petter Selasky
Author: hselasky Date: Thu Dec 20 18:13:37 2012 New Revision: 244500 URL: http://svnweb.freebsd.org/changeset/base/244500 Log: Allocate separate USB buffers for DMA'ed data, so that DMA data does not reside next to non DMA data. This might cause more memory to be allocated, but solves prob

svn commit: r244503 - in head/sys/dev/usb: . storage wlan

2012-12-20 Thread Hans Petter Selasky
Author: hselasky Date: Thu Dec 20 18:38:02 2012 New Revision: 244503 URL: http://svnweb.freebsd.org/changeset/base/244503 Log: Make sure all USB drivers allocate buffer memory through the USB API and/or busdma. The following assumptions have been made: umass - buffers passed from CAM/SC

svn commit: r244508 - head/sys/cam/scsi

2012-12-20 Thread Alexander Motin
Author: mav Date: Thu Dec 20 19:51:32 2012 New Revision: 244508 URL: http://svnweb.freebsd.org/changeset/base/244508 Log: Make SES driver to not fall out on some errors in Additional Status page. This allows CAM devices still get their physical paths even if status of later elements it corru

svn commit: r244510 - head/sys/kern

2012-12-20 Thread Dag-Erling Smørgrav
Author: des Date: Thu Dec 20 20:18:27 2012 New Revision: 244510 URL: http://svnweb.freebsd.org/changeset/base/244510 Log: Rewrite fdgrowtable() so common mortals can actually understand what it does and how, and add comments describing the data structures and explaining how they are managed.

svn commit: r244512 - head/tools/build/mk

2012-12-20 Thread Baptiste Daroussin
Author: bapt Date: Thu Dec 20 22:07:47 2012 New Revision: 244512 URL: http://svnweb.freebsd.org/changeset/base/244512 Log: Add etc/periodic/daily/220.backup-pkgdb to OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsole

svn commit: r244514 - in head/sys/dev: ixgbe netmap

2012-12-20 Thread Luigi Rizzo
Author: luigi Date: Thu Dec 20 22:26:03 2012 New Revision: 244514 URL: http://svnweb.freebsd.org/changeset/base/244514 Log: rename the 'tag' and 'map' fields used the rx ring to their previous names, 'ptag' and 'pmap' -- p stands for packet. This change reduces the difference between the

svn commit: r244515 - head/usr.bin/sort

2012-12-20 Thread Gabor Kovesdan
Author: gabor Date: Thu Dec 20 22:30:40 2012 New Revision: 244515 URL: http://svnweb.freebsd.org/changeset/base/244515 Log: - Change the memory heuristics to an actually working one Submitted by: Oleg Moskalenko Prodded by: kib Modified: head/usr.bin/sort/sort.c Modified: head/usr.

svn commit: r244522 - head/etc

2012-12-20 Thread Mark Johnston
Author: markj Date: Thu Dec 20 23:18:36 2012 New Revision: 244522 URL: http://svnweb.freebsd.org/changeset/base/244522 Log: Don't reload syslogd after rotating sendmail.st, as this file isn't managed by syslogd. PR: conf/169973 Approved by: rstone (co-mentor) MFC after:

svn commit: r244523 - head/usr.sbin/syslogd

2012-12-20 Thread Mark Johnston
Author: markj Date: Thu Dec 20 23:21:20 2012 New Revision: 244523 URL: http://svnweb.freebsd.org/changeset/base/244523 Log: - Make sure that errno isn't modified before calling logerror() in error conditions. - Don't check for AF_INET6 when compiled without INET6 support. PR:

svn commit: r244524 - in stable/9/sys: netinet netinet6

2012-12-20 Thread Xin LI
Author: delphij Date: Fri Dec 21 00:41:52 2012 New Revision: 244524 URL: http://svnweb.freebsd.org/changeset/base/244524 Log: MFC r241916: Remove __P. Submitted by: kevlo Modified: stable/9/sys/netinet/sctp_uio.h stable/9/sys/netinet/sctp_var.h stable/9/sys/netinet6/icmp6.c st

svn commit: r244525 - head/usr.sbin/acpi/acpidump

2012-12-20 Thread Neel Natu
Author: neel Date: Fri Dec 21 01:19:48 2012 New Revision: 244525 URL: http://svnweb.freebsd.org/changeset/base/244525 Log: Teach acpidump to dump the DMA Remapping Reporting table (aka DMAR). The DMAR table is documented in chapter 8 of the Intel VT-d specification. Reviewed by: jhb

svn commit: r244526 - head/usr.sbin/mptable

2012-12-20 Thread Neel Natu
Author: neel Date: Fri Dec 21 01:31:56 2012 New Revision: 244526 URL: http://svnweb.freebsd.org/changeset/base/244526 Log: The MPtable specification allows for an 8-bit "BUS ID" and "I/O APIC ID". Since the 'busses[]' and 'apics[]' arrays are indexed by these 8-bit IDs make sure that they

Re: svn commit: r244526 - head/usr.sbin/mptable

2012-12-20 Thread Garrett Cooper
On Thu, Dec 20, 2012 at 5:31 PM, Neel Natu wrote: > Author: neel > Date: Fri Dec 21 01:31:56 2012 > New Revision: 244526 > URL: http://svnweb.freebsd.org/changeset/base/244526 > > Log: > The MPtable specification allows for an 8-bit "BUS ID" and "I/O APIC ID". > > Since the 'busses[]' and 'api

svn commit: r244527 - head/share/mk

2012-12-20 Thread Ed Maste
Author: emaste Date: Fri Dec 21 02:18:11 2012 New Revision: 244527 URL: http://svnweb.freebsd.org/changeset/base/244527 Log: Sort default option lists Modified: head/share/mk/bsd.own.mk Modified: head/share/mk/bsd.own.mk ===

svn commit: r244529 - head/sys/dev/ath/ath_hal/ar5416

2012-12-20 Thread Adrian Chadd
Author: adrian Date: Fri Dec 21 04:28:05 2012 New Revision: 244529 URL: http://svnweb.freebsd.org/changeset/base/244529 Log: Note why fast frames is disabled for 802.11n NICs now. It actually works, but net80211 handles A-MPDU and Fast frames incorrectly; it tries enabling both in some in

svn commit: r244530 - head/usr.sbin/mptable

2012-12-20 Thread Neel Natu
Author: neel Date: Fri Dec 21 04:44:40 2012 New Revision: 244530 URL: http://svnweb.freebsd.org/changeset/base/244530 Log: Divine the array size by using 'nitems(array)' instead of using magic numbers. Suggested by: Garrett Cooper Modified: head/usr.sbin/mptable/mptable.c Modified: head

Re: svn commit: r244526 - head/usr.sbin/mptable

2012-12-20 Thread Neel Natu
Hi Garrett, On Thu, Dec 20, 2012 at 6:07 PM, Garrett Cooper wrote: > On Thu, Dec 20, 2012 at 5:31 PM, Neel Natu wrote: >> Author: neel >> Date: Fri Dec 21 01:31:56 2012 >> New Revision: 244526 >> URL: http://svnweb.freebsd.org/changeset/base/244526 >> >> Log: >> The MPtable specification allow

svn commit: r244531 - in head/sys/boot: ficl ficl64

2012-12-20 Thread Rui Paulo
Author: rpaulo Date: Fri Dec 21 05:22:14 2012 New Revision: 244531 URL: http://svnweb.freebsd.org/changeset/base/244531 Log: Build a 64 bit version of the FICL library. This is need for a 64 bit EFI bootloader (amd64 only for now). This is not yet connected to the build. Added: head/sy