Author: kib
Date: Tue Jul 7 09:43:44 2009
New Revision: 195423
URL: http://svn.freebsd.org/changeset/base/195423
Log:
Fix poll(2) and select(2) for named pipes to return "ready for read"
when all writers, observed by reader, exited. Use writer generation
counter for fifo, and store the snap
On 0703T1623, Jilles Tjoelker wrote:
> On Wed, Jul 01, 2009 at 03:52:19PM +, Edward Tomasz Napierala wrote:
> > + ret = pathconf(ent->fts_accpath, _PC_ACL_NFS4);
>
> There doesn't seem to be anything like lpathconf() or
> fpathconfat(AT_SYMLINK_NOFOLLOW), so this may not work properl
Author: joel (doc committer)
Date: Tue Jul 7 13:58:47 2009
New Revision: 195424
URL: http://svn.freebsd.org/changeset/base/195424
Log:
Fix two typos and sort sysctls.
PR: docs/136408
Approved by: re (blanket)
Modified:
head/share/man/man4/pcm.4
Modified: head/share/man/man
Author: sam
Date: Tue Jul 7 18:11:05 2009
New Revision: 195426
URL: http://svn.freebsd.org/changeset/base/195426
Log:
Fix ar5416 and later parts on big-endian platforms: setup the h/w byte
swizzler using the same technique used everywhere else.
Approved by: re (kib)
Modified:
head/sy
Author: silby
Date: Wed Jul 8 01:09:12 2009
New Revision: 195430
URL: http://svn.freebsd.org/changeset/base/195430
Log:
Increase HZ_VM from 10 to 100. While 10 hz saves cpu time
under VM environments, it's too slow for FreeBSD to work
properly. For example, ping at 10hz pings about every
Author: delphij
Date: Wed Jul 8 01:41:41 2009
New Revision: 195431
URL: http://svn.freebsd.org/changeset/base/195431
Log:
MFC r194932
Lock around access to nc_file and netconfig_info ("ni"). The RPC
part of libc is still not thread safe but this would at least
reduce the problems we h
Author: delphij
Date: Wed Jul 8 01:43:47 2009
New Revision: 195432
URL: http://svn.freebsd.org/changeset/base/195432
Log:
MFC r194932
Lock around access to nc_file and netconfig_info ("ni"). The RPC
part of libc is still not thread safe but this would at least
reduce the problems we h
Author: marcel
Date: Wed Jul 8 05:56:14 2009
New Revision: 195436
URL: http://svn.freebsd.org/changeset/base/195436
Log:
Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.c
is invalid because the ioctl happens without prior open. The ioctl
got introduced to provide backward c
Author: mav
Date: Wed Jul 8 06:00:21 2009
New Revision: 195439
URL: http://svn.freebsd.org/changeset/base/195439
Log:
Fix kernel panic, when ataahci driver is used on system with increased
MAXPHYS. Current ataahci driver memory allocation scheme includes only
64 items in DMA S/G table, and
Author: cperciva
Date: Wed Jul 8 06:07:23 2009
New Revision: 195441
URL: http://svn.freebsd.org/changeset/base/195441
Log:
Refactor code from installFixitCDROM into a new function, fixit_livefs_common.
While doing so, improve style and reword some comments.
This should not result in any
Author: cperciva
Date: Wed Jul 8 06:07:51 2009
New Revision: 195442
URL: http://svn.freebsd.org/changeset/base/195442
Log:
Add support for using a livefs from a USB disk.
Submitted by: randi
Approved by: re (kensmith)
Modified:
head/usr.sbin/sysinstall/dispatch.c
head/usr.sbin/sysi
11 matches
Mail list logo