svn commit: r219025 - head/sys/arm/xscale/ixp425

2011-02-25 Thread David E. O'Brien
Author: obrien Date: Fri Feb 25 09:07:17 2011 New Revision: 219025 URL: http://svn.freebsd.org/changeset/base/219025 Log: Add a real dependency on the microcode. Now when one does 'make kernel ; make kernel' the second invocation only does: `kernel.ko' is up to date. rather than

svn commit: r219026 - head/sys/opencrypto

2011-02-25 Thread VANHULLEBUS Yvan
Author: vanhu Date: Fri Feb 25 09:29:32 2011 New Revision: 219026 URL: http://svn.freebsd.org/changeset/base/219026 Log: fixed size of AH_ALEN_MAX, which is 64 bytes for SHA-512. Obtained from:Matthias Drochner m.droch...@fz-juelich.de MFC after: 3d Modified:

svn commit: r219027 - in head/usr.sbin/fifolog: fifolog_create fifolog_reader fifolog_writer lib

2011-02-25 Thread Poul-Henning Kamp
Author: phk Date: Fri Feb 25 09:40:17 2011 New Revision: 219027 URL: http://svn.freebsd.org/changeset/base/219027 Log: Fix a bunch of trivial whitespace mistakes and update the miniobj.h file before the real work starts. Modified: head/usr.sbin/fifolog/fifolog_create/fifolog_create.c

svn commit: r219028 - in head/sys: cam fs/nfsclient fs/nfsserver kern nfsclient nfsserver security/audit security/mac

2011-02-25 Thread Alexander Leidinger
Author: netchild Date: Fri Feb 25 10:11:01 2011 New Revision: 219028 URL: http://svn.freebsd.org/changeset/base/219028 Log: Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ PMC/SYSV/...). No FreeBSD version bump, the userland application to query the features

Re: svn commit: r219003 - head/usr.bin/nice

