svn commit: r241481 - head/sys/netinet

2012-10-12 Thread Gleb Smirnoff
Author: glebius Date: Fri Oct 12 09:32:38 2012 New Revision: 241481 URL: http://svn.freebsd.org/changeset/base/241481 Log: Revert fixup of ip_len from r241480. Now stack isn't yet ready for that change. Modified: head/sys/netinet/ip_options.c Modified: head/sys/netinet/ip_options.c

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

2012-10-12 Thread Gleb Smirnoff
Author: glebius Date: Fri Oct 12 12:27:30 2012 New Revision: 241482 URL: http://svn.freebsd.org/changeset/base/241482 Log: Be more explicit on how intact incoming packets in raw sockets are. Modified: head/share/man/man4/ip.4 Modified: head/share/man/man4/ip.4

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

2012-10-12 Thread mdf
On Thu, Oct 11, 2012 at 9:55 PM, Gleb Smirnoff gleb...@freebsd.org wrote: On Fri, Oct 12, 2012 at 01:31:03AM +, Kevin Lo wrote: K Author: kevlo K Date: Fri Oct 12 01:31:02 2012 K New Revision: 241471 K URL: http://svn.freebsd.org/changeset/base/241471 K K Log: K Since the moduledata

svn commit: r241484 - head/usr.bin/w

2012-10-12 Thread Ed Maste
Author: emaste Date: Fri Oct 12 15:03:28 2012 New Revision: 241484 URL: http://svn.freebsd.org/changeset/base/241484 Log: Use CLOCK_UPTIME to get the uptime. Modified: head/usr.bin/w/w.c Modified: head/usr.bin/w/w.c

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

2012-10-12 Thread Alexander Motin
Author: mav Date: Fri Oct 12 18:21:31 2012 New Revision: 241488 URL: http://svn.freebsd.org/changeset/base/241488 Log: Get SIM lock in several places while calling CAM functions. This fixes several use-after-free panics on systems with SAS enclosures. Submitted by: ken@, mav@ Modified:

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

2012-10-12 Thread Gleb Smirnoff
Author: glebius Date: Fri Oct 12 19:53:13 2012 New Revision: 241491 URL: http://svn.freebsd.org/changeset/base/241491 Log: Fix type in last commit. Submitted by: brueffer Modified: head/share/man/man4/ip.4 Modified: head/share/man/man4/ip.4

svn commit: r241492 - head/sys/dev/advansys

2012-10-12 Thread John Baldwin
Author: jhb Date: Fri Oct 12 21:31:44 2012 New Revision: 241492 URL: http://svn.freebsd.org/changeset/base/241492 Log: Add locking to adv(4) driver and mark it MPSAFE. - Disable the support for the second channel on twin-channel EISA cards as the current incarnation can't possibly work

svn commit: r241494 - head/sys/dev/cxgbe

2012-10-12 Thread Navdeep Parhar
Author: np Date: Fri Oct 12 21:58:21 2012 New Revision: 241494 URL: http://svn.freebsd.org/changeset/base/241494 Log: Temporary fix for kern/172364. PR: kern/172364 MFC after:3 days Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c

svn commit: r241495 - head/sys/dev/virtio/scsi

2012-10-12 Thread Alexander Motin
Author: mav Date: Fri Oct 12 22:06:06 2012 New Revision: 241495 URL: http://svn.freebsd.org/changeset/base/241495 Log: Fix build with PAE enabled. I doubt any code uses CAM_SCATTER_VALID or CAM_DATA_PHYS, or they ever correctly worked, but make this build at least. Modified:

Re: svn commit: r241495 - head/sys/dev/virtio/scsi

2012-10-12 Thread Peter Grehan
Fix build with PAE enabled. I doubt any code uses CAM_SCATTER_VALID or CAM_DATA_PHYS, or they ever correctly worked, but make this build at least. Doh, didn't test build with PAE - I will next time. Thanks for the fix ! later, Peter. ___

svn commit: r241496 - head/usr.sbin/ppp

2012-10-12 Thread Nick Hibma
Author: n_hibma Date: Fri Oct 12 22:48:33 2012 New Revision: 241496 URL: http://svn.freebsd.org/changeset/base/241496 Log: Some 3G modems return the wrong signature in echo packets and make it impossible to use LQR/ECHO. They return want_magic instead. With this change it is now possible

svn commit: r241498 - head/sys/i386/xen

2012-10-12 Thread Alan Cox
Author: alc Date: Fri Oct 12 23:26:00 2012 New Revision: 241498 URL: http://svn.freebsd.org/changeset/base/241498 Log: Replace all uses of the vm page queues lock by a new R/W lock. Unfortunately, this lock cannot be defined as static under Xen because it is (ab)used to serialize queued

svn commit: r241499 - head/usr.sbin/bsdconfig/dot

2012-10-12 Thread Devin Teske
Author: dteske Date: Sat Oct 13 03:56:33 2012 New Revision: 241499 URL: http://svn.freebsd.org/changeset/base/241499 Log: SVN r240684 broke the ability of the dot module to map include dependencies. Teach the dot module about the new location these includes moved to (as part of r240684) and