Re: svn commit: r190775 - head/sbin/route

2009-04-07 Thread Peter Jeremy
On 2009-Apr-06 18:45:29 +0100, Robert Watson rwat...@freebsd.org wrote: Perhaps I'm sort of old-fashioned, but I would generally expect: (1) No netmask specified -- use class to determine netmask (2) netmask specified using -net 192.168/20 -- use /20 (3) netmask specified using -netmask --

svn commit: r190796 - svnadmin/conf

2009-04-07 Thread Robert Watson
Author: rwatson Date: Tue Apr 7 12:39:55 2009 New Revision: 190796 URL: http://svn.freebsd.org/changeset/base/190796 Log: Free the captive trasz from the chains of mentorship. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors

svn commit: r190797 - stable/7/usr.sbin/jexec

2009-04-07 Thread Ruslan Ermilov
Author: ru Date: Tue Apr 7 12:49:50 2009 New Revision: 190797 URL: http://svn.freebsd.org/changeset/base/190797 Log: MFC: - Add missing include. - Style: size_t can't be negative. - Don't exit with a zero status code when no jails are configured on a system. - Style:

svn commit: r190798 - head/lib/libc/string

2009-04-07 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Apr 7 13:42:53 2009 New Revision: 190798 URL: http://svn.freebsd.org/changeset/base/190798 Log: Add wide character variants of string manipulations routines to 'SEE ALSO'. Approved by: rwatson (mentor) Modified: head/lib/libc/string/memchr.3

Re: svn commit: r190758 - head/sbin/route

2009-04-07 Thread Alex Dupre
Randall Stewart ha scritto: Are you sure that this is a good idea? Is this behavior described/recommended somewhere? IMHO specifying network without explicitly defined netmask is at least dangerous, if not wrong, in present classless addressing time. Changing existing behavior breaks POLA for

svn commit: r190800 - head/sys/netinet

2009-04-07 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 7 14:42:40 2009 New Revision: 190800 URL: http://svn.freebsd.org/changeset/base/190800 Log: With the right comparison we get a proper wscale value and thus more adequate TCP performance with IPv6. Changes for IPv4, r166403 and r172795, both ignored the IPv6

svn commit: r190801 - head/sys/dev/ed

2009-04-07 Thread Warner Losh
Author: imp Date: Tue Apr 7 15:34:26 2009 New Revision: 190801 URL: http://svn.freebsd.org/changeset/base/190801 Log: Minor fixes to comments about media autoselect. Modified: head/sys/dev/ed/if_ed_pccard.c Modified: head/sys/dev/ed/if_ed_pccard.c

svn commit: r190802 - head/sys/dev/ed

2009-04-07 Thread Warner Losh
Author: imp Date: Tue Apr 7 15:36:02 2009 New Revision: 190802 URL: http://svn.freebsd.org/changeset/base/190802 Log: Apply generic media stuff to pccard case too, when we aren't using miibus for this. Modified: head/sys/dev/ed/if_ed_pccard.c Modified: head/sys/dev/ed/if_ed_pccard.c

svn commit: r190803 - head/sys/dev/ed

2009-04-07 Thread Warner Losh
Author: imp Date: Tue Apr 7 15:40:38 2009 New Revision: 190803 URL: http://svn.freebsd.org/changeset/base/190803 Log: The DL100xx cards have 24k of packet memory, not 16k. Use it for them and update comments about original patches doing this and it not working. It works for both the

svn commit: r190804 - head/sys/dev/ed

2009-04-07 Thread Warner Losh
Author: imp Date: Tue Apr 7 15:43:34 2009 New Revision: 190804 URL: http://svn.freebsd.org/changeset/base/190804 Log: Move tick to end of file for better code references. Modified: head/sys/dev/ed/if_ed_pccard.c Modified: head/sys/dev/ed/if_ed_pccard.c

svn commit: r190805 - head/sys/dev/ed

2009-04-07 Thread Warner Losh
Author: imp Date: Tue Apr 7 15:44:50 2009 New Revision: 190805 URL: http://svn.freebsd.org/changeset/base/190805 Log: Remove DL10019 workaround, since the code it calls isn't quite ready. Modified: head/sys/dev/ed/if_ed_pccard.c Modified: head/sys/dev/ed/if_ed_pccard.c

svn commit: r190806 - head/sys/fs/pseudofs

2009-04-07 Thread Dag-Erling Smorgrav
Author: des Date: Tue Apr 7 16:13:10 2009 New Revision: 190806 URL: http://svn.freebsd.org/changeset/base/190806 Log: Fix an inverted KASSERT. Add similar assertions in other similar places. Reported by: Andrew Brampton m...@bramp.net MFC after:1 week Modified:

