svn commit: r234412 - head/lib/libkse

2012-04-18 Thread Sergey Kandaurov
Author: pluknet Date: Wed Apr 18 07:02:53 2012 New Revision: 234412 URL: http://svn.freebsd.org/changeset/base/234412 Log: Fix typo in ".PATH" Modified: head/lib/libkse/Makefile Modified: head/lib/libkse/Makefile ==

Re: svn commit: r234412 - head/lib/libkse

2012-04-18 Thread Sergey Kandaurov
On 18 April 2012 11:02, Sergey Kandaurov wrote: > Author: pluknet > Date: Wed Apr 18 07:02:53 2012 > New Revision: 234412 > URL: http://svn.freebsd.org/changeset/base/234412 > > Log: >  Fix typo in ".PATH" > > Modified: >  head/lib/libkse/Makefile > Since kernel part of KSE has gone in r177091, a

svn commit: r234414 - head/sys/cam/ata

2012-04-18 Thread Alexander Motin
Author: mav Date: Wed Apr 18 08:55:26 2012 New Revision: 234414 URL: http://svn.freebsd.org/changeset/base/234414 Log: Alike to SCSI make adaclose() to not return error if device gone. This fixes KASSERT panic inside GEOM if kernel built with INVARIANTS. MFC after:1 week Modified:

svn commit: r234415 - in head: sbin/geom/class/multipath sys/geom/multipath

2012-04-18 Thread Alexander Motin
Author: mav Date: Wed Apr 18 09:42:14 2012 New Revision: 234415 URL: http://svn.freebsd.org/changeset/base/234415 Log: Some improvements to GEOM MULTIPATH: - Implement "configure" command to allow switching operation mode of running device on-fly without destroying and recreation. - Impl

svn commit: r234416 - head/usr.bin/top

2012-04-18 Thread Konstantin Belousov
Author: kib Date: Wed Apr 18 10:23:42 2012 New Revision: 234416 URL: http://svn.freebsd.org/changeset/base/234416 Log: Fix string buffer overflow when preparing the line of output. PR: bin/161739 Submitted by: Jeremy Chadwick MFC after:1 week Modified: head/usr.bin/top/machine

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

2012-04-18 Thread Attilio Rao
2012/4/17, Kirk McKusick : > Author: mckusick > Date: Tue Apr 17 21:46:59 2012 > New Revision: 234400 > URL: http://svn.freebsd.org/changeset/base/234400 > > Log: > Drop export of vdestroy() function from kern/vfs_subr.c as it is > used only as a helper function in that file. Replace sole call

Re: svn commit: r234352 - in head/sys: amd64/linux32 compat/linux i386/linux kern

2012-04-18 Thread Giovanni Trematerra
On Mon, Apr 16, 2012 at 11:22 PM, Jung-uk Kim wrote: > Author: jkim > Date: Mon Apr 16 21:22:02 2012 > New Revision: 234352 > URL: http://svn.freebsd.org/changeset/base/234352 > > Log: >  - Implement pipe2 syscall for Linuxulator.  This syscall appeared in 2.6.27 >  but GNU libc used it without ch

svn commit: r234417 - in head/sys: geom/part sys

2012-04-18 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Wed Apr 18 11:59:03 2012 New Revision: 234417 URL: http://svn.freebsd.org/changeset/base/234417 Log: VMware environments are not unusual now. Add VMware partitions recognition (both MBR for ESXi <= 4.1 and GPT for ESXi 5) to g_part. Reviewed by: ae

Re: svn commit: r234352 - in head/sys: amd64/linux32 compat/linux i386/linux kern

2012-04-18 Thread Konstantin Belousov
On Wed, Apr 18, 2012 at 01:52:24PM +0200, Giovanni Trematerra wrote: > On Mon, Apr 16, 2012 at 11:22 PM, Jung-uk Kim wrote: > > Author: jkim > > Date: Mon Apr 16 21:22:02 2012 > > New Revision: 234352 > > URL: http://svn.freebsd.org/changeset/base/234352 > > > > Log: > >  - Implement pipe2 syscall

