svn commit: r188001 - head/usr.bin/make

2009-02-01 Thread Max Khon
Author: fjoe Date: Mon Feb 2 06:25:57 2009 New Revision: 188001 URL: http://svn.freebsd.org/changeset/base/188001 Log: Remove duplicate OPTFLAGS definition. Modified: head/usr.bin/make/main.c Modified: head/usr.bin/make/main.c

svn commit: r188000 - stable/6/share/man/man4

2009-02-01 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Mon Feb 2 04:59:00 2009 New Revision: 188000 URL: http://svn.freebsd.org/changeset/base/188000 Log: MFC 187935 from /head Sometimes, depending on the bpf filter rules used in $PATTERN, the example script of the manpage feeds awk(1) with values large

svn commit: r187999 - stable/7/share/man/man4

2009-02-01 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Mon Feb 2 04:57:36 2009 New Revision: 187999 URL: http://svn.freebsd.org/changeset/base/187999 Log: MFC 187935 from /head Sometimes, depending on the bpf filter rules used in $PATTERN, the example script of the manpage feeds awk(1) with values large

svn commit: r187998 - in stable/6/sys: . contrib/pf dev/cxgb dev/sound/pci

2009-02-01 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Mon Feb 2 04:53:39 2009 New Revision: 187998 URL: http://svn.freebsd.org/changeset/base/187998 Log: MFC 187375 from /head Add support for CMedia CMI120. PR: kern/123640 Approved by: ariff Modified: stable/6/sys/ (props changed)

svn commit: r187997 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/sound/pci

2009-02-01 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Mon Feb 2 04:48:32 2009 New Revision: 187997 URL: http://svn.freebsd.org/changeset/base/187997 Log: MFC 187375 from /head Add support for CMedia CMI120. PR: kern/123640 Approved by: ariff Modified: stable/7/sys/ (props changed)

svn commit: r187996 - head/sys/kern

2009-02-01 Thread Stephane E. Potvin
Author: sepotvin Date: Mon Feb 2 03:34:40 2009 New Revision: 187996 URL: http://svn.freebsd.org/changeset/base/187996 Log: Fix select on platforms where sizeof(long) != sizeof(int). This used to work by accident before the cleanup done in revision 187693. Approved by: kan (mentor) Modi

svn commit: r187995 - head/usr.bin/make

2009-02-01 Thread Warner Losh
Author: imp Date: Mon Feb 2 02:05:58 2009 New Revision: 187995 URL: http://svn.freebsd.org/changeset/base/187995 Log: Sort the options, per style(9). Reviewed by: obrien@ Modified: head/usr.bin/make/main.c Modified: head/usr.bin/make/main.c

svn commit: r187994 - in head: lib/libusbhid sys/dev/usb2/bluetooth sys/dev/usb2/core sys/dev/usb2/include sys/dev/usb2/input sys/dev/usb2/serial usr.bin/usbhidaction usr.bin/usbhidctl

2009-02-01 Thread Alfred Perlstein
Author: alfred Date: Mon Feb 2 00:49:39 2009 New Revision: 187994 URL: http://svn.freebsd.org/changeset/base/187994 Log: src/usr.bin/usbhidaction/usbhidaction.c src/usr.bin/usbhidctl/usbhid.c src/sys/dev/usb2/include/usb2_hid.h src/sys/dev/usb2/input/uhid2.c src/lib/libusbhid/Makefile

svn commit: r187993 - head/sys/dev/firewire

2009-02-01 Thread Sean Bruno
Author: sbruno Date: Sun Feb 1 23:28:52 2009 New Revision: 187993 URL: http://svn.freebsd.org/changeset/base/187993 Log: Some updates and bug squashing in the firewire stack. Move the interupt handler to a driver_intr_t type function as it was trying to do way to much for a lightweight f

svn commit: r187991 - head/sys/net80211

2009-02-01 Thread Sam Leffler
Author: sam Date: Sun Feb 1 22:24:08 2009 New Revision: 187991 URL: http://svn.freebsd.org/changeset/base/187991 Log: when promoting an 11b channel to 11g do not accept a ``pure G'' (OFDM only) channel, only accept a real 11g channel; this fixes a problem where we were wrongly promoting 11b

svn commit: r187990 - svnadmin/conf

2009-02-01 Thread Sam Leffler
Author: sam Date: Sun Feb 1 21:50:07 2009 New Revision: 187990 URL: http://svn.freebsd.org/changeset/base/187990 Log: bump Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf == --- svnadmi

svn commit: r187989 - in head: . sys/netinet6 usr.bin/netstat

2009-02-01 Thread Bjoern A. Zeeb
(r187989) @@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20090201: + INET6 statistics (struct ip6stat) was updated. + netstat(1) needs to be recompiled. + 20090119

svn commit: r187988 - in stable/6/sys: . contrib/pf dev/cxgb netinet

2009-02-01 Thread Robert Watson
Author: rwatson Date: Sun Feb 1 20:18:27 2009 New Revision: 187988 URL: http://svn.freebsd.org/changeset/base/187988 Log: Merge r187987 from stable/7 to stable/6: Merge r186717 from head to stable/7: Allow the IP_MINTTL socket option to be set to 0 so that it can be disabl

svn commit: r187987 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb netinet

2009-02-01 Thread Robert Watson
Author: rwatson Date: Sun Feb 1 19:20:45 2009 New Revision: 187987 URL: http://svn.freebsd.org/changeset/base/187987 Log: Merge r186717 from head to stable/7: Allow the IP_MINTTL socket option to be set to 0 so that it can be disabled entirely, which is its default state before set

svn commit: r187983 - head/sbin/ipfw

2009-02-01 Thread Luigi Rizzo
Author: luigi Date: Sun Feb 1 16:00:49 2009 New Revision: 187983 URL: http://svn.freebsd.org/changeset/base/187983 Log: put the altq-related functions into a separate file. Minor cleanup of the includes used by the various source files, including annotations of why certain headers are used.

svn commit: r187982 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb netgraph

2009-02-01 Thread Alexander Motin
Author: mav Date: Sun Feb 1 10:13:18 2009 New Revision: 187982 URL: http://svn.freebsd.org/changeset/base/187982 Log: MFC rev. 187387 Remove strict limitation on minimal multilink MRRU. RFC claims that MRRU of 1500 must be supported, but allows smaller values to be negotiated. En