svn commit: r206889 - head/sbin/ping6

2010-04-20 Thread Maxim Konovalov
Author: maxim Date: Tue Apr 20 06:10:05 2010 New Revision: 206889 URL: http://svn.freebsd.org/changeset/base/206889 Log: o Add do-not-fragment option support to ping6(8). PR: bin/145759 Submitted by: pluknet MFC after:1 month Modified: head/sbin/ping6/ping6.8

Re: svn commit: r206140 - head/sys/vm

2010-04-20 Thread Alan Cox
K. Macy wrote: How has the problem been addressed? I'm seeing periodic panics with non-zero resident count with the page lock patch applied. It is possible that I've inadvertently re-introduced an issue you've fixed. r196318 and r189783 come to mind. On Sat, Apr 3, 2010 at 9:20 AM, Alan

svn commit: r206890 - in stable/8/sys: amd64/amd64 amd64/ia32 i386/i386

2010-04-20 Thread Konstantin Belousov
Author: kib Date: Tue Apr 20 08:19:43 2010 New Revision: 206890 URL: http://svn.freebsd.org/changeset/base/206890 Log: MFC r206553: Change printf() calls to uprintf() for sigreturn() and trap() complaints about inacessible or wrong mcontext, and for dreaded kernel trap with interrupts

svn commit: r206891 - head/sys/netinet

2010-04-20 Thread Michael Tuexen
Author: tuexen Date: Tue Apr 20 08:50:19 2010 New Revision: 206891 URL: http://svn.freebsd.org/changeset/base/206891 Log: Really print the nr_mapping array when it should be printed.` MFC after: 3 days. Modified: head/sys/netinet/sctputil.c Modified: head/sys/netinet/sctputil.c

svn commit: r206892 - head/sys/netinet

2010-04-20 Thread Michael Tuexen
Author: tuexen Date: Tue Apr 20 08:51:21 2010 New Revision: 206892 URL: http://svn.freebsd.org/changeset/base/206892 Log: Update highest_tsn variables when sliding mapping arrays. Modified: head/sys/netinet/sctp_indata.c Modified: head/sys/netinet/sctp_indata.c

Re: svn commit: r206843 - head/sbin/ipfw

2010-04-20 Thread Bruce Evans
On Tue, 20 Apr 2010, Luigi Rizzo wrote: On Mon, Apr 19, 2010 at 03:44:25PM -0700, Julian Elischer wrote: On 4/19/10 9:01 AM, Robert Noland wrote: Luigi Rizzo wrote: [...] Index: sbin/ipfw/ipfw2.c === --- sbin/ipfw/ipfw2.c

svn commit: r206893 - in head: include lib/libc/stdlib

2010-04-20 Thread Konstantin Belousov
Author: kib Date: Tue Apr 20 10:16:44 2010 New Revision: 206893 URL: http://svn.freebsd.org/changeset/base/206893 Log: Slightly modernize realpath(3). SUSv4 requires that implementation returns EINVAL if supplied path is NULL, and ENOENT if path is empty string [1]. Bring prototype in

svn commit: r206894 - in head/sys: fs/pseudofs kern ufs/ufs

2010-04-20 Thread Konstantin Belousov
Author: kib Date: Tue Apr 20 10:19:27 2010 New Revision: 206894 URL: http://svn.freebsd.org/changeset/base/206894 Log: The cache_enter(9) function shall not be called for doomed dvp. Assert this. In the reported panic, vdestroy() fired the assertion vp has namecache for .., because

svn commit: r206895 - head/sys/mips/rmi

2010-04-20 Thread Rui Paulo
Author: rpaulo Date: Tue Apr 20 10:42:08 2010 New Revision: 206895 URL: http://svn.freebsd.org/changeset/base/206895 Log: Remove svn:executable prop. Modified: Directory Properties: head/sys/mips/rmi/debug.h (props changed) head/sys/mips/rmi/msgring.h (props changed)

svn commit: r206896 - in stable/8: etc/defaults etc/rc.d share/man/man5