svn commit: r234418 - head/sys/dev/usb/serial

2012-04-18 Thread Thomas Quinot
Author: thomas Date: Wed Apr 18 12:50:13 2012 New Revision: 234418 URL: http://svn.freebsd.org/changeset/base/234418 Log: Fix typo in comment Modified: head/sys/dev/usb/serial/umodem.c Modified: head/sys/dev/usb/serial/umodem.c

svn commit: r234420 - head/sbin/growfs

2012-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 18 13:50:17 2012 New Revision: 234420 URL: http://svn.freebsd.org/changeset/base/234420 Log: Style. Modified: head/sbin/growfs/growfs.c Modified: head/sbin/growfs/growfs.c == --- head/sbin

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

2012-04-18 Thread John Baldwin
On Tuesday, April 17, 2012 4:24:38 pm Dimitry Andric wrote: > On 2012-04-02 13:52, John Baldwin wrote: > ... > >> It seems the for loop walks the list until the end, then tacks 'sc' onto > >> it. > >> > >> So to 'fix' the warning, and make the meaning more explicit, we should > >> probably rewrite

svn commit: r234421 - head/sys/ufs/ufs

2012-04-18 Thread Jaakko Heinonen
Author: jh Date: Wed Apr 18 15:19:00 2012 New Revision: 234421 URL: http://svn.freebsd.org/changeset/base/234421 Log: The part about exec atime no longer applies in the comment. Pointed out by: bde Modified: head/sys/ufs/ufs/ufs_vnops.c Modified: head/sys/ufs/ufs/ufs_vnops.c =

Re: svn commit: r234352 - in head/sys: amd64/linux32 compat/linux i386/linux kern

2012-04-18 Thread Giovanni Trematerra
2012/4/18 Konstantin Belousov : > On Wed, Apr 18, 2012 at 01:52:24PM +0200, Giovanni Trematerra wrote: >> On Mon, Apr 16, 2012 at 11:22 PM, Jung-uk Kim wrote: >> > Author: jkim >> > Date: Mon Apr 16 21:22:02 2012 >> > New Revision: 234352 >> > URL: http://svn.freebsd.org/changeset/base/234352 >> >

svn commit: r234422 - head/sys/fs/tmpfs

2012-04-18 Thread Jaakko Heinonen
Author: jh Date: Wed Apr 18 15:22:08 2012 New Revision: 234422 URL: http://svn.freebsd.org/changeset/base/234422 Log: Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag because tmpfs doesn't support snapshots. Suggested by: bde Modified: head/sys/fs/tmpfs/tmpfs_subr.c Modifi

svn commit: r234423 - head/share/misc

2012-04-18 Thread Maxim Konovalov
Author: maxim Date: Wed Apr 18 15:23:21 2012 New Revision: 234423 URL: http://svn.freebsd.org/changeset/base/234423 Log: o FreeBSD 8.3-RELEASE added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ==

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

2012-04-18 Thread George V. Neville-Neil
Author: gnn Date: Wed Apr 18 16:29:55 2012 New Revision: 234424 URL: http://svn.freebsd.org/changeset/base/234424 Log: Set SIGCANCEL to SIGTHR as part of some cleanup of DTrace code. Reviewed by: davidxu@ MFC after:1 week Modified: head/lib/libthr/thread/thr_private.h Modified: h

svn commit: r234425 - in head: sbin/iscontrol sys/modules/iscsi/initiator

2012-04-18 Thread Josh Paetzel
Author: jpaetzel Date: Wed Apr 18 16:47:57 2012 New Revision: 234425 URL: http://svn.freebsd.org/changeset/base/234425 Log: Unbreak tinderbox. Fix FreeBSD paradigms in the upstream code. PR: bin/166933 Submitted by: Garrett Cooper Modified: head/sbin/iscontrol/Makefile head/s

