svn commit: r255294 - in head/lib/msun: . src

2013-09-06 Thread David Chisnall
Author: theraven Date: Fri Sep 6 07:58:23 2013 New Revision: 255294 URL: http://svnweb.freebsd.org/changeset/base/255294 Log: Add stub implementations of the missing C++11 math functions. These are weak and so can be replaced by other versions in applications that choose to do so, and will

Re: svn commit: r254882 - head/sys/dev/pci

2013-09-06 Thread Jean-Sébastien Pédron
Le 03/09/2013 20:10, John Baldwin a écrit : Yes, orm0 is eating it. Try this along with using RF_SHAREABLE in your call to BUS_ALLOC_RESOURCE(): Index: x86/isa/orm.c (...) - res = bus_alloc_resource_any(child, SYS_RES_MEMORY, &rid, 0); + res = bus_alloc_resource_any(

Re: svn commit: r255273 - in head/sys/powerpc: aim include

2013-09-06 Thread Roman Divacky
On Thu, Sep 05, 2013 at 11:00:24PM +, Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Thu Sep 5 23:00:24 2013 > New Revision: 255273 > URL: http://svnweb.freebsd.org/changeset/base/255273 > > Log: > Align stacks of kernel threads correctly at 16-byte boundaries rather than > making s

svn commit: r255296 - head/lib/libc/sys

2013-09-06 Thread Jilles Tjoelker
Author: jilles Date: Fri Sep 6 09:08:40 2013 New Revision: 255296 URL: http://svnweb.freebsd.org/changeset/base/255296 Log: Update some signal man pages for multithreading. Modified: head/lib/libc/sys/sigaction.2 head/lib/libc/sys/sigpending.2 head/lib/libc/sys/sigreturn.2 head/lib/lib

svn commit: r255297 - in head: include lib/libc/iconv lib/libiconv_modules

2013-09-06 Thread David Chisnall
Author: theraven Date: Fri Sep 6 09:46:44 2013 New Revision: 255297 URL: http://svnweb.freebsd.org/changeset/base/255297 Log: Fix the namespace pollution caused by iconv.h including stdbool.h This broke any C89 ports that defined bool themselves, including things like gcc, gtk, and so on.

Re: svn commit: r255297 - in head: include lib/libc/iconv lib/libiconv_modules

2013-09-06 Thread Konstantin Belousov
On Fri, Sep 06, 2013 at 09:46:45AM +, David Chisnall wrote: > --- head/lib/libiconv_modules/MakefileFri Sep 6 09:08:40 2013 > (r255296) > +++ head/lib/libiconv_modules/MakefileFri Sep 6 09:46:44 2013 > (r255297) > @@ -2,6 +2,9 @@ > > .include > > +CFLAGS+

svn commit: r255298 - head/lib/libiconv_modules

2013-09-06 Thread David Chisnall
Author: theraven Date: Fri Sep 6 10:40:38 2013 New Revision: 255298 URL: http://svnweb.freebsd.org/changeset/base/255298 Log: Use Makefile.inc instead of .export. Modified: head/lib/libiconv_modules/Makefile head/lib/libiconv_modules/Makefile.inc Modified: head/lib/libiconv_modules/Makefi

Re: svn commit: r255297 - in head: include lib/libc/iconv lib/libiconv_modules

2013-09-06 Thread David Chisnall
On 6 Sep 2013, at 11:36, Konstantin Belousov wrote: > This is extremely rude. Such things are traditionally (and properly) > done with Makefile.inc in our tree. Look at the very beginning of > mk/bsd.init.mk. I was not aware of Makefile.inc, thank you. > But the whole commit is hack. If you

svn commit: r255300 - head/sys/mips/atheros

2013-09-06 Thread Luiz Otavio O Souza
Author: loos Date: Fri Sep 6 12:47:14 2013 New Revision: 255300 URL: http://svnweb.freebsd.org/changeset/base/255300 Log: Fix the leakage of dma tags on if_arge. The leak occur when arge_start() add some packet(s) to tx ring and arge_stop() is called before receive the sent packet interrup

svn commit: r255301 - head/tools/regression/lib/libc/stdio

2013-09-06 Thread Jilles Tjoelker
Author: jilles Date: Fri Sep 6 12:56:49 2013 New Revision: 255301 URL: http://svnweb.freebsd.org/changeset/base/255301 Log: libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream. A *.t file should provide Test Anything Protocol output so that it can be run using the Perl "

svn commit: r255302 - head/tools/regression/lib/libc/stdio

2013-09-06 Thread Jilles Tjoelker
Author: jilles Date: Fri Sep 6 12:59:48 2013 New Revision: 255302 URL: http://svnweb.freebsd.org/changeset/base/255302 Log: libc/stdio: Run mkostemp test using prove. Added: head/tools/regression/lib/libc/stdio/test-mkostemp.t (contents, props changed) Added: head/tools/regression/lib/li

Re: svn commit: r255273 - in head/sys/powerpc: aim include

2013-09-06 Thread Nathan Whitehorn
On 09/06/13 03:53, Roman Divacky wrote: On Thu, Sep 05, 2013 at 11:00:24PM +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Thu Sep 5 23:00:24 2013 New Revision: 255273 URL: http://svnweb.freebsd.org/changeset/base/255273 Log: Align stacks of kernel threads correctly at 16-byte bound

svn commit: r255303 - in head: lib/libc/stdio tools/regression/lib/libc/stdio

2013-09-06 Thread Jilles Tjoelker
Author: jilles Date: Fri Sep 6 13:47:16 2013 New Revision: 255303 URL: http://svnweb.freebsd.org/changeset/base/255303 Log: libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a). Austin Group issue #411 requires 'e' to be accepted before and after 'x', and encourages

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

2013-09-06 Thread Alexander Motin
Author: mav Date: Fri Sep 6 14:31:52 2013 New Revision: 255304 URL: http://svnweb.freebsd.org/changeset/base/255304 Log: Fix kernel panic if cache->nelms is zero. MFC after:2 weeks Modified: head/sys/cam/scsi/scsi_enc_ses.c Modified: head/sys/cam/scsi/scsi_enc_ses.c ===

svn commit: r255305 - head/sys/sys

2013-09-06 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Sep 6 14:34:20 2013 New Revision: 255305 URL: http://svnweb.freebsd.org/changeset/base/255305 Log: Bump __FreeBSD_version to 153 after cap_rights_t change. Suggested by: danfe Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ==

Re: svn commit: r255219 - in head: contrib/tcpdump lib/libc lib/libc/capability lib/libc/include lib/libc/sys lib/libprocstat sbin/dhclient sbin/hastd sys/amd64/linux32 sys/bsm sys/cddl/compat/opensol

2013-09-06 Thread Pawel Jakub Dawidek
On Fri, Sep 06, 2013 at 04:43:54AM +, Alexey Dokuchaev wrote: > On Thu, Sep 05, 2013 at 12:09:57AM +, Pawel Jakub Dawidek wrote: > > Author: pjd > > Date: Thu Sep 5 00:09:56 2013 > > New Revision: 255219 > > URL: http://svnweb.freebsd.org/changeset/base/255219 > > > > Log: > > Change th

svn commit: r255307 - in head: sbin/camcontrol sys/cam/scsi

2013-09-06 Thread Bryan Venteicher
Author: bryanv Date: Fri Sep 6 15:19:57 2013 New Revision: 255307 URL: http://svnweb.freebsd.org/changeset/base/255307 Log: Add camcontrol support for the SCSI sanitize command Reviewed by: ken, mjacob (eariler version) Sponsored by: Netapp Modified: head/sbin/camcontrol/camcontrol.8

svn commit: r255310 - head/sbin/camcontrol

2013-09-06 Thread Bryan Venteicher
Author: bryanv Date: Fri Sep 6 16:34:09 2013 New Revision: 255310 URL: http://svnweb.freebsd.org/changeset/base/255310 Log: Add firmware downloading support for Samsung drives Tested on Samsung SM1625 SSDs. Modified: head/sbin/camcontrol/camcontrol.8 head/sbin/camcontrol/fwdownload.c

svn commit: r255318 - in head/sys: arm/include i386/include mips/include powerpc/include sparc64/include sys

2013-09-06 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 6 17:44:13 2013 New Revision: 255318 URL: http://svnweb.freebsd.org/changeset/base/255318 Log: Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations to MD headers. Modified: head/sys/arm/include/sf_buf.h head/sys/i386/include/sf_buf.h head/sys

svn commit: r255320 - head/sys/dev/hpt27xx

2013-09-06 Thread Xin LI
Author: delphij Date: Fri Sep 6 18:41:57 2013 New Revision: 255320 URL: http://svnweb.freebsd.org/changeset/base/255320 Log: Return BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC. This change is a 9.2-RELEASE candidate. Approved by: HighPoint Technologies Modified: head/sys/dev/h

Re: svn commit: r255321 - in head: contrib/llvm/tools/clang/lib/Driver gnu/lib gnu/usr.bin/cc share/mk sys/sys tools/build/options

2013-09-06 Thread Nathan Whitehorn
On 09/06/13 15:23, David Chisnall wrote: > On 6 Sep 2013, at 21:11, Nathan Whitehorn wrote: > >> Don't you mean MACHINE here? Otherwise native builds on pc98 will fail >> due to: >> >>> +# The pc98 bootloader requires gcc to build and so we must leave gcc >>> enabled >>> +# for pc98 for now. >>>

Re: svn commit: r255321 - in head: contrib/llvm/tools/clang/lib/Driver gnu/lib gnu/usr.bin/cc share/mk sys/sys tools/build/options

2013-09-06 Thread David Chisnall
On 6 Sep 2013, at 21:25, Nathan Whitehorn wrote: > Thanks! I ran into one other issue with the patch: c++filt continues to > be built, but will be removed by make delete-old, which I guess is not > intentional. Hmm, no that's not intentional. Why is make delete-old deleting it? David

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

2013-09-06 Thread Alexander Motin
Author: mav Date: Fri Sep 6 15:41:37 2013 New Revision: 255309 URL: http://svnweb.freebsd.org/changeset/base/255309 Log: Make SES driver adequately react on simple enclosure devices -- read Short Enclosure status to enclosure status field, clear previous state and exit. Modified: head/sys/

svn commit: r255311 - head/sys/amd64/amd64

2013-09-06 Thread Konstantin Belousov
Author: kib Date: Fri Sep 6 16:48:34 2013 New Revision: 255311 URL: http://svnweb.freebsd.org/changeset/base/255311 Log: In pmap_ts_referenced(), when restarting the loop due to pv list generation changed, do not drop and immediately relock the pv list. Suggested and reviewed by:alc

svn commit: r255322 - head/share/mk

2013-09-06 Thread David Chisnall
Author: theraven Date: Fri Sep 6 20:23:15 2013 New Revision: 255322 URL: http://svnweb.freebsd.org/changeset/base/255322 Log: Fix use of MACHINE_ARCH where MACHINE was intended for pc98 detection. Reported by: nwhitehorn Modified: head/share/mk/bsd.own.mk Modified: head/share/mk/bsd.o

svn commit: r255312 - head/sys/amd64/amd64

2013-09-06 Thread Konstantin Belousov
Author: kib Date: Fri Sep 6 16:53:48 2013 New Revision: 255312 URL: http://svnweb.freebsd.org/changeset/base/255312 Log: Only lock pvh_global_lock read-only for pmap_page_wired_mappings(), pmap_is_modified() and pmap_is_referenced(), same as it was done for pmap_ts_referenced(). Consol

Re: svn commit: r255321 - in head: contrib/llvm/tools/clang/lib/Driver gnu/lib gnu/usr.bin/cc share/mk sys/sys tools/build/options

2013-09-06 Thread Xin LI
Will this break cross building on 9.x host? I hit this: c++ -O2 -pipe -I/tank/home/delphij/head/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/tank/home/delphij/head/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/tank/home/delphij/head/lib/clang/libllvmsupport/

Re: svn commit: r255321 - in head: contrib/llvm/tools/clang/lib/Driver gnu/lib gnu/usr.bin/cc share/mk sys/sys tools/build/options

2013-09-06 Thread Niclas Zeising
On 09/06/13 22:08, David Chisnall wrote: > Author: theraven > Date: Fri Sep 6 20:08:03 2013 > New Revision: 255321 > URL: http://svnweb.freebsd.org/changeset/base/255321 > > Log: > On platforms where clang is the default compiler, don't build gcc or > libstdc++. > To enable them, set WITH_GC

svn commit: r255324 - head/share/mk

2013-09-06 Thread David Chisnall
Author: theraven Date: Fri Sep 6 20:42:14 2013 New Revision: 255324 URL: http://svnweb.freebsd.org/changeset/base/255324 Log: Only set -Wno-c++11-extensions if we're building with clang, so bootstrapping clang with gcc doesn't fail. Modified: head/share/mk/bsd.own.mk Modified: head/share/

Re: svn commit: r255321 - in head: contrib/llvm/tools/clang/lib/Driver gnu/lib gnu/usr.bin/cc share/mk sys/sys tools/build/options

2013-09-06 Thread David Chisnall
Thanks for the report. I've now bracketed the extra flag in a check that we're compiling with clang, which should fix it, so let me know if it still breaks for you. David On 6 Sep 2013, at 21:34, Xin LI wrote: > Will this break cross building on 9.x host? I hit this: > > c++ -O2 -pipe >

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

2013-09-06 Thread David Chisnall
Author: theraven Date: Fri Sep 6 20:46:07 2013 New Revision: 255325 URL: http://svnweb.freebsd.org/changeset/base/255325 Log: Don't delete c++filt when doing a make delete-old if GCC is not built but C++ is. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/buil

Re: svn commit: r255321 - in head: contrib/llvm/tools/clang/lib/Driver gnu/lib gnu/usr.bin/cc share/mk sys/sys tools/build/options

2013-09-06 Thread David Chisnall
On 6 Sep 2013, at 21:11, Nathan Whitehorn wrote: > Don't you mean MACHINE here? Otherwise native builds on pc98 will fail > due to: > >> +# The pc98 bootloader requires gcc to build and so we must leave gcc enabled >> +# for pc98 for now. >> +.if ${__TT} == "pc98" >> +__DEFAULT_NO_OPTIONS+=GNUCX

svn commit: r255330 - head/sbin/camcontrol

2013-09-06 Thread Bryan Venteicher
Author: bryanv Date: Fri Sep 6 21:26:36 2013 New Revision: 255330 URL: http://svnweb.freebsd.org/changeset/base/255330 Log: Bump .Dd after r255307 and r255310 Requested by: joel Modified: head/sbin/camcontrol/camcontrol.8 Modified: head/sbin/camcontrol/camcontrol.8

svn commit: r255326 - head/tools/build/options

2013-09-06 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Fri Sep 6 20:49:48 2013 New Revision: 255326 URL: http://svnweb.freebsd.org/changeset/base/255326 Log: Add WITH_GCC alongside WITHOUT_GCC. Remove the comment from WITHOUT_GCC about this not working without an alternate toolchain, we have clang now

Re: svn commit: r255321 - in head: contrib/llvm/tools/clang/lib/Driver gnu/lib gnu/usr.bin/cc share/mk sys/sys tools/build/options

2013-09-06 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 09/06/13 13:43, David Chisnall wrote: > Thanks for the report. I've now bracketed the extra flag in a > check that we're compiling with clang, which should fix it, so let > me know if it still breaks for you. That's fast! Thanks, this is fixed

svn commit: r255327 - head/share/man/man5

2013-09-06 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Fri Sep 6 20:51:15 2013 New Revision: 255327 URL: http://svnweb.freebsd.org/changeset/base/255327 Log: Regenerate after unhooking gcc/g++ from the default build for some arches. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man

Re: svn commit: r255316 - head/sys/kern

2013-09-06 Thread Jamie Gritton
On 09/06/13 12:18, Gleb Smirnoff wrote: > On Fri, Sep 06, 2013 at 05:32:29PM +, Jamie Gritton wrote: > J> Author: jamie > J> Date: Fri Sep 6 17:32:29 2013 > J> New Revision: 255316 > J> URL: http://svnweb.freebsd.org/changeset/base/255316 > J> > J> Log: > J> Keep PRIV_KMEM_READ permitted in

svn commit: r255321 - in head: contrib/llvm/tools/clang/lib/Driver gnu/lib gnu/usr.bin/cc share/mk sys/sys tools/build/options

2013-09-06 Thread David Chisnall
Author: theraven Date: Fri Sep 6 20:08:03 2013 New Revision: 255321 URL: http://svnweb.freebsd.org/changeset/base/255321 Log: On platforms where clang is the default compiler, don't build gcc or libstdc++. To enable them, set WITH_GCC and WITH_GNUCXX in src.conf. Make clang default to usin

svn commit: r255328 - head/lib/libc/net

2013-09-06 Thread Jilles Tjoelker
Author: jilles Date: Fri Sep 6 21:02:06 2013 New Revision: 255328 URL: http://svnweb.freebsd.org/changeset/base/255328 Log: libc: Use SOCK_CLOEXEC for various internal file descriptors. This change avoids undesirably passing some internal file descriptors to a process created (fork+exec)

Re: svn commit: r255321 - in head: contrib/llvm/tools/clang/lib/Driver gnu/lib gnu/usr.bin/cc share/mk sys/sys tools/build/options

2013-09-06 Thread Nathan Whitehorn
On 09/06/13 15:08, David Chisnall wrote: > Author: theraven > Date: Fri Sep 6 20:08:03 2013 > New Revision: 255321 > URL: http://svnweb.freebsd.org/changeset/base/255321 > > Log: > On platforms where clang is the default compiler, don't build gcc or > libstdc++. > To enable them, set WITH_GCC

svn commit: r255331 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include i386/xen x86/xen xen

2013-09-06 Thread Justin T. Gibbs
Author: gibbs Date: Fri Sep 6 22:17:02 2013 New Revision: 255331 URL: http://svnweb.freebsd.org/changeset/base/255331 Log: Implement PV IPIs for PVHVM guests and further converge PV and HVM IPI implmementations. Submitted by: Roger Pau Monné Sponsored by: Citrix Systems R&D Submitted

svn commit: r255329 - head/sys/net

2013-09-06 Thread Davide Italiano
Author: davide Date: Fri Sep 6 21:02:43 2013 New Revision: 255329 URL: http://svnweb.freebsd.org/changeset/base/255329 Log: Retire netisr.netisr_direct and netisr.netisr_direct_force sysctls. These were used to control/export dispatch policy but they're not anymore. This commit cannot be MF

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

2013-09-06 Thread Davide Italiano
On Fri, Sep 6, 2013 at 11:02 PM, Davide Italiano wrote: > Author: davide > Date: Fri Sep 6 21:02:43 2013 > New Revision: 255329 > URL: http://svnweb.freebsd.org/changeset/base/255329 > > Log: > Retire netisr.netisr_direct and netisr.netisr_direct_force sysctls. > These were used to control/ex

svn commit: r255323 - in head/sys: amd64/conf i386/conf

2013-09-06 Thread Bryan Venteicher
Author: bryanv Date: Fri Sep 6 20:24:21 2013 New Revision: 255323 URL: http://svnweb.freebsd.org/changeset/base/255323 Log: Add vmx device to the i386 and amd64 NOTES files Modified: head/sys/amd64/conf/NOTES head/sys/i386/conf/NOTES Modified: head/sys/amd64/conf/NOTES ===

Re: svn commit: r255243 - head/etc/mtree

2013-09-06 Thread Jeremie Le Hen
On Thu, Sep 05, 2013 at 12:35:24PM +, Dag-Erling SmÞrgrav wrote: > Author: des > Date: Thu Sep 5 12:35:23 2013 > New Revision: 255243 > URL: http://svnweb.freebsd.org/changeset/base/255243 > > Log: > authpf needs /var/authpf to exist and be writable by group authpf. Thanks! -- Jeremie L

svn commit: r255316 - head/sys/kern

2013-09-06 Thread Jamie Gritton
Author: jamie Date: Fri Sep 6 17:32:29 2013 New Revision: 255316 URL: http://svnweb.freebsd.org/changeset/base/255316 Log: Keep PRIV_KMEM_READ permitted inside jails as it is on the outside. Modified: head/sys/kern/kern_jail.c Modified: head/sys/kern/kern_jail.c

svn commit: r255333 - head/sys/nlm

2013-09-06 Thread Rick Macklem
Author: rmacklem Date: Fri Sep 6 23:14:31 2013 New Revision: 255333 URL: http://svnweb.freebsd.org/changeset/base/255333 Log: Intermittent crashes in the NLM (rpc.lockd) code during system shutdown was reporetd via email. The crashes occurred because the client side NLM would attempt to use

svn commit: r255334 - in head/sys: arm/broadcom/bcm2835 mips/atheros

2013-09-06 Thread Luiz Otavio O Souza
Author: loos Date: Fri Sep 6 23:39:56 2013 New Revision: 255334 URL: http://svnweb.freebsd.org/changeset/base/255334 Log: Fix an off-by-one bug in ar71xx_gpio and bcm2835_gpio which makes the last pin unavailable. Reported and tested by: sbruno (ar71xx) Approved by: adrian (ment

svn commit: r255335 - head/sys/mips/atheros

2013-09-06 Thread Luiz Otavio O Souza
Author: loos Date: Fri Sep 6 23:47:50 2013 New Revision: 255335 URL: http://svnweb.freebsd.org/changeset/base/255335 Log: Remove the hardcoded limit for the number of gpio_pins that can be used. Allocate it dynamically. Approved by: adrian (mentor) Modified: head/sys/mips/atheros/ar7

svn commit: r255336 - head/lib/libc/resolv

2013-09-06 Thread Jilles Tjoelker
Author: jilles Date: Fri Sep 6 23:49:54 2013 New Revision: 255336 URL: http://svnweb.freebsd.org/changeset/base/255336 Log: libc: Make resolver sockets close-on-exec (SOCK_CLOEXEC). Although the resolver's sockets are exposed to applications via res_state, I do not expect them to pass th

Re: svn commit: r255316 - head/sys/kern

2013-09-06 Thread Gleb Smirnoff
On Fri, Sep 06, 2013 at 05:32:29PM +, Jamie Gritton wrote: J> Author: jamie J> Date: Fri Sep 6 17:32:29 2013 J> New Revision: 255316 J> URL: http://svnweb.freebsd.org/changeset/base/255316 J> J> Log: J> Keep PRIV_KMEM_READ permitted inside jails as it is on the outside. J> J> Modified: J>

Re: svn commit: r255289 - in head/sys: amd64/amd64 amd64/include ia64/ia64 ia64/include mips/include mips/mips

2013-09-06 Thread Luigi Rizzo
On Fri, Sep 6, 2013 at 7:37 AM, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Sep 6 05:37:49 2013 > New Revision: 255289 > URL: http://svnweb.freebsd.org/changeset/base/255289 > > Log: > On those machines, where sf_bufs do not represent any real object, make > sf_buf_alloc()/sf_buf_free

Re: svn commit: r255323 - in head/sys: amd64/conf i386/conf

2013-09-06 Thread Bryan Venteicher
On Fri, Sep 6, 2013 at 3:24 PM, Bryan Venteicher wrote: > Author: bryanv > Date: Fri Sep 6 20:24:21 2013 > New Revision: 255323 > URL: http://svnweb.freebsd.org/changeset/base/255323 > > Log: > Add vmx device to the i386 and amd64 NOTES files > > FWIW - I'm on the fence about adding vmx to GEN

Re: svn commit: r255321 - in head: contrib/llvm/tools/clang/lib/Driver gnu/lib gnu/usr.bin/cc share/mk sys/sys tools/build/options

2013-09-06 Thread David Chisnall
On 6 Sep 2013, at 21:26, David Chisnall wrote: > On 6 Sep 2013, at 21:25, Nathan Whitehorn wrote: > >> Thanks! I ran into one other issue with the patch: c++filt continues to >> be built, but will be removed by make delete-old, which I guess is not >> intentional. > > Hmm, no that's not intent

svn commit: r255313 - head/release/picobsd/build

2013-09-06 Thread Luigi Rizzo
Author: luigi Date: Fri Sep 6 17:16:33 2013 New Revision: 255313 URL: http://svnweb.freebsd.org/changeset/base/255313 Log: r253616 nuked BINMAKE so we need to adapt to the new definition Modified: head/release/picobsd/build/picobsd Modified: head/release/picobsd/build/picobsd ==

svn commit: r255315 - head/release/picobsd/build

2013-09-06 Thread Luigi Rizzo
Author: luigi Date: Fri Sep 6 17:19:57 2013 New Revision: 255315 URL: http://svnweb.freebsd.org/changeset/base/255315 Log: comment out some stale loader configurations. Modified: head/release/picobsd/build/picobsd Modified: head/release/picobsd/build/picobsd

svn commit: r255314 - head/release/picobsd/build

2013-09-06 Thread Luigi Rizzo
Author: luigi Date: Fri Sep 6 17:18:43 2013 New Revision: 255314 URL: http://svnweb.freebsd.org/changeset/base/255314 Log: generate multiple host keys and do that unconditionally Modified: head/release/picobsd/build/picobsd Modified: head/release/picobsd/build/picobsd ==

svn commit: r255337 - head/sys/netinet

2013-09-06 Thread Michael Tuexen
Author: tuexen Date: Sat Sep 7 00:45:24 2013 New Revision: 255337 URL: http://svnweb.freebsd.org/changeset/base/255337 Log: When computing the partial delivery point, take the receiver socket buffer size correctly into account. MFC after: 1 week Modified: head/sys/netinet/sctp_indata.

svn commit: r255338 - head/sys/fs/ext2fs

2013-09-06 Thread Pedro F. Giffuni
Author: pfg Date: Sat Sep 7 02:45:51 2013 New Revision: 255338 URL: http://svnweb.freebsd.org/changeset/base/255338 Log: ext2fs: temporarily disable htree directory index. Our code does not consider yet the case of hash collisions. This is a rather annoying situation where two or more fi

svn commit: r255339 - head/sbin/newfs_msdos

2013-09-06 Thread Pedro F. Giffuni
Author: pfg Date: Sat Sep 7 03:10:12 2013 New Revision: 255339 URL: http://svnweb.freebsd.org/changeset/base/255339 Log: newfs_msdos: fix inaccurate comments. The fields from deMTime and deMDate in the DOS directory entry are actually the last-modified time/date. According to some o

svn commit: r255340 - head/usr.sbin/bsdconfig/examples

2013-09-06 Thread Devin Teske
Author: dteske Date: Sat Sep 7 03:24:22 2013 New Revision: 255340 URL: http://svnweb.freebsd.org/changeset/base/255340 Log: Long URLs don't always appear even with autosizing and other tricks. So, add some whitespace to put the URL on a line by itself, maximizing view. Modified: head/usr.s

svn commit: r255341 - head/usr.sbin/bsdconfig/examples

2013-09-06 Thread Devin Teske
Author: dteske Date: Sat Sep 7 03:27:13 2013 New Revision: 255341 URL: http://svnweb.freebsd.org/changeset/base/255341 Log: Remove unnecessary mediaClose (FTP operations are done with either ftp(1) or fetch(1), neither of which are stateful, compared to how sysinstall(8) did FTP operations,

svn commit: r255342 - head/sys/amd64/vmm/io

2013-09-06 Thread Peter Grehan
Author: grehan Date: Sat Sep 7 03:33:36 2013 New Revision: 255342 URL: http://svnweb.freebsd.org/changeset/base/255342 Log: Mask off the vector from the MSI-x data word. Some o/s's set the trigger-mode level bit which results in an invalid vector and pass-thru interrupts not being deliver

svn commit: r255343 - head/sys/amd64/vmm/intel

2013-09-06 Thread Neel Natu
Author: neel Date: Sat Sep 7 05:30:34 2013 New Revision: 255343 URL: http://svnweb.freebsd.org/changeset/base/255343 Log: Allocate VPIDs by using the unit number allocator to keep do the bookkeeping. Also deal with VPID exhaustion by allocating out of a reserved range as the last resort.

svn commit: r255344 - head/sbin/camcontrol

2013-09-06 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Sep 7 05:44:53 2013 New Revision: 255344 URL: http://svnweb.freebsd.org/changeset/base/255344 Log: - Begin sentence on a new line. - Minor language fixes. Modified: head/sbin/camcontrol/camcontrol.8 Modified: head/sbin/camcontrol/camcontrol.8 ===

svn commit: r255347 - head/sys/dev/usb/controller

2013-09-06 Thread Hans Petter Selasky
Author: hselasky Date: Sat Sep 7 06:53:59 2013 New Revision: 255347 URL: http://svnweb.freebsd.org/changeset/base/255347 Log: Disable USB 3.0 streams mode by default, hence not all XHCI chipsets implement it to avoid undefined behaviour. Modified: head/sys/dev/usb/controller/xhci.c Modifi