svn commit: r213257 - head/lib/libthr/thread

2010-09-28 Thread David Xu
Author: davidxu Date: Wed Sep 29 06:06:58 2010 New Revision: 213257 URL: http://svn.freebsd.org/changeset/base/213257 Log: Check invalid mutex in _mutex_cv_unlock. Modified: head/lib/libthr/thread/thr_mutex.c Modified: head/lib/libthr/thread/thr_mutex.c ==

Re: svn commit: r213241 - in head: include lib/libthr/thread

2010-09-28 Thread Daniel Eischen
On Wed, 29 Sep 2010, David Xu wrote: Jung-uk Kim wrote: On Tuesday 28 September 2010 12:20 pm, Jung-uk Kim wrote: [ snip ] Unfortunately, it seems to have a regression: %cat test.c #include #include static pthread_cond_t static_cond = PTHREAD_COND_INITIALIZER; static pthread_mutex_t st

Re: svn commit: r213241 - in head: include lib/libthr/thread

2010-09-28 Thread David Xu
Jung-uk Kim wrote: On Tuesday 28 September 2010 12:20 pm, Jung-uk Kim wrote: On Tuesday 28 September 2010 12:02 pm, Jung-uk Kim wrote: On Tuesday 28 September 2010 09:31 am, John Baldwin wrote: On Tuesday, September 28, 2010 12:57:56 am David Xu wrote: Author: davidxu Date: Tue Sep 28 04:57:5

svn commit: r213256 - head/sys/i386/i386

2010-09-28 Thread David Xu
Author: davidxu Date: Wed Sep 29 02:36:58 2010 New Revision: 213256 URL: http://svn.freebsd.org/changeset/base/213256 Log: Remove a redundant instruction for casuword. Modified: head/sys/i386/i386/support.s Modified: head/sys/i386/i386/support.s ==

svn commit: r213255 - head/sys/dev/bge

2010-09-28 Thread Pyun YongHyeon
Author: yongari Date: Wed Sep 29 00:00:45 2010 New Revision: 213255 URL: http://svn.freebsd.org/changeset/base/213255 Log: Set the number of RX frames to receive after RX MBUF low watermark has reached. This reduced number of dropped frames when flow-control is enabled. Previously it dropped

Re: svn commit: r213253 - head/sys/netinet/ipfw

2010-09-28 Thread Luigi Rizzo
On Tue, Sep 28, 2010 at 04:16:59PM -0700, Doug Barton wrote: > On 9/28/2010 3:46 PM, Luigi Rizzo wrote: > >Author: luigi > >Date: Tue Sep 28 22:46:13 2010 > >New Revision: 213253 > >URL: http://svn.freebsd.org/changeset/base/213253 > > > >Log: > > Whitespace changes to reduce diffs wrt the most r

svn commit: r213254 - head/sys/netinet/ipfw

2010-09-28 Thread Luigi Rizzo
Author: luigi Date: Tue Sep 28 23:23:23 2010 New Revision: 213254 URL: http://svn.freebsd.org/changeset/base/213254 Log: fix breakage in in-kernel NAT: the code did not honor net.inet.ip.fw.one_pass and always moved to the next rule in case of a successful nat. This should fix several r

Re: svn commit: r213253 - head/sys/netinet/ipfw

2010-09-28 Thread Doug Barton
On 9/28/2010 3:46 PM, Luigi Rizzo wrote: Author: luigi Date: Tue Sep 28 22:46:13 2010 New Revision: 213253 URL: http://svn.freebsd.org/changeset/base/213253 Log: Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code: + remove an unused macro, + adjust the constants i

svn commit: r213253 - head/sys/netinet/ipfw

2010-09-28 Thread Luigi Rizzo
Author: luigi Date: Tue Sep 28 22:46:13 2010 New Revision: 213253 URL: http://svn.freebsd.org/changeset/base/213253 Log: Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code: + remove an unused macro, + adjust the constants in an enum + small whitespace changes MF

