Re: svn commit: r198781 - head/lib/libc/sys

2009-11-07 Thread Doug Barton
Max Laier wrote: > On Monday 02 November 2009 19:20:19 Colin Percival wrote: >> Robert Watson wrote: >>> On Mon, 2 Nov 2009, Colin Percival wrote: Attempt to reduce accidental foot-shooting by pointing out that accept(2)ed sockets do not necessarily inherit O_NONBLOCK from listeni

Re: svn commit: r199018 - head/sys/dev/wpi

2009-11-07 Thread Doug Barton
Sam Leffler wrote: > Try the attached Ok, I'm an idiot, thanks. :) Doug -- Improve the effectiveness of your Internet presence with a domain name makeover!http://SupersetSolutions.com/ ___ svn-src-all@freebsd.org mailing list ht

svn commit: r199037 - head/sys/dev/wpi

2009-11-07 Thread Doug Barton
Author: dougb Date: Sun Nov 8 02:33:33 2009 New Revision: 199037 URL: http://svn.freebsd.org/changeset/base/199037 Log: Properly turn off debugging LART applied (gently) by: sam Modified: head/sys/dev/wpi/if_wpi.c Modified: head/sys/dev/wpi/if_wpi.c

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

2009-11-07 Thread Pyun YongHyeon
Author: yongari Date: Sun Nov 8 01:30:35 2009 New Revision: 199036 URL: http://svn.freebsd.org/changeset/base/199036 Log: Count number of inbound packets which were chosen to be discarded as input errors. Also count out of receive BDs as input errors. Modified: head/sys/dev/bge/if_bge.c M

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

2009-11-07 Thread Pyun YongHyeon
Author: yongari Date: Sun Nov 8 01:13:38 2009 New Revision: 199035 URL: http://svn.freebsd.org/changeset/base/199035 Log: Don't count input errors twice, we always read input errors from MAC in bge_tick. Previously it used to show more number of input errors. I noticed actual input errors w

Re: svn commit: r199018 - head/sys/dev/wpi

2009-11-07 Thread Sam Leffler
Doug Barton wrote: > Sam Leffler wrote: >> The right thing to do is to set wpi_debug to 0 and leave the messages >> compiled in. > > Well as you can see from the diff I did leave the messages in the > source so that anyone who wants to enable debugging again can just > define WPI_DEBUG at build ti

svn commit: r199032 - stable/7/etc

2009-11-07 Thread Doug Barton
Author: dougb Date: Sat Nov 7 23:37:29 2009 New Revision: 199032 URL: http://svn.freebsd.org/changeset/base/199032 Log: MFC r198162: Allow $name_program to override $command in a more robust way that will not cause the value to be null if $command is not set. Modified: stable/7/etc/rc

svn commit: r199031 - stable/7/etc

2009-11-07 Thread Doug Barton
Author: dougb Date: Sat Nov 7 23:24:17 2009 New Revision: 199031 URL: http://svn.freebsd.org/changeset/base/199031 Log: Forcibly remove the svn:mergeinfo on this file now that it's been pulled up into etc/ Modified: Directory Properties: stable/7/etc/termcap.small (props changed) ___

svn commit: r199030 - stable/7/etc

2009-11-07 Thread Doug Barton
Author: dougb Date: Sat Nov 7 23:19:36 2009 New Revision: 199030 URL: http://svn.freebsd.org/changeset/base/199030 Log: Pull mergeinfo for r194088 and r194107 up from termcap.small into etc/ Modified: Directory Properties: stable/7/etc/ (props changed) _

svn commit: r199029 - stable/8/etc

2009-11-07 Thread Doug Barton
Author: dougb Date: Sat Nov 7 22:59:04 2009 New Revision: 199029 URL: http://svn.freebsd.org/changeset/base/199029 Log: MFC r198162: Allow $name_program to override $command in a more robust way that will not cause the value to be null if $command is not set. Modified: stable/8/etc/rc

Re: svn commit: r199026 - stable/8/games/fortune/datfiles

