Re: svn commit: r240742 - head/sys/net

2012-10-05 Thread Gleb Smirnoff
On Fri, Oct 05, 2012 at 09:34:07AM +0300, Nikolay Denev wrote: N> > Date: Thu Sep 20 10:05:10 2012 N> > New Revision: 240742 N> > URL: http://svn.freebsd.org/changeset/base/240742 N> > N> > Log: N> > Convert lagg(4) to use if_transmit instead of if_start. N> > N> > In collaboration with:tho

svn commit: r241220 - head/sys/dev/bge

2012-10-05 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 5 07:13:21 2012 New Revision: 241220 URL: http://svn.freebsd.org/changeset/base/241220 Log: Follow Broadcom datasheet: Delay 100 microseconds after enabling transmit MAC. Delay 10 microseconds after enabling receive MAC. Modified: head/sys/dev/bge/if_bge.c

svn commit: r241221 - in head: contrib/tcpdump usr.sbin/tcpdump/tcpdump

2012-10-05 Thread Gleb Smirnoff
Author: glebius Date: Fri Oct 5 07:51:21 2012 New Revision: 241221 URL: http://svn.freebsd.org/changeset/base/241221 Log: Provide ability for printing and decoding pfsync(4) traffic. This doesn't mean supporting IFT_PFSYNC (which I hope will eventually die). This means decoding packets wi

Re: svn commit: r240742 - head/sys/net

2012-10-05 Thread Nikolay Denev
On Oct 5, 2012, at 10:09 AM, Gleb Smirnoff wrote: > On Fri, Oct 05, 2012 at 09:34:07AM +0300, Nikolay Denev wrote: > N> > Date: Thu Sep 20 10:05:10 2012 > N> > New Revision: 240742 > N> > URL: http://svn.freebsd.org/changeset/base/240742 > N> > > N> > Log: > N> > Convert lagg(4) to use if_tran

Re: svn commit: r240742 - head/sys/net

2012-10-05 Thread Gleb Smirnoff
On Fri, Oct 05, 2012 at 11:02:14AM +0300, Nikolay Denev wrote: N> > On Fri, Oct 05, 2012 at 09:34:07AM +0300, Nikolay Denev wrote: N> > N> > Date: Thu Sep 20 10:05:10 2012 N> > N> > New Revision: 240742 N> > N> > URL: http://svn.freebsd.org/changeset/base/240742 N> > N> > N> > N> > Log: N> > N> >

Re: svn commit: r240742 - head/sys/net

2012-10-05 Thread Nikolay Denev
On 05.10.2012, at 11:04, Gleb Smirnoff wrote: > On Fri, Oct 05, 2012 at 11:02:14AM +0300, Nikolay Denev wrote: > N> > On Fri, Oct 05, 2012 at 09:34:07AM +0300, Nikolay Denev wrote: > N> > N> > Date: Thu Sep 20 10:05:10 2012 > N> > N> > New Revision: 240742 > N> > N> > URL: http://svn.freebsd.org/

svn commit: r241222 - stable/9/sys/kern

2012-10-05 Thread Jaakko Heinonen
Author: jh Date: Fri Oct 5 09:47:54 2012 New Revision: 241222 URL: http://svn.freebsd.org/changeset/base/241222 Log: MFC r239257: Reserve room for the terminating NUL when setting or getting kernel environment variables. KENV_MNAMELEN and KENV_MVALLEN doesn't include space for the term

svn commit: r241223 - stable/9/sbin/camcontrol

2012-10-05 Thread Jaakko Heinonen
Author: jh Date: Fri Oct 5 10:44:50 2012 New Revision: 241223 URL: http://svn.freebsd.org/changeset/base/241223 Log: MFC r239612: Check the return value of sbuf_finish(). Modified: stable/9/sbin/camcontrol/camcontrol.c Directory Properties: stable/9/sbin/camcontrol/ (props changed) Modi

Re: svn commit: r240742 - head/sys/net

2012-10-05 Thread Nikolay Denev
On Oct 5, 2012, at 11:16 AM, Nikolay Denev wrote: > On 05.10.2012, at 11:04, Gleb Smirnoff wrote: > >> On Fri, Oct 05, 2012 at 11:02:14AM +0300, Nikolay Denev wrote: >> N> > On Fri, Oct 05, 2012 at 09:34:07AM +0300, Nikolay Denev wrote: >> N> > N> > Date: Thu Sep 20 10:05:10 2012 >> N> > N> >

svn commit: r241224 - stable/9/lib/libc/sys

2012-10-05 Thread Jilles Tjoelker
Author: jilles Date: Fri Oct 5 14:20:53 2012 New Revision: 241224 URL: http://svn.freebsd.org/changeset/base/241224 Log: MFC r241001: sigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT] error condition. Passing an invalid pointer results in undefined behaviour. The wrappers in l

