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
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
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
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
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
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
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
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
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.
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
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
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
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
13 matches
Mail list logo