svn commit: r218940 - in head: tools usr.bin/xinstall

2011-02-22 Thread Ulrich Spoerlein
Author: uqs Date: Tue Feb 22 08:07:17 2011 New Revision: 218940 URL: http://svn.freebsd.org/changeset/base/218940 Log: Teach tools/install.sh the -d directory mode. Sync up with flags understood by install(1) [1], and make install(1)'s usage output not hide the clearly documented -M

svn commit: r218941 - in head: . etc etc/mtree share/doc tools/build/mk tools/build/options usr.bin

2011-02-22 Thread Ulrich Spoerlein
Author: uqs Date: Tue Feb 22 08:13:49 2011 New Revision: 218941 URL: http://svn.freebsd.org/changeset/base/218941 Log: Flesh out WITHOUT_GROFF support to DTRT. A full featured groff is required during buildworld, so build it always and don't rely on it being present on the host system.

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

2011-02-22 Thread Ulrich Spoerlein
Author: uqs Date: Tue Feb 22 08:20:12 2011 New Revision: 218942 URL: http://svn.freebsd.org/changeset/base/218942 Log: The default for FDT has changed, rename the flag/options file. Added: head/tools/build/options/WITHOUT_FDT - copied, changed from r218940,

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

2011-02-22 Thread Ulrich Spoerlein
Author: uqs Date: Tue Feb 22 08:21:22 2011 New Revision: 218943 URL: http://svn.freebsd.org/changeset/base/218943 Log: Regen src.conf(5) after r218941 and r218942. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r218944 - head/usr.sbin/newsyslog

2011-02-22 Thread Maxim Sobolev
Author: sobomax Date: Tue Feb 22 09:11:47 2011 New Revision: 218944 URL: http://svn.freebsd.org/changeset/base/218944 Log: Make code more friendly to the non-C99 compilers - don't allocate local variables in the `for' loop declaration. This allows trunk newsyslog.c to be compiled on 7.x.

svn commit: r218945 - head/share/man/man4

2011-02-22 Thread Lawrence Stewart
Author: lstewart Date: Tue Feb 22 10:09:34 2011 New Revision: 218945 URL: http://svn.freebsd.org/changeset/base/218945 Log: Use a single list to simplify future maintenance and ensure all list items are aligned the same (no functional change at the moment as both list items are the same

Re: svn commit: r218650 - head/games/fortune/datfiles

2011-02-22 Thread Tom Rhodes
On Mon, 21 Feb 2011 12:12:18 -0800 Garrett Cooper gcoo...@freebsd.org wrote: On Mon, Feb 21, 2011 at 8:14 AM, Tom Rhodes trho...@freebsd.org wrote: On Sat, 19 Feb 2011 15:27:12 -0800 Doug Barton do...@dougbarton.us wrote: On 02/19/2011 15:12, Carlos A. M. dos Santos wrote: On Sat, Feb

Re: svn commit: r218940 - in head: tools usr.bin/xinstall

2011-02-22 Thread Alexander Best
On Tue Feb 22 11, Ulrich Spoerlein wrote: Author: uqs Date: Tue Feb 22 08:07:17 2011 New Revision: 218940 URL: http://svn.freebsd.org/changeset/base/218940 Log: Teach tools/install.sh the -d directory mode. Sync up with flags understood by install(1) [1], and make install(1)'s

svn commit: r218946 - head/sys/boot/pc98/boot2

2011-02-22 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Feb 22 13:52:03 2011 New Revision: 218946 URL: http://svn.freebsd.org/changeset/base/218946 Log: MFi386: revision 218926 In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variable from uint16_t back to uint32_t. The actual option bitmasks (RB_* and

svn commit: r218947 - in head/usr.sbin/bsdinstall: . scripts

2011-02-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Feb 22 13:56:59 2011 New Revision: 218947 URL: http://svn.freebsd.org/changeset/base/218947 Log: Add support for optional distributions, installation of the ports tree and src. Fitting all of this on a single CD along with a full system requires changing the

svn commit: r218950 - head/sys/i386/include

2011-02-22 Thread John Baldwin
Author: jhb Date: Tue Feb 22 14:58:14 2011 New Revision: 218950 URL: http://svn.freebsd.org/changeset/base/218950 Log: Fix whitespace nit. Modified: head/sys/i386/include/pmap.h Modified: head/sys/i386/include/pmap.h

svn commit: r218951 - head/sbin/newfs