2010-04-20 Thread Rui Paulo
Author: rpaulo Date: Tue Apr 20 12:07:16 2010 New Revision: 206896 URL: http://svn.freebsd.org/changeset/base/206896 Log: MFC r206427, r206706, r206771: ubthidhci rc.d script to switch an USB bluetooth dongle from HID to HCI mode. Added: stable/8/etc/rc.d/ubthidhci - copied

svn commit: r206897 - head/sys/kern

2010-04-20 Thread Attilio Rao
Author: attilio Date: Tue Apr 20 12:22:06 2010 New Revision: 206897 URL: http://svn.freebsd.org/changeset/base/206897 Log: Fix compilation in the !SMP case. Keep the interrupts disabled in order to avoid preemption problems. Reported by: tinderbox, b.f. bf1783 at googlemail dot com

Re: svn commit: r206843 - head/sbin/ipfw

2010-04-20 Thread Robert Noland
Julian Elischer wrote: On 4/19/10 9:01 AM, Robert Noland wrote: Luigi Rizzo wrote: [...] Index: sbin/ipfw/ipfw2.c === --- sbin/ipfw/ipfw2.c (revision 206844) +++ sbin/ipfw/ipfw2.c (working copy) @@ -326,7 +326,7 @@ #ifdef

svn commit: r206898 - head/lib/libc/stdlib

2010-04-20 Thread Konstantin Belousov
Author: kib Date: Tue Apr 20 14:22:29 2010 New Revision: 206898 URL: http://svn.freebsd.org/changeset/base/206898 Log: Free() is not allowed to modify errno, remove safety brackets around it [1]. Add small optimization, do not copy a string to the buffer that is to be freed immediately

svn commit: r206899 - in stable/8: sbin/geom/class sbin/geom/class/sched sys/geom/sched sys/modules/geom sys/modules/geom/geom_sched

2010-04-20 Thread Luigi Rizzo
Author: luigi Date: Tue Apr 20 15:23:12 2010 New Revision: 206899 URL: http://svn.freebsd.org/changeset/base/206899 Log: MFC geom_sched code, a geom-based disk scheduling framework. Added: stable/8/sbin/geom/class/sched/ - copied from r206497, head/sbin/geom/class/sched/

svn commit: r206901 - in head/sys: amd64/amd64 cddl/dev/cyclic/i386 i386/i386 sys

2010-04-20 Thread Rui Paulo
Author: rpaulo Date: Tue Apr 20 17:03:30 2010 New Revision: 206901 URL: http://svn.freebsd.org/changeset/base/206901 Log: Rename the cyclic global variable lapic_cyclic_clock_func to just cyclic_clock_func. This will make more sense when we start developing non x86 cyclic version.

svn commit: r206902 - head/sys/mips/mips

2010-04-20 Thread Rui Paulo
Author: rpaulo Date: Tue Apr 20 17:22:20 2010 New Revision: 206902 URL: http://svn.freebsd.org/changeset/base/206902 Log: Add the necessary hooks for dtrace cyclic module. Modified: head/sys/mips/mips/tick.c Modified: head/sys/mips/mips/tick.c

svn commit: r206903 - head/sys/sys

2010-04-20 Thread Warner Losh
Author: imp Date: Tue Apr 20 17:57:43 2010 New Revision: 206903 URL: http://svn.freebsd.org/changeset/base/206903 Log: Make this file more C++ friendly. Modified: head/sys/sys/thr.h Modified: head/sys/sys/thr.h ==

svn commit: r206904 - head/share/misc

2010-04-20 Thread Ana Kukec
Author: anchie Date: Tue Apr 20 18:16:56 2010 New Revision: 206904 URL: http://svn.freebsd.org/changeset/base/206904 Log: Add myself and list bz@ as my mentor. Approved by: bz (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

svn commit: r206905 - vendor/libz/dist

2010-04-20 Thread Xin LI
Author: delphij Date: Tue Apr 20 18:42:51 2010 New Revision: 206905 URL: http://svn.freebsd.org/changeset/base/206905 Log: Vendor import of zlib 1.2.5. Modified: vendor/libz/dist/ChangeLog vendor/libz/dist/README vendor/libz/dist/crc32.c vendor/libz/dist/deflate.c

svn commit: r206906 - vendor/libz/1.2.5