2009-11-07 Thread Bjoern A. Zeeb
On Sat, 7 Nov 2009, Doug Barton wrote: Author: dougb Date: Sat Nov 7 22:27:34 2009 New Revision: 199026 URL: http://svn.freebsd.org/changeset/base/199026 Log: MFC r199023: Move VCS fortune to fortunes-o MFC 199025: Sort fortune Even for things like fortune files we usually do not do ins

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

2009-11-07 Thread Doug Barton
Author: dougb Date: Sat Nov 7 22:47:12 2009 New Revision: 199028 URL: http://svn.freebsd.org/changeset/base/199028 Log: Manually remove a duplicate fortune that I cannot find the commit log for Modified: stable/7/games/fortune/datfiles/fortunes Modified: stable/7/games/fortune/datfiles/fort

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

2009-11-07 Thread Doug Barton
Author: dougb Date: Sat Nov 7 22:40:13 2009 New Revision: 199027 URL: http://svn.freebsd.org/changeset/base/199027 Log: Mass MFC of older commits to bring these files up to date with HEAD: r174581, r174597, r174897, r175017, r175129, r175213, r176638, r176639, r176764, r177781, r177879, r17

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

2009-11-07 Thread Doug Barton
Author: dougb Date: Sat Nov 7 22:27:34 2009 New Revision: 199026 URL: http://svn.freebsd.org/changeset/base/199026 Log: MFC r199023: Move VCS fortune to fortunes-o MFC 199025: Sort fortune Modified: stable/8/games/fortune/datfiles/fortunes stable/8/games/fortune/datfiles/fortunes-

svn commit: r199025 - head/games/fortune/datfiles

2009-11-07 Thread Doug Barton
Author: dougb Date: Sat Nov 7 22:13:29 2009 New Revision: 199025 URL: http://svn.freebsd.org/changeset/base/199025 Log: Properly sort a math fortune after the changes in r193486 Properly sort fortunes added in r174879 and r174959 Modified: head/games/fortune/datfiles/fortunes Modified:

svn commit: r199024 - head/usr.bin/kdump

2009-11-07 Thread Attilio Rao
Author: attilio Date: Sat Nov 7 21:46:34 2009 New Revision: 199024 URL: http://svn.freebsd.org/changeset/base/199024 Log: Use a safety belt for cases where corrupted narg can be passed to the ktrsyscall(). print_number() does decrement the number of arguments, leading to infinite loops for

svn commit: r199023 - head/games/fortune/datfiles

2009-11-07 Thread Doug Barton
Author: dougb Date: Sat Nov 7 21:28:21 2009 New Revision: 199023 URL: http://svn.freebsd.org/changeset/base/199023 Log: Move Warner's very funny comparison of VCS to anal sex into fortunes-o Modified: head/games/fortune/datfiles/fortunes head/games/fortune/datfiles/fortunes-o.real Modifie

Re: svn commit: r198999 - head/sys/dev/msk

2009-11-07 Thread R.Mahmatkhanov
John Baldwin пишет: > Author: jhb > Date: Fri Nov 6 20:07:16 2009 > New Revision: 198999 > URL: http://svn.freebsd.org/changeset/base/198999 > > Log: > Take a step towards removing if_watchdog/if_timer. Don't explicitly set > if_watchdog/if_timer to NULL/0 when initializing an ifnet. if_all

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

2009-11-07 Thread Doug Barton
Author: dougb Date: Sat Nov 7 21:10:48 2009 New Revision: 199022 URL: http://svn.freebsd.org/changeset/base/199022 Log: MFC r197797: s/Putluck Pogo/Potluck Pogo/ MFC r198921: Grammar/formatting fix MFC 199021: Remove svn:executable from datfiles/gerrold.limerick Modified: sta

svn commit: r199021 - head/games/fortune/datfiles

2009-11-07 Thread Doug Barton
Author: dougb Date: Sat Nov 7 21:02:40 2009 New Revision: 199021 URL: http://svn.freebsd.org/changeset/base/199021 Log: Remove the svn:executable property from this file Modified: Directory Properties: head/games/fortune/datfiles/gerrold.limerick (props changed) ___

Re: svn commit: r199018 - head/sys/dev/wpi

