svn commit: r220382 - head/sbin/ifconfig

2011-04-06 Thread Glen Barber
Author: gjb (doc committer) Date: Wed Apr 6 11:20:54 2011 New Revision: 220382 URL: http://svn.freebsd.org/changeset/base/220382 Log: Correct 'list scan' description in the examples. The previous description was incorrect - 'list scan' does not actually do a scan, but instead lists the res

svn commit: r220385 - head/sys/dev/mxge

2011-04-06 Thread Andrew Gallatin
Author: gallatin Date: Wed Apr 6 15:45:32 2011 New Revision: 220385 URL: http://svn.freebsd.org/changeset/base/220385 Log: Implement mxge_init() This fixes a long standing bug in mxge(4) where "ifconfig mxge0 $IP" did not bring the interface into a RUNNING state, like it does on most (

svn commit: r220386 - head/sys/vm

2011-04-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 6 16:24:24 2011 New Revision: 220386 URL: http://svn.freebsd.org/changeset/base/220386 Log: Add RACCT_RSS. Sponsored by: The FreeBSD Foundation Reviewed by: kib (earlier version) Modified: head/sys/vm/vm_pageout.c Modified: head/sys/vm/vm_pageout.c ==

svn commit: r220387 - head/sys/vm

2011-04-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 6 16:27:04 2011 New Revision: 220387 URL: http://svn.freebsd.org/changeset/base/220387 Log: In vm_daemon(), do not skip processes stopped with SIGSTOP. Modified: head/sys/vm/vm_pageout.c Modified: head/sys/vm/vm_pageout.c =

Re: svn commit: r220387 - head/sys/vm

2011-04-06 Thread Garrett Cooper
On Wed, Apr 6, 2011 at 9:27 AM, Edward Tomasz Napierala wrote: > Author: trasz > Date: Wed Apr  6 16:27:04 2011 > New Revision: 220387 > URL: http://svn.freebsd.org/changeset/base/220387 > > Log: >  In vm_daemon(), do not skip processes stopped with SIGSTOP. Did you run this by anyone else be

svn commit: r220388 - in head/sys: kern sys

2011-04-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 6 16:59:54 2011 New Revision: 220388 URL: http://svn.freebsd.org/changeset/base/220388 Log: Add ucred pointer to the SysV-related memory structures. This is required for racct. Note that after this commit, ipcs(1) needs to be rebuilt. Otherwise, it will fa

Re: svn commit: r220387 - head/sys/vm

2011-04-06 Thread Edward Tomasz Napierała
Wiadomość napisana przez Garrett Cooper w dniu 2011-04-06, o godz. 18:57: > On Wed, Apr 6, 2011 at 9:27 AM, Edward Tomasz Napierala > wrote: >> Author: trasz >> Date: Wed Apr 6 16:27:04 2011 >> New Revision: 220387 >> URL: http://svn.freebsd.org/changeset/base/220387 >> >> Log: >> In vm_daemon(

Re: svn commit: r220387 - head/sys/vm

2011-04-06 Thread Garrett Cooper
2011/4/6 Edward Tomasz Napierała : > Wiadomość napisana przez Garrett Cooper w dniu 2011-04-06, o godz. 18:57: >> On Wed, Apr 6, 2011 at 9:27 AM, Edward Tomasz Napierala >> wrote: >>> Author: trasz >>> Date: Wed Apr  6 16:27:04 2011 >>> New Revision: 220387 >>> URL: http://svn.freebsd.org/changese

svn commit: r220389 - head/sys/boot/i386/boot2

2011-04-06 Thread Roman Divacky
Author: rdivacky Date: Wed Apr 6 17:29:40 2011 New Revision: 220389 URL: http://svn.freebsd.org/changeset/base/220389 Log: Mark getc() as inline, this has no effect on gcc but helps clang. Approved by:jhb Modified: head/sys/boot/i386/boot2/boot2.c Modified: head/sys/boot/i386/boot2

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

2011-04-06 Thread John Baldwin
On Wednesday, April 06, 2011 12:59:55 pm Edward Tomasz Napierala wrote: > Author: trasz > Date: Wed Apr 6 16:59:54 2011 > New Revision: 220388 > URL: http://svn.freebsd.org/changeset/base/220388 > > Log: > Add ucred pointer to the SysV-related memory structures. This is required > for racct.

svn commit: r220390 - in head/sys: kern vm

2011-04-06 Thread John Baldwin
Author: jhb Date: Wed Apr 6 17:47:22 2011 New Revision: 220390 URL: http://svn.freebsd.org/changeset/base/220390 Log: Fix several places to ignore processes that are not yet fully constructed. MFC after:1 week Modified: head/sys/kern/kern_clock.c head/sys/kern/kern_ktrace.c head

svn commit: r220392 - head/sys/boot/i386/boot2

2011-04-06 Thread Roman Divacky
Author: rdivacky Date: Wed Apr 6 17:54:12 2011 New Revision: 220392 URL: http://svn.freebsd.org/changeset/base/220392 Log: Move getc() body before xgetc() so gcc does not emit a warning about function having no body. Approved by:jhb Modified: head/sys/boot/i386/boot2/boot2.c Modi

svn commit: r220398 - head/sys/kern

2011-04-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 6 18:11:24 2011 New Revision: 220398 URL: http://svn.freebsd.org/changeset/base/220398 Log: Add accounting for SysV-related resources. Sponsored by: The FreeBSD Foundation Reviewed by: kib (earlier version) Modified: head/sys/kern/sysv_msg.c head/sys/ker

svn commit: r220399 - head/sys/kern