svn commit: r190807 - head/sys/dev/ed

2009-04-07 Thread Warner Losh
Author: imp Date: Tue Apr 7 16:15:59 2009 New Revision: 190807 URL: http://svn.freebsd.org/changeset/base/190807 Log: Fix a comment to match the code. Modified: head/sys/dev/ed/if_ed_pccard.c Modified: head/sys/dev/ed/if_ed_pccard.c

Re: svn commit: r190758 - head/sbin/route

2009-04-07 Thread Dag-Erling Smørgrav
Robert Watson rwat...@freebsd.org writes: Does this maintain compatibility for people who may still mysteriously be specifying class-based IPs and netmasks in configuration files? If not, this should not be MFC'd... Here's the really ugly part... % ping 10 PING 10 (0.0.0.10): 56 data bytes %

svn commit: r190808 - stable/7/etc/rc.d

2009-04-07 Thread Maksim Yevmenkin
Author: emax Date: Tue Apr 7 16:29:50 2009 New Revision: 190808 URL: http://svn.freebsd.org/changeset/base/190808 Log: MFC r190575 - Add ipfw_nat to the list of required modules if firewall_nat_enable is set and natd_enable is NOT set; - Accept and pass firewall type to the

Re: svn commit: r190758 - head/sbin/route

2009-04-07 Thread Robert Watson
On Tue, 7 Apr 2009, Dag-Erling Smørgrav wrote: Robert Watson rwat...@freebsd.org writes: Does this maintain compatibility for people who may still mysteriously be specifying class-based IPs and netmasks in configuration files? If not, this should not be MFC'd... Here's the really ugly

svn commit: r190811 - head/sys/dev/ed

2009-04-07 Thread Warner Losh
Author: imp Date: Tue Apr 7 17:06:06 2009 New Revision: 190811 URL: http://svn.freebsd.org/changeset/base/190811 Log: More chip types, and fix a comment. Modified: head/sys/dev/ed/if_edreg.h Modified: head/sys/dev/ed/if_edreg.h

Re: svn commit: r190810 - head/sys/dev/hptmv

2009-04-07 Thread John Baldwin
On Tuesday 07 April 2009 12:40:32 pm Xin LI wrote: Author: delphij Date: Tue Apr 7 16:40:31 2009 New Revision: 190810 URL: http://svn.freebsd.org/changeset/base/190810 Log: When multiple cards are present, register a shutdown handler for each card instead of just register one for the

Re: svn commit: r190810 - head/sys/dev/hptmv

2009-04-07 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Baldwin wrote: On Tuesday 07 April 2009 12:40:32 pm Xin LI wrote: Author: delphij Date: Tue Apr 7 16:40:31 2009 New Revision: 190810 URL: http://svn.freebsd.org/changeset/base/190810 Log: When multiple cards are present, register a

svn commit: r190812 - head/contrib/gdb

2009-04-07 Thread Ed Maste
Author: emaste Date: Tue Apr 7 17:16:09 2009 New Revision: 190812 URL: http://svn.freebsd.org/changeset/base/190812 Log: Bootstrap merge history for gdb. Modified: head/contrib/gdb/ (props changed) ___ svn-src-all@freebsd.org mailing list

svn commit: r190813 - head/sys/boot/i386/libi386

2009-04-07 Thread Jung-uk Kim
Author: jkim Date: Tue Apr 7 17:24:25 2009 New Revision: 190813 URL: http://svn.freebsd.org/changeset/base/190813 Log: Increase sprintf(3) buffer size, which I forgot from the previous commit. Modified: head/sys/boot/i386/libi386/smbios.c Modified: head/sys/boot/i386/libi386/smbios.c

Re: svn commit: r190808 - stable/7/etc/rc.d

2009-04-07 Thread Alexey Dokuchaev
On Tue, Apr 07, 2009 at 04:29:50PM +, Maksim Yevmenkin wrote: Author: emax Date: Tue Apr 7 16:29:50 2009 New Revision: 190808 URL: http://svn.freebsd.org/changeset/base/190808 ipfw_start() { + local _firewall_type + + _firewall_type=$1 Why extra tab and not simply

svn commit: r190814 - head/sys/boot/i386/libi386

2009-04-07 Thread Jung-uk Kim
Author: jkim Date: Tue Apr 7 17:58:15 2009 New Revision: 190814 URL: http://svn.freebsd.org/changeset/base/190814 Log: Rewrite SMBIOS for loader: - First three fields of system UUID may be little-endian as described in SMBIOS Specification v2.6. For now, we keep the network byte order

svn commit: r190817 - head/sys/amd64/include

2009-04-07 Thread Ed Schouten
Author: ed Date: Tue Apr 7 19:31:36 2009 New Revision: 190817 URL: http://svn.freebsd.org/changeset/base/190817 Log: Don't explicitly force ecx to be used for MSR_FSBASE/MSR_GSBASE. Because the c input constaint is used, the compiler will already place the MSR_FSBASE/MSR_GSBASE

svn commit: r190818 - head/sys/net

2009-04-07 Thread Ed Schouten
Author: ed Date: Tue Apr 7 19:35:20 2009 New Revision: 190818 URL: http://svn.freebsd.org/changeset/base/190818 Log: Add parentheses to under-parenthesized macro. Submitted by: Christoph Mallon christoph.mal...@gmx.de Modified: head/sys/net/if_spppsubr.c Modified:

svn commit: r190820 - head/sys/dev/ata

2009-04-07 Thread Ed Schouten
Author: ed Date: Tue Apr 7 19:44:06 2009 New Revision: 190820 URL: http://svn.freebsd.org/changeset/base/190820 Log: Improve clarity: if (a (b ? b : c)) - if (a (b || c)) Submitted by: Christoph Mallon christoph.mal...@gmx.de Modified: head/sys/dev/ata/ata-queue.c Modified:

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

2009-04-07 Thread Max Khon
Author: fjoe Date: Tue Apr 7 19:49:38 2009 New Revision: 190821 URL: http://svn.freebsd.org/changeset/base/190821 Log: Avoid infinite loops when remaking makefiles not only for Makefile targets but also for targets they depend on. Modified: head/usr.bin/make/globals.h

svn commit: r190822 - head/share/man/man4

2009-04-07 Thread Christian Brueffer
Author: brueffer Date: Tue Apr 7 19:53:36 2009 New Revision: 190822 URL: http://svn.freebsd.org/changeset/base/190822 Log: Move an end list macro to the right place. Found by: man2hwnotes.pl MFC after:3 days Modified: head/share/man/man4/wpi.4 Modified:

svn commit: r190823 - head/share/man/man4/man4.powerpc

2009-04-07 Thread Christian Brueffer
Author: brueffer Date: Tue Apr 7 20:00:20 2009 New Revision: 190823 URL: http://svn.freebsd.org/changeset/base/190823 Log: Mdoc cleanup. Prompted by: man2hwnotes.pl MFC after:3 days Modified: head/share/man/man4/man4.powerpc/pmu.4 Modified:

svn commit: r190816 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb geom/label

2009-04-07 Thread Ivan Voras
Author: ivoras Date: Tue Apr 7 19:18:02 2009 New Revision: 190816 URL: http://svn.freebsd.org/changeset/base/190816 Log: Merge r190423: introduce a new UFS-based label called ufsid that can be used to reference UFS-carrying devices by the unique file system id. An example of this new label

svn commit: r190824 - head/share/man/man4

2009-04-07 Thread Christian Brueffer
Author: brueffer Date: Tue Apr 7 20:11:02 2009 New Revision: 190824 URL: http://svn.freebsd.org/changeset/base/190824 Log: Reword the HARDWARE section so uath(4) can actually be recognized in the hardware notes on the website. While here sort SEE ALSO. Modified:

svn commit: r190825 - head/release/doc/en_US.ISO8859-1/hardware

2009-04-07 Thread Christian Brueffer
Author: brueffer Date: Tue Apr 7 20:12:15 2009 New Revision: 190825 URL: http://svn.freebsd.org/changeset/base/190825 Log: Autogenerate hardware notes for the uath(4) driver. Modified: head/release/doc/en_US.ISO8859-1/hardware/article.sgml Modified:

svn commit: r190826 - head/share/man/man4

2009-04-07 Thread Christian Brueffer
Author: brueffer Date: Tue Apr 7 20:13:48 2009 New Revision: 190826 URL: http://svn.freebsd.org/changeset/base/190826 Log: Remove superfluous dot. Modified: head/share/man/man4/uath.4 Modified: head/share/man/man4/uath.4

svn commit: r190827 - head/contrib/gdb

2009-04-07 Thread Ed Maste
Author: emaste Date: Tue Apr 7 20:15:51 2009 New Revision: 190827 URL: http://svn.freebsd.org/changeset/base/190827 Log: - Use gdb-* glob instead of gdb-6.1.1, to simplify future imports. - Add a few entries for additional files from later gdb releases that should also be ignored.

svn commit: r190828 - head/libexec/ftpd

2009-04-07 Thread David E. O'Brien
Author: obrien Date: Tue Apr 7 20:34:34 2009 New Revision: 190828 URL: http://svn.freebsd.org/changeset/base/190828 Log: Move variable externs into extern.h so they are checked against the definitions. Modified: head/libexec/ftpd/extern.h head/libexec/ftpd/ftpcmd.y

Re: svn commit: r190816 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb geom/label

2009-04-07 Thread Dmitry Marakasov
* Robert Watson (rwat...@freebsd.org) wrote: I get quite a lot of console spam in 8.x right now every boot: GEOM_LABEL: Label for provider ad0s1a is ufsid/472fc8054efc5e4a. GEOM_LABEL: Label for provider ad0s1e is ufsid/472fc8053581dc9c. Trying to mount root from ufs:/dev/ad0s1a

svn commit: r190829 - head/sys/kern

2009-04-07 Thread Robert Watson
Author: rwatson Date: Tue Apr 7 20:58:56 2009 New Revision: 190829 URL: http://svn.freebsd.org/changeset/base/190829 Log: Nul-terminate strings in the VFS name cache, which negligibly change the size and cost of name cache entries, but make adding debugging and tracing easier. Add SDT

Re: svn commit: r190816 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb geom/label

2009-04-07 Thread Ivan Voras
2009/4/7 Dmitry Marakasov amd...@amdmi3.ru: * Robert Watson (rwat...@freebsd.org) wrote: I get quite a lot of console spam in 8.x right now every boot: GEOM_LABEL: Label for provider ad0s1a is ufsid/472fc8054efc5e4a. GEOM_LABEL: Label for provider ad0s1e is ufsid/472fc8053581dc9c. Trying to

svn commit: r190831 - head/sys/dev/drm

2009-04-07 Thread Robert Noland
Author: rnoland Date: Tue Apr 7 22:20:58 2009 New Revision: 190831 URL: http://svn.freebsd.org/changeset/base/190831 Log: Add regs required for occlusion queries support Submitted by: Maciej Cencora m.cenc...@gmail.com MFC after:3 days Modified: head/sys/dev/drm/r300_cmdbuf.c

Re: svn commit: r190816 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb geom/label

2009-04-07 Thread Brooks Davis
On Wed, Apr 08, 2009 at 12:04:53AM +0200, Ivan Voras wrote: 2009/4/7 Dmitry Marakasov amd...@amdmi3.ru: * Robert Watson (rwat...@freebsd.org) wrote: I get quite a lot of console spam in 8.x right now every boot: GEOM_LABEL: Label for provider ad0s1a is ufsid/472fc8054efc5e4a.

svn commit: r190832 - head/share/man/man4

2009-04-07 Thread Xin LI
Author: delphij Date: Tue Apr 7 22:23:48 2009 New Revision: 190832 URL: http://svn.freebsd.org/changeset/base/190832 Log: Add the following media types as supported by bce(4): - 1000BaseSX - 2500BaseSX While I'm there, correct 1000BaseTX as more standard 1000BaseT. MFC

svn commit: r190833 - head/sys/dev/drm

2009-04-07 Thread Robert Noland
Author: rnoland Date: Tue Apr 7 22:26:53 2009 New Revision: 190833 URL: http://svn.freebsd.org/changeset/base/190833 Log: check offsets for R300_ZB_ZPASS_ADDR Submitted by: Maciej Cencora m.cenc...@gmail.com MFC after:3 days Modified: head/sys/dev/drm/r300_cmdbuf.c Modified:

svn commit: r190834 - head/sys/dev/uart

2009-04-07 Thread Marcel Moolenaar
Author: marcel Date: Wed Apr 8 00:14:06 2009 New Revision: 190834 URL: http://svn.freebsd.org/changeset/base/190834 Log: Fix hangs caused by hardware that signals receive errors (framing, parity, etc), but does not indicate characters being received. Since no chracters have been received,

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

2009-04-07 Thread Xin LI
Author: delphij Date: Wed Apr 8 02:04:07 2009 New Revision: 190835 URL: http://svn.freebsd.org/changeset/base/190835 Log: MFC 190398 + 190405: Use __packed for ioctl structure to make High Point management tool work. Approved by: re (kensmith) Modified: stable/7/sys/ (props

svn commit: r190836 - head/usr.sbin

2009-04-07 Thread Weongyo Jeong
Author: weongyo Date: Wed Apr 8 03:53:20 2009 New Revision: 190836 URL: http://svn.freebsd.org/changeset/base/190836 Log: block build of uathload on ia64 temporarily because binutils expects machine-specific flags to match but ar5523.bin doesn't have. Pointed by: marcel Modified: