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

2011-08-14 Thread Robert Watson
Author: rwatson Date: Sun Aug 14 12:41:44 2011 New Revision: 224864 URL: http://svn.freebsd.org/changeset/base/224864 Log: Cross-reference cap_new(2) from dup(2), as they have similar functionality. Approved by: re (kib) Modified: head/lib/libc/sys/dup.2 Modified: head/lib/libc/sys/dup

svn commit: r224865 - head/usr.bin/tail

2011-08-14 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 14 13:37:38 2011 New Revision: 224865 URL: http://svn.freebsd.org/changeset/base/224865 Log: tail: Fix crash if -F'ed file's filesystem disappears. If tail notices that a file it is following no longer exists (because stat() fails), it will output any final li

svn commit: r224866 - head/release/powerpc

2011-08-14 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Aug 14 14:36:32 2011 New Revision: 224866 URL: http://svn.freebsd.org/changeset/base/224866 Log: Provide a kboot.conf to allow powerpc64 install media to be booted on Playstation 3 consoles running kboot or petitboot. Approved by: re (bz) Modified: head/re

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

2011-08-14 Thread Niclas Zeising
On 2011-08-13 18:03, Robert Watson wrote: > Author: rwatson > Date: Sat Aug 13 16:03:40 2011 > New Revision: 224842 > URL: http://svn.freebsd.org/changeset/base/224842 > > Log: > When falloc() was broken into separate falloc_noinstall() and finstall(), > a bug was introduced in kern_openat() s

Re: svn commit: r224721 - head/sys/sys

2011-08-14 Thread Bruce Evans
On Wed, 10 Aug 2011, Alexander Best wrote: On Wed Aug 10 11, Bruce Evans wrote: On Wed, 10 Aug 2011, Alexander Best wrote: any reason {TIMEVAL,TIMESPEC}_TO_{TIMESPEC,TIMEVAL}()s code is being executed in a do { ... } while (0) conditional loop? Just the usual syntactical trick for making l

svn commit: r224868 - head/sys/dev/mmc

2011-08-14 Thread Alexander Motin
Author: mav Date: Sun Aug 14 16:17:00 2011 New Revision: 224868 URL: http://svn.freebsd.org/changeset/base/224868 Log: Fix integer overflow on 32bit systems when calculating media size, reintroduced by r222475. Approved by: re (kib) Modified: head/sys/dev/mmc/mmcsd.c Modified: head/s

Re: svn commit: r213507 - head/usr.bin/man

2011-08-14 Thread Test Rat
Gordon Tetlow writes: > Author: gordon > Date: Thu Oct 7 06:34:47 2010 > New Revision: 213507 > URL: http://svn.freebsd.org/changeset/base/213507 > > Log: > Add the ability to display specific manual pages if passed on the > commandline. This mirrors the old (undocumented) GNU man functional

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

2011-08-14 Thread Alexander Best
On Sun Aug 14 11, Niclas Zeising wrote: > On 2011-08-13 18:03, Robert Watson wrote: > > Author: rwatson > > Date: Sat Aug 13 16:03:40 2011 > > New Revision: 224842 > > URL: http://svn.freebsd.org/changeset/base/224842 > > > > Log: > > When falloc() was broken into separate falloc_noinstall() and

Re: svn commit: r213507 - head/usr.bin/man

2011-08-14 Thread Alexander Best
On Sun Aug 14 11, Test Rat wrote: > Gordon Tetlow writes: > > > Author: gordon > > Date: Thu Oct 7 06:34:47 2010 > > New Revision: 213507 > > URL: http://svn.freebsd.org/changeset/base/213507 > > > > Log: > > Add the ability to display specific manual pages if passed on the > > commandline.

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

2011-08-14 Thread Robert Watson
On Sun, 14 Aug 2011, Niclas Zeising wrote: When falloc() was broken into separate falloc_noinstall() and finstall(), a bug was introduced in kern_openat() such that the error from the vnode open operation was overwritten before it was passed as an argument to dupfdopen(). This broke op

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

2011-08-14 Thread Robert Watson
On Sun, 14 Aug 2011, Alexander Best wrote: It might be worth mentioning this in UPDATING or similar, since a kernel built with clang (I haven't tried gcc) during this window will make it impossible to do a buildworld without first rebuilding the kernel with this fix. It also seems to break at

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

2011-08-14 Thread Niclas Zeising
On 2011-08-14 20:14, Robert Watson wrote: > > On Sun, 14 Aug 2011, Niclas Zeising wrote: > >>> When falloc() was broken into separate falloc_noinstall() and >>> finstall(), >>> a bug was introduced in kern_openat() such that the error from the >>> vnode >>> open operation was overwritten be

svn commit: r224870 - head/sys/netinet

2011-08-14 Thread Michael Tuexen
Author: tuexen Date: Sun Aug 14 20:55:32 2011 New Revision: 224870 URL: http://svn.freebsd.org/changeset/base/224870 Log: Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMS socket option. Backwards compatibility is provided by still supporting the spp_ipv4_tos field. Approv