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

2011-08-18 Thread Poul-Henning Kamp
In message alpine.bsf.2.00.1108172100100.66...@fledge.watson.org, Robert Wats on writes: On Tue, 17 May 2011, Poul-Henning Kamp wrote: +if ((s-s_flags SBUF_AUTOEXTEND) == 0) { +KASSERT(s-s_size 1, +(attempt to create a too small sbuf)); +} This change

svn commit: r224967 - head/sys/dev/sound/pci/hda

2011-08-18 Thread Alexander Motin
Author: mav Date: Thu Aug 18 13:33:34 2011 New Revision: 224967 URL: http://svn.freebsd.org/changeset/base/224967 Log: Fix headphones pin configuration on Lenovo B450 laptop. Submitted by: Sergey V. Dyatko sergey.dya...@gmail.com Approved by: re (kib) Modified:

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

2011-08-18 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Aug 18 16:00:32 2011 New Revision: 224972 URL: http://svn.freebsd.org/changeset/base/224972 Log: Fix a bug that prevented docsinstall from being able to use DNS in most cases and provide a better error handling mechanism during package installation.

svn commit: r224973 - head/sys/dev/mps

2011-08-18 Thread Kenneth D. Merry
Author: ken Date: Thu Aug 18 16:07:41 2011 New Revision: 224973 URL: http://svn.freebsd.org/changeset/base/224973 Log: Set the max_lun field in the path inquiry CCB for the mps(4) driver to 8. This allows LUNs greater than 0 to be probed. The value can be increased later if need be.

svn commit: r224978 - head/release

2011-08-18 Thread Sean Bruno
Author: sbruno Date: Thu Aug 18 16:54:04 2011 New Revision: 224978 URL: http://svn.freebsd.org/changeset/base/224978 Log: Allow release generation from a WORLDDIR that is not /usr/src PR: misc/159666 Submitted by: Test Rat ttse...@gmail.com Reviewed by: Nathan Whitehorn

svn commit: r224986 - head/sys/kern

2011-08-18 Thread John Baldwin
Author: jhb Date: Thu Aug 18 22:20:45 2011 New Revision: 224986 URL: http://svn.freebsd.org/changeset/base/224986 Log: One of the general principles of the sysctl(3) API is that a user can query the needed size for a sysctl result by passing in a NULL old pointer and a valid oldsize. The

svn commit: r224987 - in head: lib/libc/sys sys/compat/linux sys/conf sys/kern sys/sys

2011-08-18 Thread Jonathan Anderson
Author: jonathan Date: Thu Aug 18 22:51:30 2011 New Revision: 224987 URL: http://svn.freebsd.org/changeset/base/224987 Log: Add experimental support for process descriptors A process descriptor file descriptor is used to manage processes without using the PID namespace. This is required

svn commit: r224988 - in head/sys: kern sys

2011-08-18 Thread Jonathan Anderson
Author: jonathan Date: Thu Aug 18 23:08:52 2011 New Revision: 224988 URL: http://svn.freebsd.org/changeset/base/224988 Log: Auto-generated system call code based on r224987. Approved by: re (implicit) Modified: head/sys/kern/init_sysent.c head/sys/kern/syscalls.c

svn commit: r224989 - head/tools/regression/security/cap_test

2011-08-18 Thread Jonathan Anderson
Author: jonathan Date: Thu Aug 18 23:15:04 2011 New Revision: 224989 URL: http://svn.freebsd.org/changeset/base/224989 Log: Test process descriptors. Ensure that process descriptors work as expected. We should be able to: - pdfork(), like regular fork(), but producing a process