2010-04-20 Thread Xin LI
Author: delphij Date: Tue Apr 20 18:43:23 2010 New Revision: 206906 URL: http://svn.freebsd.org/changeset/base/206906 Log: Tag zlib 1.2.5. Added: vendor/libz/1.2.5/ - copied from r206905, vendor/libz/dist/ ___ svn-src-all@freebsd.org mailing

svn commit: r206908 - stable/8/etc

2010-04-20 Thread Bruce Cran
Author: brucec Date: Tue Apr 20 18:46:00 2010 New Revision: 206908 URL: http://svn.freebsd.org/changeset/base/206908 Log: MFC r204820: Install /etc/termcap.small . PR: conf/78419 Submitted by: Eygene A.Ryabinkin rea at mbslab.kiae.ru Approved by: rrs (mentor) Modified:

svn commit: r206909 - head/sys/dev/sis

2010-04-20 Thread Bruce Cran
Author: brucec Date: Tue Apr 20 19:30:12 2010 New Revision: 206909 URL: http://svn.freebsd.org/changeset/base/206909 Log: It's not necessary to reset the chip every time an input overflow event occurs. In addition, the delay when programming the short cable fix should be 100us, not 100ms.

svn commit: r206911 - stable/8/contrib/top

2010-04-20 Thread Bruce Cran
Author: brucec Date: Tue Apr 20 20:19:19 2010 New Revision: 206911 URL: http://svn.freebsd.org/changeset/base/206911 Log: MFC r205119 and r206056: Prevent the SIZE field being corrupted when a process allocates more than 2TB. PR: bin/129706 Submitted by: brucec Approved by:

svn commit: r206912 - stable/7/contrib/top

2010-04-20 Thread Bruce Cran
Author: brucec Date: Tue Apr 20 20:21:01 2010 New Revision: 206912 URL: http://svn.freebsd.org/changeset/base/206912 Log: MFC r205119 and r206056: Prevent the SIZE field being corrupted when a process allocates more than 2TB. PR: bin/129706 Submitted by: brucec Approved by:

svn commit: r206913 - stable/8/sbin/sysctl

2010-04-20 Thread Bruce Cran
Author: brucec Date: Tue Apr 20 20:24:00 2010 New Revision: 206913 URL: http://svn.freebsd.org/changeset/base/206913 Log: MFC r205118: Free the memory allocated via strdup. PR: bin/113881 Submitted by: Alexander Drozdov (dzal_mail at mtu-net.ru) Approved by: rrs (mentor)

svn commit: r206914 - stable/7/sbin/sysctl

2010-04-20 Thread Bruce Cran
Author: brucec Date: Tue Apr 20 20:26:26 2010 New Revision: 206914 URL: http://svn.freebsd.org/changeset/base/206914 Log: MFC r205118: Free the memory allocated via strdup. PR: bin/113881 Submitted by: Alexander Drozdov dzal_mail at mtu-net.ru Approved by: rrs (mentor)

Re: svn commit: r206901 - in head/sys: amd64/amd64 cddl/dev/cyclic/i386 i386/i386 sys

2010-04-20 Thread Bjoern A. Zeeb
On Tue, 20 Apr 2010, Rui Paulo wrote: Author: rpaulo Date: Tue Apr 20 17:03:30 2010 New Revision: 206901 URL: http://svn.freebsd.org/changeset/base/206901 Log: Rename the cyclic global variable lapic_cyclic_clock_func to just cyclic_clock_func. This will make more sense when we start

svn commit: r206915 - head/usr.sbin/config

2010-04-20 Thread Warner Losh
Author: imp Date: Tue Apr 20 20:36:38 2010 New Revision: 206915 URL: http://svn.freebsd.org/changeset/base/206915 Log: Bump minor version of config to reflect the new option remapping feature. The kernel makefiles have specifically not been bumped because nothing uses this new feature and

svn commit: r206916 - head/sys/kern

2010-04-20 Thread Warner Losh
Author: imp Date: Tue Apr 20 20:39:42 2010 New Revision: 206916 URL: http://svn.freebsd.org/changeset/base/206916 Log: Make sure that we free the passed in data message if we don't actually insert it onto the queue. Also, fix a mtx leak if someone turns off devctl while we're processing a

