Re: svn commit: r239382 - in head/etc: defaults rc.d

2012-10-01 Thread Lawrence Stewart
Hi Jun, On 08/19/12 18:15, Jun Kuriyama wrote: Author: kuriyama Date: Sun Aug 19 08:15:32 2012 New Revision: 239382 URL: http://svn.freebsd.org/changeset/base/239382 Log: - Allow to pass extra parameters for each jails. - To achieve above, convert jail(8) invocation to use new style

svn commit: r241119 - head/sys/kern

2012-10-01 Thread Eitan Adler
Author: eadler Date: Tue Oct 2 03:33:41 2012 New Revision: 241119 URL: http://svn.freebsd.org/changeset/base/241119 Log: Provide a generic way to disable devices at boot time PR: kern/119202 Requested by: peterj Reviewed by: sbruno, jhb Approved by: cperciva MFC after:

svn commit: r241118 - head/usr.bin/mktemp

2012-10-01 Thread Eitan Adler
Author: eadler Date: Tue Oct 2 00:30:26 2012 New Revision: 241118 URL: http://svn.freebsd.org/changeset/base/241118 Log: Implement the Sun/GNU extension of using a default prefix when no arguments are supplied. Reviewed by: jilles Approved by: cperciva MFC after:1 week Modifie

svn commit: r241117 - head/usr.bin/procstat

2012-10-01 Thread Eitan Adler
Author: eadler Date: Tue Oct 2 00:30:20 2012 New Revision: 241117 URL: http://svn.freebsd.org/changeset/base/241117 Log: add SG state type PR: bin/171664 Submitted by: Jan Beich jbe...@tormail.org Approved by: cperciva MFC after:1 week Modified: head/usr.bin/procsta

svn commit: r241116 - head/games/fortune/datfiles

2012-10-01 Thread Eitan Adler
Author: eadler Date: Tue Oct 2 00:30:15 2012 New Revision: 241116 URL: http://svn.freebsd.org/changeset/base/241116 Log: Correct the tip about finding all the directories on the system Add a tip about clearing the screen. Make things more consistent by removing quotes around 'make search'

svn commit: r241115 - head/share/examples/cvsup

2012-10-01 Thread Eitan Adler
Author: eadler Date: Mon Oct 1 22:27:34 2012 New Revision: 241115 URL: http://svn.freebsd.org/changeset/base/241115 Log: Indicate (loudly) that ports csup is going away. While here clarify some other portions. Approved by: cperciva (implicit) MFC after:3 days Modified: head/

svn commit: r241114 - head/sys/i386/conf

2012-10-01 Thread Kenneth D. Merry
Author: ken Date: Mon Oct 1 21:42:32 2012 New Revision: 241114 URL: http://svn.freebsd.org/changeset/base/241114 Log: Add the mps(4) driver to the i386 GENERIC config file. LSI has tested it on i386 and verified that it works. Submitted by: Harald Schmalzbauer, John Baldwin, Kashyap Des

Re: svn commit: r241053 - in head/sys/boot: common i386/libi386 uboot/lib userboot/userboot

2012-10-01 Thread John Baldwin
On Monday, October 01, 2012 11:22:39 am Andrey V. Elsukov wrote: > On 01.10.2012 15:53, John Baldwin wrote: > >> Introduce new cache layer to resolve this problem. It is independent > >> and doesn't need initialization like bcache, and will work by default > >> for all loaders which use the n

svn commit: r241108 - head/usr.sbin/pw

2012-10-01 Thread Baptiste Daroussin
Author: bapt Date: Mon Oct 1 17:00:33 2012 New Revision: 241108 URL: http://svn.freebsd.org/changeset/base/241108 Log: Do not treat empty name as an uid 0 Reported by: Robert Bonomi Modified: head/usr.sbin/pw/pw_user.c Modified: head/usr.sbin/pw/pw_user.c

svn commit: r241107 - head/usr.sbin/pw

2012-10-01 Thread Baptiste Daroussin
Author: bapt Date: Mon Oct 1 16:42:07 2012 New Revision: 241107 URL: http://svn.freebsd.org/changeset/base/241107 Log: Remove useless atoi(3), previous strspn(3) makes sure that a_name->val is a number. This also allow pw user show to work as expected. PR: bin/172112 Submit

Re: svn commit: r241053 - in head/sys/boot: common i386/libi386 uboot/lib userboot/userboot

2012-10-01 Thread Andrey V. Elsukov
On 01.10.2012 19:22, Andrey V. Elsukov wrote: > UFS+GPT ZFS+GPT ZFS+GPT+several disks > new_loader7,203s 20,584s 26,079s > old_loader4,334s 9,422s 11,245s Of course, new_loader and old_loader should switch places :) -- WBR,

Re: svn commit: r241053 - in head/sys/boot: common i386/libi386 uboot/lib userboot/userboot

2012-10-01 Thread Andrey V. Elsukov
On 01.10.2012 15:53, John Baldwin wrote: >> Introduce new cache layer to resolve this problem. It is independent >> and doesn't need initialization like bcache, and will work by default >> for all loaders which use the new DISK API. A successful disk_open() >> call to each new disk or parti

svn commit: r241100 - head/sys/arm/conf

2012-10-01 Thread Tim Kientzle
Author: kientzle Date: Mon Oct 1 14:56:48 2012 New Revision: 241100 URL: http://svn.freebsd.org/changeset/base/241100 Log: Support kernel options from ubldr. Modified: head/sys/arm/conf/BEAGLEBONE Modified: head/sys/arm/conf/BEAGLEBONE ===

Re: svn commit: r241068 - head/sys/boot/i386/loader

2012-10-01 Thread John Baldwin
On Sunday, September 30, 2012 8:24:16 am Andrey V. Elsukov wrote: > Author: ae > Date: Sun Sep 30 12:24:15 2012 > New Revision: 241068 > URL: http://svn.freebsd.org/changeset/base/241068 > > Log: > Reduce the number of attempts to detect proper kld format for the amd64 > loader. Why not just

Re: svn commit: r241053 - in head/sys/boot: common i386/libi386 uboot/lib userboot/userboot

2012-10-01 Thread John Baldwin
On Saturday, September 29, 2012 12:47:57 pm Andrey V. Elsukov wrote: > Author: ae > Date: Sat Sep 29 16:47:56 2012 > New Revision: 241053 > URL: http://svn.freebsd.org/changeset/base/241053 > > Log: > Almost each time when loader opens a file, this leads to calling > disk_open(). Very often th

svn commit: r241097 - head/sys/rpc/rpcsec_gss

2012-10-01 Thread Rick Macklem
Author: rmacklem Date: Mon Oct 1 12:28:58 2012 New Revision: 241097 URL: http://svn.freebsd.org/changeset/base/241097 Log: Attila Bogar and Herbert Poeckl both reported similar problems w.r.t. a Linux NFS client doing a krb5 NFS mount against the FreeBSD server. We determined this was a Lin

svn commit: r241092 - head

2012-10-01 Thread Konstantin Belousov
Author: kib Date: Mon Oct 1 10:46:35 2012 New Revision: 241092 URL: http://svn.freebsd.org/changeset/base/241092 Log: Add the UPDATING note about padlock rng support requiring the config change. Requested by: Dewayne Geraghty MFC after:3 days Modified: head/UPDATING Modified: he