2011-02-25 Thread Remko Lodder
On Feb 24, 2011, at 10:47 PM, Bruce Evans wrote: On Thu, 24 Feb 2011, John Baldwin wrote: On Thursday, February 24, 2011 2:03:33 pm Remko Lodder wrote: [contex restored: +A priority of 19 or 20 will prevent a process from taking any cycles from +others at nice 0 or better.] [strip

svn commit: r219029 - in head/sys/geom: . bde cache concat eli gate journal label linux_lvm mirror multipath part raid3 shsec stripe uzip virstor

2011-02-25 Thread Alexander Leidinger
Author: netchild Date: Fri Feb 25 10:24:35 2011 New Revision: 219029 URL: http://svn.freebsd.org/changeset/base/219029 Log: Add some FEATURE macros for various GEOM classes. No FreeBSD version bump, the userland application to query the features will be committed last and can serve as an

svn commit: r219030 - head/sys/kern

2011-02-25 Thread Alexander Leidinger
Author: netchild Date: Fri Feb 25 12:46:43 2011 New Revision: 219030 URL: http://svn.freebsd.org/changeset/base/219030 Log: Make the description of the feature consistent with another similar description for another feature. Noticed by: trasz Modified: head/sys/kern/uipc_sem.c

Re: svn commit: r219003 - head/usr.bin/nice

2011-02-25 Thread John Baldwin
On Friday, February 25, 2011 5:23:04 am Remko Lodder wrote: On Feb 24, 2011, at 10:47 PM, Bruce Evans wrote: On Thu, 24 Feb 2011, John Baldwin wrote: On Thursday, February 24, 2011 2:03:33 pm Remko Lodder wrote: [contex restored: +A priority of 19 or 20 will prevent a process

svn commit: r219031 - head/usr.sbin/mfiutil

2011-02-25 Thread Sergey Kandaurov
Author: pluknet Date: Fri Feb 25 13:59:59 2011 New Revision: 219031 URL: http://svn.freebsd.org/changeset/base/219031 Log: Fix division by zero, causing floating point exception in a drive progress command. It was possible to read a value of zero from a busy controller used as the

Re: svn commit: r218966 - head/sys/vm

2011-02-25 Thread Alan Cox
Bruce Evans wrote: On Wed, 23 Feb 2011, Bruce Cran wrote: On Thu, 2011-02-24 at 08:23 +1100, Bruce Evans wrote: The bug seems to have been overflow in this calculation. [swap_bcount * SWAP_META_PAGES * n / non-overflowing division] I've attached a patch which changes 'n' to be of type

svn commit: r219036 - head/sys/dev/mps

2011-02-25 Thread Kenneth D. Merry
Author: ken Date: Fri Feb 25 17:30:25 2011 New Revision: 219036 URL: http://svn.freebsd.org/changeset/base/219036 Log: Silence 'out of chain frames' warnings and bump the number of frames. mps.c:Hide the 'out of chain frames' warning behind MPS_INFO. mps_sas.c:Hide

svn commit: r219037 - head/sys/dev/acpica

2011-02-25 Thread Jung-uk Kim
Author: jkim Date: Fri Feb 25 18:29:57 2011 New Revision: 219037 URL: http://svn.freebsd.org/changeset/base/219037 Log: Add more definitions for vendor-specific CPU capability bits to the last revision, which is renamed to Intel Processor Vendor-Specific ACPI. Modified:

svn commit: r219038 - head/usr.bin/rs

2011-02-25 Thread Jaakko Heinonen
Author: jh Date: Fri Feb 25 19:10:19 2011 New Revision: 219038 URL: http://svn.freebsd.org/changeset/base/219038 Log: Document the input line length limit. Submitted by: Dominic Fandrey (original version) Modified: head/usr.bin/rs/rs.1 Modified: head/usr.bin/rs/rs.1

svn commit: r219039 - head/usr.bin/nice

2011-02-25 Thread Remko Lodder
Author: remko Date: Fri Feb 25 19:38:42 2011 New Revision: 219039 URL: http://svn.freebsd.org/changeset/base/219039 Log: Revert the commit that I made, there is a lot of discussion and it's not accurate anyway Requested by: jb, bde Modified: head/usr.bin/nice/nice.1 Modified:

svn commit: r219040 - head/sbin/mount

2011-02-25 Thread Doug Barton
Author: dougb Date: Fri Feb 25 20:49:07 2011 New Revision: 219040 URL: http://svn.freebsd.org/changeset/base/219040 Log: Revert r217871. Modified: head/sbin/mount/mount.8 Modified: head/sbin/mount/mount.8 == ---

svn commit: r219041 - head/sys/kern

2011-02-25 Thread Dmitry Chagin
Author: dchagin Date: Fri Feb 25 22:03:28 2011 New Revision: 219041 URL: http://svn.freebsd.org/changeset/base/219041 Log: ktrace_resize_pool() locking slightly reworked: 1) do not take a lock around the single atomic operation. 2) do not lose the invariant of lock by dropping/acquiring

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

2011-02-25 Thread Dmitry Chagin
Author: dchagin Date: Fri Feb 25 22:05:33 2011 New Revision: 219042 URL: http://svn.freebsd.org/changeset/base/219042 Log: Introduce preliminary support of the show description of the ABI of traced process by adding two new events which records value of process sv_flags to the trace file at

svn commit: r219044 - head/usr.bin/kdump

2011-02-25 Thread Dmitry Chagin
Author: dchagin Date: Fri Feb 25 22:14:12 2011 New Revision: 219044 URL: http://svn.freebsd.org/changeset/base/219044 Log: Update manual page to reflect latest changes of ABI description support. MFC after:1 Month. Modified: head/usr.bin/kdump/kdump.1 Modified:

Re: svn commit: r219042 - in head/sys: kern sys

2011-02-25 Thread John Baldwin
On Friday, February 25, 2011 5:05:33 pm Dmitry Chagin wrote: Author: dchagin Date: Fri Feb 25 22:05:33 2011 New Revision: 219042 URL: http://svn.freebsd.org/changeset/base/219042 Log: Introduce preliminary support of the show description of the ABI of traced process by adding two new

Re: svn commit: r219043 - in head/usr.bin: kdump ktrace

2011-02-25 Thread Chagin Dmitry
On Fri, Feb 25, 2011 at 05:22:30PM -0500, John Baldwin wrote: On Friday, February 25, 2011 5:07:23 pm Dmitry Chagin wrote: Author: dchagin Date: Fri Feb 25 22:07:23 2011 New Revision: 219043 URL: http://svn.freebsd.org/changeset/base/219043 Log: Teach kdump to understand sv_flags

Re: svn commit: r219042 - in head/sys: kern sys

2011-02-25 Thread Chagin Dmitry
On Fri, Feb 25, 2011 at 05:21:28PM -0500, John Baldwin wrote: On Friday, February 25, 2011 5:05:33 pm Dmitry Chagin wrote: Author: dchagin Date: Fri Feb 25 22:05:33 2011 New Revision: 219042 URL: http://svn.freebsd.org/changeset/base/219042 Log: Introduce preliminary support of

svn commit: r219045 - head/lib/libc/gen

2011-02-25 Thread Ed Schouten
Author: ed Date: Fri Feb 25 23:05:35 2011 New Revision: 219045 URL: http://svn.freebsd.org/changeset/base/219045 Log: Fix style(9) issues in pututxline(3). Also, make sure to initialize the `ret' variable properly. Reported by: Cedric Jonas cedric c84 eu Patch by: Garrett

Re: svn commit: r219045 - head/lib/libc/gen

2011-02-25 Thread Garrett Cooper
On Fri, Feb 25, 2011 at 3:05 PM, Ed Schouten e...@freebsd.org wrote: Author: ed Date: Fri Feb 25 23:05:35 2011 New Revision: 219045 URL: http://svn.freebsd.org/changeset/base/219045 Log:  Fix style(9) issues in pututxline(3).  Also, make sure to initialize the `ret' variable properly. I

svn commit: r219046 - head/sys/x86/cpufreq

2011-02-25 Thread Jung-uk Kim
Author: jkim Date: Fri Feb 25 23:14:24 2011 New Revision: 219046 URL: http://svn.freebsd.org/changeset/base/219046 Log: Set C1 I/O then Halt capability bit for Intel EIST. Some broken BIOSes refuse to load external SSDTs if this bit is unset for _PDC. It seems Linux and OpenSolaris did

Re: svn commit: r219046 - head/sys/x86/cpufreq

2011-02-25 Thread Jung-uk Kim
On Friday 25 February 2011 06:14 pm, Jung-uk Kim wrote: Author: jkim Date: Fri Feb 25 23:14:24 2011 New Revision: 219046 URL: http://svn.freebsd.org/changeset/base/219046 Log: Set C1 I/O then Halt capability bit for Intel EIST. Some broken BIOSes refuse to load external SSDTs if this

Re: svn commit: r219003 - head/usr.bin/nice

2011-02-25 Thread Bruce Evans
On Fri, 25 Feb 2011, John Baldwin wrote: On Friday, February 25, 2011 5:23:04 am Remko Lodder wrote: On Feb 24, 2011, at 10:47 PM, Bruce Evans wrote: On Thu, 24 Feb 2011, John Baldwin wrote: On Thursday, February 24, 2011 2:03:33 pm Remko Lodder wrote: [contex restored: +A priority of

Re: svn commit: r219040 - head/sbin/mount

2011-02-25 Thread Bruce Evans
On Fri, 25 Feb 2011, Doug Barton wrote: Log: Revert r217871. Thanks. Did you figure out exactly what happens with a Solaris server? Bruce ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To