svn commit: r226092 - in stable/9/sys: kern sys

2011-10-06 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Oct 7 06:46:46 2011 New Revision: 226092 URL: http://svn.freebsd.org/changeset/base/226092 Log: MFC r225938: Fix bug introduced in r225641, which would cause panic if racct_proc_fork() returned error -- the racct_destroy_locked() would get called twice. MFC r

svn commit: r226091 - head/sys/dev/hwpmc

2011-10-06 Thread Adrian Chadd
Author: adrian Date: Fri Oct 7 06:13:38 2011 New Revision: 226091 URL: http://svn.freebsd.org/changeset/base/226091 Log: Begin implementing correct MIPS24K sampling mode behaviour. * Add the interrupt bit in the configuration register * Correctly set the counter register for the sampling

svn commit: r226090 - head/sys/sys

2011-10-06 Thread David E. O'Brien
Author: obrien Date: Fri Oct 7 06:00:00 2011 New Revision: 226090 URL: http://svn.freebsd.org/changeset/base/226090 Log: Increase MSGBUF_SIZE. The previous size lead to truncated /var/run/dmesg.boot when booted with "-v". Modified: head/sys/sys/msgbuf.h Modified: head/sys/sys/msgbuf.h ===

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: head/share

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 circumstan

svn commit: r226082 - head/sys/kern

2011-10-06 Thread Xin LI
Author: delphij Date: Fri Oct 7 01:37:58 2011 New Revision: 226082 URL: http://svn.freebsd.org/changeset/base/226082 Log: Return proper errno when we hit error when doing sanity check. This fixes dtrace crashes when module is not compiled with CTF data. Submitted by: Paul Ambrose ambro

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: 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: r226078 - head/sys/compat/linux

2011-10-06 Thread Jung-uk Kim
Author: jkim Date: Thu Oct 6 21:40:08 2011 New Revision: 226078 URL: http://svn.freebsd.org/changeset/base/226078 Log: Remove a now-defunct variable. 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: r226073 - head/sys/compat/linux

2011-10-06 Thread Jung-uk Kim
Author: jkim Date: Thu Oct 6 21:09:28 2011 New Revision: 226073 URL: http://svn.freebsd.org/changeset/base/226073 Log: Make sure to ignore the leading NULL byte from Linux abstract namespace. Modified: head/sys/compat/linux/linux_socket.c Modified: head/sys/compat/linux/linux_socket.c =

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

2011-10-06 Thread Jung-uk Kim
Author: jkim Date: Thu Oct 6 20:48:23 2011 New Revision: 226072 URL: http://svn.freebsd.org/changeset/base/226072 Log: Restore the original socket address length if it was not really AF_INET6. 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: r226070 - stable/9/share/man/man9

2011-10-06 Thread Sergey Kandaurov
Author: pluknet Date: Thu Oct 6 20:25:35 2011 New Revision: 226070 URL: http://svn.freebsd.org/changeset/base/226070 Log: MFC r225776: Fix typo in OSIOCGIFADDR. Approved by: re (kib) Modified: stable/9/share/man/man9/ifnet.9 Directory Properties: stable/9/share/man/man9/ (prop

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: 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: r226067 - in stable/9: sbin/camcontrol share/examples/scsi_target share/misc sys/cam sys/cam/scsi sys/dev/ciss sys/dev/firewire sys/dev/iir sys/dev/iscsi/initiator sys/dev/isp sys/dev/m...

2011-10-06 Thread Kenneth D. Merry
Author: ken Date: Thu Oct 6 19:15:51 2011 New Revision: 226067 URL: http://svn.freebsd.org/changeset/base/226067 Log: MFC r225950: Add descriptor sense support to CAM, and honor sense residuals properly in CAM. Desriptor sense is a new sense data format that originated in SPC-3. Am

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: 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 a

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: 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: r226062 - stable/8/sys/dev/puc

2011-10-06 Thread Andrey V. Elsukov
Author: ae Date: Thu Oct 6 14:35:09 2011 New Revision: 226062 URL: http://svn.freebsd.org/changeset/base/226062 Log: MFC r225878: Add Oxford Semiconductor OXPCIe952 (0xc138) 1 port serial card. PR: kern/160895 Submitted by: Konstantin V. Krotov Modified: stable/8

svn commit: r226061 - stable/9/sys/dev/puc

2011-10-06 Thread Andrey V. Elsukov
Author: ae Date: Thu Oct 6 14:33:32 2011 New Revision: 226061 URL: http://svn.freebsd.org/changeset/base/226061 Log: MFC r225878: Add Oxford Semiconductor OXPCIe952 (0x1c38) 1 port serial card. PR: kern/160895 Submitted by: Konstantin V. Krotov Approved by: re

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: 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: head/usr.sbin/bsdinstall

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: head/usr.sbin/bsdinstal

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 directly

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: r226053 - vendor/com_err/1.5.1

2011-10-06 Thread Stanislav Sedov
Author: stas Date: Thu Oct 6 07:56:18 2011 New Revision: 226053 URL: http://svn.freebsd.org/changeset/base/226053 Log: - Add tag for Heimdal com_err 1.5.1 version. Added: vendor/com_err/1.5.1/ - copied from r226052, vendor/com_err/dist/ ___ sv

svn commit: r226052 - vendor/com_err/dist

2011-10-06 Thread Stanislav Sedov
Author: stas Date: Thu Oct 6 07:54:28 2011 New Revision: 226052 URL: http://svn.freebsd.org/changeset/base/226052 Log: - Import com_err from heimdal 1.5.1 distribution. I used sources from GIT as we don't need autogenerated files, and for some reason the actual distribution tarball is

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-sr