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

2013-05-16 Thread Adrian Chadd
Author: adrian Date: Fri May 17 05:16:30 2013 New Revision: 250735 URL: http://svnweb.freebsd.org/changeset/base/250735 Log: Add some more debugging printf()s to complain if the ath_buf tx queue doesn't match the actual hardware queue this frame is queued to. I'm trying to ensure that the

svn commit: r250732 - head/bin/df

2013-05-16 Thread Greg Lehey
Author: grog Date: Fri May 17 03:52:20 2013 New Revision: 250732 URL: http://svnweb.freebsd.org/changeset/base/250732 Log: Complete revision 243104. Modified: head/bin/df/df.1 Modified: head/bin/df/df.1 == --- head/b

svn commit: r250731 - head

2013-05-16 Thread Garance A Drosehn
Author: gad Date: Fri May 17 03:14:55 2013 New Revision: 250731 URL: http://svnweb.freebsd.org/changeset/base/250731 Log: Drop any connection to newsyslog. I haven't worked on it for quite some time. Note that I do want to keep the pre-commit review for usr.sbin/lpr. I am actively working

Re: svn commit: r250692 - head/sys/arm/conf

2013-05-16 Thread Rui Paulo
On 2013/05/16, at 2:02, Tim Kientzle wrote: > I don't object, but I'm not sure why we need this. > > I'd rather see a comment in the BEAGLEBONE > config indicating that it can be used with > beaglebone-black.dts. > > Generally, I want us to move away from compiled-in > DTBs. The BEAGLEBONE co

svn commit: r250722 - head/usr.bin/bmake

2013-05-16 Thread Xin LI
Author: delphij Date: Thu May 16 22:35:33 2013 New Revision: 250722 URL: http://svnweb.freebsd.org/changeset/base/250722 Log: guard against MK_SHARED_TOOLCHAIN not being defined. Modified: head/usr.bin/bmake/Makefile.inc Modified: head/usr.bin/bmake/Makefile.inc =

svn commit: r250721 - head/usr.bin/bmake

2013-05-16 Thread Xin LI
Author: delphij Date: Thu May 16 22:25:17 2013 New Revision: 250721 URL: http://svnweb.freebsd.org/changeset/base/250721 Log: Similar to r250719: guard against MK_BMAKE not being defined. Modified: head/usr.bin/bmake/Makefile.inc Modified: head/usr.bin/bmake/Makefile.inc

Re: svn commit: r250659 - in head: . share/mk tools/build/options tools/tools/makeroot

2013-05-16 Thread Andreas Tobler
On 15.05.13 16:30, Brooks Davis wrote: > Author: brooks > Date: Wed May 15 14:30:03 2013 > New Revision: 250659 > URL: http://svnweb.freebsd.org/changeset/base/250659 > > Log: > Add support for an external cross compiler. The cross compiler is > specified by passing the XCC, XCXX, and XCPP va

Re: svn commit: r250700 - in head/sys: conf net netinet6 sys

2013-05-16 Thread Ed Schouten
2013/5/16 Julian Elischer : > see correcting commit Thanks for fixing it so quickly! -- Ed Schouten ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr

Re: svn commit: r250700 - in head/sys: conf net netinet6 sys

2013-05-16 Thread Julian Elischer
On 5/16/13 5:16 PM, Julian Elischer wrote: On 5/16/13 3:19 PM, Ed Schouten wrote: Hey Julian, 2013/5/16 Julian Elischer : #define M_SETFIB(_m, _fib) do {\ - _m->m_flags &= ~M_FIB; \ - _m->m

svn commit: r250720 - head/sys/sys

2013-05-16 Thread Julian Elischer
Author: julian Date: Thu May 16 21:27:47 2013 New Revision: 250720 URL: http://svnweb.freebsd.org/changeset/base/250720 Log: Fix cut-n-paste error. Modified: head/sys/sys/mbuf.h Modified: head/sys/sys/mbuf.h == --- h

svn commit: r250719 - in head: . usr.bin/make

2013-05-16 Thread Simon J. Gerraty
Author: sjg Date: Thu May 16 21:26:46 2013 New Revision: 250719 URL: http://svnweb.freebsd.org/changeset/base/250719 Log: Reverse the sense of the test wrt bmake, and guard against MK_BMAKE not being defined. Modified: head/Makefile head/usr.bin/make/Makefile Modified: head/Makefile

