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
==
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.
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.
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
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
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(
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).
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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)
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:
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
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
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
==
-
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
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
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
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
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
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
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
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
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
47 matches
Mail list logo