svn commit: r250694 - stable/9/sys/fs/msdosfs

2013-05-16 Thread Konstantin Belousov
Author: kib Date: Thu May 16 06:19:29 2013 New Revision: 250694 URL: http://svnweb.freebsd.org/changeset/base/250694 Log: MFC r250193: Do a sync of the devvp vnode for the mount, which buffers, among other things, contain FAT blocks. This makes fsync(2) for msdosfs more correct by

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

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:

svn commit: r250696 - stable/8/sys/fs/msdosfs

2013-05-16 Thread Konstantin Belousov
Author: kib Date: Thu May 16 10:32:01 2013 New Revision: 250696 URL: http://svnweb.freebsd.org/changeset/base/250696 Log: MFC r250193: Do a sync of the devvp vnode for the mount, which buffers, among other things, contain FAT blocks. This makes fsync(2) for msdosfs more correct by

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:

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:

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:

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

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

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: 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

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.

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 jul...@freebsd.orgwrote: 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.

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

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

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

2013-05-16 Thread Ed Schouten
Hey Julian, 2013/5/16 Julian Elischer jul...@freebsd.org: #define M_SETFIB(_m, _fib) do { \ - _m-m_flags = ~M_FIB; \ - _m-m_flags |= (((_fib) M_FIBSHIFT) M_FIB); \ +

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

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,

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: r250711 - stable/8/share/syscons/fonts

2013-05-16 Thread Eitan Adler
Author: eadler Date: Thu May 16 20:27:30 2013 New Revision: 250711 URL: http://svnweb.freebsd.org/changeset/base/250711 Log: MFC r250553: Add the letter 'x' to the font iso05-8x16.fnt PR: 169797 Modified: stable/8/share/syscons/fonts/iso04-wide-8x16.fnt Directory Properties:

svn commit: r250712 - stable/9/share/syscons/fonts

2013-05-16 Thread Eitan Adler
Author: eadler Date: Thu May 16 20:27:30 2013 New Revision: 250712 URL: http://svnweb.freebsd.org/changeset/base/250712 Log: MFC r250553: Add the letter 'x' to the font iso05-8x16.fnt PR: 169797 Modified: stable/9/share/syscons/fonts/iso04-wide-8x16.fnt Directory Properties:

svn commit: r250713 - stable/9/share/syscons/fonts

2013-05-16 Thread Eitan Adler
Author: eadler Date: Thu May 16 20:32:09 2013 New Revision: 250713 URL: http://svnweb.freebsd.org/changeset/base/250713 Log: MFC r250459: Add the letter 'q' to the font iso05-8x16.fnt PR: 72585 PR: 169797 Modified: stable/9/share/syscons/fonts/iso05-8x16.fnt Directory

svn commit: r250715 - stable/9/lib/libc/gen

2013-05-16 Thread Jilles Tjoelker
Author: jilles Date: Thu May 16 20:34:21 2013 New Revision: 250715 URL: http://svnweb.freebsd.org/changeset/base/250715 Log: MFC r250412: posix_spawn_file_actions_addopen(3): Correct error for bad file descriptor. As per POSIX.1-2008, posix_spawn_file_actions_add* return [EBADF] if a

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: 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

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 jul...@freebsd.org: #define M_SETFIB(_m, _fib) do { \ - _m-m_flags = ~M_FIB; \ - _m-m_flags |= (((_fib)

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

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 == ---

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 jul...@freebsd.org: #define M_SETFIB(_m, _fib) do {\ - _m-m_flags = ~M_FIB;

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

2013-05-16 Thread Ed Schouten
2013/5/16 Julian Elischer jul...@freebsd.org: see correcting commit Thanks for fixing it so quickly! -- Ed Schouten e...@80386.nl ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any

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 variables

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

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: r250723 - in vendor/libregex/dist: . gnu posix

