svn commit: r195423 - in head/sys: fs/fifofs kern sys

2009-07-07 Thread Konstantin Belousov
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

Re: svn commit: r195243 - head/bin/chmod

2009-07-07 Thread Edward Tomasz Napierala
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

svn commit: r195424 - head/share/man/man4

2009-07-07 Thread Joel Dahl
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

svn commit: r195426 - head/sys/dev/ath/ath_hal/ar5416

2009-07-07 Thread Sam Leffler
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

svn commit: r195430 - head/sys/kern

2009-07-07 Thread Mike Silbersack
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

svn commit: r195431 - in stable/7/lib/libc: . rpc

2009-07-07 Thread Xin LI
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

svn commit: r195432 - in stable/6/lib/libc: . rpc

2009-07-07 Thread Xin LI
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

svn commit: r195436 - in head/sys: dev/ata geom geom/part sys

2009-07-07 Thread Marcel Moolenaar
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

svn commit: r195439 - head/sys/dev/ata/chipsets

2009-07-07 Thread Alexander Motin
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

svn commit: r195441 - head/usr.sbin/sysinstall

2009-07-07 Thread Colin Percival
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

svn commit: r195442 - head/usr.sbin/sysinstall

2009-07-07 Thread Colin Percival
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