svn commit: r234427 - head/sys/modules/uart

2012-04-18 Thread Marcel Moolenaar
Author: marcel Date: Wed Apr 18 17:44:05 2012 New Revision: 234427 URL: http://svn.freebsd.org/changeset/base/234427 Log: Compensate for the replacement of uart_cpu_{amd64|i386}.c with uart_cpu_x86.c Pointy hat: marcel Modified: head/sys/modules/uart/Makefile Modified: head/sys/module

svn commit: r234430 - head/share/misc

2012-04-18 Thread Devin Teske
Author: dteske Date: Wed Apr 18 18:35:19 2012 New Revision: 234430 URL: http://svn.freebsd.org/changeset/base/234430 Log: Add myself as a new committer. Approved by: emaste (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot ==

svn commit: r234441 - head/sys/kern

2012-04-18 Thread Kirk McKusick
Author: mckusick Date: Wed Apr 18 19:30:22 2012 New Revision: 234441 URL: http://svn.freebsd.org/changeset/base/234441 Log: Fix a memory leak of M_VNODE_MARKER introduced in 234386. Found by: Peter Holm Modified: head/sys/kern/vfs_subr.c Modified: head/sys/kern/vfs_subr.c =

svn commit: r234443 - head/sys/kern

2012-04-18 Thread Kirk McKusick
Author: mckusick Date: Wed Apr 18 19:34:20 2012 New Revision: 234443 URL: http://svn.freebsd.org/changeset/base/234443 Log: Delete a no longer useful VNASSERT missed during changes in 234400. Suggested by: kib Modified: head/sys/kern/vfs_subr.c Modified: head/sys/kern/vfs_subr.c ===

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

2012-04-18 Thread Dimitry Andric
On 2012-04-18 15:54, John Baldwin wrote: ... http://www.FreeBSD.org/~jhb/patches/asr_stailq.patch Yes, that seems to work just fine, at least for the list juggling. Thanks! The only additional fix needed now is the following. Shall I commit that including your patch? Index: sys/dev/asr/asr.

svn commit: r234446 - head/usr.bin/calendar/calendars

2012-04-18 Thread Devin Teske
Author: dteske Date: Wed Apr 18 22:56:46 2012 New Revision: 234446 URL: http://svn.freebsd.org/changeset/base/234446 Log: Add my birth date/place to the calendar as new committer. Approved by: emaste (mentor) Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr

Re: svn commit: r234425 - in head: sbin/iscontrol sys/modules/iscsi/initiator

2012-04-18 Thread Garrett Cooper
On Apr 18, 2012, at 9:47 AM, Josh Paetzel wrote: > Author: jpaetzel > Date: Wed Apr 18 16:47:57 2012 > New Revision: 234425 > URL: http://svn.freebsd.org/changeset/base/234425 > > Log: > Unbreak tinderbox. > > Fix FreeBSD paradigms in the upstream code. > > PR:bin/166933 > Submitted by:

svn commit: r234449 - in head: contrib/file contrib/file/Magdir contrib/file/tests lib/libmagic usr.bin/file

2012-04-18 Thread David E. O'Brien
Author: obrien Date: Thu Apr 19 03:20:13 2012 New Revision: 234449 URL: http://svn.freebsd.org/changeset/base/234449 Log: Update file(1) to version 5.11. Added: head/contrib/file/Magdir/assembler - copied unchanged from r234250, vendor/file/dist/Magdir/assembler head/contrib/file/Magdi

svn commit: r234450 - in head/sys/dev/ath: . ath_hal/ar5210 ath_hal/ar5211 ath_hal/ar5212 ath_hal/ar5312 ath_hal/ar5416

2012-04-18 Thread Adrian Chadd
Author: adrian Date: Thu Apr 19 03:26:21 2012 New Revision: 234450 URL: http://svn.freebsd.org/changeset/base/234450 Log: Stop using the hardware register value byte order swapping for now, at least until I can root cause what's going on. The only platform I've seen this on is the AR9220