Re: svn commit: r250700 - in head/sys: conf net netinet6 sys

2013-05-16 Thread Julian Elischer
On 5/16/13 3:19 PM, Ed Schouten wrote: Hey Julian, 2013/5/16 Julian Elischer : #define M_SETFIB(_m, _fib) do { \ - _m->m_flags &= ~M_FIB; \ - _m->m_flags |= (((_fib) << M_FIBSHIFT) & M_FIB);

svn commit: r250718 - head/sbin/tunefs

2013-05-16 Thread Xin LI
Author: delphij Date: Thu May 16 21:04:56 2013 New Revision: 250718 URL: http://svnweb.freebsd.org/changeset/base/250718 Log: Constify string pointers. Verified with:sha256(1) MFC after:2 weeks Modified: head/sbin/tunefs/tunefs.c Modified: head/sbin/tunefs/tunefs.c ===

svn commit: r250717 - head/tools/tools/makeroot

2013-05-16 Thread Joel Dahl
Author: joel (doc committer) Date: Thu May 16 20:55:20 2013 New Revision: 250717 URL: http://svnweb.freebsd.org/changeset/base/250717 Log: Minor mdoc improvements. Modified: head/tools/tools/makeroot/makeroot.8 Modified: head/tools/tools/makeroot/makeroot.8 ==

svn commit: r250710 - head/sbin/dumpfs

2013-05-16 Thread Kirk McKusick
Author: mckusick Date: Thu May 16 20:07:08 2013 New Revision: 250710 URL: http://svnweb.freebsd.org/changeset/base/250710 Log: When running the -m option to generate a newfs(8) command suitable for recreating the filesystem, check for and output the -i, -k, and -l options if appropriate.

svn commit: r250709 - head/sys/dev/mmc

2013-05-16 Thread Warner Losh
Author: imp Date: Thu May 16 19:44:51 2013 New Revision: 250709 URL: http://svnweb.freebsd.org/changeset/base/250709 Log: When reporting the user readable size, round up. Several SD cards not only use SI units, but also are a couple of percent short. If you need to know the exact size, diski

svn commit: r250708 - head/sbin/dumpfs

2013-05-16 Thread Kirk McKusick
Author: mckusick Date: Thu May 16 19:39:11 2013 New Revision: 250708 URL: http://svnweb.freebsd.org/changeset/base/250708 Log: Clean up trailing whitespace. Submitted by: Andy Kosela MFC after:1 week Modified: head/sbin/dumpfs/dumpfs.c Modified: head/sbin/dumpfs/dumpfs.c =

Re: svn commit: r250700 - in head/sys: conf net netinet6 sys

2013-05-16 Thread Ed Schouten
Hey Julian, 2013/5/16 Julian Elischer : > #define M_SETFIB(_m, _fib) do { > \ > - _m->m_flags &= ~M_FIB; \ > - _m->m_flags |= (((_fib) << M_FIBSHIFT) & M_FIB); \ > +KASSERT((_m)->m_flags

svn commit: r250707 - head

2013-05-16 Thread Brooks Davis
Author: brooks Date: Thu May 16 18:37:14 2013 New Revision: 250707 URL: http://svnweb.freebsd.org/changeset/base/250707 Log: Implement NO_ROOT support for distributekernel and packagekernel. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ===

svn commit: r250706 - head/sys/kern

2013-05-16 Thread Jaakko Heinonen
Author: jh Date: Thu May 16 18:13:10 2013 New Revision: 250706 URL: http://svnweb.freebsd.org/changeset/base/250706 Log: A library function shall not set errno to 0. Reviewed by: mdf Modified: head/sys/kern/subr_sbuf.c Modified: head/sys/kern/subr_sbuf.c ===

Re: svn commit: r250700 - in head/sys: conf net netinet6 sys

2013-05-16 Thread Benjamin Kaduk
On Thu, May 16, 2013 at 12:20 PM, Julian Elischer wrote: > Author: julian > Date: Thu May 16 16:20:17 2013 > New Revision: 250700 > URL: http://svnweb.freebsd.org/changeset/base/250700 > > Log: > Finally change the mbuf to have its own fib field instead of stealing > 4 flag bits. This was supp

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

