Re: svn commit: r195918 - head/sys/netinet

2009-07-29 Thread Robert Watson
On Wed, 29 Jul 2009, Randall Stewart wrote: Instead of using additional argument to the sctp_add_to_readq() function, wouldn't it be sufficient to just check with mtx_owned(9) if the lock is already held? Hmm... I suppose one could go that way... but traditionally upper code as told the

svn commit: r195939 - in head/sys: kern security/audit

2009-07-29 Thread Robert Watson
Author: rwatson Date: Wed Jul 29 07:44:43 2009 New Revision: 195939 URL: http://svn.freebsd.org/changeset/base/195939 Log: Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and instead provide specific macros, AUDIT_ARG_UPATH1() and AUDIT_ARG_UPATH2() to capture path information for

svn commit: r195940 - in head/sys/i386: i386 include

2009-07-29 Thread Konstantin Belousov
Author: kib Date: Wed Jul 29 08:49:58 2009 New Revision: 195940 URL: http://svn.freebsd.org/changeset/base/195940 Log: As was done in r195820 for amd64, use clflush for flushing cache lines when memory page caching attributes changed, and CPU does not support self-snoop, but implemented

svn commit: r195941 - in head: contrib/less usr.bin/less

2009-07-29 Thread Xin LI
Author: delphij Date: Wed Jul 29 09:20:32 2009 New Revision: 195941 URL: http://svn.freebsd.org/changeset/base/195941 Log: Update less to v436. This is considered as a bugfix release from vendor. Major changes from v429: * Don't pass - to non-pipe LESSOPEN unless it starts with -. *

svn commit: r195942 - head/sbin/mount_nfs

2009-07-29 Thread Rick Macklem
Author: rmacklem Date: Wed Jul 29 14:44:09 2009 New Revision: 195942 URL: http://svn.freebsd.org/changeset/base/195942 Log: Delete the descriptions of the gssname and allgssname optionss from mount_nfs.8 since these options are not implemented in FreeBSD8. This is content change for the man

svn commit: r195943 - head/sys/fs/nfsclient

2009-07-29 Thread Rick Macklem
Author: rmacklem Date: Wed Jul 29 14:50:31 2009 New Revision: 195943 URL: http://svn.freebsd.org/changeset/base/195943 Log: Fix the experimental nfs client so that it only calls ncl_vinvalbuf() for NFSv2 and not NFSv4 when nfscl_mustflush() returns 0. Since nfscl_mustflush() only returns 0

svn commit: r195944 - head/sys/kern

2009-07-29 Thread Jamie Gritton
Author: jamie Date: Wed Jul 29 16:41:02 2009 New Revision: 195944 URL: http://svn.freebsd.org/changeset/base/195944 Log: Change the default value of the ip4 and ip6 jail parameters to disable, which only allows access to the parent/physical system's IP addresses when specifically directed.

svn commit: r195945 - head/sys/kern

2009-07-29 Thread Jamie Gritton
Author: jamie Date: Wed Jul 29 16:46:59 2009 New Revision: 195945 URL: http://svn.freebsd.org/changeset/base/195945 Log: Don't allow mixing the vnet and ip4/6 jail parameters, since vnet jails have their own IP stack and don't have access to the parent IP addresses anyway. Note that a

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

2009-07-29 Thread Sam Leffler
Jamie Gritton wrote: Author: jamie Date: Wed Jul 29 16:41:02 2009 New Revision: 195944 URL: http://svn.freebsd.org/changeset/base/195944 Log: Change the default value of the ip4 and ip6 jail parameters to disable, which only allows access to the parent/physical system's IP addresses when

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

2009-07-29 Thread Jamie Gritton
Sam Leffler wrote: Jamie Gritton wrote: Author: jamie Date: Wed Jul 29 16:41:02 2009 New Revision: 195944 URL: http://svn.freebsd.org/changeset/base/195944 Log: Change the default value of the ip4 and ip6 jail parameters to disable, which only allows access to the parent/physical system's

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

2009-07-29 Thread Bjoern A. Zeeb
On Wed, 29 Jul 2009, Jamie Gritton wrote: Hi, let me add a few words. Sam Leffler wrote: Jamie Gritton wrote: Author: jamie Date: Wed Jul 29 16:41:02 2009 New Revision: 195944 URL: http://svn.freebsd.org/changeset/base/195944 Log: Change the default value of the ip4 and ip6 jail

svn commit: r195946 - svnadmin/conf

2009-07-29 Thread Ed Schouten
Author: ed Date: Wed Jul 29 18:42:14 2009 New Revision: 195946 URL: http://svn.freebsd.org/changeset/base/195946 Log: Free jilles@ from mentorship! Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ==

svn commit: r195947 - head/usr.sbin/acpi/acpidump

2009-07-29 Thread John Baldwin
Author: jhb Date: Wed Jul 29 19:07:24 2009 New Revision: 195947 URL: http://svn.freebsd.org/changeset/base/195947 Log: Parse the System Resource Affinity Table ('SRAT') used to describe affinity relationships between CPUs and memory. Reviewed by: jkim Approved by: re (kib) MFC

svn commit: r195949 - head/sys/i386/xen

2009-07-29 Thread Konstantin Belousov
Author: kib Date: Wed Jul 29 19:38:33 2009 New Revision: 195949 URL: http://svn.freebsd.org/changeset/base/195949 Log: Fix XEN build breakage, by implementing pmap_invalidate_cache_range() and using it when appropriate. Merge analogue of the r195836 optimization to XEN. Approved by:

