svn commit: r246821 - head/sys/netgraph

2013-02-14 Thread Gleb Smirnoff
Author: glebius Date: Fri Feb 15 07:58:51 2013 New Revision: 246821 URL: http://svnweb.freebsd.org/changeset/base/246821 Log: Fix compilation warning. Sponsored by: Nginx, Inc Modified: head/sys/netgraph/ng_parse.c Modified: head/sys/netgraph/ng_parse.c =

svn commit: r246812 - head/sbin/fsck_ffs

2013-02-14 Thread Kirk McKusick
Author: mckusick Date: Fri Feb 15 01:00:48 2013 New Revision: 246812 URL: http://svnweb.freebsd.org/changeset/base/246812 Log: Update fsck_ffs buffer cache manager to use TAILQ macros. No functional changes. Modified: head/sbin/fsck_ffs/fsck.h head/sbin/fsck_ffs/fsutil.c Modified: head/s

svn commit: r246809 - head/lib/libc/net

2013-02-14 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Thu Feb 14 21:29:55 2013 New Revision: 246809 URL: http://svnweb.freebsd.org/changeset/base/246809 Log: Change examples to be consistent with what style(9) says. Approved by: joel (mentor) MFC After:2 weeks Modified: head/lib/libc/net/ge

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

2013-02-14 Thread Xin LI
Author: delphij Date: Thu Feb 14 21:02:18 2013 New Revision: 246808 URL: http://svnweb.freebsd.org/changeset/base/246808 Log: Eliminate real_LZ4_uncompress. It's unused and does not perform sufficient check against input stream (i.e. it could read beyond specified input buffer). Modified:

svn commit: r246807 - head/sys/net80211

2013-02-14 Thread Monthadar Al Jaberi
Author: monthadar Date: Thu Feb 14 20:00:38 2013 New Revision: 246807 URL: http://svnweb.freebsd.org/changeset/base/246807 Log: Mesh: QoS Control field bit flags fix. * The following bit flags where incroccetly defined: o Mesh Control Present o Mesh Power Save Level o RSPI

svn commit: r246806 - head/usr.bin/csup

2013-02-14 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Feb 14 19:46:41 2013 New Revision: 246806 URL: http://svnweb.freebsd.org/changeset/base/246806 Log: Fix date. Modified: head/usr.bin/csup/csup.1 Modified: head/usr.bin/csup/csup.1 =

svn commit: r246805 - in head/sys: conf vm x86/acpica

2013-02-14 Thread John Baldwin
Author: jhb Date: Thu Feb 14 19:38:04 2013 New Revision: 246805 URL: http://svnweb.freebsd.org/changeset/base/246805 Log: Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel config file. Requested by: phk (ages ago) MFC after:1 month Modified: head/sys/conf/op

svn commit: r246804 - head/usr.sbin/jail

2013-02-14 Thread Jamie Gritton
Author: jamie Date: Thu Feb 14 19:27:52 2013 New Revision: 246804 URL: http://svnweb.freebsd.org/changeset/base/246804 Log: Handle (ignore) when a process disappears before it can be tracked. Modified: head/usr.sbin/jail/command.c Modified: head/usr.sbin/jail/command.c ==

svn commit: r246803 - head/include

2013-02-14 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Thu Feb 14 19:26:58 2013 New Revision: 246803 URL: http://svnweb.freebsd.org/changeset/base/246803 Log: FreeBSD uses #if __BSD_VISIBLE to hide non-standard functions, fix this. Noticed by: kib Approved by: kib Modified: head/include/string

svn commit: r246802 - head/sys/amd64/amd64

2013-02-14 Thread Konstantin Belousov
Author: kib Date: Thu Feb 14 19:22:15 2013 New Revision: 246802 URL: http://svnweb.freebsd.org/changeset/base/246802 Log: Print slightly more useful information on the 'bad pte' panic. No objections from: alc MFC after:1 week Modified: head/sys/amd64/amd64/pmap.c Modified: head/

svn commit: r246801 - head/sys/amd64/amd64

2013-02-14 Thread Konstantin Belousov
Author: kib Date: Thu Feb 14 19:21:20 2013 New Revision: 246801 URL: http://svnweb.freebsd.org/changeset/base/246801 Log: Assert that user address is never qremoved. No objections from: alc MFC after:1 week Modified: head/sys/amd64/amd64/pmap.c Modified: head/sys/amd64/amd64/pma

svn commit: r246800 - head/usr.sbin/bhyvectl

2013-02-14 Thread Neel Natu
Author: neel Date: Thu Feb 14 18:41:12 2013 New Revision: 246800 URL: http://svnweb.freebsd.org/changeset/base/246800 Log: Add option "--unassign-pptdev=" to allow 'bhyvectl' to detach passthru devices from the guest. Obtained from:NetApp Modified: head/usr.sbin/bhyvectl/bhyvec

svn commit: r246799 - head/sys/dev/oce

2013-02-14 Thread Josh Paetzel
Author: jpaetzel Date: Thu Feb 14 17:34:17 2013 New Revision: 246799 URL: http://svnweb.freebsd.org/changeset/base/246799 Log: Resolve issue that caused WITNESS to report LORs. PR: kern/171838 Submitted by: Venkat Duvvuru MFC after:2 weeks Modified: head/sys/dev/oce/oce_if.c

Re: svn commit: r246789 - in head: lib/libusb sys/dev/usb usr.sbin/usbconfig

2013-02-14 Thread Hans Petter Selasky
On Thursday 14 February 2013 16:23:02 Eitan Adler wrote: > On 14 February 2013 07:22, Hans Petter Selasky wrote: > > Author: hselasky > > Date: Thu Feb 14 12:22:40 2013 > > New Revision: 246789 > > URL: http://svnweb.freebsd.org/changeset/base/246789 > > > > Log: > > Add USB API to read power d

Re: svn commit: r246789 - in head: lib/libusb sys/dev/usb usr.sbin/usbconfig

2013-02-14 Thread Eitan Adler
On 14 February 2013 07:22, Hans Petter Selasky wrote: > Author: hselasky > Date: Thu Feb 14 12:22:40 2013 > New Revision: 246789 > URL: http://svnweb.freebsd.org/changeset/base/246789 > > Log: > Add USB API to read power draw on USB devices. > Update usbconfig to print power draw on USB device

svn commit: r246793 - head/sys/fs/fdescfs

2013-02-14 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 14 15:17:53 2013 New Revision: 246793 URL: http://svnweb.freebsd.org/changeset/base/246793 Log: Revert r246791 as it needs a security review first Reported by: gavin, rwatson Modified: head/sys/fs/fdescfs/fdesc_vfsops.c Modified: head/sys/fs/fdescfs/fdesc_vfs

svn commit: r246792 - head/usr.sbin/kgmon

2013-02-14 Thread Philippe Charnier
Author: charnier Date: Thu Feb 14 14:44:08 2013 New Revision: 246792 URL: http://svnweb.freebsd.org/changeset/base/246792 Log: remove old-style function definition reduce WARNS=6 output Modified: head/usr.sbin/kgmon/kgmon.c Modified: head/usr.sbin/kgmon/kgmon.c

svn commit: r246791 - head/sys/fs/fdescfs

2013-02-14 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 14 13:03:15 2013 New Revision: 246791 URL: http://svnweb.freebsd.org/changeset/base/246791 Log: Allow fdescfs to be mounted from inside a jail MFC after:1 week Modified: head/sys/fs/fdescfs/fdesc_vfsops.c Modified: head/sys/fs/fdescfs/fdesc_vfsops.c ==

svn commit: r246790 - head/usr.sbin/pkg

2013-02-14 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 14 12:42:09 2013 New Revision: 246790 URL: http://svnweb.freebsd.org/changeset/base/246790 Log: In case of failure of the pkg boostrap advice the user to either change the PACKAGESITE they use or install from ports directly indicating where the port is localted in

svn commit: r246789 - in head: lib/libusb sys/dev/usb usr.sbin/usbconfig

2013-02-14 Thread Hans Petter Selasky
Author: hselasky Date: Thu Feb 14 12:22:40 2013 New Revision: 246789 URL: http://svnweb.freebsd.org/changeset/base/246789 Log: Add USB API to read power draw on USB devices. Update usbconfig to print power draw on USB devices. MFC after:2 weeks Submitted by: Matt Burke @ icritical.c

svn commit: r246784 - in head: . usr.bin/xinstall

2013-02-14 Thread Hiroki Sato
Author: hrs Date: Thu Feb 14 08:32:07 2013 New Revision: 246784 URL: http://svnweb.freebsd.org/changeset/base/246784 Log: - Fix libmd dependency. It is needed in the bootstrap library list because usr.bin/xinstall depends on it. - Remove libutil from usr.bin/xinstall/Makefile. No symbol

svn commit: r246783 - head/usr.bin/gprof

2013-02-14 Thread Philippe Charnier
Author: charnier Date: Thu Feb 14 08:16:03 2013 New Revision: 246783 URL: http://svnweb.freebsd.org/changeset/base/246783 Log: rework old-style functions prototypes reduce WARNS=6 output Modified: head/usr.bin/gprof/aout.c head/usr.bin/gprof/arcs.c head/usr.bin/gprof/dfn.c head/usr.bi