svn commit: r234826 - head/usr.sbin/lpr/lpc

2012-04-29 Thread Garance A Drosehn
Author: gad Date: Mon Apr 30 01:10:13 2012 New Revision: 234826 URL: http://svn.freebsd.org/changeset/base/234826 Log: Print out a warning message if a `lpc setstatus' is done when the queue is not 'lpc stop'-ed. In that situation `lpq' will not display the status message to the user, and t

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

2012-04-29 Thread David Schultz
Author: das Date: Mon Apr 30 01:08:18 2012 New Revision: 234825 URL: http://svn.freebsd.org/changeset/base/234825 Log: Fix a bug in *wscanf's handling of non-wide %s, %c, and %[ conversions. Both the specification and the documentation say the width is interpreted as the max number of wide

svn commit: r234824 - head/usr.sbin/lpr/lpc

2012-04-29 Thread Garance A Drosehn
Author: gad Date: Mon Apr 30 00:54:10 2012 New Revision: 234824 URL: http://svn.freebsd.org/changeset/base/234824 Log: Catch the user-error when no queue name was specified on an lpc-command which supports '-msg' (e.g.: setstatus). Print out a helpful error message instead hitting a seg-fau

svn commit: r234823 - head/share/skel

2012-04-29 Thread Eitan Adler
Author: eadler Date: Sun Apr 29 22:29:48 2012 New Revision: 234823 URL: http://svn.freebsd.org/changeset/base/234823 Log: Copy recent changes from etc/root/dot.cshrc that make the defaults more user friendly Approved by: cperciva MFC after:3 days Modified: head/share/skel/dot.cs

svn commit: r234821 - head/sys/cam/scsi

2012-04-29 Thread Eitan Adler
Author: eadler Date: Sun Apr 29 22:28:15 2012 New Revision: 234821 URL: http://svn.freebsd.org/changeset/base/234821 Log: Add support for: Olympus FE-210 camera LG UP3S MP3 player Laser MP3-2GA13 MP3 PR: usb/119201 Submitted by: Peter Jeremy Approved b

svn commit: r234820 - head/lib/libc/sys

2012-04-29 Thread Eitan Adler
Author: eadler Date: Sun Apr 29 22:23:00 2012 New Revision: 234820 URL: http://svn.freebsd.org/changeset/base/234820 Log: pread(2) might fail with EBUSY, so document it PR: docs/167201 Submitted by: Kurt Jaeger Approved by: cperciva MFC after:3 days Modified: head/l

svn commit: r234819 - head/lib/libc/gmon

2012-04-29 Thread Eitan Adler
Author: eadler Date: Sun Apr 29 22:19:58 2012 New Revision: 234819 URL: http://svn.freebsd.org/changeset/base/234819 Log: Allow users of gprof to get per run output files (using the pid) PR: bin/99800 Submitted by: Peter Jeremy Reviewed by: jilles (code) Reviewed by: dwhi

svn commit: r234816 - head/sys/geom/raid

2012-04-29 Thread Alexander Motin
Author: mav Date: Sun Apr 29 19:40:50 2012 New Revision: 234816 URL: http://svn.freebsd.org/changeset/base/234816 Log: s/gmirror/graid/ Modified: head/sys/geom/raid/g_raid.c Modified: head/sys/geom/raid/g_raid.c == -

svn commit: r234803 - in head/sys/dev/usb: . controller

2012-04-29 Thread Hans Petter Selasky
Author: hselasky Date: Sun Apr 29 17:12:33 2012 New Revision: 234803 URL: http://svn.freebsd.org/changeset/base/234803 Log: Add support for Multi-TT mode of modern USB HUBs. This will give you more bandwidth for isochronous FULL speed applications connected through a High Speed HUB. T

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

2012-04-29 Thread David Schultz
Author: das Date: Sun Apr 29 16:28:39 2012 New Revision: 234799 URL: http://svn.freebsd.org/changeset/base/234799 Log: Previously, vfscanf()'s wide character processing functions were reading wide characters manually. With this change, they now use fgetwc(). To make this work, we use an in

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

2012-04-29 Thread Marius Strobl
Author: marius Date: Sun Apr 29 16:21:47 2012 New Revision: 234795 URL: http://svn.freebsd.org/changeset/base/234795 Log: Partially revert r232938; ZFS only requires nfs4 but not posix1e. Submitted by: jhb Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c Modifie

svn commit: r234792 - head/sys/conf

2012-04-29 Thread Marius Strobl
Author: marius Date: Sun Apr 29 16:14:09 2012 New Revision: 234792 URL: http://svn.freebsd.org/changeset/base/234792 Log: Drag in subr_acl_nfs4.c for ZFS automatically, otherwise it's unintuitive that "options zfs" requires "options ufs_acl". Modified: head/sys/conf/files Modified: head/sy

svn commit: r234789 - head/sys/boot/common

2012-04-29 Thread Marius Strobl
Author: marius Date: Sun Apr 29 15:54:40 2012 New Revision: 234789 URL: http://svn.freebsd.org/changeset/base/234789 Log: Add multiple inclusion protection. PR: 165025 Submitted by: Gavin Mu MFC after:1 week Modified: head/sys/boot/common/bootstrap.h Modified: head/sys

svn commit: r234786 - in head/usr.sbin/wpa: hostapd wpa_supplicant

2012-04-29 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Apr 29 12:48:52 2012 New Revision: 234786 URL: http://svn.freebsd.org/changeset/base/234786 Log: Fix WITHOUT_EXAMPLES build: While removing unnecessary entries from .PATH.c I missed that for the examples WPA_SUPPLICANT_DISTDIR/HOSTAPD_DISTDIR is explicitly added to

svn commit: r234785 - in head: include sys/amd64/include sys/arm/include sys/i386/include sys/ia64/include sys/mips/include sys/powerpc/include sys/sparc64/include sys/sys

2012-04-29 Thread Dimitry Andric
Author: dim Date: Sun Apr 29 11:04:31 2012 New Revision: 234785 URL: http://svn.freebsd.org/changeset/base/234785 Log: Add a convenience macro for the returns_twice attribute, and apply it to the prototypes of the appropriate functions (getcontext, savectx, setjmp, sigsetjmp and vfork).

svn commit: r234783 - head/share/man/man5

2012-04-29 Thread Konstantin Belousov
Author: kib Date: Sun Apr 29 09:37:02 2012 New Revision: 234783 URL: http://svn.freebsd.org/changeset/base/234783 Log: Regenerate src.conf(5) Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r234782 - in head: gnu/usr.bin/binutils/ar gnu/usr.bin/binutils/as gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/ranlib gnu/usr.bin/cc/cc gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus share/...

2012-04-29 Thread Konstantin Belousov
Author: kib Date: Sun Apr 29 09:32:44 2012 New Revision: 234782 URL: http://svn.freebsd.org/changeset/base/234782 Log: Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the toolchain binaries as dynamically linked. Option is disabled by default. Reviewed by: ru (previous ve

svn commit: r234779 - head/usr.bin/stdbuf

2012-04-29 Thread Jeremie Le Hen
Author: jlh Date: Sun Apr 29 08:17:44 2012 New Revision: 234779 URL: http://svn.freebsd.org/changeset/base/234779 Log: Use standard getopt(3) error message. Submitted by: jilles Approved by: kib (mentor) Modified: head/usr.bin/stdbuf/stdbuf.c Modified: head/usr.bin/stdbuf/stdbuf.c ==