svn commit: r213252 - head/release/picobsd/build

2010-09-28 Thread Luigi Rizzo
Author: luigi Date: Tue Sep 28 22:30:11 2010 New Revision: 213252 URL: http://svn.freebsd.org/changeset/base/213252 Log: use make from the toolchain, as the source tree may depend on specific features (e.g. on recent HEAD, rtld fails with older 'make') MFC after:3 days Modified: he

Re: svn commit: r213241 - in head: include lib/libthr/thread

2010-09-28 Thread Jung-uk Kim
On Tuesday 28 September 2010 12:20 pm, Jung-uk Kim wrote: > On Tuesday 28 September 2010 12:02 pm, Jung-uk Kim wrote: > > On Tuesday 28 September 2010 09:31 am, John Baldwin wrote: > > > On Tuesday, September 28, 2010 12:57:56 am David Xu wrote: > > > > Author: davidxu > > > > Date: Tue Sep 28 04:5

svn commit: r213251 - head/sys/arm/at91

2010-09-28 Thread Bernd Walter
Author: ticso Date: Tue Sep 28 21:13:54 2010 New Revision: 213251 URL: http://svn.freebsd.org/changeset/base/213251 Log: fix outdated comment Modified: head/sys/arm/at91/if_ate.c Modified: head/sys/arm/at91/if_ate.c

svn commit: r213250 - in head: crypto/openssh usr.bin/login

2010-09-28 Thread Ed Maste
Author: emaste Date: Tue Sep 28 20:57:14 2010 New Revision: 213250 URL: http://svn.freebsd.org/changeset/base/213250 Log: Remove copyright strings printed at login time via login(1) or sshd(8). It is not clear to what this copyright should apply, and this is in line with what other operating

Re: svn commit: r212964 - head/sys/kern

2010-09-28 Thread John Baldwin
On Tuesday, September 28, 2010 3:36:11 pm Pawel Jakub Dawidek wrote: > On Tue, Sep 28, 2010 at 03:04:11PM -0400, John Baldwin wrote: > > I'm suggesting they provide us the core.txt.X file, not the full minidump. > > A developer could then ask them to run specific commands from a subsequent > > kgdb

Re: svn commit: r212964 - head/sys/kern

2010-09-28 Thread Pawel Jakub Dawidek
On Tue, Sep 28, 2010 at 03:04:11PM -0400, John Baldwin wrote: > > I am bigger fan of textdumps than minidumps, because in my opinion > > textdumps provide quite a lot of useful info. I'm working with FreeBSD > > kernel for years now and almost entirely avoided gdb for kernel > > debugging. DDB and

svn commit: r213249 - stable/6/sys/netinet

2010-09-28 Thread Bjoern A. Zeeb
Author: bz Date: Tue Sep 28 19:17:39 2010 New Revision: 213249 URL: http://svn.freebsd.org/changeset/base/213249 Log: r201663 introduced a bug in stable/6 that prison_ip() might change the passed address argument, while we are only interested in whether it is a valid address of the jail. T

Re: svn commit: r212964 - head/sys/kern

2010-09-28 Thread John Baldwin
On Tuesday, September 28, 2010 2:33:50 pm Pawel Jakub Dawidek wrote: > On Fri, Sep 24, 2010 at 09:23:04AM -0400, John Baldwin wrote: > > > Because disks are big and (again, just trying to explain my > > > understanding of what I inherited) we want all the support > > > to be in place, just not turn

Re: svn commit: r212964 - head/sys/kern

2010-09-28 Thread Pawel Jakub Dawidek
On Fri, Sep 24, 2010 at 09:23:04AM -0400, John Baldwin wrote: > > Because disks are big and (again, just trying to explain my > > understanding of what I inherited) we want all the support > > to be in place, just not turned on. There is a difference > > between "You can give us much better inform

Re: svn commit: r213241 - in head: include lib/libthr/thread

2010-09-28 Thread Jung-uk Kim
On Tuesday 28 September 2010 12:02 pm, Jung-uk Kim wrote: > On Tuesday 28 September 2010 09:31 am, John Baldwin wrote: > > On Tuesday, September 28, 2010 12:57:56 am David Xu wrote: > > > Author: davidxu > > > Date: Tue Sep 28 04:57:56 2010 > > > New Revision: 213241 > > > URL: http://svn.freebsd.o

Re: svn commit: r213241 - in head: include lib/libthr/thread

2010-09-28 Thread Jung-uk Kim
On Tuesday 28 September 2010 09:31 am, John Baldwin wrote: > On Tuesday, September 28, 2010 12:57:56 am David Xu wrote: > > Author: davidxu > > Date: Tue Sep 28 04:57:56 2010 > > New Revision: 213241 > > URL: http://svn.freebsd.org/changeset/base/213241 > > > > Log: > > In current code, staticall

svn commit: r213248 - head/sys/kern

2010-09-28 Thread Warner Losh
Author: imp Date: Tue Sep 28 15:33:30 2010 New Revision: 213248 URL: http://svn.freebsd.org/changeset/base/213248 Log: This file has been unused for ages. Retire it. Submitted by: pluknet Deleted: head/sys/kern/Makefile ___ svn-src-all@freebsd

Re: svn commit: r212964 - head/sys/kern

2010-09-28 Thread John Baldwin
On Tuesday, September 28, 2010 5:49:12 am Alexander Leidinger wrote: > Quoting John Baldwin (from Mon, 27 Sep 2010 09:28:47 > -0400): > > >> savecore already has support for a 'minfree' file to prevent > >> crashdumps filling the crashdir. Maybe the default install should > >> include a minfree

Re: svn commit: r213241 - in head: include lib/libthr/thread

2010-09-28 Thread John Baldwin
On Tuesday, September 28, 2010 12:57:56 am David Xu wrote: > Author: davidxu > Date: Tue Sep 28 04:57:56 2010 > New Revision: 213241 > URL: http://svn.freebsd.org/changeset/base/213241 > > Log: > In current code, statically initialized and destroyed object have > same null value, the code can

svn commit: r213246 - head/sys/compat/linprocfs

2010-09-28 Thread Konstantin Belousov
Author: kib Date: Tue Sep 28 11:32:17 2010 New Revision: 213246 URL: http://svn.freebsd.org/changeset/base/213246 Log: In linprocfs_doargv(): - handle compat32 processes; - remove the checks for copied in addresses to belong into valid usermode range, proc_rwmem() does this; - simplify

Re: svn commit: r212964 - head/sys/kern

2010-09-28 Thread Alexander Leidinger
Quoting John Baldwin (from Mon, 27 Sep 2010 09:28:47 -0400): savecore already has support for a 'minfree' file to prevent crashdumps filling the crashdir. Maybe the default install should include a minfree set to (say) 512MB. The one problem this approach is it implements a FIFO instead of a

svn commit: r213245 - head/sbin/geom/class/part

2010-09-28 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Sep 28 09:07:00 2010 New Revision: 213245 URL: http://svn.freebsd.org/changeset/base/213245 Log: Document recently added GPT attributes (bootme, bootonce, bootfailed) and list other schemes attributes. Reviewed by: simon, rpaulo MFC after:2 weeks Modified:

Re: svn commit: r213238 - in head/usr.sbin: . gpioctl

2010-09-28 Thread Niclas Zeising
On 2010-09-28 05:28, Oleksandr Tymoshenko wrote: Author: gonzo Date: Tue Sep 28 03:28:20 2010 New Revision: 213238 URL: http://svn.freebsd.org/changeset/base/213238 Log: Add gpioctl(8). Utility for configuring/accessing GPIO pins Added: head/usr.sbin/gpioctl/ head/usr.sbin/gpioctl/Make