svn commit: r223941 - stable/8/contrib/libpcap/bpf/net

2011-07-11 Thread Xin LI
Author: delphij Date: Tue Jul 12 01:16:43 2011 New Revision: 223941 URL: http://svn.freebsd.org/changeset/base/223941 Log: MFC r223616: Incorporate vendor commit ecdc5c0a7f7591a7cd4a: In userland, sign extend the offset for JA instructions. We currently use that to implement "ip6

svn commit: r223940 - head/usr.bin/wall

2011-07-11 Thread David E. O'Brien
Author: obrien Date: Tue Jul 12 00:31:11 2011 New Revision: 223940 URL: http://svn.freebsd.org/changeset/base/223940 Log: If one's message is longer than the buffer size, then we reset 'cnt' at the wrong point and the actual column # get out of sync across the buffer size. Modified: head/us

Re: svn commit: r223917 - head/etc/rc.d

2011-07-11 Thread Doug Barton
On 07/11/2011 08:14, John Baldwin wrote: > On Sunday, July 10, 2011 8:53:31 pm Doug Barton wrote: >> On 07/10/2011 17:42, Pan Tsu wrote: >>> Doug Barton writes: >>> >>> Doesn't /boot/support.4th already populates kern.module_path with >>> the path of successfully booted kernel? How is this differe

Re: svn commit: r223931 - head/usr.bin/ncal

2011-07-11 Thread Pan Tsu
Edwin Groothuis writes: > Author: edwin > Date: Mon Jul 11 10:41:08 2011 > New Revision: 223931 > URL: http://svn.freebsd.org/changeset/base/223931 > > Log: > ncal(1) highlights the current date (or a date provided via parameter) > even if stdout is not a tty. If stdout is not a tty the data

svn commit: r223939 - head/usr.bin/calendar

2011-07-11 Thread Edwin Groothuis
Author: edwin Date: Mon Jul 11 22:01:39 2011 New Revision: 223939 URL: http://svn.freebsd.org/changeset/base/223939 Log: Fix run-time breakage when encoutering invalid input-data. PR: bin/157718 Modified: head/usr.bin/calendar/parsedata.c Modified: head/usr.bin/calendar/parsed

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

2011-07-11 Thread Marius Strobl
Author: marius Date: Mon Jul 11 20:43:59 2011 New Revision: 223938 URL: http://svn.freebsd.org/changeset/base/223938 Log: Since r219452 the alignment of __dmadat has changed, revealing that fsread() bogusly casts its contents around causing alignment faults on sparc64 and most likely also on

svn commit: r223937 - head/contrib/top

2011-07-11 Thread John Baldwin
Author: jhb Date: Mon Jul 11 16:51:29 2011 New Revision: 223937 URL: http://svn.freebsd.org/changeset/base/223937 Log: Add a leading space to the status messages output after toggling the 'C' and 'H' flags at runtime. This matches messages output for other toggles which leave the first colu

svn commit: r223936 - in head: contrib/top usr.bin/top

2011-07-11 Thread John Baldwin
Author: jhb Date: Mon Jul 11 16:48:52 2011 New Revision: 223936 URL: http://svn.freebsd.org/changeset/base/223936 Log: Allow per-CPU statistics to be toggled at runtime via the 'P' key. While here, make -P a toggle similar to other options such as -I. Reviewed by: arundel MFC after:

Re: svn commit: r223917 - head/etc/rc.d

2011-07-11 Thread John Baldwin
On Sunday, July 10, 2011 8:53:31 pm Doug Barton wrote: > On 07/10/2011 17:42, Pan Tsu wrote: > > Doug Barton writes: > > > >> Author: dougb > >> Date: Sun Jul 10 23:47:03 2011 > >> New Revision: 223917 > >> URL: http://svn.freebsd.org/changeset/base/223917 > >> > >> Log: > >> Make sure we load

Re: svn commit: r223928 - head/usr.bin/calendar

2011-07-11 Thread John Baldwin
On Monday, July 11, 2011 4:24:36 am Edwin Groothuis wrote: > Author: edwin > Date: Mon Jul 11 08:24:36 2011 > New Revision: 223928 > URL: http://svn.freebsd.org/changeset/base/223928 > > Log: > Fix the interpreter for: > > Jul/Sat+3 Every third saturday of July - Jul/Sat+3 > > wh

svn commit: r223935 - in head: contrib/xz contrib/xz/po contrib/xz/src/common contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/common contrib/xz/src/liblzma/delta contrib/xz/src/liblzma/lz co...