svn commit: r241225 - head/sys/sys

2012-10-05 Thread Andriy Gapon
Author: avg Date: Fri Oct 5 14:42:38 2012 New Revision: 241225 URL: http://svn.freebsd.org/changeset/base/241225 Log: mount.h: MNTK_VGONE_UPPER and MNTK_VGONE_WAITER were supposed to be different ... otherwise a waiter is never woken up. Reported by: swills Discussed with: jh

svn commit: r241226 - stable/9/libexec/atrun

2012-10-05 Thread Jilles Tjoelker
Author: jilles Date: Fri Oct 5 14:43:49 2012 New Revision: 241226 URL: http://svn.freebsd.org/changeset/base/241226 Log: MFC r240974: atrun: Do not assume that MAXLOGNAME <= 100. The reserved space for fmt was exactly sufficient for a two-digit value of MAXLOGNAME - 1. PR:

Re: svn commit: r240742 - head/sys/net

2012-10-05 Thread Gleb Smirnoff
Nikolay, On Fri, Oct 05, 2012 at 05:11:12PM +0300, Nikolay Denev wrote: N> With both modules I was able to saturate the four GigE interfaces, and got N> about ~3.72 Gbits/sec total according to iperf, systat -ifstat showed N> about 116MB/s per each interface. N> N> However I'm seeing slightly

svn commit: r241227 - stable/9/usr.bin/find

2012-10-05 Thread Jilles Tjoelker
Author: jilles Date: Fri Oct 5 15:36:30 2012 New Revision: 241227 URL: http://svn.freebsd.org/changeset/base/241227 Log: MFC r240973: find: Do not pass fd to save current directory to child processes. This removes one of the two wrongly passed file descriptors. The other one appears to

Re: svn commit: r240742 - head/sys/net

2012-10-05 Thread Nikolay Denev
On Oct 5, 2012, at 6:11 PM, Gleb Smirnoff wrote: > Nikolay, > > On Fri, Oct 05, 2012 at 05:11:12PM +0300, Nikolay Denev wrote: > N> With both modules I was able to saturate the four GigE interfaces, and got > N> about ~3.72 Gbits/sec total according to iperf, systat -ifstat showed > N> about

svn commit: r241228 - head/sys/dev/amr

2012-10-05 Thread John Baldwin
Author: jhb Date: Fri Oct 5 15:52:31 2012 New Revision: 241228 URL: http://svn.freebsd.org/changeset/base/241228 Log: Further adjust the workaround in r234501. Rounding all small requests up to 32k swamped the controller causing firmware hangs. Instead, round requests smaller than 64k up

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

2012-10-05 Thread Adrian Chadd
Author: adrian Date: Fri Oct 5 16:44:00 2012 New Revision: 241229 URL: http://svn.freebsd.org/changeset/base/241229 Log: Initialise an uninitialised variable. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

Re: svn commit: r240742 - head/sys/net

2012-10-05 Thread Gleb Smirnoff
On Fri, Oct 05, 2012 at 06:46:46PM +0300, Nikolay Denev wrote: N> > On Fri, Oct 05, 2012 at 05:11:12PM +0300, Nikolay Denev wrote: N> > N> With both modules I was able to saturate the four GigE interfaces, and got N> > N> about ~3.72 Gbits/sec total according to iperf, systat -ifstat showed N> >

svn commit: r241230 - head/usr.bin/at

2012-10-05 Thread Martin Cracauer
Author: cracauer Date: Fri Oct 5 17:54:27 2012 New Revision: 241230 URL: http://svn.freebsd.org/changeset/base/241230 Log: Allow time offsets to be negative, e.g. `at 1530 - 15 minutes`. This is useful if you have been given some time for some event in some format and you want your compu

svn commit: r241231 - in head: contrib/libpcap contrib/libpcap/net contrib/libpcap/packaging contrib/libpcap/pcap contrib/libpcap/test contrib/libpcap/tests lib/libpcap sys/net

2012-10-05 Thread Xin LI
Author: delphij Date: Fri Oct 5 18:42:50 2012 New Revision: 241231 URL: http://svn.freebsd.org/changeset/base/241231 Log: MFV: libpcap 1.3.0. MFC after:4 weeks Added: head/contrib/libpcap/pcap-canusb-linux.c - copied unchanged from r241200, vendor/libpcap/dist/pcap-canusb-linux

Re: svn commit: r240742 - head/sys/net

2012-10-05 Thread Nikolay Denev
On Oct 5, 2012, at 8:50 PM, Gleb Smirnoff wrote: > On Fri, Oct 05, 2012 at 06:46:46PM +0300, Nikolay Denev wrote: > N> > On Fri, Oct 05, 2012 at 05:11:12PM +0300, Nikolay Denev wrote: > N> > N> With both modules I was able to saturate the four GigE interfaces, > and got > N> > N> about ~3.72 G

