Re: svn commit: r258328 - head/sys/net

2013-11-23 Thread Robert Watson
On Wed, 20 Nov 2013, Adrian Chadd wrote: We should migrate drivers to use a multi-input method where it's appropriate. It's the same pain as if_transmit() is/was. I'd really like to avoid having hacky solutions like mbufs with magic types. If we're going down that path, we should create a cor

Re: svn commit: r258328 - head/sys/net

2013-11-23 Thread Robert Watson
On Wed, 20 Nov 2013, Julian Elischer wrote: After that it'd be nice to write a set of mbuf list macros for abstract the whole queue, dequeue, concat, iterate, etc (like sys/queue.h, but for mbufs.) What do people think? (I've been doing it for m->next chained things, but not m->m_nextpkt th

svn commit: r258495 - head/release/doc/en_US.ISO8859-1/hardware

2013-11-23 Thread Alexander Motin
Author: mav Date: Sat Nov 23 11:46:13 2013 New Revision: 258495 URL: http://svnweb.freebsd.org/changeset/base/258495 Log: MFreleng/8.4 r251256 (by hrs): Update description of logical CPU handling in the latest releases and remove obsolete sysctl variable machdep.hlt_logical_cpus. MFC af

svn commit: r258496 - stable/10/lib/libiconv_modules/UTF7

2013-11-23 Thread Tijl Coosemans
Author: tijl Date: Sat Nov 23 12:17:05 2013 New Revision: 258496 URL: http://svnweb.freebsd.org/changeset/base/258496 Log: MFC r258316: Bug fixes in iconv(3) UTF-7 support. - Add ' to the list of directly encoded characters and * to the list of optionally directly encoded character

svn commit: r258497 - head/sys/vm

2013-11-23 Thread Alexander Motin
Author: mav Date: Sat Nov 23 13:42:56 2013 New Revision: 258497 URL: http://svnweb.freebsd.org/changeset/base/258497 Log: When purging per-CPU UMA caches do not return empty buckets into the global full bucket cache to not trigger assertion if allocation happen before that global cache get p

Re: svn commit: r258497 - head/sys/vm

2013-11-23 Thread Mark Robert Vaughan Murray
On 23 Nov 2013, at 13:42, Alexander Motin wrote: > Author: mav > Date: Sat Nov 23 13:42:56 2013 > New Revision: 258497 > URL: http://svnweb.freebsd.org/changeset/base/258497 > > Log: > When purging per-CPU UMA caches do not return empty buckets into the global > full bucket cache to not trigg

svn commit: r258499 - head/lib/libthr/thread

2013-11-23 Thread Konstantin Belousov
Author: kib Date: Sat Nov 23 15:48:17 2013 New Revision: 258499 URL: http://svnweb.freebsd.org/changeset/base/258499 Log: If check_deferred_signal() execution needs binding of PLT symbol, unlocking the rtld bind lock results in the processing of ast and recursing into the check_deferred_sign

svn commit: r258501 - in head/contrib: gcc gcc/cp gcc/doc gcclibs/libcpp gcclibs/libcpp/include libstdc++/include/ext

2013-11-23 Thread Pedro F. Giffuni
Author: pfg Date: Sat Nov 23 18:32:53 2013 New Revision: 258501 URL: http://svnweb.freebsd.org/changeset/base/258501 Log: gcc: Bring updates from Google's enhanced gcc-4.2.1. Google released and enhanced version of gcc-4.2.1 plus their local patches for Android[1]. The patches are ow

svn commit: r258502 - in head/lib/libc: powerpc powerpc64

2013-11-23 Thread Andreas Tobler
Author: andreast Date: Sat Nov 23 18:50:43 2013 New Revision: 258502 URL: http://svnweb.freebsd.org/changeset/base/258502 Log: Get rid of the CONCAT macro. Modified: head/lib/libc/powerpc/SYS.h head/lib/libc/powerpc64/SYS.h Modified: head/lib/libc/powerpc/SYS.h

svn commit: r258503 - head/sys/powerpc/pseries

2013-11-23 Thread Andreas Tobler
Author: andreast Date: Sat Nov 23 18:52:14 2013 New Revision: 258503 URL: http://svnweb.freebsd.org/changeset/base/258503 Log: Limit the large page size to 16MB for now. MFC after:1 week Modified: head/sys/powerpc/pseries/mmu_phyp.c Modified: head/sys/powerpc/pseries/mmu_phyp.c

svn commit: r258504 - in head/sys/powerpc: aim include ofw

2013-11-23 Thread Andreas Tobler
Author: andreast Date: Sat Nov 23 18:58:17 2013 New Revision: 258504 URL: http://svnweb.freebsd.org/changeset/base/258504 Log: Save and restore the trap vectors when doing OF calls on pSeries machines. It turned out that on pSeries machines the call into OF modified the trap vectors and t

svn commit: r258505 - stable/10/sys/geom/nop

2013-11-23 Thread Mateusz Guzik
Author: mjg Date: Sat Nov 23 23:54:38 2013 New Revision: 258505 URL: http://svnweb.freebsd.org/changeset/base/258505 Log: MFC r256951: gnop: make sure that newly allocated memory for softc is zeroed This prevents mtx_init from encountering non-zeros and panicking the kernel as a result.

svn commit: r258507 - in head/gnu/usr.bin/cc: cc_int libcpp

2013-11-23 Thread Pedro F. Giffuni
Author: pfg Date: Sun Nov 24 04:08:47 2013 New Revision: 258507 URL: http://svnweb.freebsd.org/changeset/base/258507 Log: gcc: Missing makefile changes for r258501. pointyhat:me Modified: head/gnu/usr.bin/cc/cc_int/Makefile head/gnu/usr.bin/cc/libcpp/Makefile Modified: head/gnu/us

Re: svn commit: r258507 - in head/gnu/usr.bin/cc: cc_int libcpp

2013-11-23 Thread Pedro Giffuni
On 23.11.2013 23:08, Pedro F. Giffuni wrote: Author: pfg Date: Sun Nov 24 04:08:47 2013 New Revision: 258507 URL: http://svnweb.freebsd.org/changeset/base/258507 Log: gcc: Missing makefile changes for r258501. pointyhat: me Modified: head/gnu/usr.bin/cc/cc_int/Makefile head/gnu