svn commit: r226051 - head/contrib/com_err

2011-10-06 Thread Stanislav Sedov
Author: stas Date: Thu Oct 6 07:07:09 2011 New Revision: 226051 URL: http://svn.freebsd.org/changeset/base/226051 Log: - Bootstrap merge history for contrib/com_err. Modified: Directory Properties: head/contrib/com_err/ (props changed) ___

svn commit: r226054 - in head/sys/sparc64: include sparc64

2011-10-06 Thread Marius Strobl
Author: marius Date: Thu Oct 6 11:01:31 2011 New Revision: 226054 URL: http://svn.freebsd.org/changeset/base/226054 Log: - Use atomic operations rather than sched_lock for safely assigning pm_active and pc_pmap for SMP. This is key to allowing adding support for SCHED_ULE. Thanks go to

svn commit: r226057 - head/sys/kern

2011-10-06 Thread Marius Strobl
Author: marius Date: Thu Oct 6 11:48:13 2011 New Revision: 226057 URL: http://svn.freebsd.org/changeset/base/226057 Log: - Currently, sched_balance_pair() may cause a CPU to send an IPI_PREEMPT to itself, which sparc64 hardware doesn't support. One way to solve this would be to

svn commit: r226058 - head/usr.sbin/bsdinstall/scripts

2011-10-06 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Oct 6 14:22:38 2011 New Revision: 226058 URL: http://svn.freebsd.org/changeset/base/226058 Log: Ask if you want to set the keymap before invoking kdbmap to prevent confusion. PR: bin/160913 MFC after:3 days Modified:

svn commit: r226059 - head/usr.sbin/bsdinstall/scripts

2011-10-06 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Oct 6 14:24:37 2011 New Revision: 226059 URL: http://svn.freebsd.org/changeset/base/226059 Log: Move Exit to the first entry in the list, so that it is the default choice. PR: bin/160913 MFC after:3 days Modified:

svn commit: r226060 - head/sys/netinet

2011-10-06 Thread Attilio Rao
Author: attilio Date: Thu Oct 6 14:29:38 2011 New Revision: 226060 URL: http://svn.freebsd.org/changeset/base/226060 Log: For the INP_TIMEWAIT case, there is no valid tcpcb object tied to the inpcb object. Skip the TCP_SIGNATURE check in that case as it is consistent with the output path

svn commit: r226063 - head/share/misc

2011-10-06 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Oct 6 15:10:48 2011 New Revision: 226063 URL: http://svn.freebsd.org/changeset/base/226063 Log: Add myself. Approved by: kib (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

svn commit: r226064 - head/sys/dev/ata

2011-10-06 Thread Wesley Shields
Author: wxs (ports committer) Date: Thu Oct 6 16:13:47 2011 New Revision: 226064 URL: http://svn.freebsd.org/changeset/base/226064 Log: Fix a typo in a comment. Approved by: kib@ Modified: head/sys/dev/ata/ata-all.c Modified: head/sys/dev/ata/ata-all.c

svn commit: r226065 - in head/sys/mips: include mips

2011-10-06 Thread Konstantin Belousov
Author: kib Date: Thu Oct 6 17:34:43 2011 New Revision: 226065 URL: http://svn.freebsd.org/changeset/base/226065 Log: Convert MIPS to the syscallenter/syscallret system call sequence handlers. This was the last architecture used custom syscall entry sequence. Reviewed, debugged, tested

svn commit: r226066 - head/lib/libc/sys

2011-10-06 Thread Konstantin Belousov
Author: kib Date: Thu Oct 6 17:35:38 2011 New Revision: 226066 URL: http://svn.freebsd.org/changeset/base/226066 Log: Remove no longer needed BUGS section. MFC after:1 month Modified: head/lib/libc/sys/ptrace.2 Modified: head/lib/libc/sys/ptrace.2

svn commit: r226068 - head/sys/compat/linux

2011-10-06 Thread Jung-uk Kim
Author: jkim Date: Thu Oct 6 19:59:14 2011 New Revision: 226068 URL: http://svn.freebsd.org/changeset/base/226068 Log: Unroll inlined strnlen(9) and make it easier to read. No functional change. Modified: head/sys/compat/linux/linux_socket.c Modified: head/sys/compat/linux/linux_socket.c

svn commit: r226069 - head/sys/compat/linux

2011-10-06 Thread Jung-uk Kim
Author: jkim Date: Thu Oct 6 20:20:30 2011 New Revision: 226069 URL: http://svn.freebsd.org/changeset/base/226069 Log: Inline do_sa_get() function and remove an unused return value. Modified: head/sys/compat/linux/linux_socket.c Modified: head/sys/compat/linux/linux_socket.c

svn commit: r226071 - head/sys/compat/linux

2011-10-06 Thread Jung-uk Kim
Author: jkim Date: Thu Oct 6 20:28:08 2011 New Revision: 226071 URL: http://svn.freebsd.org/changeset/base/226071 Log: Retern more appropriate errno when Linux path name is too long. Modified: head/sys/compat/linux/linux_socket.c Modified: head/sys/compat/linux/linux_socket.c

svn commit: r226074 - head/sys/compat/linux

2011-10-06 Thread Jung-uk Kim
Author: jkim Date: Thu Oct 6 21:17:46 2011 New Revision: 226074 URL: http://svn.freebsd.org/changeset/base/226074 Log: Use uint32_t instead of u_int32_t. Fix style(9) nits. Modified: head/sys/compat/linux/linux_socket.c Modified: head/sys/compat/linux/linux_socket.c

svn commit: r226079 - head/sys/compat/linux

2011-10-06 Thread Jung-uk Kim
Author: jkim Date: Thu Oct 6 21:55:05 2011 New Revision: 226079 URL: http://svn.freebsd.org/changeset/base/226079 Log: Use the caculated length instead of maximum length. Modified: head/sys/compat/linux/linux_socket.c Modified: head/sys/compat/linux/linux_socket.c

svn commit: r226081 - head/sys/rpc/rpcsec_gss

2011-10-06 Thread Rick Macklem
Author: rmacklem Date: Fri Oct 7 01:15:04 2011 New Revision: 226081 URL: http://svn.freebsd.org/changeset/base/226081 Log: A crash reported on freebsd-fs@ on Sep. 23, 2011 under the subject heading kernel panics with RPCSEC_GSS appears to be caused by a corrupted tailq list for the client

svn commit: r226083 - head/usr.sbin/bsdinstall/partedit

2011-10-06 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Oct 7 01:40:30 2011 New Revision: 226083 URL: http://svn.freebsd.org/changeset/base/226083 Log: Work around some behavior of gpart that I absolutely do not understand in order to make every operation of the partition editor fully revertable. Under *no

svn commit: r226089 - in head: share/man/man7 sys/kern

2011-10-06 Thread David E. O'Brien
Author: obrien Date: Fri Oct 7 05:47:30 2011 New Revision: 226089 URL: http://svn.freebsd.org/changeset/base/226089 Log: Disallow various debug.kdb sysctl's when securelevel is raised. PR: 161350 Modified: head/share/man/man7/security.7 head/sys/kern/subr_kdb.c Modified: