svn commit: r245413 - head/contrib/gcc/config/arm

2013-01-14 Thread Andrew Turner
Author: andrew Date: Mon Jan 14 08:39:48 2013 New Revision: 245413 URL: http://svnweb.freebsd.org/changeset/base/245413 Log: Switch the default CPU to an arm9. This removes compiler support for the unsupported 26-bit addressing mode. This change is required for moving to the ARM EABI.

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

2013-01-14 Thread Andrew Turner
Author: andrew Date: Mon Jan 14 09:11:18 2013 New Revision: 245414 URL: http://svnweb.freebsd.org/changeset/base/245414 Log: Update sigcode to use both the current ABI and FreeBSD's version of the ARM EABI syscall calling convention. The current ABI encodes the syscall number in the

svn commit: r245418 - head/usr.bin/stdbuf

2013-01-14 Thread Jeremie Le Hen
Author: jlh Date: Mon Jan 14 11:03:13 2013 New Revision: 245418 URL: http://svnweb.freebsd.org/changeset/base/245418 Log: Allow commands without any additional arguments, as stated in the manpage. While here, exit early when there is nothing to do. PR:168415 Submitted by:

svn commit: r245419 - head/usr.bin/stdbuf

2013-01-14 Thread Jeremie Le Hen
Author: jlh Date: Mon Jan 14 11:06:50 2013 New Revision: 245419 URL: http://svnweb.freebsd.org/changeset/base/245419 Log: Remove stray tabs. Submitted by: kib Approved by: kib (mentor) MFC after:1 week Modified: head/usr.bin/stdbuf/stdbuf.c Modified:

svn commit: r245421 - head/sys/vm

2013-01-14 Thread Andrey Zonov
Author: zont Date: Mon Jan 14 12:12:56 2013 New Revision: 245421 URL: http://svnweb.freebsd.org/changeset/base/245421 Log: - Get rid of unused function vmspace_wired_count(). Reviewed by: alc Approved by: kib (mentor) MFC after:1 week Modified: head/sys/vm/vm_map.c

svn commit: r245423 - head/sys/geom/raid

2013-01-14 Thread Alexander Motin
Author: mav Date: Mon Jan 14 13:06:35 2013 New Revision: 245423 URL: http://svnweb.freebsd.org/changeset/base/245423 Log: Print some more metadata fields. Modified: head/sys/geom/raid/md_intel.c Modified: head/sys/geom/raid/md_intel.c

Re: svn commit: r243631 - in head/sys: kern sys

2013-01-14 Thread Andre Oppermann
On 13.01.2013 11:10, Alan Cox wrote: On 01/07/2013 12:47, Oleksandr Tymoshenko wrote: On 12/27/2012 6:46 PM, Oleksandr Tymoshenko wrote: On 12/18/2012 1:59 AM, Alan Cox wrote: On 12/17/2012 23:40, Oleksandr Tymoshenko wrote: On 2012-12-08, at 1:21 PM, Alan Cox a...@rice.edu wrote: That

svn commit: r245424 - head/sys/boot/i386/libi386

2013-01-14 Thread Sean Bruno
Author: sbruno Date: Mon Jan 14 15:05:22 2013 New Revision: 245424 URL: http://svnweb.freebsd.org/changeset/base/245424 Log: Quiesce some clang warnings while we're here doing stuff. Submitted by: Hiren Panchasara hiren.panchas...@gmail.com Obtained from:Yahoo! Inc Modified:

Re: svn commit: r243631 - in head/sys: kern sys

2013-01-14 Thread Andre Oppermann
On 13.01.2013 19:06, Alfred Perlstein wrote: On 1/12/13 10:32 PM, Adrian Chadd wrote: On 12 January 2013 11:45, Alfred Perlstein bri...@mu.org wrote: I'm not sure if regressing to the waterfall method of development is a good idea at this point. I see a light at the end of the tunnel and we

Re: svn commit: r245424 - head/sys/boot/i386/libi386

2013-01-14 Thread Garrett Cooper
Thanks for taking care of these. I have a pr open to handle more issues, but this took care of a chunk of them. Thanks, -Garrett Sent from my iPhone On Jan 14, 2013, at 7:05 AM, Sean Bruno sbr...@freebsd.org wrote: Author: sbruno Date: Mon Jan 14 15:05:22 2013 New Revision: 245424 URL:

Re: svn commit: r243631 - in head/sys: kern sys

2013-01-14 Thread Alfred Perlstein
On 1/14/13 10:09 AM, Andre Oppermann wrote: On 13.01.2013 19:06, Alfred Perlstein wrote: On 1/12/13 10:32 PM, Adrian Chadd wrote: On 12 January 2013 11:45, Alfred Perlstein bri...@mu.org wrote: I'm not sure if regressing to the waterfall method of development is a good idea at this point.

svn commit: r245425 - head/sys/geom/raid