svn commit: r206917 - in vendor/testfloat: . processors testfloat testfloat/386-Win32-gcc testfloat/SPARC-Solaris-gcc testfloat/templates

2010-04-20 Thread Marius Strobl
Author: marius Date: Tue Apr 20 20:47:58 2010 New Revision: 206917 URL: http://svn.freebsd.org/changeset/base/206917 Log: Initial import of TestFloat 2a. Obtained from:http://www.jhauser.us/arithmetic/TestFloat.html Added: vendor/testfloat/ vendor/testfloat/processors/

svn commit: r206918 - in vendor/testfloat: processors testfloat testfloat/386-Win32-gcc testfloat/SPARC-Solaris-gcc testfloat/templates

2010-04-20 Thread Marius Strobl
Author: marius Date: Tue Apr 20 20:52:33 2010 New Revision: 206918 URL: http://svn.freebsd.org/changeset/base/206918 Log: Remove the keywords property. Modified: Directory Properties: vendor/testfloat/processors/386-gcc.h (props changed) vendor/testfloat/processors/SPARC-gcc.h (props

Re: svn commit: r206814 - head/sys/vm

2010-04-20 Thread Peter Jeremy
On 2010-Apr-18 21:29:28 +, Alan Cox a...@freebsd.org wrote: Remove a nonsensical test from vm_pageout_clean(). A page can't be in the inactive queue and have a non-zero wire count. Should this test be turned into a KASSERT()? -- Peter Jeremy pgpL1PTRd5twa.pgp Description: PGP

Re: svn commit: r206911 - stable/8/contrib/top

2010-04-20 Thread Kostik Belousov
On Tue, Apr 20, 2010 at 08:19:19PM +, Bruce Cran wrote: Author: brucec Date: Tue Apr 20 20:19:19 2010 New Revision: 206911 URL: http://svn.freebsd.org/changeset/base/206911 Log: MFC r205119 and r206056: Prevent the SIZE field being corrupted when a process allocates more than

svn commit: r206920 - vendor/testfloat/dist

2010-04-20 Thread Marius Strobl
Author: marius Date: Tue Apr 20 21:02:20 2010 New Revision: 206920 URL: http://svn.freebsd.org/changeset/base/206920 Log: Add a dist subdirectory. Added: vendor/testfloat/dist/ ___ svn-src-all@freebsd.org mailing list

svn commit: r206921 - in vendor/testfloat: dist/processors dist/testfloat processors testfloat

2010-04-20 Thread Marius Strobl
Author: marius Date: Tue Apr 20 21:03:42 2010 New Revision: 206921 URL: http://svn.freebsd.org/changeset/base/206921 Log: Move TestFloat 2a to the dist subdirectory. Added: vendor/testfloat/dist/processors/ - copied from r206920, vendor/testfloat/processors/

svn commit: r206922 - head/sys/x86/isa

2010-04-20 Thread Rui Paulo
Author: rpaulo Date: Tue Apr 20 21:04:57 2010 New Revision: 206922 URL: http://svn.freebsd.org/changeset/base/206922 Log: Fix another instance of lapic_cyclic_clock_func. Modified: head/sys/x86/isa/clock.c Modified: head/sys/x86/isa/clock.c

svn commit: r206923 - vendor/testfloat/2a

2010-04-20 Thread Marius Strobl
Author: marius Date: Tue Apr 20 21:08:00 2010 New Revision: 206923 URL: http://svn.freebsd.org/changeset/base/206923 Log: Tag TestFloat 2a. Added: vendor/testfloat/2a/ - copied from r206922, vendor/testfloat/dist/ ___ svn-src-all@freebsd.org

svn commit: r206924 - head/lib/libz

2010-04-20 Thread Xin LI
Author: delphij Date: Tue Apr 20 21:14:30 2010 New Revision: 206924 URL: http://svn.freebsd.org/changeset/base/206924 Log: MFV: zlib 1.2.5. Modified: head/lib/libz/ChangeLog head/lib/libz/README head/lib/libz/crc32.c head/lib/libz/deflate.c head/lib/libz/deflate.h