2011-07-11 Thread Martin Matuska
Author: mm Date: Mon Jul 11 14:15:27 2011 New Revision: 223935 URL: http://svn.freebsd.org/changeset/base/223935 Log: Update xz to git snapshot of v5.0 branch as of 20110711 (post-5.0.3) For architectures with __NO_STRICT_ALIGNMENT define TUKLIB_FAST_UNALIGNED_ACCESS MFC after:2

svn commit: r223934 - in vendor/xz/dist: . po src/common src/liblzma/api/lzma src/liblzma/common src/liblzma/delta src/liblzma/lz src/liblzma/lzma src/liblzma/simple src/lzmainfo src/xz src/xzdec

2011-07-11 Thread Martin Matuska
Author: mm Date: Mon Jul 11 13:10:34 2011 New Revision: 223934 URL: http://svn.freebsd.org/changeset/base/223934 Log: Update vendor/xz from v5.0 branch (post-5.0.3) Git commit: edf339227a966f24aebe1845fcca9429b8f6e318 Added: vendor/xz/dist/po/fr.po vendor/xz/dist/po/pl.po Modified:

svn commit: r223933 - head/usr.sbin/bsnmpd/modules/snmp_hostres

2011-07-11 Thread Andrey V. Elsukov
Author: ae Date: Mon Jul 11 12:51:35 2011 New Revision: 223933 URL: http://svn.freebsd.org/changeset/base/223933 Log: Use full buffer size in read(2) call, there is no need to preserve the last byte of the buffer. Since we call refresh_device_tbl() for any devctl event types - no need t

svn commit: r223932 - head/usr.bin/ncal

2011-07-11 Thread Edwin Groothuis
Author: edwin Date: Mon Jul 11 10:42:36 2011 New Revision: 223932 URL: http://svn.freebsd.org/changeset/base/223932 Log: Fix typo in order of markup and text. Modified: head/usr.bin/ncal/ncal.1 Modified: head/usr.bin/ncal/ncal.1 ===

svn commit: r223931 - head/usr.bin/ncal

2011-07-11 Thread Edwin Groothuis
Author: edwin Date: Mon Jul 11 10:41:08 2011 New Revision: 223931 URL: http://svn.freebsd.org/changeset/base/223931 Log: ncal(1) highlights the current date (or a date provided via parameter) even if stdout is not a tty. If stdout is not a tty the data is normally processed by other tools an

svn commit: r223930 - head/sys/geom

2011-07-11 Thread Andrey V. Elsukov
Author: ae Date: Mon Jul 11 10:02:27 2011 New Revision: 223930 URL: http://svn.freebsd.org/changeset/base/223930 Log: Remove include of sys/sbuf.h from geom/geom.h. sbuf support is not always required for geom/geom.h users, and no need to depend from it. PR: kern/158398 Modif

Re: svn commit: r223900 - in head/sys: geom ufs/ffs

2011-07-11 Thread Pawel Jakub Dawidek
On Sun, Jul 10, 2011 at 01:30:05PM +1000, Bruce Evans wrote: > % DROP_GIANT(); > % g_topology_lock(); > % - g_access(ump->um_cp, 0, -1, 0); > % + error = g_access(ump->um_cp, 0, -1, > % + (mp->mnt_flag

svn commit: r223929 - head/sys/dev/rt

2011-07-11 Thread Aleksandr Rybalko
Author: ray Date: Mon Jul 11 08:42:09 2011 New Revision: 223929 URL: http://svn.freebsd.org/changeset/base/223929 Log: Fix typo, lost 0 in SYSCTL_ADD_INT usage. Modified: head/sys/dev/rt/if_rt.c Modified: head/sys/dev/rt/if_rt.c ===

svn commit: r223928 - head/usr.bin/calendar

2011-07-11 Thread Edwin Groothuis
Author: edwin Date: Mon Jul 11 08:24:36 2011 New Revision: 223928 URL: http://svn.freebsd.org/changeset/base/223928 Log: Fix the interpreter for: Jul/Sat+3 Every third saturday of July - Jul/Sat+3 which was able to be done via: Jul/SatThird Every third saturday of July - Ju

svn commit: r223927 - in head/sys: conf dev/rt

2011-07-11 Thread Aleksandr Rybalko
Author: ray Date: Mon Jul 11 08:23:59 2011 New Revision: 223927 URL: http://svn.freebsd.org/changeset/base/223927 Log: Support of Ralink Ethernet MAC, used in RT3050F/RT3052F and I belive in other Ralink SoCs. Approved by: adrian (mentor) Added: head/sys/dev/rt/ head/sys/dev/rt/if_rt.