2013-01-14 Thread Alexander Motin
Author: mav Date: Mon Jan 14 16:38:43 2013 New Revision: 245425 URL: http://svnweb.freebsd.org/changeset/base/245425 Log: Small cosmetic tuning of the IRRT status constants. Modified: head/sys/geom/raid/md_intel.c Modified: head/sys/geom/raid/md_intel.c

svn commit: r245426 - head/bin/sh

2013-01-14 Thread Jilles Tjoelker
Author: jilles Date: Mon Jan 14 16:40:50 2013 New Revision: 245426 URL: http://svnweb.freebsd.org/changeset/base/245426 Log: sh: Simplify cd-hash interaction. Instead of rechecking relative paths for all hashed utilities after a cd, track if any utility in cmdtable depends on a relative

Re: svn commit: r243631 - in head/sys: kern sys

2013-01-14 Thread Alexander Motin
On 14.01.2013 17:09, Andre Oppermann wrote: On 13.01.2013 19:06, Alfred Perlstein wrote: On 1/12/13 10:32 PM, Adrian Chadd wrote: On 12 January 2013 11:45, Alfred Perlstein bri...@mu.org wrote: I'm not sure if regressing to the waterfall method of development is a good idea at this point.

svn commit: r245427 - in head/sys/dev/usb: . serial

2013-01-14 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 14 17:41:04 2013 New Revision: 245427 URL: http://svnweb.freebsd.org/changeset/base/245427 Log: Add new u3g device quirk. Submitted by: Lowell Gilbert MFC after:1 week Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified:

svn commit: r245428 - head/include

2013-01-14 Thread Dimitry Andric
Author: dim Date: Mon Jan 14 18:01:19 2013 New Revision: 245428 URL: http://svnweb.freebsd.org/changeset/base/245428 Log: Add CLOCK_PROCESS_CPUTIME_ID to time.h, to synchronize the CLOCK_* values with those in sys/time.h. Otherwise, if a program includes time.h before sys/time.h, the

Re: svn commit: r243631 - in head/sys: kern sys

2013-01-14 Thread Andre Oppermann
On 14.01.2013 16:51, Alexander Motin wrote: On 14.01.2013 17:09, Andre Oppermann wrote: On 13.01.2013 19:06, Alfred Perlstein wrote: On 1/12/13 10:32 PM, Adrian Chadd wrote: On 12 January 2013 11:45, Alfred Perlstein bri...@mu.org wrote: I'm not sure if regressing to the waterfall method of

Re: svn commit: r243631 - in head/sys: kern sys

2013-01-14 Thread Alfred Perlstein
On 1/14/13 11:05 AM, Andre Oppermann wrote: Can timeout() be emulated on top of another API so we can do away with it? yes, this is what callout(9) is for. there are a few consumers left (see the email I just sent out). those consumers would just have to allocate their own callout

Re: svn commit: r243631 - in head/sys: kern sys

2013-01-14 Thread Alexander Motin
On 14.01.2013 18:05, Andre Oppermann wrote: On 14.01.2013 16:51, Alexander Motin wrote: As I've actually written, there are two different things: ncallout -- number of preallocated callout structures for purposes of timeout() calls. That is a legacy API that is probably not very much used

Re: svn commit: r243631 - in head/sys: kern sys

2013-01-14 Thread John Baldwin
On Monday, January 14, 2013 10:51:27 am Alexander Motin wrote: As I've actually written, there are two different things: ncallout -- number of preallocated callout structures for purposes of timeout() calls. That is a legacy API that is probably not very much used now, so that value don't

Re: svn commit: r245426 - head/bin/sh

2013-01-14 Thread Eitan Adler
On 14 January 2013 11:40, Jilles Tjoelker jil...@freebsd.org wrote: Author: jilles Date: Mon Jan 14 16:40:50 2013 New Revision: 245426 URL: http://svnweb.freebsd.org/changeset/base/245426 Log: sh: Simplify cd-hash interaction. Instead of rechecking relative paths for all hashed

Re: svn commit: r243631 - in head/sys: kern sys

2013-01-14 Thread Alfred Perlstein
On 1/14/13 12:55 PM, John Baldwin wrote: On Monday, January 14, 2013 10:51:27 am Alexander Motin wrote: As I've actually written, there are two different things: ncallout -- number of preallocated callout structures for purposes of timeout() calls. That is a legacy API that is probably not

svn commit: r245433 - head/sys/geom/raid

2013-01-14 Thread Alexander Motin
Author: mav Date: Mon Jan 14 20:31:45 2013 New Revision: 245433 URL: http://svnweb.freebsd.org/changeset/base/245433 Log: Keep value of orig_config_id metadata field. Windows driver writes there previous value of config_id when it is changed in some cases. I guess it may be used do avoid

svn commit: r245434 - in head/sys: dev/cxgbe dev/cxgbe/common dev/cxgbe/tom modules/cxgbe/tom

2013-01-14 Thread Navdeep Parhar
Author: np Date: Mon Jan 14 20:36:22 2013 New Revision: 245434 URL: http://svnweb.freebsd.org/changeset/base/245434 Log: cxgbe(4): Updates to the hardware L2 table management code. - Add full support for IPv6 addresses. - Read the size of the L2 table during attach. Do not assume