svn commit: r206928 - in stable/8/sys: dev/siba modules/siba_bwn

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Tue Apr 20 21:29:53 2010 New Revision: 206928 URL: http://svn.freebsd.org/changeset/base/206928 Log: MFC r203319: Adds siba_bwn module which is used with bwn(4). Main purpose of this module is to distinguish parts of Silicon Backplane and of Broadcom Wireless.

svn commit: r206929 - stable/8/sys/geom/sched

2010-04-20 Thread Luigi Rizzo
Author: luigi Date: Tue Apr 20 21:33:14 2010 New Revision: 206929 URL: http://svn.freebsd.org/changeset/base/206929 Log: MFC r206551 (forgotten in previous commit): fix builds with ktr Modified: stable/8/sys/geom/sched/g_sched.c Directory Properties: stable/8/sys/geom/sched/ (props

Re: svn commit: r206901 - in head/sys: amd64/amd64 cddl/dev/cyclic/i386 i386/i386 sys

2010-04-20 Thread Rui Paulo
On 20 Apr 2010, at 21:30, Bjoern A. Zeeb wrote: On Tue, 20 Apr 2010, Rui Paulo wrote: Author: rpaulo Date: Tue Apr 20 17:03:30 2010 New Revision: 206901 URL: http://svn.freebsd.org/changeset/base/206901 Log: Rename the cyclic global variable lapic_cyclic_clock_func to just

svn commit: r206930 - svnadmin/conf

2010-04-20 Thread Colin Percival
Author: cperciva Date: Tue Apr 20 21:34:35 2010 New Revision: 206930 URL: http://svn.freebsd.org/changeset/base/206930 Log: Welcome Randi Harper (randi@) as a new src committer. I will be her mentor. Randi comes to src via FreeBSD marketing, where she is sometimes known as FreeBSDGirl.

svn commit: r206931 - in stable/8/sys: dev/siba modules

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Tue Apr 20 21:35:48 2010 New Revision: 206931 URL: http://svn.freebsd.org/changeset/base/206931 Log: MFC r203320: Hook up the siba_bwn module to the build. Modified: stable/8/sys/modules/Makefile Directory Properties: stable/8/sys/ (props changed)

svn commit: r206932 - stable/8/sys/dev/siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Tue Apr 20 21:37:47 2010 New Revision: 206932 URL: http://svn.freebsd.org/changeset/base/206932 Log: MFC r203944: supports SPROM rev8 informations properly which are used to support low-power PHY of bwn(4) and LDO voltage adjustments. Modified:

svn commit: r206933 - in stable/8/sys: dev/bwn dev/siba modules/bwn

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Tue Apr 20 21:40:09 2010 New Revision: 206933 URL: http://svn.freebsd.org/changeset/base/206933 Log: MFC r203945: adds bwn(4) driver for supporting Broadcom BCM43xx chipsets. o uses v4 firmware instead of v3. A port will be committed to create the bwn

svn commit: r206934 - in stable/8/sys/dev: bwn siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Tue Apr 20 21:41:43 2010 New Revision: 206934 URL: http://svn.freebsd.org/changeset/base/206934 Log: MFC r204081: o print msgs with length if the frame is too short to pass to net80211. o print key index for debugging if the frame is attempted to decrypt

svn commit: r206935 - in stable/8/sys/dev: bwn siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Tue Apr 20 21:48:48 2010 New Revision: 206935 URL: http://svn.freebsd.org/changeset/base/206935 Log: MFC r204242: Fix compilation problems with INVARIANTS. # also limit RX decryption attempted messages to 50 Reviewed by: weongyo Approved by: imp

svn commit: r206937 - in stable/8/sys/dev: bwn siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Tue Apr 20 21:51:45 2010 New Revision: 206937 URL: http://svn.freebsd.org/changeset/base/206937 Log: MFC r204256: fixes a compile error; invalid type argument of '-'. Modified: stable/8/sys/dev/bwn/if_bwn.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r206938 - in stable/8/sys/dev: bwn siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Tue Apr 20 21:52:54 2010 New Revision: 206938 URL: http://svn.freebsd.org/changeset/base/206938 Log: MFC r204257: o adds sysctl variables to show device statistics. o records RTS success/fail statistics. Pointed by: imp Modified:

