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 ==

svn commit: r234780 - stable/9/sys/netinet

2012-04-29 Thread Bjoern A. Zeeb
Author: bz Date: Sun Apr 29 08:50:50 2012 New Revision: 234780 URL: http://svn.freebsd.org/changeset/base/234780 Log: MFC r233554: Export the udp_cksum sysctl for upcoming SCTP work. Rather than always, SCTP will only do IPv4 UDP checksum calculation as defined by the host policy.

svn commit: r234781 - stable/8/sys/netinet

2012-04-29 Thread Bjoern A. Zeeb
Author: bz Date: Sun Apr 29 08:51:06 2012 New Revision: 234781 URL: http://svn.freebsd.org/changeset/base/234781 Log: MFC r233554: Export the udp_cksum sysctl for upcoming SCTP work. Rather than always, SCTP will only do IPv4 UDP checksum calculation as defined by the host policy.

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: 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: r234784 - stable/8/sys/vm

2012-04-29 Thread Konstantin Belousov
Author: kib Date: Sun Apr 29 10:04:20 2012 New Revision: 234784 URL: http://svn.freebsd.org/changeset/base/234784 Log: MFC r234556: When MAP_STACK mapping is created, the map entry is created only to cover the initial stack size. For MCL_WIREFUTURE maps, the subsequent call to vm_map_wire(

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: 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: r234787 - stable/9/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 13:34:37 2012 New Revision: 234787 URL: http://svn.freebsd.org/changeset/base/234787 Log: MFC r233311: Small cleanup of the code. No functional change (in FreeBSD kernel). Modified: stable/9/sys/netinet/sctputil.c Directory Properties: stable/9/sys/ (p

svn commit: r234788 - stable/9/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 13:37:32 2012 New Revision: 234788 URL: http://svn.freebsd.org/changeset/base/234788 Log: MFC r233597: Honor the net.inet.udp.checksum sysctl when using SCTP/UDP/IPv4 encapsulation. Modified: stable/9/sys/netinet/sctp_output.c Directory Properties: stable

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: r234790 - stable/9/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 16:10:24 2012 New Revision: 234790 URL: http://svn.freebsd.org/changeset/base/234790 Log: MFC r233660: Make stream our stream reset implementation compliant to RFC6525. From rrs@. Modified: stable/9/sys/netinet/sctp.h stable/9/sys/netinet/sctp_consta

svn commit: r234791 - stable/9/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 16:12:31 2012 New Revision: 234791 URL: http://svn.freebsd.org/changeset/base/234791 Log: MFC r233940: Remove duplicate condition in if statement. Modified: stable/9/sys/netinet/sctp_usrreq.c Directory Properties: stable/9/sys/ (props changed) 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: r234793 - stable/9/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 16:16:31 2012 New Revision: 234793 URL: http://svn.freebsd.org/changeset/base/234793 Log: MFC r234296,r234297: Bugfix: Don't send HBs on path which are not idle. Send always HBs when in PF state. Modified: stable/9/sys/netinet/sctp_timer.c Directory Prop

svn commit: r234794 - stable/9/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 16:20:29 2012 New Revision: 234794 URL: http://svn.freebsd.org/changeset/base/234794 Log: MFC r234459: Fix a bug where we copy out more data from a mbuf chain that are actually in it. This happens when SCTP receives an unknown chunk, which requires the se

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: r234796 - stable/9/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 16:22:55 2012 New Revision: 234796 URL: http://svn.freebsd.org/changeset/base/234796 Log: MFC r234460: Fix reported errno. Modified: stable/9/sys/netinet/sctputil.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/netinet/sct

svn commit: r234797 - stable/9/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 16:25:01 2012 New Revision: 234797 URL: http://svn.freebsd.org/changeset/base/234797 Log: MFC r234461: Use the same pattern for mbuf logging everywhere. Modified: stable/9/sys/netinet/sctp_input.c stable/9/sys/netinet/sctp_output.c Directory Properties:

svn commit: r234798 - stable/9/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 16:26:55 2012 New Revision: 234798 URL: http://svn.freebsd.org/changeset/base/234798 Log: MFC r234464: Whitespace changes. Modified: stable/9/sys/netinet/sctp_usrreq.c stable/9/sys/netinet/sctp_var.h Directory Properties: stable/9/sys/ (props changed

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: r234800 - stable/9/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 16:29:39 2012 New Revision: 234800 URL: http://svn.freebsd.org/changeset/base/234800 Log: MFC r234539: Fix check used by stream reset related events. Modified: stable/9/sys/netinet/sctputil.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r234801 - stable/9/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 16:33:30 2012 New Revision: 234801 URL: http://svn.freebsd.org/changeset/base/234801 Log: MFC r234614: Use the flags defined in RFC 6525 in the stream reset event. Modified: stable/9/sys/netinet/sctp_uio.h stable/9/sys/netinet/sctputil.c Directory Proper