svn commit: r245435 - in head: share/man/man5 tools/build/options

2013-01-14 Thread Brooks Davis
Author: brooks Date: Mon Jan 14 20:38:32 2013 New Revision: 245435 URL: http://svnweb.freebsd.org/changeset/base/245435 Log: Remember the . in .\ in the WITH_NMTREE file and regenerate the output. Reported by: joeld Modified: head/share/man/man5/src.conf.5

svn commit: r245437 - in head/usr.sbin/bsdconfig: console password password/share share startup startup/share usermgmt usermgmt/share

2013-01-14 Thread Devin Teske
Author: dteske Date: Mon Jan 14 21:03:34 2013 New Revision: 245437 URL: http://svnweb.freebsd.org/changeset/base/245437 Log: Don't use f_show_msg() unless printf(1) syntax is required (this reduces the number of unnecessary forks). Modified: head/usr.sbin/bsdconfig/console/ttys

Re: svn commit: r245426 - head/bin/sh

2013-01-14 Thread Jilles Tjoelker
On Mon, Jan 14, 2013 at 01:38:51PM -0500, Eitan Adler wrote: On 14 January 2013 11:40, Jilles Tjoelker jil...@freebsd.org wrote: Author: jilles Date: Mon Jan 14 16:40:50 2013 New Revision: 245426 URL: http://svnweb.freebsd.org/changeset/base/245426 Log: sh: Simplify cd-hash

svn commit: r245440 - in head: . etc

2013-01-14 Thread Brooks Davis
Author: brooks Date: Tue Jan 15 00:12:34 2013 New Revision: 245440 URL: http://svnweb.freebsd.org/changeset/base/245440 Log: Add an option DB_FROM_SRC to use src/etc's user/group databases when installing. This allows things like running installworld for 10-CURRENT on a 9.0-RELEASE system

svn commit: r245441 - head/sys/dev/cxgbe/tom

2013-01-14 Thread Navdeep Parhar
Author: np Date: Tue Jan 15 00:24:01 2013 New Revision: 245441 URL: http://svnweb.freebsd.org/changeset/base/245441 Log: cxgbe/tom: Miscellaneous updates for TOE+IPv6 support (more to follow). - Teach find_best_mtu_idx() to deal with IPv6 endpoints. - Install correct protosw in

svn commit: r245443 - head/sys/geom/mirror

2013-01-14 Thread Alexander Motin
Author: mav Date: Tue Jan 15 01:13:55 2013 New Revision: 245443 URL: http://svnweb.freebsd.org/changeset/base/245443 Log: Alike to r242314 for GRAID make GMIRROR more aggressive in marking volumes as clean on shutdown and move that action from shutdown_pre_sync stage to shutdown_post_sync

svn commit: r245444 - head/sys/geom/raid3

2013-01-14 Thread Alexander Motin
Author: mav Date: Tue Jan 15 01:27:04 2013 New Revision: 245444 URL: http://svnweb.freebsd.org/changeset/base/245444 Log: Alike to r242314 for GRAID make GRAID3 more aggressive in marking volumes as clean on shutdown and move that action from shutdown_pre_sync stage to shutdown_post_sync to

svn commit: r245446 - head/sys/dev/ata

2013-01-14 Thread Alexander Motin
Author: mav Date: Tue Jan 15 02:18:04 2013 New Revision: 245446 URL: http://svnweb.freebsd.org/changeset/base/245446 Log: In case somebody still use it, fix legacy ataraid(4) to work on combined PATA+AHCI controllers, such as JMicron JMB363. PR: kern/159271 MFC after:1

Re: svn commit: r243631 - in head/sys: kern sys

2013-01-14 Thread Bruce Evans
On Mon, 14 Jan 2013, John Baldwin wrote: On Monday, January 14, 2013 10:51:27 am Alexander Motin wrote: As I've actually written, there are two different things: ncallout -- number of preallocated callout structures for purposes of timeout() calls. That is a legacy API that is probably not

svn commit: r245447 - in head: share/misc usr.bin/calendar/calendars

2013-01-14 Thread David Naylor
Author: dbn (ports committer) Date: Tue Jan 15 05:33:40 2013 New Revision: 245447 URL: http://svnweb.freebsd.org/changeset/base/245447 Log: Add myself as a port committer (with eadler@ and bdrewery@ as mentors). While in the repository, add myself to calendar.freebsd. Approved by:

svn commit: r245448 - head/sys/dev/cxgbe/tom

2013-01-14 Thread Navdeep Parhar
Author: np Date: Tue Jan 15 07:07:29 2013 New Revision: 245448 URL: http://svnweb.freebsd.org/changeset/base/245448 Log: cxgbe/tom: Basic CLIP table management. This is the Compressed Local IPv6 table on the chip. To save space, the chip uses an index into this table instead of a full