svn commit: r206939 - in stable/8/sys: dev/siba modules

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Tue Apr 20 21:55:44 2010 New Revision: 206939 URL: http://svn.freebsd.org/changeset/base/206939 Log: MFC r204326: Add bwn(4) driver to the build. Modified: stable/8/sys/modules/Makefile Directory Properties: stable/8/sys/ (props changed)

svn commit: r206940 - stable/8/share/man/man4

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Tue Apr 20 22:00:56 2010 New Revision: 206940 URL: http://svn.freebsd.org/changeset/base/206940 Log: MFC r203945: adds bwn(4) driver man page which missed to be merged. MFC r204327: Connect bwn.4 to the build. Added: stable/8/share/man/man4/bwn.4 -

svn commit: r206942 - in stable/8: bin/sh tools/regression/bin/sh/parser

2010-04-20 Thread Jilles Tjoelker
Author: jilles Date: Tue Apr 20 22:20:31 2010 New Revision: 206942 URL: http://svn.freebsd.org/changeset/base/206942 Log: MFC r199282: sh: Allow a newline before in in a for command, as required by POSIX. Added: stable/8/tools/regression/bin/sh/parser/for1.0 - copied unchanged from

svn commit: r206944 - stable/8/bin/sh

2010-04-20 Thread Jilles Tjoelker
Author: jilles Date: Tue Apr 20 22:32:34 2010 New Revision: 206944 URL: http://svn.freebsd.org/changeset/base/206944 Log: MFC r200943: sh: Remove setting variables from dotcmd/exportcmd. It is already done by evalcommand(), unless special-ness has been removed, in which case variable

svn commit: r206945 - head/share/misc

2010-04-20 Thread Ryan Stone
Author: rstone Date: Tue Apr 20 22:43:53 2010 New Revision: 206945 URL: http://svn.freebsd.org/changeset/base/206945 Log: add new committer rstone to committers-src.dot Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

svn commit: r206948 - stable/8/usr.bin/gzip

2010-04-20 Thread Xin LI
Author: delphij Date: Tue Apr 20 22:47:24 2010 New Revision: 206948 URL: http://svn.freebsd.org/changeset/base/206948 Log: MFC r206387: Diff reduction against NetBSD and add myself to AUTHORS section of the manual page as I wrote the unpack functionality. No actual executable code

svn commit: r206949 - stable/8/usr.bin/minigzip

2010-04-20 Thread Xin LI
Author: delphij Date: Tue Apr 20 22:52:13 2010 New Revision: 206949 URL: http://svn.freebsd.org/changeset/base/206949 Log: MFC r205472: Enable mmap for minigzip(1). Modified: stable/8/usr.bin/minigzip/Makefile Directory Properties: stable/8/usr.bin/minigzip/ (props changed)

svn commit: r206950 - in stable/8: bin/sh tools/regression/bin/sh/parameters

2010-04-20 Thread Jilles Tjoelker
Author: jilles Date: Tue Apr 20 22:52:28 2010 New Revision: 206950 URL: http://svn.freebsd.org/changeset/base/206950 Log: MFC r203576,r203677: sh: Don't stat() $MAIL/$MAILPATH if not interactive. These may be NFS mounted, and we should not touch them unless we are going to do something

svn commit: r206951 - in stable/8: sys/boot/forth sys/dev/siba usr.sbin/sysinstall

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Tue Apr 20 22:55:07 2010 New Revision: 206951 URL: http://svn.freebsd.org/changeset/base/206951 Log: MFC r204328: Add bwn(4) driver. Modified: stable/8/sys/boot/forth/loader.conf stable/8/usr.sbin/sysinstall/devices.c Directory Properties: stable/8/sys/ (props

svn commit: r206952 - stable/8/lib/libz

2010-04-20 Thread Xin LI
Author: delphij Date: Tue Apr 20 22:57:05 2010 New Revision: 206952 URL: http://svn.freebsd.org/changeset/base/206952 Log: MFC assembler version of match functions for amd64 and i386(*). This gives approximately 15% improvement on compression case. (*) i386 assembler version is

svn commit: r206956 - svnadmin/conf

2010-04-20 Thread Juli Mallett
Author: jmallett Date: Tue Apr 20 23:42:34 2010 New Revision: 206956 URL: http://svn.freebsd.org/changeset/base/206956 Log: Temporarily raise my limit. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r206958 - svnadmin/conf

