Re: svn commit: r243714 - in head/sys/dev: ixgbe netmap

2012-12-01 Thread Jack Vogel
On Sat, Dec 1, 2012 at 12:40 AM, Andre Oppermann wrote: > On 30.11.2012 23:19, Jack F Vogel wrote: > >> Author: jfv >> Date: Fri Nov 30 22:19:18 2012 >> New Revision: 243714 >> URL: >> http://svnweb.freebsd.org/**changeset/base/243714 >> >> Log: >

Re: svn commit: r243714 - in head/sys/dev: ixgbe netmap

2012-12-01 Thread Andre Oppermann
On 01.12.2012 10:48, Jack Vogel wrote: On Sat, Dec 1, 2012 at 12:40 AM, Andre Oppermann mailto:an...@freebsd.org>> wrote: On 30.11.2012 23:19, Jack F Vogel wrote: Author: jfv Date: Fri Nov 30 22:19:18 2012 New Revision: 243714 URL: http://svnweb.freebsd.org

svn commit: r243750 - in head/contrib/openbsm: . bin bin/audit bin/auditd bin/auditdistd bin/auditfilterd bin/auditreduce bin/praudit bsm compat config etc libauditd libbsm m4 man modules modules/a...

2012-12-01 Thread Robert Watson
Author: rwatson Date: Sat Dec 1 11:58:08 2012 New Revision: 243750 URL: http://svnweb.freebsd.org/changeset/base/243750 Log: Merge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD 10-CURRENT; the primary new feature is auditdistd. Obtained from:TrustedBSD Project Sponsored by:

svn commit: r243751 - in head/sys: bsm security/audit

2012-12-01 Thread Robert Watson
Author: rwatson Date: Sat Dec 1 13:46:37 2012 New Revision: 243751 URL: http://svnweb.freebsd.org/changeset/base/243751 Log: Merge OpenBSM 1.2-alpha2 changes from contrib/openbsm to src/sys/{bsm,security/audit}. There are a few tweaks to help with the FreeBSD build environment that will be

svn commit: r243752 - in head: etc etc/defaults etc/mail etc/mtree etc/rc.d share/man/man4 usr.sbin usr.sbin/auditdistd

2012-12-01 Thread Robert Watson
Author: rwatson Date: Sat Dec 1 15:11:46 2012 New Revision: 243752 URL: http://svnweb.freebsd.org/changeset/base/243752 Log: Merge a number of changes required to hook up OpenBSM 1.2-alpha2's auditdistd (distributed audit daemon) to the build: - Manual cross references - Makefile for a

svn commit: r243753 - head/lib/libc/stdio

2012-12-01 Thread Eitan Adler
Author: eadler Date: Sat Dec 1 15:25:41 2012 New Revision: 243753 URL: http://svnweb.freebsd.org/changeset/base/243753 Log: The getline function returns the number of characters read, not written. Use clearer text for this. PR: docs/174023 Submitted by: Paul Procacci Appro

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

2012-12-01 Thread Marcel Moolenaar
Author: marcel Date: Sat Dec 1 17:44:06 2012 New Revision: 243758 URL: http://svnweb.freebsd.org/changeset/base/243758 Log: In globextend() when the pathv vector cannot be (re-)allocated, don't free and clear the gl_pathv pointer in the glob_t structure. Such breaks the invariant of the glo

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

2012-12-01 Thread Marcel Moolenaar
Author: marcel Date: Sat Dec 1 17:50:39 2012 New Revision: 243759 URL: http://svnweb.freebsd.org/changeset/base/243759 Log: In globextend(), take advantage of the fact that realloc(NULL, size) is equivalent to malloc(size). This eliminates the conditional expression used for calling either

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

2012-12-01 Thread Andriy Gapon
Author: avg Date: Sat Dec 1 18:01:01 2012 New Revision: 243760 URL: http://svnweb.freebsd.org/changeset/base/243760 Log: acpi_cpu: change cpu_disable_idle to be a per-cpu flag... and make it safe to manipulate and check the flag With help from: jhb Tested by:trociny, emast

svn commit: r243762 - head/sys/cddl/contrib/opensolaris/uts/common/fs

2012-12-01 Thread Andriy Gapon
Author: avg Date: Sat Dec 1 18:12:55 2012 New Revision: 243762 URL: http://svnweb.freebsd.org/changeset/base/243762 Log: gfs_file_inactive: replace bad code with ugly code Also, make it explicit that V_XATTRDIR is not properly supported in gfs code yet. The bad code was plain incorr

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

