Re: svn commit: r253883 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/unit-tests usr.bin/bmake usr.bin/bmake/unit-tests

2013-08-02 Thread Simon J. Gerraty
On Fri, 2 Aug 2013 22:46:36 -0700, Rui Paulo writes: >Cool! Can we set this in /etc/make.conf ? I would expect so. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-sr

Re: svn commit: r253883 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/unit-tests usr.bin/bmake usr.bin/bmake/unit-tests

2013-08-02 Thread Rui Paulo
On 1 Aug 2013, at 23:25, Simon J. Gerraty wrote: > Author: sjg > Date: Fri Aug 2 06:25:28 2013 > New Revision: 253883 > URL: http://svnweb.freebsd.org/changeset/base/253883 > > Log: > Merge bmake-20130730 > Main feature of interest is .MAKE.JOB.PREFIX= > to suppress --- job --- tokens. Coo

svn commit: r253910 - head/sys/kern

2013-08-02 Thread Marcel Moolenaar
Author: marcel Date: Sat Aug 3 04:25:25 2013 New Revision: 253910 URL: http://svnweb.freebsd.org/changeset/base/253910 Log: Add a tunable for the default timeout. Modified: head/sys/kern/vfs_mountroot.c Modified: head/sys/kern/vfs_mountroot.c

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

2013-08-02 Thread Peter Grehan
Author: grehan Date: Sat Aug 3 03:16:42 2013 New Revision: 253909 URL: http://svnweb.freebsd.org/changeset/base/253909 Log: Follow-up commit to fix CR0 issues. Maintain architectural state on CR vmexits by guaranteeing that EFER, CR0 and the VMCS entry controls are all in sync when transi

svn commit: r253902 - head/sys/dev/scc

2013-08-02 Thread Marius Strobl
Author: marius Date: Fri Aug 2 23:31:51 2013 New Revision: 253902 URL: http://svnweb.freebsd.org/changeset/base/253902 Log: Const'ify scc_driver_name. Modified: head/sys/dev/scc/scc_bfe.h head/sys/dev/scc/scc_core.c Modified: head/sys/dev/scc/scc_bfe.h

svn commit: r253900 - head/sys/dev/scc

2013-08-02 Thread Marius Strobl
Author: marius Date: Fri Aug 2 23:30:32 2013 New Revision: 253900 URL: http://svnweb.freebsd.org/changeset/base/253900 Log: - Use NULL instead of 0 for pointers. - Remove unnecessary __RMAN_RESOURCE_VISIBLE. Modified: head/sys/dev/scc/scc_bfe_ebus.c head/sys/dev/scc/scc_bfe_macio.c hea

svn commit: r253899 - head/sys/dev/scc

2013-08-02 Thread Marius Strobl
Author: marius Date: Fri Aug 2 23:28:49 2013 New Revision: 253899 URL: http://svnweb.freebsd.org/changeset/base/253899 Log: - Implement iclear methods for QUICC and SAB 82532. With r253161 in place, this is is crucial at least for the latter. What happens is that attaching uart(4) to sc

svn commit: r253898 - head/sys/dev/iwn

2013-08-02 Thread Adrian Chadd
Author: adrian Date: Fri Aug 2 21:28:36 2013 New Revision: 253898 URL: http://svnweb.freebsd.org/changeset/base/253898 Log: Add in some definitions required for later iwn(4) device support. This also clarifies a few existing fields. Tested: * Intel 5100 Submitted by: Cedric

svn commit: r253897 - head/sys/dev/iwn

2013-08-02 Thread Adrian Chadd
Author: adrian Date: Fri Aug 2 21:23:28 2013 New Revision: 253897 URL: http://svnweb.freebsd.org/changeset/base/253897 Log: Break out the iwn(4) device IDs into if_iwn_devid.h, as well as add IDs for new devices. * Add new device IDs * Extend the ID probe code to include the newer rang

svn commit: r253896 - head/sys/arm/arm