2011-04-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 6 19:08:50 2011 New Revision: 220399 URL: http://svn.freebsd.org/changeset/base/220399 Log: Style fix. Submitted by: jhb@ Modified: head/sys/kern/sysv_msg.c head/sys/kern/sysv_sem.c head/sys/kern/sysv_shm.c Modified: head/sys/kern/sysv_msg.c

svn commit: r220400 - in head/sys: fs/fdescfs kern

2011-04-06 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 6 19:13:04 2011 New Revision: 220400 URL: http://svn.freebsd.org/changeset/base/220400 Log: Add RACCT_NOFILE accounting. Sponsored by: The FreeBSD Foundation Reviewed by: kib (earlier version) Modified: head/sys/fs/fdescfs/fdesc_vfsops.c head/sys/kern/ke

Re: svn commit: r220387 - head/sys/vm

2011-04-06 Thread Kostik Belousov
On Wed, Apr 06, 2011 at 07:04:47PM +0200, Edward Tomasz Napiera?a wrote: > Wiadomo?? napisana przez Garrett Cooper w dniu 2011-04-06, o godz. 18:57: > > On Wed, Apr 6, 2011 at 9:27 AM, Edward Tomasz Napierala > > wrote: > >> Author: trasz > >> Date: Wed Apr 6 16:27:04 2011 > >> New Revision: 2203

svn commit: r220401 - in head: . share/mk tools/build/mk tools/build/options

2011-04-06 Thread Ulrich Spoerlein
Author: uqs Date: Wed Apr 6 20:08:23 2011 New Revision: 220401 URL: http://svn.freebsd.org/changeset/base/220401 Log: Complete WITHOUT_CXX support. It implies WITHOUT_GROFF and WITHOUT_CLANG. Don't build clang bootstrap/build-tools depending on this flag. We also keep gperf, devd and l

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

2011-04-06 Thread Ulrich Spoerlein
Author: uqs Date: Wed Apr 6 20:19:07 2011 New Revision: 220402 URL: http://svn.freebsd.org/changeset/base/220402 Log: Regenerate after r220401. It turns out makeman is clever about implied flags, so remove that part from WITHOUT_CXX again. This is only partially regenerated, as the entri

svn commit: r220403 - head/sys/dev/arcmsr

2011-04-06 Thread Xin LI
Author: delphij Date: Wed Apr 6 20:54:26 2011 New Revision: 220403 URL: http://svn.freebsd.org/changeset/base/220403 Log: Update arcmsr(4) to vendor version 1.20.00.21. This release primarily improves command timeout handling. Many thanks to Areca for continuing to support FreeBSD.

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

2011-04-06 Thread Alexander Best
On Wed Apr 6 11, Ulrich Spoerlein wrote: > Author: uqs > Date: Wed Apr 6 20:08:23 2011 > New Revision: 220401 > URL: http://svn.freebsd.org/changeset/base/220401 > > Log: > Complete WITHOUT_CXX support. It implies WITHOUT_GROFF and > WITHOUT_CLANG. is there no way to build clang/llvm withou

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

2011-04-06 Thread Juli Mallett
On Wed, Apr 6, 2011 at 14:04, Alexander Best wrote: > On Wed Apr  6 11, Ulrich Spoerlein wrote: >> Author: uqs >> Date: Wed Apr  6 20:08:23 2011 >> New Revision: 220401 >> URL: http://svn.freebsd.org/changeset/base/220401 >> >> Log: >>   Complete WITHOUT_CXX support. It implies WITHOUT_GROFF and >

Re: svn commit: r220387 - head/sys/vm

2011-04-06 Thread John Baldwin
On Wednesday, April 06, 2011 3:27:28 pm Kostik Belousov wrote: > On Wed, Apr 06, 2011 at 07:04:47PM +0200, Edward Tomasz Napiera?a wrote: > > Wiadomo?? napisana przez Garrett Cooper w dniu 2011-04-06, o godz. 18:57: > > > On Wed, Apr 6, 2011 at 9:27 AM, Edward Tomasz Napierala > > > wrote: > > >>

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

2011-04-06 Thread Alexander Best
On Wed Apr 6 11, Juli Mallett wrote: > On Wed, Apr 6, 2011 at 14:04, Alexander Best wrote: > > On Wed Apr  6 11, Ulrich Spoerlein wrote: > >> Author: uqs > >> Date: Wed Apr  6 20:08:23 2011 > >> New Revision: 220401 > >> URL: http://svn.freebsd.org/changeset/base/220401 > >> > >> Log: > >>   Comp

svn commit: r220404 - in head/sys: i386/i386 i386/include pc98/pc98

2011-04-06 Thread Jung-uk Kim
Author: jkim Date: Wed Apr 6 23:59:59 2011 New Revision: 220404 URL: http://svn.freebsd.org/changeset/base/220404 Log: Implement atomic_load_acq_64(9) and atomic_store_rel_64(9) for i386. These functions are implemented with CMPXCHG8B instruction where it is available, i. e., all Pentium-c

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

2011-04-06 Thread Warner Losh
On Apr 6, 2011, at 3:41 PM, Alexander Best wrote: > On Wed Apr 6 11, Juli Mallett wrote: >> On Wed, Apr 6, 2011 at 14:04, Alexander Best wrote: >>> On Wed Apr 6 11, Ulrich Spoerlein wrote: Author: uqs Date: Wed Apr 6 20:08:23 2011 New Revision: 220401 URL: http://svn.freeb

svn commit: r220406 - head/sys/ufs/ffs

2011-04-06 Thread Jeff Roberson
Author: jeff Date: Thu Apr 7 03:19:10 2011 New Revision: 220406 URL: http://svn.freebsd.org/changeset/base/220406 Log: - Don't invalidate jnewblks immediately upon discovering that the block will be removed. Permit the journal to proceed so that we don't leave a rollback in a cg for