2010-04-20 Thread Juli Mallett
Author: jmallett Date: Tue Apr 20 23:43:32 2010 New Revision: 206958 URL: http://svn.freebsd.org/changeset/base/206958 Log: Back down to normal limit. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r206961 - stable/8/share/man/man4

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Tue Apr 20 23:59:02 2010 New Revision: 206961 URL: http://svn.freebsd.org/changeset/base/206961 Log: MFC r204343: Updates what firmware module should be used for LP (low power) PHY users and bumps date. Modified: stable/8/share/man/man4/bwn.4 Directory

svn commit: r206962 - in stable/8/sys/dev: bwn siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Wed Apr 21 00:01:38 2010 New Revision: 206962 URL: http://svn.freebsd.org/changeset/base/206962 Log: MFC r204385: don't need to check BWN_RX_PHYST0_SHORTPRMBL flag because it's already handled in later. Reported from: imp, nwhitehorn Modified:

svn commit: r206963 - in stable/8/sys/dev: bwn siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Wed Apr 21 00:02:48 2010 New Revision: 206963 URL: http://svn.freebsd.org/changeset/base/206963 Log: MFC r204436: supports the adhoc demo mode that it's tested on modified aircrack-ng suite and worked. Submitted by: Paul B Mahol onemda at gmail dot com

svn commit: r206964 - in stable/8/sys/dev: bwn siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Wed Apr 21 00:05:22 2010 New Revision: 206964 URL: http://svn.freebsd.org/changeset/base/206964 Log: MFC r204437: fixes a bug to load firmware images for LP PHY. For LP PHY always, `lp_' string is contained in its full image names. Modified:

svn commit: r206965 - in stable/8/sys/dev: bwn siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Wed Apr 21 00:06:39 2010 New Revision: 206965 URL: http://svn.freebsd.org/changeset/base/206965 Log: MFC r204542: calculates the integer square root if a positive integer X is larger than 256 instead of using sqrt_table. Reported by: Joe Marcus Clarke marcus

svn commit: r206967 - in stable/8/sys/dev: bwn siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Wed Apr 21 00:13:44 2010 New Revision: 206967 URL: http://svn.freebsd.org/changeset/base/206967 Log: MFC r204657: fixes an attached-at-boot issue that bwn(4) using device_identify interface didn't be attached automatically at boot time so changes a approach to

svn commit: r206968 - in stable/8/sys: conf dev/siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Wed Apr 21 00:15:58 2010 New Revision: 206968 URL: http://svn.freebsd.org/changeset/base/206968 Log: MFC r204662: Hook up the bwn driver. Pointed by: nwhitehorn Modified: stable/8/sys/conf/files Directory Properties: stable/8/sys/ (props changed)

svn commit: r206969 - in stable/8/sys/dev: bwn siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Wed Apr 21 00:22:16 2010 New Revision: 206969 URL: http://svn.freebsd.org/changeset/base/206969 Log: MFC r205003: Revert r204992 and just wrap it all in ifdef INVARIANTS to fix the debug and non-debug cases MFC r204992: fixes a compile error if INVARIANTS

svn commit: r206970 - in stable/8/sys/dev: bwn siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Wed Apr 21 00:23:23 2010 New Revision: 206970 URL: http://svn.freebsd.org/changeset/base/206970 Log: MFC r205141: enables S/W beacon miss handler. Reported by:imp Modified: stable/8/sys/dev/bwn/if_bwn.c Directory Properties: stable/8/sys/ (props

svn commit: r206971 - stable/8/sys/dev/siba

2010-04-20 Thread Weongyo Jeong
Author: weongyo Date: Wed Apr 21 00:26:41 2010 New Revision: 206971 URL: http://svn.freebsd.org/changeset/base/206971 Log: remove svn:mergeinfo properties committed during my MFCs. Modified: Directory Properties: stable/8/sys/contrib/dev/uath/ (props changed)

Re: svn commit: r206922 - head/sys/x86/isa