2013-05-16 Thread Jung-uk Kim
Author: jkim Date: Thu May 16 23:16:29 2013 New Revision: 250723 URL: http://svnweb.freebsd.org/changeset/base/250723 Log: Flatten GNU libregex vendor area. Added: vendor/libregex/dist/posix/ - copied from r250722, vendor/libregex/dist/gnu/lib/libregex/posix/

svn commit: r250726 - vendor/libregex

2013-05-16 Thread Jung-uk Kim
Author: jkim Date: Thu May 16 23:30:11 2013 New Revision: 250726 URL: http://svnweb.freebsd.org/changeset/base/250726 Log: Add a script to extract libregex from GNU libc. Added: vendor/libregex/libgnuregex_prep.sh (contents, props changed) Added: vendor/libregex/libgnuregex_prep.sh

svn commit: r250727 - stable/9/usr.sbin/wpa/wpa_supplicant

2013-05-16 Thread Eitan Adler
Author: eadler Date: Fri May 17 00:14:36 2013 New Revision: 250727 URL: http://svnweb.freebsd.org/changeset/base/250727 Log: MFC r250528: Teach wpa_supplicant to properly compute wireless signal strength. PR: bin/170631 Modified:

svn commit: r250729 - stable/9/usr.sbin/vidcontrol

2013-05-16 Thread Eitan Adler
Author: eadler Date: Fri May 17 00:40:46 2013 New Revision: 250729 URL: http://svnweb.freebsd.org/changeset/base/250729 Log: MFC r250509: The M_VESA_MODE_MAX is latest valid mode - not the first invalid. Permit its use in vidcontrol -i PR: bin/119483 Modified:

svn commit: r250730 - stable/8/usr.sbin/vidcontrol

2013-05-16 Thread Eitan Adler
Author: eadler Date: Fri May 17 00:40:48 2013 New Revision: 250730 URL: http://svnweb.freebsd.org/changeset/base/250730 Log: MFC r250509: The M_VESA_MODE_MAX is latest valid mode - not the first invalid. Permit its use in vidcontrol -i PR: bin/119483 Modified:

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

2013-05-16 Thread Rui Paulo
On 2013/05/16, at 2:02, Tim Kientzle kient...@freebsd.org 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

Re: svn commit: r250727 - stable/9/usr.sbin/wpa/wpa_supplicant

2013-05-16 Thread Alexey Dokuchaev
On Fri, May 17, 2013 at 12:14:36AM +, Eitan Adler wrote: New Revision: 250727 URL: http://svnweb.freebsd.org/changeset/base/250727 Log: MFC r250528: Teach wpa_supplicant to properly compute wireless signal strength. If this applicable to stable/8? If yes, can it be MFC'ed?

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

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 == ---

svn commit: r250733 - stable/9/bin/df

2013-05-16 Thread Greg Lehey
Author: grog Date: Fri May 17 03:55:03 2013 New Revision: 250733 URL: http://svnweb.freebsd.org/changeset/base/250733 Log: MFC revisions 243049,243129,244134,245871,245912,249698,249924 Modified: stable/9/bin/df/df.1 stable/9/bin/df/df.c Directory Properties: stable/9/bin/df/ (props

svn commit: r250734 - stable/9/sys/x86/cpufreq

2013-05-16 Thread Hiren Panchasara
Author: hiren Date: Fri May 17 04:09:04 2013 New Revision: 250734 URL: http://svnweb.freebsd.org/changeset/base/250734 Log: MFC: r250487 Adding a detach method to p4tcc driver. PR: 118739 Submitted by: Dan Lukes d...@obluda.cz (earlier version) Reviewed by: jhb

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

Re: svn commit: r250734 - stable/9/sys/x86/cpufreq

2013-05-16 Thread Alexey Dokuchaev
On Fri, May 17, 2013 at 04:09:05AM +, Hiren Panchasara wrote: New Revision: 250734 URL: http://svnweb.freebsd.org/changeset/base/250734 Log: MFC: r250487 Adding a detach method to p4tcc driver. Would it also benefit stable/8? If yes, could it be MFC'ed? ./danfe