2011-02-22 Thread Jaakko Heinonen
Author: jh Date: Tue Feb 22 15:31:40 2011 New Revision: 218951 URL: http://svn.freebsd.org/changeset/base/218951 Log: Xref makefs(8). PR: 154708 Submitted by: jhs Modified: head/sbin/newfs/newfs.8 Modified: head/sbin/newfs/newfs.8

svn commit: r218958 - head/sys/net80211

2011-02-22 Thread Bernhard Schmidt
Author: bschmidt Date: Tue Feb 22 19:05:42 2011 New Revision: 218958 URL: http://svn.freebsd.org/changeset/base/218958 Log: Make sure to only accept and handle action frames which are for us. In promiscuous mode we might receive stuff which otherwise gets filtered by hardware. Modified:

svn commit: r218959 - head/usr.sbin/pc-sysinstall/backend-query

2011-02-22 Thread Josh Paetzel
Author: jpaetzel Date: Tue Feb 22 19:18:56 2011 New Revision: 218959 URL: http://svn.freebsd.org/changeset/base/218959 Log: Better method for grabbing disk name, dmesg may produce mangled output. Approved by: kib (mentor, implicit) Modified:

svn commit: r218960 - head/usr.sbin/pc-sysinstall/backend

2011-02-22 Thread Josh Paetzel
Author: jpaetzel Date: Tue Feb 22 19:37:12 2011 New Revision: 218960 URL: http://svn.freebsd.org/changeset/base/218960 Log: Added patch-functions-upgrade which should fix some kernel panics doing upgrades and uninstalling linux compat ports. Submitted by: Joerg-Christian Boehme

svn commit: r218961 - in head/etc: periodic/daily rc.d

2011-02-22 Thread Doug Barton
Author: dougb Date: Tue Feb 22 21:13:40 2011 New Revision: 218961 URL: http://svn.freebsd.org/changeset/base/218961 Log: Update how accounting log files are rotated. The old version had a race between the time that the old file was cp'ed to acct.0 and the time that 'sa -s' was run that

Re: svn commit: r218959 - head/usr.sbin/pc-sysinstall/backend-query

2011-02-22 Thread Kostik Belousov
On Tue, Feb 22, 2011 at 07:18:56PM +, Josh Paetzel wrote: Author: jpaetzel Date: Tue Feb 22 19:18:56 2011 New Revision: 218959 URL: http://svn.freebsd.org/changeset/base/218959 Log: Better method for grabbing disk name, dmesg may produce mangled output. Approved by:kib

Re: svn commit: r218960 - head/usr.sbin/pc-sysinstall/backend

2011-02-22 Thread Kostik Belousov
On Tue, Feb 22, 2011 at 07:37:12PM +, Josh Paetzel wrote: Author: jpaetzel Date: Tue Feb 22 19:37:12 2011 New Revision: 218960 URL: http://svn.freebsd.org/changeset/base/218960 Log: Added patch-functions-upgrade which should fix some kernel panics doing upgrades and uninstalling

Re: svn commit: r218959 - head/usr.sbin/pc-sysinstall/backend-query

2011-02-22 Thread Bjoern A. Zeeb
On Tue, 22 Feb 2011, Josh Paetzel wrote: Author: jpaetzel Date: Tue Feb 22 19:18:56 2011 New Revision: 218959 URL: http://svn.freebsd.org/changeset/base/218959 Log: Better method for grabbing disk name, dmesg may produce mangled output. Approved by: kib (mentor, implicit) Modified:

svn commit: r218964 - head/sys/dev/dc

2011-02-22 Thread Pyun YongHyeon
Author: yongari Date: Wed Feb 23 02:40:31 2011 New Revision: 218964 URL: http://svn.freebsd.org/changeset/base/218964 Log: Remove unnecessary controller reinitialization which resulted in link flips during alias address insertion or dhclient operation. While I'm here remove dc_reset() in

Re: svn commit: r218959 - head/usr.sbin/pc-sysinstall/backend-query

2011-02-22 Thread Mikolaj Golub
On Wed, 23 Feb 2011 01:23:50 + (UTC) Bjoern A. Zeeb wrote: BAZ On Tue, 22 Feb 2011, Josh Paetzel wrote: Author: jpaetzel Date: Tue Feb 22 19:18:56 2011 New Revision: 218959 URL: http://svn.freebsd.org/changeset/base/218959 Log: Better method for grabbing disk name, dmesg may