svn commit: r219320 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2011-03-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Mar 6 01:22:14 2011 New Revision: 219320 URL: http://svn.freebsd.org/changeset/base/219320 Log: Fix libzpool build. MFC after:1 month Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c head/sys/cddl/contrib/opensolaris/uts/common/fs/z

svn commit: r219319 - head/share/misc

2011-03-05 Thread Steve Kargl
Author: kargl Date: Sun Mar 6 00:57:08 2011 New Revision: 219319 URL: http://svn.freebsd.org/changeset/base/219319 Log: Obligatory first commit to the include myself in the list of committers list. Approved by: das Modified: head/share/misc/committers-src.dot Modified: head/share/mis

svn commit: r219318 - head/sys/dev/ath/ath_hal

2011-03-05 Thread Adrian Chadd
Author: adrian Date: Sun Mar 6 00:30:43 2011 New Revision: 219318 URL: http://svn.freebsd.org/changeset/base/219318 Log: Add an EEPROM op that extracts out the power table offset. It defaults to -5 dBm for eeproms earlier than v21. This apparently only applies to Merlin (AR9280) or later

svn commit: r219317 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2011-03-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 5 22:31:03 2011 New Revision: 219317 URL: http://svn.freebsd.org/changeset/base/219317 Log: Make renaming of a ZVOL, ZVOL's parent directory and ZVOL snapshot work. Reported by: avg MFC after:1 month Modified: head/sys/cddl/contrib/opensolaris/uts/common

svn commit: r219316 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2011-03-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 5 22:24:31 2011 New Revision: 219316 URL: http://svn.freebsd.org/changeset/base/219316 Log: Simplify zvol_remove_minors() a bit. MFC after:1 month Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c Modified: head/sys/cddl/contrib/opensola

svn commit: r219315 - in head/sys/dev/ath: . ath_hal

2011-03-05 Thread Adrian Chadd
Author: adrian Date: Sat Mar 5 21:20:18 2011 New Revision: 219315 URL: http://svn.freebsd.org/changeset/base/219315 Log: Change HALDEBUG() to be a macro that conditionally calls the debug output routine. The earlier way of doing debugging would evaluate the function parameters before ca

svn commit: r219312 - head/sys/kern

2011-03-05 Thread Dmitry Chagin
Author: dchagin Date: Sat Mar 5 20:54:17 2011 New Revision: 219312 URL: http://svn.freebsd.org/changeset/base/219312 Log: Style(9) fix. Fix indentation in comment, double ';' in variable declaration. MFC after:1 Week Modified: head/sys/kern/kern_ktrace.c Modified: head/sys/kern/k

svn commit: r219311 - head/sys/kern

2011-03-05 Thread Dmitry Chagin
Author: dchagin Date: Sat Mar 5 20:36:42 2011 New Revision: 219311 URL: http://svn.freebsd.org/changeset/base/219311 Log: Partially reworked r219042. The reason for this is a bug at ktrops() where process dereferenced without having a lock. This might cause a panic if ktrace was runned wi

svn commit: r219308 - head/share/misc

2011-03-05 Thread Gavin Atkinson
Author: gavin Date: Sat Mar 5 15:18:11 2011 New Revision: 219308 URL: http://svn.freebsd.org/changeset/base/219308 Log: Add two missing vertical bars. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r219307 - in head: bin/ps sys/compat/freebsd32 sys/kern sys/sys

2011-03-05 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 5 14:41:49 2011 New Revision: 219307 URL: http://svn.freebsd.org/changeset/base/219307 Log: Export login class information via kinfo and make it possible to view it using "ps -o class". Modified: head/bin/ps/extern.h head/bin/ps/keyword.c head/bin/ps/print.c

svn commit: r219306 - head/bin/sh

2011-03-05 Thread Jilles Tjoelker
Author: jilles Date: Sat Mar 5 13:27:13 2011 New Revision: 219306 URL: http://svn.freebsd.org/changeset/base/219306 Log: sh: Fix some warnings in code for arithmetic expressions. Submitted by: eadler Modified: head/bin/sh/arith_yacc.c head/bin/sh/arith_yylex.c Modified: head/bin/sh/a

svn commit: r219305 - in head/sys: compat/freebsd32 kern sys

2011-03-05 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 5 12:46:24 2011 New Revision: 219305 URL: http://svn.freebsd.org/changeset/base/219305 Log: Regenerate. Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/compat/freebsd32/freebsd32_syscalls.c head/sy

svn commit: r219304 - in head: include lib/libc/sys lib/libutil sys/compat/freebsd32 sys/conf sys/kern sys/sys usr.bin/id

2011-03-05 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 5 12:40:35 2011 New Revision: 219304 URL: http://svn.freebsd.org/changeset/base/219304 Log: Add two new system calls, setloginclass(2) and getloginclass(2). This makes it possible for the kernel to track login class the process is assigned to, which is required