2010-04-20 Thread TAKAHASHI Yoshihiro
In article 201004202104.o3kl4vhv043...@svn.freebsd.org Rui Paulo rpa...@freebsd.org writes: Log: Fix another instance of lapic_cyclic_clock_func. Modified: head/sys/x86/isa/clock.c Modified: head/sys/x86/isa/clock.c

svn commit: r206972 - head/tools/tools/netrate/tcpp

2010-04-20 Thread Robert Watson
Author: rwatson Date: Wed Apr 21 00:52:55 2010 New Revision: 206972 URL: http://svn.freebsd.org/changeset/base/206972 Log: Merge @176820, @176822, @177156 to tcpp from P4 to HEAD: Improve accuracy of connection data transfer math. Disable Nagle's algorithm to avoid delaying

svn commit: r206973 - head/share/mk

2010-04-20 Thread Xin LI
Author: delphij Date: Wed Apr 21 01:13:08 2010 New Revision: 206973 URL: http://svn.freebsd.org/changeset/base/206973 Log: When CPUTYPE is defined to any value, on amd64 platform mmx is available through MACHINE_CPU, indicating the CPU supports that feature, as done by revision 138685.

Re: svn commit: r206973 - head/share/mk

2010-04-20 Thread Garrett Cooper
On Tue, Apr 20, 2010 at 6:13 PM, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Wed Apr 21 01:13:08 2010 New Revision: 206973 URL: http://svn.freebsd.org/changeset/base/206973 Log:  When CPUTYPE is defined to any value, on amd64 platform mmx is  available through MACHINE_CPU,

Re: svn commit: r206945 - head/share/misc

2010-04-20 Thread Ryan Stone
Sorry, I forgot the following: Approved by: emaste (mentor) and jkoshy (mentor) I'm looking into why svn wasn't using the default checkin template for me. On Tue, Apr 20, 2010 at 6:43 PM, Ryan Stone rst...@freebsd.org wrote: Author: rstone Date: Tue Apr 20 22:43:53 2010 New Revision: 206945

Re: svn commit: r206814 - head/sys/vm

2010-04-20 Thread Alan Cox
Peter Jeremy wrote: On 2010-Apr-18 21:29:28 +, Alan Cox a...@freebsd.org wrote: Remove a nonsensical test from vm_pageout_clean(). A page can't be in the inactive queue and have a non-zero wire count. Should this test be turned into a KASSERT()? I considered it, but no I

svn commit: r206980 - stable/8/usr.sbin/sysinstall

2010-04-20 Thread Maxim Konovalov
Author: maxim Date: Wed Apr 21 05:35:06 2010 New Revision: 206980 URL: http://svn.freebsd.org/changeset/base/206980 Log: MFC r205671: trim leading w/space. Modified: stable/8/usr.sbin/sysinstall/sysinstall.8 Directory Properties: stable/8/usr.sbin/sysinstall/ (props changed) Modified:

svn commit: r206981 - stable/8/sbin/setkey

2010-04-20 Thread Maxim Konovalov
Author: maxim Date: Wed Apr 21 05:36:53 2010 New Revision: 206981 URL: http://svn.freebsd.org/changeset/base/206981 Log: MFC r205672: fix typo. Modified: stable/8/sbin/setkey/setkey.8 Directory Properties: stable/8/sbin/setkey/ (props changed) Modified: stable/8/sbin/setkey/setkey.8

svn commit: r206982 - stable/8/usr.sbin/mtree

2010-04-20 Thread Maxim Konovalov
Author: maxim Date: Wed Apr 21 05:38:16 2010 New Revision: 206982 URL: http://svn.freebsd.org/changeset/base/206982 Log: MFC r205873: remove duplication, improve wording. Modified: stable/8/usr.sbin/mtree/mtree.8 Directory Properties: stable/8/usr.sbin/mtree/ (props changed) Modified:

svn commit: r206983 - stable/8/usr.bin/sockstat

2010-04-20 Thread Maxim Konovalov
Author: maxim Date: Wed Apr 21 05:39:51 2010 New Revision: 206983 URL: http://svn.freebsd.org/changeset/base/206983 Log: MFC r205874: make sockstat -6 output more readable for long ipv6 addresses. Modified: stable/8/usr.bin/sockstat/sockstat.c Directory Properties: