svn commit: r223690 - head/usr.bin/quota

2011-06-30 Thread Sergey Kandaurov
Author: pluknet Date: Thu Jun 30 09:20:26 2011 New Revision: 223690 URL: http://svn.freebsd.org/changeset/base/223690 Log: Fix quota(1) output. - Fix calculation of 1024-byte sized blocks from disk blocks shown when -h option isn't specified. It was broken with quota64 integration. -

svn commit: r223694 - in head/sys: kern sys

2011-06-30 Thread Jonathan Anderson
Author: jonathan Date: Thu Jun 30 15:22:49 2011 New Revision: 223694 URL: http://svn.freebsd.org/changeset/base/223694 Log: When Capsicum starts creating capabilities to wrap existing file descriptors, we will want to allocate a new descriptor without installing it in the FD array.

svn commit: r223695 - in head/sys/boot: . common ficl/amd64 i386/libi386 userboot userboot/ficl userboot/libstand userboot/libstand/amd64 userboot/test userboot/userboot

2011-06-30 Thread Doug Rabson
Author: dfr Date: Thu Jun 30 16:08:56 2011 New Revision: 223695 URL: http://svn.freebsd.org/changeset/base/223695 Log: Add a version of the FreeBSD bootloader which can run in userland, packaged as a shared library. This is intended to be used by BHyVe to load FreeBSD kernels into new

svn commit: r223701 - head/contrib/sendmail/src

2011-06-30 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jun 30 20:55:16 2011 New Revision: 223701 URL: http://svn.freebsd.org/changeset/base/223701 Log: Make Sendmail properly set login class and cpumask. Modified: head/contrib/sendmail/src/deliver.c Modified: head/contrib/sendmail/src/deliver.c

svn commit: r223702 - head/contrib/lukemftpd/src

2011-06-30 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jun 30 20:58:38 2011 New Revision: 223702 URL: http://svn.freebsd.org/changeset/base/223702 Log: Make lukemftpd properly set login class and cpumask. Modified: head/contrib/lukemftpd/src/ftpd.c Modified: head/contrib/lukemftpd/src/ftpd.c

Re: svn commit: r223666 - in head: sbin/ipfw sys/netinet sys/netinet/ipfw

2011-06-30 Thread Julian Elischer
On 6/29/11 3:06 AM, Andrey V. Elsukov wrote: Author: ae Date: Wed Jun 29 10:06:58 2011 New Revision: 223666 URL: http://svn.freebsd.org/changeset/base/223666 Log: Add new rule actions call and return to ipfw. They make possible to organize subroutines with rules. The call action saves

Re: svn commit: r223666 - in head: sbin/ipfw sys/netinet sys/netinet/ipfw

2011-06-30 Thread Luigi Rizzo
On Thu, Jun 30, 2011 at 10:14:44PM -0700, Julian Elischer wrote: On 6/29/11 3:06 AM, Andrey V. Elsukov wrote: Author: ae Date: Wed Jun 29 10:06:58 2011 New Revision: 223666 URL: http://svn.freebsd.org/changeset/base/223666 Log: Add new rule actions call and return to ipfw. They make