2012-12-01 Thread Andriy Gapon
Author: avg Date: Sat Dec 1 18:06:05 2012 New Revision: 243761 URL: http://svnweb.freebsd.org/changeset/base/243761 Log: acpi_cpu_notify: disable acpi_cpu_idle while updating C-state data ... to avoid any races or inconsistencies. This should fix a regression introduced in r243404.

svn commit: r243763 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-12-01 Thread Andriy Gapon
Author: avg Date: Sat Dec 1 18:13:53 2012 New Revision: 243763 URL: http://svnweb.freebsd.org/changeset/base/243763 Log: zfs_getpages: make use of vm_page_readahead_finish Suggested by: kib MFC after:5 days Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c

svn commit: r243764 - head/sys/x86/x86

2012-12-01 Thread Andriy Gapon
Author: avg Date: Sat Dec 1 18:16:14 2012 New Revision: 243764 URL: http://svnweb.freebsd.org/changeset/base/243764 Log: ioapic_program_intpin: program high bits before low bits Programming the low bits has a side-effect if unmasking the pin if it is not disabled. So if an interrupt was

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

2012-12-01 Thread Marcel Moolenaar
Author: marcel Date: Sat Dec 1 21:26:46 2012 New Revision: 243779 URL: http://svnweb.freebsd.org/changeset/base/243779 Log: Protect against DoS attacks, such as being described in CVE-2010-2632. The changes were derived from what has been committed to NetBSD, with modifications. These are:

svn commit: r243780 - head/sys/dev/usb/controller

2012-12-01 Thread Hans Petter Selasky
Author: hselasky Date: Sat Dec 1 22:13:38 2012 New Revision: 243780 URL: http://svnweb.freebsd.org/changeset/base/243780 Log: - Add support for Etron EJ168 USB 3.0 Host Controllers. This brand of controllers expects that the number of contexts specified in the input slot context points to

svn commit: r243782 - in head/sys: fs/nfs fs/nfsclient nfs

2012-12-01 Thread Rick Macklem
Author: rmacklem Date: Sun Dec 2 01:16:04 2012 New Revision: 243782 URL: http://svnweb.freebsd.org/changeset/base/243782 Log: Add an nfssvc() option to the kernel for the new NFS client which dumps out the actual options being used by an NFS mount. This will be used to implement a "-m" opti

svn commit: r243783 - head/usr.bin/nfsstat

2012-12-01 Thread Rick Macklem
Author: rmacklem Date: Sun Dec 2 01:20:43 2012 New Revision: 243783 URL: http://svnweb.freebsd.org/changeset/base/243783 Log: Add a "-m" option to nfsstat, which dumps out the actual options used by all NFS mounts. Works for the new/default NFS client only. Reviewed by: alfred MFC a

svn commit: r243784 - head/usr.bin/nfsstat

2012-12-01 Thread Rick Macklem
Author: rmacklem Date: Sun Dec 2 01:25:19 2012 New Revision: 243784 URL: http://svnweb.freebsd.org/changeset/base/243784 Log: Document the "-m" option added by r243783. This is a content change. Reviewed by: alfred MFC after:2 weeks Modified: head/usr.bin/nfsstat/nfsstat.1 Mod

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

2012-12-01 Thread Alfred Perlstein
Author: alfred Date: Sun Dec 2 05:57:53 2012 New Revision: 243785 URL: http://svnweb.freebsd.org/changeset/base/243785 Log: Document maxthreads and minthreads arguments Modified: head/usr.sbin/nfsd/nfsd.8 Modified: head/usr.sbin/nfsd/nfsd.8 ==

svn commit: r243786 - head/sys/dev/ath

2012-12-01 Thread Adrian Chadd
Author: adrian Date: Sun Dec 2 06:24:08 2012 New Revision: 243786 URL: http://svnweb.freebsd.org/changeset/base/243786 Log: Delete the per-TXQ locks and replace them with a single TX lock. I couldn't think of a way to maintain the hardware TXQ locks _and_ layer on top of that per-TXQ sof

svn commit: r243787 - head/sys/dev/ath

2012-12-01 Thread Adrian Chadd
Author: adrian Date: Sun Dec 2 06:50:27 2012 New Revision: 243787 URL: http://svnweb.freebsd.org/changeset/base/243787 Log: Don't grab the PCU lock inside the TX lock. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c =