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. - In

svn commit: r223692 - in head/sys: amd64/amd64 arm/arm i386/i386 kern sparc64/sparc64

2011-06-30 Thread Jonathan Anderson
Author: jonathan Date: Thu Jun 30 10:56:02 2011 New Revision: 223692 URL: http://svn.freebsd.org/changeset/base/223692 Log: Add some checks to ensure that Capsicum is behaving correctly, and add some more explicit comments about what's going on and what future maintainers need to do when e.g

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. Spli

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 virtua

Re: 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 Peter Grehan
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 virtual machines. Thankyou so much for this work Doug ! later, Peter. __

svn commit: r223697 - head/sys/netinet

2011-06-30 Thread Michael Tuexen
Author: tuexen Date: Thu Jun 30 16:56:55 2011 New Revision: 223697 URL: http://svn.freebsd.org/changeset/base/223697 Log: Add the missing sca_keylength field to the sctp_authkey structure, which is used the the SCTP_AUTH_KEY socket option. MFC after: 1 month. Modified: head/sys/netinet

svn commit: r223699 - head/sys/dev/ahci

2011-06-30 Thread Alexander Motin
Author: mav Date: Thu Jun 30 19:23:17 2011 New Revision: 223699 URL: http://svn.freebsd.org/changeset/base/223699 Log: Add ID for Marvell 88SE9125 SATA controller. PR: kern/157843 MFC after:1 week Modified: head/sys/dev/ahci/ahci.c Modified: head/sys/dev/ahci/ahci.c

svn commit: r223700 - head/sys/ia64/ia64

2011-06-30 Thread Marcel Moolenaar
Author: marcel Date: Thu Jun 30 20:34:55 2011 New Revision: 223700 URL: http://svn.freebsd.org/changeset/base/223700 Log: Change the management of nested faults by switching to physical addressing while reading or writing the trap frame. It's not possible to guarantee that the one translatio

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

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

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

2011-06-30 Thread Andrey V. Elsukov
On 01.07.2011 9:14, Julian Elischer wrote: >>The "call" action saves the current rule number in the internal >>stack and rules processing continues from the first rule with >>specified number (similar to skipto action). If later a rule with >>"return" action is encountered, the proc