svn commit: r220465 - in head: bin/setfacl lib/libc/posix1e sys/sys

2011-04-09 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Apr 9 07:42:25 2011 New Revision: 220465 URL: http://svn.freebsd.org/changeset/base/220465 Log: Make it possible to use permission sets (full_set, modify_set, read_set and write_set) with setfacl(1). PR: kern/154113 Submitted by: Shawn Webb lattera at

svn commit: r220470 - in head/sys/modules: arcnet dtrace/dtraceall

2011-04-09 Thread Ulrich Spoerlein
Author: uqs Date: Sat Apr 9 09:07:31 2011 New Revision: 220470 URL: http://svn.freebsd.org/changeset/base/220470 Log: Fix make buildworld -DMODULES_WITH_WORLD on i386 Modified: head/sys/modules/arcnet/Makefile head/sys/modules/dtrace/dtraceall/Makefile Modified:

svn commit: r220496 - head/lib/libmd

2011-04-09 Thread Mark Murray
Author: markm Date: Sat Apr 9 13:56:29 2011 New Revision: 220496 URL: http://svn.freebsd.org/changeset/base/220496 Log: Add SHA512 (Actually, this is Colin Percival's code for SHA256, with relevant constants changed). While I'm here clean up the tests and Makefile. PR:

svn commit: r220497 - head/lib/libcrypt

2011-04-09 Thread Mark Murray
Author: markm Date: Sat Apr 9 14:02:04 2011 New Revision: 220497 URL: http://svn.freebsd.org/changeset/base/220497 Log: Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn't hurt us. PR: misc/124164 Submitted by: KIMURA Yasuhiro yasu utahime org MFC

svn commit: r220499 - head/usr.sbin/bsdinstall/scripts

2011-04-09 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Apr 9 14:18:03 2011 New Revision: 220499 URL: http://svn.freebsd.org/changeset/base/220499 Log: Rename the Reboot option to Exit, which reflects what it actually does. The rc.local wrapper script will also soon grow an option to use the live environment after

svn commit: r220500 - head/release

2011-04-09 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Apr 9 14:25:58 2011 New Revision: 220500 URL: http://svn.freebsd.org/changeset/base/220500 Log: Allow the user to use the live environment post-installation, as well as improving error handling. Modified: head/release/rc.local Modified: head/release/rc.local

svn commit: r220506 - head/sys/fs/fdescfs

2011-04-09 Thread Konstantin Belousov
Author: kib Date: Sat Apr 9 21:40:48 2011 New Revision: 220506 URL: http://svn.freebsd.org/changeset/base/220506 Log: Linuxolator calls VOP_READDIR with ncookies pointer. Implement a workaround for fdescfs to not panic when ncookies is not NULL, similar to the one committed as r152254, but

svn commit: r220510 - head/usr.sbin/nfsd

2011-04-09 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 10 01:54:42 2011 New Revision: 220510 URL: http://svn.freebsd.org/changeset/base/220510 Log: Add support for a backup stable restart file to the nfsd, used for NFSv4 restart. This permits the nfsd to create the stable restart file as required and minimizes the

svn commit: r220511 - head/sys/ufs/ffs

2011-04-09 Thread Jeff Roberson
Author: jeff Date: Sun Apr 10 03:49:53 2011 New Revision: 220511 URL: http://svn.freebsd.org/changeset/base/220511 Log: Fix a long standing SUJ performance problem: - Keep a hash of indirect blocks that have recently been freed and are still referenced in the journal. - Lookup