svn commit: r234802 - stable/9/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 16:35:55 2012 New Revision: 234802 URL: http://svn.freebsd.org/changeset/base/234802 Log: MFC r234699: Fix a type in an SCTP AUTH related notification. Keep the old name for backwards compatibility. Spotted by Irene Ruengeler. Modified: stable/9/sys/netin

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: r234804 - stable/8/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 18:28:58 2012 New Revision: 234804 URL: http://svn.freebsd.org/changeset/base/234804 Log: MFC r233311: Small cleanup of the code. No functional change (in FreeBSD kernel). Modified: stable/8/sys/netinet/sctputil.c Directory Properties: stable/8/sys/ (p

svn commit: r234805 - stable/8/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 18:31:29 2012 New Revision: 234805 URL: http://svn.freebsd.org/changeset/base/234805 Log: MFC r233597: Honor the net.inet.udp.checksum sysctl when using SCTP/UDP/IPv4 encapsulation. Modified: stable/8/sys/netinet/sctp_output.c Directory Properties: sta

svn commit: r234806 - stable/8/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 18:35:19 2012 New Revision: 234806 URL: http://svn.freebsd.org/changeset/base/234806 Log: MFC r233660: Make stream our stream reset implementation compliant to RFC6525. From rrs@. Modified: stable/8/sys/netinet/sctp.h stable/8/sys/netinet/sctp_consta

svn commit: r234807 - stable/8/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 18:37:26 2012 New Revision: 234807 URL: http://svn.freebsd.org/changeset/base/234807 Log: MFC r233940: Remove duplicate condition in if statement. Modified: stable/8/sys/netinet/sctp_usrreq.c Directory Properties: stable/8/sys/ (props changed) Modifie

svn commit: r234808 - stable/8/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 18:40:41 2012 New Revision: 234808 URL: http://svn.freebsd.org/changeset/base/234808 Log: MFC r234296,r234297: Bugfix: Don't send HBs on path which are not idle. Send always HBs when in PF state. Modified: stable/8/sys/netinet/sctp_timer.c Directory Prop

svn commit: r234809 - stable/8/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 18:42:49 2012 New Revision: 234809 URL: http://svn.freebsd.org/changeset/base/234809 Log: MFC r234459: Fix a bug where we copy out more data from a mbuf chain that are ctually in it. This happens when SCTP receives an unknown chunk, which requires the sendin

svn commit: r234810 - stable/8/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 18:44:24 2012 New Revision: 234810 URL: http://svn.freebsd.org/changeset/base/234810 Log: MFC r234460: Fix reported errno. Modified: stable/8/sys/netinet/sctputil.c Directory Properties: stable/8/sys/ (props changed) Modified: stable/8/sys/netinet/sctput

svn commit: r234811 - stable/8/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 18:46:19 2012 New Revision: 234811 URL: http://svn.freebsd.org/changeset/base/234811 Log: MFC r234461: Use the same pattern for mbuf logging everywhere. Modified: stable/8/sys/netinet/sctp_input.c stable/8/sys/netinet/sctp_output.c Directory Properties: s

svn commit: r234812 - stable/8/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 18:48:00 2012 New Revision: 234812 URL: http://svn.freebsd.org/changeset/base/234812 Log: MFC r234464: Whitespace changes. Modified: stable/8/sys/netinet/sctp_usrreq.c stable/8/sys/netinet/sctp_var.h Directory Properties: stable/8/sys/ (props changed)

svn commit: r234813 - stable/8/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 18:50:16 2012 New Revision: 234813 URL: http://svn.freebsd.org/changeset/base/234813 Log: MFC r234539: Fix check used by stream reset related events. Modified: stable/8/sys/netinet/sctputil.c Directory Properties: stable/8/sys/ (props changed) Modified:

svn commit: r234814 - stable/8/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 18:52:22 2012 New Revision: 234814 URL: http://svn.freebsd.org/changeset/base/234814 Log: MFC r234614: Use the flags defined in RFC 6525 in the stream reset event. Modified: stable/8/sys/netinet/sctp_uio.h stable/8/sys/netinet/sctputil.c Directory Propertie

svn commit: r234815 - stable/8/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Sun Apr 29 18:55:52 2012 New Revision: 234815 URL: http://svn.freebsd.org/changeset/base/234815 Log: MFC r234699: Fix a type in an SCTP AUTH related notification. Keep the old name for backwards compatibility. Spotted by Irene Ruengeler. Modified: stable/8/sys/ne

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: 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: 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: 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: 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: 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: 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: 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: r234827 - stable/9/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Mon Apr 30 06:48:18 2012 New Revision: 234827 URL: http://svn.freebsd.org/changeset/base/234827 Log: MFC r234731: Remove unused structure. Reported by Irene Ruengeler. Modified: stable/9/sys/netinet/sctp_uio.h Directory Properties: stable/9/sys/ (props changed) M

svn commit: r234828 - stable/8/sys/netinet

2012-04-29 Thread Michael Tuexen
Author: tuexen Date: Mon Apr 30 06:54:44 2012 New Revision: 234828 URL: http://svn.freebsd.org/changeset/base/234828 Log: MFC r234731: Remove unused structure. Reported by Irene Ruengeler. Modified: stable/8/sys/netinet/sctp_uio.h Directory Properties: stable/8/sys/ (props changed) M