2013-08-02 Thread Olivier Houchard
Author: cognet Date: Fri Aug 2 20:32:26 2013 New Revision: 253896 URL: http://svnweb.freebsd.org/changeset/base/253896 Log: Only receive the interrupts on the first core, to avoid duplicate interrupts. Modified: head/sys/arm/arm/gic.c Modified: head/sys/arm/arm/gic.c ===

svn commit: r253895 - in head: contrib/serf contrib/serf/auth contrib/serf/buckets contrib/serf/build usr.bin/svn/lib/libserf

2013-08-02 Thread Peter Wemm
Author: peter Date: Fri Aug 2 19:21:46 2013 New Revision: 253895 URL: http://svnweb.freebsd.org/changeset/base/253895 Log: Update serf 1.2.1 -> 1.3.0 for svn Added: head/contrib/serf/SConstruct - copied unchanged from r253894, vendor/serf/dist/SConstruct head/contrib/serf/auth/auth_sp

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

2013-08-02 Thread Navdeep Parhar
Author: np Date: Fri Aug 2 18:05:42 2013 New Revision: 253890 URL: http://svnweb.freebsd.org/changeset/base/253890 Log: Display temperature sensor data. Shows -1 if sensor not available on the card. # sysctl dev.t4nex.0.temperature # sysctl dev.t5nex.0.temperature Modified: head/sy

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

2013-08-02 Thread Navdeep Parhar
Author: np Date: Fri Aug 2 17:44:19 2013 New Revision: 253889 URL: http://svnweb.freebsd.org/changeset/base/253889 Log: Fix previous commit (r253873). "cong" has one bit per channel but the congestion channel map has 1 nibble per channel. So bits wxyz need to be blown up into 000w000x000y

Re: svn commit: r253887 - head/sys/dev/filemon

2013-08-02 Thread Jilles Tjoelker
On Fri, Aug 02, 2013 at 02:44:11PM +, Hiroki Sato wrote: > Author: hrs > Date: Fri Aug 2 14:44:11 2013 > New Revision: 253887 > URL: http://svnweb.freebsd.org/changeset/base/253887 > Log: > Add p_candebug() check to FILEMON_SET_PID ioctl. > Discussed with: sjg > MFC after: 3 days

svn commit: r253887 - head/sys/dev/filemon

2013-08-02 Thread Hiroki Sato
Author: hrs Date: Fri Aug 2 14:44:11 2013 New Revision: 253887 URL: http://svnweb.freebsd.org/changeset/base/253887 Log: Add p_candebug() check to FILEMON_SET_PID ioctl. Discussed with: sjg MFC after:3 days Modified: head/sys/dev/filemon/filemon.c Modified: head/sys/dev/fil

svn commit: r253886 - in head: . usr.bin/find

2013-08-02 Thread Jilles Tjoelker
disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20130802: + find -delete can now delete the pathnames given as arguments, + instead of only files found below them or if the pathname did +

svn commit: r253885 - head/sys/kern

2013-08-02 Thread Gleb Smirnoff
Author: glebius Date: Fri Aug 2 13:06:49 2013 New Revision: 253885 URL: http://svnweb.freebsd.org/changeset/base/253885 Log: Remove extra zeroing after M_ZERO allocation. Modified: head/sys/kern/vfs_aio.c Modified: head/sys/kern/vfs_aio.c

Re: svn commit: r253779 - in head: . share/man/man4 sys/amd64/conf sys/arm/conf sys/conf sys/dev/random sys/i386/conf sys/ia64/conf sys/mips/conf sys/modules sys/modules/random sys/pc98/conf sys/power

2013-08-02 Thread Fabien Thomas
Le 29 juil. 2013 à 22:26, David E. O'Brien a écrit : > Author: obrien > Date: Mon Jul 29 20:26:27 2013 > New Revision: 253779 > URL: http://svnweb.freebsd.org/changeset/base/253779 > > Log: > Decouple yarrow from random(4) device. > > * Make Yarrow an optional kernel component -- enabled by "