2009-11-07 Thread Doug Barton
Sam Leffler wrote: > The right thing to do is to set wpi_debug to 0 and leave the messages > compiled in. Well as you can see from the diff I did leave the messages in the source so that anyone who wants to enable debugging again can just define WPI_DEBUG at build time to get it. However defining

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

2009-11-07 Thread Pyun YongHyeon
Author: yongari Date: Sat Nov 7 20:37:38 2009 New Revision: 199020 URL: http://svn.freebsd.org/changeset/base/199020 Log: Tell upper layer we support long frames. ether_ifattach() initializes it to ETHER_HDR_LEN so we have to override it after calling ether_ifattch(). While I'm here remov

Re: svn commit: r199018 - head/sys/dev/wpi

2009-11-07 Thread Sam Leffler
Doug Barton wrote: > Author: dougb > Date: Sat Nov 7 18:42:53 2009 > New Revision: 199018 > URL: http://svn.freebsd.org/changeset/base/199018 > > Log: > Turn off WPI_DEBUG by default as the driver seems sufficiently stable > at this point. > > Reviewed by:benjsc, thompsa > > Mod

svn commit: r199019 - head/contrib/bind9/bin/dig

2009-11-07 Thread Doug Barton
Author: dougb Date: Sat Nov 7 18:55:39 2009 New Revision: 199019 URL: http://svn.freebsd.org/changeset/base/199019 Log: Wrap some socket handling code in a !NULL bow This patch or something similar will likely be included in a future BIND release. PR: bin/138061 Submitte

svn commit: r199018 - head/sys/dev/wpi

2009-11-07 Thread Doug Barton
Author: dougb Date: Sat Nov 7 18:42:53 2009 New Revision: 199018 URL: http://svn.freebsd.org/changeset/base/199018 Log: Turn off WPI_DEBUG by default as the driver seems sufficiently stable at this point. Reviewed by: benjsc, thompsa Modified: head/sys/dev/wpi/if_wpi.c Modified: hea

Re: svn commit: r199017 - head/sys/geom/part

2009-11-07 Thread Marcel Moolenaar
On Nov 7, 2009, at 9:29 AM, Robert Noland wrote: Author: rnoland Date: Sat Nov 7 17:29:03 2009 New Revision: 199017 URL: http://svn.freebsd.org/changeset/base/199017 Log: Fix handling of GPT headers when size is > 92 bytes. Thanks! -- Marcel Moolenaar xcl...@mac.com ___

svn commit: r199017 - head/sys/geom/part

2009-11-07 Thread Robert Noland
Author: rnoland Date: Sat Nov 7 17:29:03 2009 New Revision: 199017 URL: http://svn.freebsd.org/changeset/base/199017 Log: Fix handling of GPT headers when size is > 92 bytes. It is valid for an on-disk GPT header to report a header size which is greater than 92 bytes. Previously, we wou

svn commit: r199016 - head/sys/dev/acpica

2009-11-07 Thread Andriy Gapon
Author: avg Date: Sat Nov 7 11:46:38 2009 New Revision: 199016 URL: http://svn.freebsd.org/changeset/base/199016 Log: acpi: remove 'magic' ivar o acpi_hpet: auto-added 'wildcard' devices can be identified by non-NULL handle attribute. o acpi_ec: auto-add 'wildcard' devices can be ide

svn commit: r199015 - in head/sys: dev/ichwd modules/ichwd

2009-11-07 Thread Andriy Gapon
Author: avg Date: Sat Nov 7 11:41:23 2009 New Revision: 199015 URL: http://svn.freebsd.org/changeset/base/199015 Log: ichwd: don't attach to isa pnp device(s) by accident Reviewed by: imp, des MFC after:1 week Modified: head/sys/dev/ichwd/ichwd.c head/sys/modules/ichwd/Makefile

Re: svn commit: r199004 - stable/7/usr.bin/vmstat

2009-11-07 Thread Robert Watson
On Fri, 6 Nov 2009, John Baldwin wrote: MFC 198620: When fetching sum stats (vmstat -s) from a crash dump, fetch per-CPU counts and sum them to form the total counts. At some point, we need to complete the migration to per-CPU stats for most of our statistics counters, as well as a migrat