2013-05-16 Thread Adrian Chadd
Author: adrian Date: Thu May 16 17:53:12 2013 New Revision: 250705 URL: http://svnweb.freebsd.org/changeset/base/250705 Log: Tidy up the debugging - don't bother printing out TID pointers; now that we are printing out the MAC address in these fields, just printing out the TID is enough. Mod

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

2013-05-16 Thread Adrian Chadd
Author: adrian Date: Thu May 16 17:46:32 2013 New Revision: 250704 URL: http://svnweb.freebsd.org/changeset/base/250704 Log: Limit the number of software queued frames when doing non-aggregation. This should prevent the TX queue being filled with non-aggregate frames, causing starvation a

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

2013-05-16 Thread Adrian Chadd
Author: adrian Date: Thu May 16 17:45:01 2013 New Revision: 250703 URL: http://svnweb.freebsd.org/changeset/base/250703 Log: Dump out the holding buffer descriptor contents and addresses stopping DMA. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c ===

svn commit: r250702 - head/usr.sbin/bsdconfig/share

2013-05-16 Thread Devin Teske
Author: dteske Date: Thu May 16 16:51:52 2013 New Revision: 250702 URL: http://svnweb.freebsd.org/changeset/base/250702 Log: Fix a typo in a comment. Modified: head/usr.sbin/bsdconfig/share/strings.subr Modified: head/usr.sbin/bsdconfig/share/strings.subr

svn commit: r250701 - head/usr.sbin/bsdconfig/share

2013-05-16 Thread Devin Teske
Author: dteske Date: Thu May 16 16:46:02 2013 New Revision: 250701 URL: http://svnweb.freebsd.org/changeset/base/250701 Log: Add a handy function for truncating variables to a specific byte-length. It should be noted that newlines are both preserved and included in said byte- count. If you w

svn commit: r250700 - in head/sys: conf net netinet6 sys

2013-05-16 Thread Julian Elischer
Author: julian Date: Thu May 16 16:20:17 2013 New Revision: 250700 URL: http://svnweb.freebsd.org/changeset/base/250700 Log: Finally change the mbuf to have its own fib field instead of stealing 4 flag bits. This was supposed to happen in 8.0, and again in 2012.. MFC after:never Modi

svn commit: r250699 - in head: share/mk usr.bin/make

2013-05-16 Thread Simon J. Gerraty
Author: sjg Date: Thu May 16 15:28:38 2013 New Revision: 250699 URL: http://svnweb.freebsd.org/changeset/base/250699 Log: Build bmake by default. If someone explicitly builds usr.bin/make while MK_BMAKE==yes, install it as 'fmake'. Reviewed by: brooks Modified: head/share/mk/bsd.own

svn commit: r250698 - head/tools/tools/makeroot

2013-05-16 Thread Brooks Davis
Author: brooks Date: Thu May 16 14:38:12 2013 New Revision: 250698 URL: http://svnweb.freebsd.org/changeset/base/250698 Log: Add a sample script to create filesystem images from an installed tree created by installworld+distribution with the -DNO_ROOT option. Added: head/tools/tools/makeroo

svn commit: r250697 - in head/sys/dev: cxgb cxgbe

2013-05-16 Thread Konstantin Belousov
Author: kib Date: Thu May 16 13:07:02 2013 New Revision: 250697 URL: http://svnweb.freebsd.org/changeset/base/250697 Log: Add dependencies on the firmware, which allows the loading of the cxgb and cxgbe modules. Reviewed and approved by: np MFC after:1 week Modified: head/sys

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

2013-05-16 Thread Grzegorz Bernacki
Author: gber Date: Thu May 16 09:43:04 2013 New Revision: 250695 URL: http://svnweb.freebsd.org/changeset/base/250695 Log: Fix L2 cache write-back invalidate for Sheeva core. Submitted by: Michal Dubiel Obtained from:Netasq, Semihalf Modified: head/sys/arm/arm/cpufunc_asm_sheev

Re: svn commit: r250692 - head/sys/arm/conf

2013-05-16 Thread Tim Kientzle
I don't object, but I'm not sure why we need this. I'd rather see a comment in the BEAGLEBONE config indicating that it can be used with beaglebone-black.dts. Generally, I want us to move away from compiled-in DTBs. The BEAGLEBONE config works just fine on either one and it's what I plan to con