svn commit: r241233 - in vendor/NetBSD/libc-pwcache: . dist

2012-10-05 Thread Brooks Davis
Author: brooks Date: Fri Oct 5 20:14:02 2012 New Revision: 241233 URL: http://svn.freebsd.org/changeset/base/241233 Log: Vendor import of NetBSD's pwcache(3) as of 2012-10-05 Added: vendor/NetBSD/libc-pwcache/ vendor/NetBSD/libc-pwcache/dist/ vendor/NetBSD/libc-pwcache/dist/pwcache.3 (

svn commit: r241234 - vendor/NetBSD/libc-pwcache/20121005

2012-10-05 Thread Brooks Davis
Author: brooks Date: Fri Oct 5 20:15:30 2012 New Revision: 241234 URL: http://svn.freebsd.org/changeset/base/241234 Log: Tag import of NetBSD's pwcache(3) as of 2012-10-05 Added: vendor/NetBSD/libc-pwcache/20121005/ - copied from r241233, vendor/NetBSD/libc-pwcache

svn commit: r241235 - in head: contrib/tcpdump usr.sbin/tcpdump/tcpdump

2012-10-05 Thread Xin LI
Author: delphij Date: Fri Oct 5 20:19:28 2012 New Revision: 241235 URL: http://svn.freebsd.org/changeset/base/241235 Log: MFV: tcpdump 4.3.0. MFC after:4 weeks Added: head/contrib/tcpdump/print-tipc.c - copied unchanged from r241231, vendor/tcpdump/dist/print-tipc.c Modified:

svn commit: r241236 - in vendor/NetBSD/libc-vis: . dist

2012-10-05 Thread Brooks Davis
Author: brooks Date: Fri Oct 5 22:30:16 2012 New Revision: 241236 URL: http://svn.freebsd.org/changeset/base/241236 Log: Vendor import of NetBSD's (un)vis(3) as of 2012-10-05 Added: vendor/NetBSD/libc-vis/ vendor/NetBSD/libc-vis/dist/ vendor/NetBSD/libc-vis/dist/unvis.3 (contents, prop

svn commit: r241237 - vendor/NetBSD/libc-vis/20121005

2012-10-05 Thread Brooks Davis
Author: brooks Date: Fri Oct 5 22:31:28 2012 New Revision: 241237 URL: http://svn.freebsd.org/changeset/base/241237 Log: Tag import of of NetBSD's (un)vis(3) as of 2012-10-05 Added: vendor/NetBSD/libc-vis/20121005/ - copied from r241236, vendor/NetBSD/libc-vis

svn commit: r241239 - stable/7/games/fortune/datfiles

2012-10-05 Thread Eitan Adler
Author: eadler Date: Fri Oct 5 22:42:57 2012 New Revision: 241239 URL: http://svn.freebsd.org/changeset/base/241239 Log: MFC r241116: Correct the tip about finding all the directories on the system Add a tip about clearing the screen. Make things more consistent by remov

svn commit: r241238 - stable/8/games/fortune/datfiles

2012-10-05 Thread Eitan Adler
Author: eadler Date: Fri Oct 5 22:42:57 2012 New Revision: 241238 URL: http://svn.freebsd.org/changeset/base/241238 Log: MFC r241116: Correct the tip about finding all the directories on the system Add a tip about clearing the screen. Make things more consistent by remov

svn commit: r241240 - stable/9/games/fortune/datfiles

2012-10-05 Thread Eitan Adler
Author: eadler Date: Fri Oct 5 22:42:57 2012 New Revision: 241240 URL: http://svn.freebsd.org/changeset/base/241240 Log: MFC r241116: Correct the tip about finding all the directories on the system Add a tip about clearing the screen. Make things more consistent by remov

svn commit: r241241 - head/usr.sbin/sysrc

2012-10-05 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Oct 6 05:54:41 2012 New Revision: 241241 URL: http://svn.freebsd.org/changeset/base/241241 Log: Remove trailing whitespace. Modified: head/usr.sbin/sysrc/sysrc.8 Modified: head/usr.sbin/sysrc/sysrc.8

svn commit: r241242 - head/usr.sbin/sysrc

2012-10-05 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Oct 6 06:02:29 2012 New Revision: 241242 URL: http://svn.freebsd.org/changeset/base/241242 Log: Minor mdoc fix. Modified: head/usr.sbin/sysrc/sysrc.8 Modified: head/usr.sbin/sysrc/sysrc.8

svn commit: r241243 - head/usr.sbin/sysrc

2012-10-05 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Oct 6 06:07:33 2012 New Revision: 241243 URL: http://svn.freebsd.org/changeset/base/241243 Log: mdoc: begin sentences on a new line. Modified: head/usr.sbin/sysrc/sysrc.8 Modified: head/usr.sbin/sysrc/sysrc.8 ===