svn commit: r238222 - head/sys/netinet6

2012-07-08 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jul 8 08:49:37 2012 New Revision: 238222 URL: http://svn.freebsd.org/changeset/base/238222 Log: As mentioned in the commit message of r237571 (copied from a prototype patch of mine) also check if the 2nd in6_setscope() failed and return the error in that case. MFC

svn commit: r238229 - head/sys/dev/acpica

2012-07-08 Thread Andriy Gapon
Author: avg Date: Sun Jul 8 10:57:49 2012 New Revision: 238229 URL: http://svn.freebsd.org/changeset/base/238229 Log: acpi_cpu: we are able to handle _CST change notifications... so un-ifdef code that is supposed to tell ACPI platform about that Tested by:Taku YAMAMOTO

svn commit: r238248 - head/sys/netinet6

2012-07-08 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jul 8 15:30:24 2012 New Revision: 238248 URL: http://svn.freebsd.org/changeset/base/238248 Log: Implement handling of atomic fragements as outlined in draft-gont-6man-ipv6-atomic-fragments to mitigate one class of possible fragmentation-based attacks. MFC after:

svn commit: r238255 - head/gnu/usr.bin/cc/cc_tools

2012-07-08 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Jul 8 17:02:14 2012 New Revision: 238255 URL: http://svn.freebsd.org/changeset/base/238255 Log: After the binutils 2.17.50 import, the assembler supports AS_REL16 relocations. Modified: head/gnu/usr.bin/cc/cc_tools/auto-host.h Modified:

svn commit: r238256 - head/sys/ia64/ia64

2012-07-08 Thread Marcel Moolenaar
Author: marcel Date: Sun Jul 8 17:43:25 2012 New Revision: 238256 URL: http://svn.freebsd.org/changeset/base/238256 Log: Unleash the APs at SI_SUB_KICK_SCHEDULER so that we have them all up and running to service interrupts. This is especially important when the firmware has bound

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

2012-07-08 Thread Marcel Moolenaar
Author: marcel Date: Sun Jul 8 18:00:22 2012 New Revision: 238257 URL: http://svn.freebsd.org/changeset/base/238257 Log: Move PCPU initialization to a new function called cpu_pcpu_setup(). This makes it easier to add additional CPU or platform information to the per-CPU structure without

svn commit: r238258 - head/sys/vm

2012-07-08 Thread Konstantin Belousov
Author: kib Date: Sun Jul 8 18:04:26 2012 New Revision: 238258 URL: http://svn.freebsd.org/changeset/base/238258 Log: Avoid vm page queues lock leak after r238212. Reported and tested by: Michael Butler imb protected-networks net Reviewed by: alc Pointy hat to:kib MFC

svn commit: r238265 - head/sys/netinet/ipfw

2012-07-08 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Jul 8 21:13:04 2012 New Revision: 238265 URL: http://svn.freebsd.org/changeset/base/238265 Log: Finally fix lookup (account remaining '\0') and deletion (provide valid key length for radix lookup). Submitted by:Ihor Kaharlichenkomadkinder at gmail.com

Re: svn commit: r238213 - head/sys/geom

2012-07-08 Thread Pawel Jakub Dawidek
On Sun, Jul 08, 2012 at 12:53:37AM +0200, Edward Tomasz Napierała wrote: Wiadomość napisana przez Pawel Jakub Dawidek w dniu 7 lip 2012, o godz. 23:54: You will also notice that one of those fields were left for more universal method to handle various provider's property changes (ie.

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

2012-07-08 Thread Adrian Chadd
Author: adrian Date: Mon Jul 9 05:23:02 2012 New Revision: 238271 URL: http://svn.freebsd.org/changeset/base/238271 Log: Add a debug category for RX EDMA. Modified: head/sys/dev/ath/if_ath_debug.h Modified: head/sys/dev/ath/if_ath_debug.h

svn commit: r238272 - head/sys/kern

2012-07-08 Thread Mateusz Guzik
Author: mjg Date: Mon Jul 9 05:39:31 2012 New Revision: 238272 URL: http://svn.freebsd.org/changeset/base/238272 Log: Follow-up commit to r238220: Pass only FEXEC (instead of FREAD|FEXEC) in fgetvp_exec. _fget has to check for !FWRITE anyway and may as well know about FREAD. Make