svn commit: r195957 - head/lib/libusb

2009-07-29 Thread Alfred Perlstein
Author: alfred Date: Thu Jul 30 00:11:41 2009 New Revision: 195957 URL: http://svn.freebsd.org/changeset/base/195957 Log: LibUSB v1.0: - Significantly improve libusb10 support. - Many minor issues fixed. - P4 ID: 166189, 165853, 165991, 166052, 166069

svn commit: r195958 - head/sys/dev/usb/controller

2009-07-29 Thread Alfred Perlstein
Author: alfred Date: Thu Jul 30 00:12:47 2009 New Revision: 195958 URL: http://svn.freebsd.org/changeset/base/195958 Log: USB controller: - patch from Alexander Motin m...@freebsd.org - add more ID's - P4 ID: 165805 Submitted by: hps Approved

svn commit: r195959 - head/sys/dev/usb/input

2009-07-29 Thread Alfred Perlstein
Author: alfred Date: Thu Jul 30 00:13:09 2009 New Revision: 195959 URL: http://svn.freebsd.org/changeset/base/195959 Log: USB input - add support for setting the UMS polling rate through -F option passed to moused. - requested by Alexander Best

svn commit: r195960 - in head/sys/dev/usb: . controller input

2009-07-29 Thread Alfred Perlstein
Author: alfred Date: Thu Jul 30 00:14:34 2009 New Revision: 195960 URL: http://svn.freebsd.org/changeset/base/195960 Log: USB CORE: - Add minimum polling support to drive UMASS and UKBD in case of panic. - Add extra check to ukbd probe to fix problem about mouse devices attaching

svn commit: r195961 - head/sys/dev/sound/usb

2009-07-29 Thread Alfred Perlstein
Author: alfred Date: Thu Jul 30 00:14:56 2009 New Revision: 195961 URL: http://svn.freebsd.org/changeset/base/195961 Log: USB audio: - code factoring patch from Eygene Ryabinkin - P4 ID: 166149 Submitted by: hps Approved by: re Modified: head/sys/dev/sound/usb/uaudio.c Modified:

svn commit: r195962 - in head: share/man/man4 sys/dev/usb sys/dev/usb/serial

2009-07-29 Thread Alfred Perlstein
Author: alfred Date: Thu Jul 30 00:15:17 2009 New Revision: 195962 URL: http://svn.freebsd.org/changeset/base/195962 Log: USB serial: - add new ID for Huawei - P4 ID: 166150 PR: usb/136761 Submitted by: hps Approved by: re Modified: head/share/man/man4/u3g.4

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

2009-07-29 Thread Alfred Perlstein
Author: alfred Date: Thu Jul 30 00:15:50 2009 New Revision: 195963 URL: http://svn.freebsd.org/changeset/base/195963 Log: USB core: - add support for defragging of written device data. - improve handling of alternate settings in device side mode. - correct return value from

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

2009-07-29 Thread Alfred Perlstein
Author: alfred Date: Thu Jul 30 00:16:06 2009 New Revision: 195964 URL: http://svn.freebsd.org/changeset/base/195964 Log: ULPT: - add conditional printer status checking - P4 ID: 166176 Submitted by: hps Approved by: re Modified: head/sys/dev/usb/serial/ulpt.c Modified:

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

2009-07-29 Thread Alfred Perlstein
Author: alfred Date: Thu Jul 30 00:16:50 2009 New Revision: 195966 URL: http://svn.freebsd.org/changeset/base/195966 Log: USB CORE - compat Linux: - Patch request from Tim Borgeaud: - add automatic locking - add refcount for killing URB's Submitted by: hps Approved by: re

svn commit: r195965 - head/sys/dev/usb/controller

2009-07-29 Thread Alfred Perlstein
Author: alfred Date: Thu Jul 30 00:16:32 2009 New Revision: 195965 URL: http://svn.freebsd.org/changeset/base/195965 Log: USB controller: - allow disabling root_mount_hold() by setting hw.usb.no_boot_wait sysctl Submitted by: hps Approved by: re Modified:

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

2009-07-29 Thread Alfred Perlstein
Author: alfred Date: Thu Jul 30 00:17:08 2009 New Revision: 195967 URL: http://svn.freebsd.org/changeset/base/195967 Log: USB CORE - Improve HID parsing See PR description for more info. Patch is implemented differently than suggested, but having the same result. PR:

Re: svn commit: r195921 - head/sys/net

2009-07-29 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for taking time analyzing the problem, and thanks bz@ for pointing out the problem with my original patch! Cheers, - -- Xin LI delp...@delphij.nethttp://www.delphij.net/ FreeBSD - The Power to Serve! -BEGIN PGP SIGNATURE- Version:

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

2009-07-29 Thread Alfred Perlstein
Author: alfred Date: Thu Jul 30 00:57:54 2009 New Revision: 195968 URL: http://svn.freebsd.org/changeset/base/195968 Log: Missed this file for r195963: USB core: - add support for defragging of written device data. - improve handling of alternate settings in device side mode.

svn commit: r195969 - stable/7/usr.sbin/jexec

2009-07-29 Thread Jamie Gritton
Author: jamie Date: Thu Jul 30 05:36:31 2009 New Revision: 195969 URL: http://svn.freebsd.org/changeset/base/195969 Log: Preset errno to zero before calling strtol(), so the check afterwards will be valid. This is required since the malloc call from r195859 leaves errno in an unknown