Re: svn commit: r227956 - head/usr.bin/procstat

2011-12-03 Thread Mikolaj Golub
On Mon, 28 Nov 2011 13:30:11 -0500 John Baldwin wrote: JB> On Thursday, November 24, 2011 3:54:06 pm Mikolaj Golub wrote: >> Author: trociny >> Date: Thu Nov 24 20:54:06 2011 >> New Revision: 227956 >> URL: http://svn.freebsd.org/changeset/base/227956 >> >> Log: >> usr.bin/procstat >>

svn commit: r228243 - in head/sys/dev/usb: . quirk

2011-12-03 Thread Ed Maste
Author: emaste Date: Sat Dec 3 19:56:52 2011 New Revision: 228243 URL: http://svn.freebsd.org/changeset/base/228243 Log: Add quirk for Micron RealSSD eUSB failing on unsupported SCSI command It appears this device fails if sent a SYNCHRONIZE_CACHE command, so add quirk to avoid sending i

Re: svn commit: r228153 - head/usr.sbin/config

2011-12-03 Thread Max Khon
David, On Fri, Dec 2, 2011 at 4:40 PM, David O'Brien wrote: >>   Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier: >>   - ${NORMAL_CC} is also invoked without '@' >>   - Userland CTF support was changed previously to echo ctfconvert >>   invocations too > > Thank you for your work o

svn commit: r228236 - head/lib/libusb

2011-12-03 Thread Hans Petter Selasky
Author: hselasky Date: Sat Dec 3 16:30:47 2011 New Revision: 228236 URL: http://svn.freebsd.org/changeset/base/228236 Log: Simplify libusb_open_device_with_vid_pid(): Only set pdev to non-NULL on success instead of unconditonally setting it and maybe resetting it later. Submitted by: C

svn commit: r228235 - head/lib/libusb

2011-12-03 Thread Hans Petter Selasky
Author: hselasky Date: Sat Dec 3 16:19:07 2011 New Revision: 228235 URL: http://svn.freebsd.org/changeset/base/228235 Log: libusb_open() sets the given device handle to NULL if it fails, so there is no need to do it again after returning. Submitted by: Christoph Mallon MFC after:3

svn commit: r228234 - head/sys/kern

2011-12-03 Thread Hans Petter Selasky
Author: hselasky Date: Sat Dec 3 15:51:15 2011 New Revision: 228234 URL: http://svn.freebsd.org/changeset/base/228234 Log: Make sure the description of pause() is equivalent to its implementation. No code change. Suggested by: Bruce Evans MFC after:3 days Modified: head/sys/ke

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

2011-12-03 Thread Max Khon
Bruce, On Fri, Dec 2, 2011 at 9:41 PM, Bruce Evans wrote: >> Log: >>  Revert to conservative defaults. WITH_PROFILE is a default now. >> >>  NO_PROFILE overrides in Makefile.inc1 and bsd.own.m are left intact >>  so that the reversal to the WITHOUT_PROFILE will be easier in future. > > > Thanks.

svn commit: r228233 - head/sys/kern

2011-12-03 Thread Eitan Adler
Author: eadler (ports committer) Date: Sat Dec 3 15:41:37 2011 New Revision: 228233 URL: http://svn.freebsd.org/changeset/base/228233 Log: - Fix typos s/(more|less) then|\1 than/ Submitted by: Davide Italiano Approved by: brucec MFC after:3 days Modified: head/sys/kern/subr_bl

svn commit: r228232 - head/sys/dev/usb

2011-12-03 Thread Hans Petter Selasky
Author: hselasky Date: Sat Dec 3 14:54:44 2011 New Revision: 228232 URL: http://svn.freebsd.org/changeset/base/228232 Log: Fix a compile warning with clang. Reported by: arundel @ MFC after:3 days Modified: head/sys/dev/usb/usb_msctest.c Modified: head/sys/dev/usb/usb_msctest.c

svn commit: r228225 - head/share/misc

2011-12-03 Thread Justin Hibbits
Author: jhibbits Date: Sat Dec 3 14:03:53 2011 New Revision: 228225 URL: http://svn.freebsd.org/changeset/base/228225 Log: Add myself to the relevant doc files. Approved by: nwhitehorn (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot =

svn commit: r228222 - head/sys/sparc64/include

2011-12-03 Thread Marius Strobl
Author: marius Date: Sat Dec 3 13:51:57 2011 New Revision: 228222 URL: http://svn.freebsd.org/changeset/base/228222 Log: Revert r225889 a bit. While it's correct that in total store order there's no need to additionally add CPU memory barriers to the acquire variants of atomic(9), these are

svn commit: r228221 - head/sys/kern

2011-12-03 Thread Peter Holm
Author: pho Date: Sat Dec 3 12:35:13 2011 New Revision: 228221 URL: http://svn.freebsd.org/changeset/base/228221 Log: Use umtx_copyin_timeout() to copy and check timeout parameter. In collaboration with:kib MFC after:1 week Modified: head/sys/kern/kern_thr.c Modified: hea

svn commit: r228220 - head/sys/sys

2011-12-03 Thread Peter Holm
Author: pho Date: Sat Dec 3 12:33:17 2011 New Revision: 228220 URL: http://svn.freebsd.org/changeset/base/228220 Log: Add declaration of umtx_copyin_timeout() In collaboration with:kib MFC after:1 week Modified: head/sys/sys/umtx.h Modified: head/sys/sys/umtx.h ==

svn commit: r228219 - head/sys/kern

2011-12-03 Thread Peter Holm
Author: pho Date: Sat Dec 3 12:30:58 2011 New Revision: 228219 URL: http://svn.freebsd.org/changeset/base/228219 Log: Add umtx_copyin_timeout() and move parameter checks here. In collaboration with:kib MFC after:1 week Modified: head/sys/kern/kern_umtx.c Modified: head/sy

svn commit: r228218 - head/sys/kern

2011-12-03 Thread Peter Holm
Author: pho Date: Sat Dec 3 12:28:33 2011 New Revision: 228218 URL: http://svn.freebsd.org/changeset/base/228218 Log: Rename copyin_timeout32 to umtx_copyin_timeout32 and move parameter check here. Include check for negative seconds value. In collaboration with:kib MFC after:

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

2011-12-03 Thread Ivan Klymenko
В Fri, 2 Dec 2011 19:59:46 + (UTC) John Baldwin пишет: > Author: jhb > Date: Fri Dec 2 19:59:46 2011 > New Revision: 228207 > URL: http://svn.freebsd.org/changeset/base/228207 > > Log: > When changing the user priority of a thread, change the real > priority in addition to the user priori

Re: svn commit: r228192 - head/usr.sbin/bsdinstall/scripts

2011-12-03 Thread Joel Dahl
On 02-12-2011 18:46, Bruce Cran wrote: > On 02/12/2011 09:44, Joel Dahl wrote: > > * Not specifically aimed at this commit, but my recommendation > >would be that we keep bsdinstall as simple as possible: installing > > FreeBSD > >should require a minimum amount of keystrokes. I realise th

Re: svn commit: r228192 - head/usr.sbin/bsdinstall/scripts

2011-12-03 Thread Joel Dahl
On 02-12-2011 8:30, Ken Smith wrote: > On Fri, 2011-12-02 at 14:18 +0100, Erik Cederstrand wrote: > > Den 02/12/2011 kl. 10.44 skrev Joel Dahl: > > > > > On 02-12-2011 0:38, Ken Smith wrote: > > >> Author: kensmith > > >> Date: Fri Dec 2 00:38:47 2011 > > >> New Revision: 228192 > > >> URL: htt