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

2009-07-03 Thread Jilles Tjoelker
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 properly for symlinks (chmod -h). -- Jilles

svn commit: r195318 - head/usr.bin/cpio

2009-07-03 Thread Tim Kientzle
Author: kientzle Date: Fri Jul 3 17:54:33 2009 New Revision: 195318 URL: http://svn.freebsd.org/changeset/base/195318 Log: This fixes bsdcpio's -R option to accept numeric user or group Ids as well as user or group names. In particular, this fixes freesbie2, which uses -R 0:0 to copy a

Re: svn commit: r195318 - head/usr.bin/cpio

2009-07-03 Thread Brooks Davis
On Fri, Jul 03, 2009 at 05:54:33PM +, Tim Kientzle wrote: Modified: head/usr.bin/cpio/cmdline.c == --- head/usr.bin/cpio/cmdline.c Fri Jul 3 16:33:42 2009 (r195317) +++ head/usr.bin/cpio/cmdline.c

Re: svn commit: r195318 - head/usr.bin/cpio

2009-07-03 Thread Alexey Dokuchaev
Tim Kientzle wrote: Author: kientzle Date: Fri Jul 3 17:54:33 2009 New Revision: 195318 URL: http://svn.freebsd.org/changeset/base/195318 + * Where uid/gid are decimal representations and groupname/username + * are names to be looked up in system database. Note that ^^^ Bad

svn commit: r195325 - in head: share/man/man4 sys/dev/acpi_support

2009-07-03 Thread Rui Paulo
Author: rpaulo Date: Fri Jul 3 21:12:37 2009 New Revision: 195325 URL: http://svn.freebsd.org/changeset/base/195325 Log: acpi_hp.c: - sysctl dev.acpi_hp.0.verbose to toggle debug output - A modification so this can deal with different array lengths when reading the CMI BIOS - now it