svn commit: r216187 - head

2010-12-04 Thread Doug Barton
Author: dougb Date: Sat Dec 4 18:52:05 2010 New Revision: 216187 URL: http://svn.freebsd.org/changeset/base/216187 Log: Add MAKEDEV.8 Submitted by: Alex Kozlov Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

svn commit: r216196 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 09:33:04 2010 New Revision: 216196 URL: http://svn.freebsd.org/changeset/base/216196 Log: Bring in the change from NetBSD 1.18: "If using stat (the -L flag) and it fails, fall back to lstat(). It may be the case that we're examining a broken symlink, and an

svn commit: r216197 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 09:35:07 2010 New Revision: 216197 URL: http://svn.freebsd.org/changeset/base/216197 Log: Add my own documentation for the change in our r216196, aka NetBSD's 1.18 For -L if stat(2) fails, fall back to lstat(2). .Dd purposely not bumped because more changes

svn commit: r216202 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 20:47:53 2010 New Revision: 216202 URL: http://svn.freebsd.org/changeset/base/216202 Log: Bring in the change from NetBSD 1.22: "Fix a trivial truncation case, and eliminate a corner case that might print a nul character." I am purposely bypassing the f

svn commit: r216203 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 21:11:45 2010 New Revision: 216203 URL: http://svn.freebsd.org/changeset/base/216203 Log: Bring in a new feature, adding a -f option to readlink to print the path of the target, similar to realpath(1). See the discussion at: http://gnats.netbsd.org/cgi-bin/quer

svn commit: r216204 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 21:17:02 2010 New Revision: 216204 URL: http://svn.freebsd.org/changeset/base/216204 Log: Bring in the update from NetBSD 1.19, the documentation of readlink -f "PR/34662: martijnb at atlas dot ipv6 dot stack dot nl: readlink doesn't grok -f, and there's no

svn commit: r216205 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 21:29:20 2010 New Revision: 216205 URL: http://svn.freebsd.org/changeset/base/216205 Log: Bring in the update from NetBSD 1.28: "Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)" Because of code differences I had to hand-apply parts of the patch, so resp

svn commit: r216206 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 21:33:05 2010 New Revision: 216206 URL: http://svn.freebsd.org/changeset/base/216206 Log: Fix an "unused variable" error that gets us all the way to WARNS=6 Modified: head/usr.bin/stat/Makefile head/usr.bin/stat/stat.c Modified: head/usr.bin/stat/Makefile ===

svn commit: r216207 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 21:53:12 2010 New Revision: 216207 URL: http://svn.freebsd.org/changeset/base/216207 Log: Bring in the following changes from NetBSD. See the discussion at: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=44128 1.29 "Don't printf time_t with %d;

svn commit: r216209 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 22:01:01 2010 New Revision: 216209 URL: http://svn.freebsd.org/changeset/base/216209 Log: Bring in the change from NetBSD 1.12: "document default format." Obtained from:y...@netbsd.org Modified: head/usr.bin/stat/stat.1 Modified: head/usr.bin/

svn commit: r216213 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 22:16:51 2010 New Revision: 216213 URL: http://svn.freebsd.org/changeset/base/216213 Log: Bring in the changes from NetBSD 1.13 that we did not already have, with some differences. "Sort options. Use more mdoc macros. Some nit fixes. Bump date." Obtaine

svn commit: r216215 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 22:20:08 2010 New Revision: 216215 URL: http://svn.freebsd.org/changeset/base/216215 Log: Bring in the changes from NetBSD 1.16 that we did not already have. "Some fixes from j...@openbsd." Obtained from:w...@netbsd.org Modified: head/usr.bin/s

svn commit: r216216 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 22:24:34 2010 New Revision: 216216 URL: http://svn.freebsd.org/changeset/base/216216 Log: Bring in the change from NetBSD 1.20: "Make sentence easier to parse. From js...@openbsd via j...@openbsd." Obtained from:w...@netbsd.org Modified: head/u

svn commit: r216218 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 22:41:58 2010 New Revision: 216218 URL: http://svn.freebsd.org/changeset/base/216218 Log: Bring in the following changes from NetBSD: 1.21 "Document the flags displayed by the default format, and mention their short names. From es...@openbsd via j...@openb

svn commit: r216219 - head/usr.bin/stat

2010-12-05 Thread Doug Barton
Author: dougb Date: Sun Dec 5 22:47:08 2010 New Revision: 216219 URL: http://svn.freebsd.org/changeset/base/216219 Log: Bring in the change from NetBSD 1.28: "\\ -> \e" Obtained from:jo...@netbsd.org Bump .Dd because we're now up to date with the latest NetBSD version Mo

Re: svn commit: r216230 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-12-07 Thread Doug Barton
On 12/07/2010 03:51, Bruce Cran wrote: On Tue, Dec 07, 2010 at 01:31:27PM +0200, Alexander Motin wrote: Not necessary. Some places indeed may have some legacy requirements, for example, in theory MBR want partition to be aligned to "track boundary" (but I've seen many pre-formatted SD cards with

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

2010-12-07 Thread Doug Barton
Author: dougb Date: Wed Dec 8 07:00:22 2010 New Revision: 216286 URL: http://svn.freebsd.org/changeset/base/216286 Log: MFC r216065: Update the description of green_saver.ko Improvements to my suggested text from: jhb Approved by: re (kib) Modified: stable/8/share/man/man4/sp

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

2010-12-07 Thread Doug Barton
Author: dougb Date: Wed Dec 8 07:00:53 2010 New Revision: 216287 URL: http://svn.freebsd.org/changeset/base/216287 Log: MFC r216065: Update the description of green_saver.ko Improvements to my suggested text from: jhb Approved by: re (kib) Modified: stable/7/share/man/man4/sp

svn commit: r216302 - in vendor/bind9/dist-9.4: . bin/named doc/draft lib/dns lib/dns/include/dns lib/isc

2010-12-08 Thread Doug Barton
Author: dougb Date: Wed Dec 8 19:33:18 2010 New Revision: 216302 URL: http://svn.freebsd.org/changeset/base/216302 Log: Vendor import of BIND 9.4-ESV-R4 Added: vendor/bind9/dist-9.4/RELEASE-NOTES-BIND-9.4-ESV.html (contents, props changed) vendor/bind9/dist-9.4/RELEASE-NOTES-BIND-9.4-ES

svn commit: r216303 - vendor/bind9/9.4-ESV-R4

2010-12-08 Thread Doug Barton
Author: dougb Date: Wed Dec 8 19:33:44 2010 New Revision: 216303 URL: http://svn.freebsd.org/changeset/base/216303 Log: Tag the 9.4-ESV-R4 release Added: vendor/bind9/9.4-ESV-R4/ - copied from r216302, vendor/bind9/dist-9.4/ ___ svn-src-all@fr

svn commit: r216307 - in stable/8/contrib/bind9: . bin/check bin/dig bin/named bin/named/include/named lib/dns lib/dns/include/dns lib/isc

2010-12-08 Thread Doug Barton
Author: dougb Date: Wed Dec 8 19:59:53 2010 New Revision: 216307 URL: http://svn.freebsd.org/changeset/base/216307 Log: Update to version 9.6-ESV-R4, the latest from ISC, which addresses the following security vulnerabilities. For more information regarding these issues please see: ht

svn commit: r216336 - in stable/7/contrib/bind9: . bin/named doc/draft lib/dns lib/dns/include/dns lib/isc

2010-12-09 Thread Doug Barton
Author: dougb Date: Thu Dec 9 21:11:53 2010 New Revision: 216336 URL: http://svn.freebsd.org/changeset/base/216336 Log: MFV: vendor/bind9/dist-9.4 Update to version 9.4-ESV-R4, the latest from ISC, which addresses the following security vulnerabilities. For more information regardin

svn commit: r216343 - head/usr.bin/stat

2010-12-09 Thread Doug Barton
Author: dougb Date: Thu Dec 9 23:57:23 2010 New Revision: 216343 URL: http://svn.freebsd.org/changeset/base/216343 Log: Bring in the change from OpenBSD's 1.14: "synchronize synopsis and usage; "-l", "-r", "-s" and "-x" are mutually exclusive; while here, slightly improve spacing in the

svn commit: r216512 - head/usr.bin/stat

2010-12-17 Thread Doug Barton
Author: dougb Date: Sat Dec 18 00:30:52 2010 New Revision: 216512 URL: http://svn.freebsd.org/changeset/base/216512 Log: Bring in the relevant changes from NetBSD's 1.31: "Use strlcpy, not strncpy, when the desired semantics are strlcpy's rather than strncpy's." Note: NetBSD's 1.32 i

Re: svn commit: r211506 - stable/8/etc/periodic/daily

2010-12-18 Thread Doug Barton
This should not have been done. It added a bunch of extraneous mergeinfo in the RELENG_8 etc branch. This change was important, but not so important that it didn't warrant asking for help to get the merge right. Doug On 08/19/2010 06:24, Alexander Leidinger wrote: Author: netchild Date: Thu

svn commit: r216568 - in stable/8/etc: periodic/daily rc.d

2010-12-19 Thread Doug Barton
Author: dougb Date: Sun Dec 19 20:10:48 2010 New Revision: 216568 URL: http://svn.freebsd.org/changeset/base/216568 Log: MFC r215824: Add a sync to the shutdown step. In the common case this will be harmless at worst. On a heavily loaded server it will give the fs a chance to do its bus

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

2010-12-19 Thread Doug Barton
Author: dougb Date: Sun Dec 19 20:11:21 2010 New Revision: 216569 URL: http://svn.freebsd.org/changeset/base/216569 Log: MFC r215824: Add a sync to the shutdown step. In the common case this will be harmless at worst. On a heavily loaded server it will give the fs a chance to do its bus

svn commit: r216570 - stable/8

2010-12-19 Thread Doug Barton
Author: dougb Date: Sun Dec 19 20:12:17 2010 New Revision: 216570 URL: http://svn.freebsd.org/changeset/base/216570 Log: MFC r216187: Add MAKEDEV.8 Submitted by: Alex Kozlov Approved by: re (kib) Modified: stable/8/ObsoleteFiles.inc (contents, props changed) Modified: stab

svn commit: r216571 - stable/7

2010-12-19 Thread Doug Barton
Author: dougb Date: Sun Dec 19 20:12:44 2010 New Revision: 216571 URL: http://svn.freebsd.org/changeset/base/216571 Log: MFC r216187: Add MAKEDEV.8 Submitted by: Alex Kozlov Approved by:re (kib) Modified: stable/7/ObsoleteFiles.inc (contents, props changed) Modified:

svn commit: r216574 - stable/8/etc/periodic/daily

2010-12-19 Thread Doug Barton
Author: dougb Date: Sun Dec 19 21:51:11 2010 New Revision: 216574 URL: http://svn.freebsd.org/changeset/base/216574 Log: Pull svn:mergeinfo up from subdirectories and files onto etc/ where it belongs. Approved by: re (kib) Modified: Directory Properties: stable/8/etc/ (props changed

svn commit: r196434 - head/release/scripts

2009-08-22 Thread Doug Barton
Author: dougb Date: Sun Aug 23 05:42:50 2009 New Revision: 196434 URL: http://svn.freebsd.org/changeset/base/196434 Log: Add a script to create the /var/db/mergemaster.mtree file for new releases so that when users subsequently update their source trees they can make use of mergemaster's -U

svn commit: r196435 - head/sys/conf

2009-08-22 Thread Doug Barton
Author: dougb Date: Sun Aug 23 05:45:38 2009 New Revision: 196435 URL: http://svn.freebsd.org/changeset/base/196435 Log: The svnversion string is only relevant when newvers.sh is called during the kernel build process, the other places that call the script do not make use of that information

svn commit: r196436 - in head/etc: . rc.d

2009-08-22 Thread Doug Barton
Author: dougb Date: Sun Aug 23 05:47:19 2009 New Revision: 196436 URL: http://svn.freebsd.org/changeset/base/196436 Log: Move is_wired_interface() from rc.d/wpa_supplicant into network.subr, simplify it a bit, and make use of that method to determine if an interface is a candidate for IPv6 r

svn commit: r196439 - head/etc/rc.d

2009-08-22 Thread Doug Barton
Author: dougb Date: Sun Aug 23 05:56:54 2009 New Revision: 196439 URL: http://svn.freebsd.org/changeset/base/196439 Log: Fix the typo mentioned in the PR, and one additional. Fix caps while I'm here. PR: conf/138087 Submitted by: Chris Petrik Modified: head/etc/rc.d/ipsec

Re: svn commit: r196435 - head/sys/conf

2009-08-22 Thread Doug Barton
Juli Mallett wrote: > On Sat, Aug 22, 2009 at 22:45, Doug Barton wrote: >> Author: dougb >> Date: Sun Aug 23 05:45:38 2009 >> New Revision: 196435 >> URL: http://svn.freebsd.org/changeset/base/196435 >> >> Log: >> The svnversion string is only rele

svn commit: r196478 - head/etc

2009-08-23 Thread Doug Barton
Author: dougb Date: Sun Aug 23 19:52:47 2009 New Revision: 196478 URL: http://svn.freebsd.org/changeset/base/196478 Log: Prior to the dire warning about values of network_interfaces other than AUTO the biggest mistake users made was leaving lo0 off the list. Since lo0 is effectively mandator

svn commit: r196523 - head/etc

2009-08-24 Thread Doug Barton
Author: dougb Date: Mon Aug 24 22:05:08 2009 New Revision: 196523 URL: http://svn.freebsd.org/changeset/base/196523 Log: Improve the case test to detect the presence of lo0 in the list of network_interfaces. Submitted by: Christoph Mallon Modified: head/etc/network.subr Modified: hea

Re: svn commit: r196478 - head/etc

2009-08-24 Thread Doug Barton
Christoph Mallon wrote: > Doug Barton schrieb: >> Author: dougb >> Date: Sun Aug 23 19:52:47 2009 >> New Revision: 196478 >> URL: http://svn.freebsd.org/changeset/base/196478 >> >> Log: >> Prior to the dire warning about values of network_interfaces o

Re: svn commit: r196550 - in head: etc/defaults etc/rc.d share/man/man5

2009-08-25 Thread Doug Barton
My sincere apologies for missing this the first N times I reviewed it, but both variables in functions should be declared local. Attached is a suggested patch. Doug -- This .signature sanitized for your protection Index: static_arp =

Re: svn commit: r196550 - in head: etc/defaults etc/rc.d share/man/man5

2009-08-25 Thread Doug Barton
Gleb Kurtsou wrote: > Would you please add support for reading pairs from file It does read them from a file, the file is named "rc.conf." :) Doug -- This .signature sanitized for your protection ___ svn-src-all@freebsd.org mailing list http:/

Re: svn commit: r196550 - in head: etc/defaults etc/rc.d share/man/man5

2009-08-26 Thread Doug Barton
Pawel Jakub Dawidek wrote: > I put '/usr/sbin/arp -f /etc/arp.conf' into /etc/rc.local on almost all > of my servers, which is very handy, indeed. And with your patch proposed > in another e-mail to be able to remove entries defined in a file seems > to be a complete solution. I'd also like to see

svn commit: r196564 - in stable/8/release: . doc scripts

2009-08-26 Thread Doug Barton
Author: dougb Date: Wed Aug 26 20:57:21 2009 New Revision: 196564 URL: http://svn.freebsd.org/changeset/base/196564 Log: MFC 196434: Add a script to create the /var/db/mergemaster.mtree file for new releases so that when users subsequently update their source trees they can make use of

svn commit: r196565 - in stable/7/release: . scripts

2009-08-26 Thread Doug Barton
Author: dougb Date: Wed Aug 26 21:05:17 2009 New Revision: 196565 URL: http://svn.freebsd.org/changeset/base/196565 Log: MFC 196434: Add a script to create the /var/db/mergemaster.mtree file for new releases so that when users subsequently update their source trees they can make use of

svn commit: r196566 - in stable/8/etc: . rc.d

2009-08-26 Thread Doug Barton
Author: dougb Date: Wed Aug 26 21:08:41 2009 New Revision: 196566 URL: http://svn.freebsd.org/changeset/base/196566 Log: MFC 196436; Move is_wired_interface() from rc.d/wpa_supplicant into network.subr, simplify it a bit, and make use of that method to determine if an interface is a can

svn commit: r196571 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris conf contrib/dev/acpica contrib/pf dev/xen/xenpci

2009-08-26 Thread Doug Barton
Author: dougb Date: Wed Aug 26 22:32:14 2009 New Revision: 196571 URL: http://svn.freebsd.org/changeset/base/196571 Log: MFC r196435: The svnversion string is only relevant when newvers.sh is called during the kernel build process, the other places that call the script do not make use o

svn commit: r196572 - in stable/7/sys: . conf

2009-08-26 Thread Doug Barton
Author: dougb Date: Wed Aug 26 22:50:14 2009 New Revision: 196572 URL: http://svn.freebsd.org/changeset/base/196572 Log: MFC r196435: The svnversion string is only relevant when newvers.sh is called during the kernel build process, the other places that call the script do not make use o

svn commit: r196573 - in stable/6/sys: . conf

2009-08-26 Thread Doug Barton
Author: dougb Date: Wed Aug 26 22:51:14 2009 New Revision: 196573 URL: http://svn.freebsd.org/changeset/base/196573 Log: MFC r196435: The svnversion string is only relevant when newvers.sh is called during the kernel build process, the other places that call the script do not make use o

svn commit: r196589 - head/etc

2009-08-27 Thread Doug Barton
Author: dougb Date: Thu Aug 27 15:24:26 2009 New Revision: 196589 URL: http://svn.freebsd.org/changeset/base/196589 Log: In the loop through the list of interfaces in network6_interface_setup() rtsol_interface gets reset to "yes" each time through the loop, but rtsol_available does not. If a

svn commit: r196604 - stable/8/etc

2009-08-27 Thread Doug Barton
Author: dougb Date: Thu Aug 27 17:53:25 2009 New Revision: 196604 URL: http://svn.freebsd.org/changeset/base/196604 Log: MFC 196589: In the loop through the list of interfaces in network6_interface_setup() rtsol_interface gets reset to "yes" each time through the loop, but rtsol_availab

Re: svn commit: r196550 - in head: etc/defaults etc/rc.d share/man/man5

2009-08-27 Thread Doug Barton
Pawel Jakub Dawidek wrote: > But giving multiple tools to accomplish the same thing might confuse our > users, so its probably not worth it. The proposed solution is good enough. That was the primary focus of my initial concern but enough people have chimed in saying that this would be useful tha

Re: svn commit: r196550 - in head: etc/defaults etc/rc.d share/man/man5

2009-08-27 Thread Doug Barton
Xin LI wrote: > Doug Barton wrote: >> Pawel Jakub Dawidek wrote: > >>> But giving multiple tools to accomplish the same thing might confuse our >>> users, so its probably not worth it. The proposed solution is good enough. >> That was the primary focus of

Re: svn commit: r196550 - in head: etc/defaults etc/rc.d share/man/man5

2009-08-28 Thread Doug Barton
Xin LI wrote: > I think /etc/rc.d/static_arp stop should revert what was done by > static_arp start by removing entries from the ARP table. I agree with you. > Gleb has > kindly worked out a patch that adds '-d -f' functionality. But wouldn't it be easier to just parse the file and undo whatev

svn commit: r196645 - stable/8/etc

2009-08-29 Thread Doug Barton
Author: dougb Date: Sat Aug 29 19:45:03 2009 New Revision: 196645 URL: http://svn.freebsd.org/changeset/base/196645 Log: MFC 196478: Prior to the dire warning about values of network_interfaces other than AUTO the biggest mistake users made was leaving lo0 off the list. Since lo0 is eff

svn commit: r196646 - stable/7/etc

2009-08-29 Thread Doug Barton
Author: dougb Date: Sat Aug 29 19:47:39 2009 New Revision: 196646 URL: http://svn.freebsd.org/changeset/base/196646 Log: MFC 196478: Prior to the dire warning about values of network_interfaces other than AUTO the biggest mistake users made was leaving lo0 off the list. Since lo0 is effect

svn commit: r196647 - in stable/6/etc: . bluetooth defaults etc.alpha etc.amd64 etc.arm etc.i386 etc.ia64 etc.powerpc etc.sparc64 isdn mail mtree namedb pam.d periodic ppp rc.d root sendmail

2009-08-29 Thread Doug Barton
Author: dougb Date: Sat Aug 29 19:49:17 2009 New Revision: 196647 URL: http://svn.freebsd.org/changeset/base/196647 Log: MFC 196478: Prior to the dire warning about values of network_interfaces other than AUTO the biggest mistake users made was leaving lo0 off the list. Since lo0 is effect

svn commit: r196706 - head/usr.sbin/pkg_install/lib

2009-08-31 Thread Doug Barton
Author: dougb Date: Mon Aug 31 17:50:33 2009 New Revision: 196706 URL: http://svn.freebsd.org/changeset/base/196706 Log: Add support for INDEX-9 [1] While I'm here, strip off support for FreeBSD 5.x. Submitted by: Alexey Shuvaev [1] Modified: head/usr.sbin/pkg_install/lib/lib.h Mo

Re: svn commit: r196706 - head/usr.sbin/pkg_install/lib

2009-09-01 Thread Doug Barton
Brooks Davis wrote: > On Mon, Aug 31, 2009 at 05:50:33PM +0000, Doug Barton wrote: >> Author: dougb >> Date: Mon Aug 31 17:50:33 2009 >> New Revision: 196706 >> URL: http://svn.freebsd.org/changeset/base/196706 >> >> Log: >> Add support for IND

Re: svn commit: r196727 - head/share/man/man5

2009-09-01 Thread Doug Barton
Maxim Konovalov wrote: > Author: maxim > Date: Tue Sep 1 05:55:10 2009 > New Revision: 196727 > URL: http://svn.freebsd.org/changeset/base/196727 > > Log: > o Document MALLOC_PRODUCTION knob. > > PR: docs/136029 > Submitted by: anonymous > MFC after: 2 weeks > > Modifie

Re: svn commit: r196727 - head/share/man/man5

2009-09-01 Thread Doug Barton
Alexey Dokuchaev wrote: > However, I'm used to make.conf since 4.x days, so at least > cross-reference of some sort is in order (I'm not sure, there might be > one already now that I write this). SEE ALSO gcc(1), install(1), make(1), src.conf(5) ... :) Doug -- This .signature sanit

Re: svn commit: r196766 - head/usr.sbin/pkg_install/lib

2009-09-02 Thread Doug Barton
Florent Thoumie wrote: > Author: flz > Date: Wed Sep 2 13:58:15 2009 > New Revision: 196766 > URL: http://svn.freebsd.org/changeset/base/196766 > > Log: > - Bump PKG_INSTALL_VERSION to 20090902 after dougb's changes. > - Change the comment to say that version must be changed when a > non-co

Re: svn commit: r196746 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/usb dev/usb/input dev/xen/xenpci

2009-09-02 Thread Doug Barton
Remko Lodder wrote: > On Wed, September 2, 2009 4:12 am, Alfred Perlstein wrote: >> Author: alfred >> Date: Wed Sep 2 02:12:07 2009 >> New Revision: 196746 >> URL: http://svn.freebsd.org/changeset/base/196746 >> >> Log: >> MFC: r196489,196498 >> Critical USB bugfixes for 8.0 >> > > Dear Alfre

Re: svn commit: r196727 - head/share/man/man5

2009-09-02 Thread Doug Barton
Dimitry Andric wrote: > On 2009-09-02 07:21, Maxim Konovalov wrote: >>> Unless I'm missing something this should be in the src.conf man page >>> instead of make.conf. >> Please explain why. > > make.conf(5): > The file make.conf contains system-wide settings that will apply to every > bu

Re: svn commit: r196746 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/usb dev/usb/input dev/xen/xenpci

2009-09-02 Thread Doug Barton
Ken Smith wrote: > On Wed, 2009-09-02 at 08:14 -0700, Doug Barton wrote: >> That said, for RELENG_8 commits during the freeze re@ did ask in one >> of their many messages about commit approvals to paste the complete >> commit message in the MFC. So, bad Alfred, no coo

Re: svn commit: r196727 - head/share/man/man5

2009-09-03 Thread Doug Barton
Anonymous wrote: > Dimitry Andric writes: > >> On 2009-09-02 07:21, Maxim Konovalov wrote: Unless I'm missing something this should be in the src.conf man page instead of make.conf. >>> Please explain why. >> make.conf(5): >> The file make.conf contains system-wide settings that wi

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

2009-09-16 Thread Doug Barton
I personally would much prefer that people making changes in rc.d-land be more careful about what they change and thoroughly test their changes than to add more code like this that will both hide breakage and become stale over time. Doug Ed Maste wrote: > Author: emaste > Date: Mon Sep 14 16:52

Re: svn commit: r197145 - in head: etc/defaults share/man/man5

2009-09-16 Thread Doug Barton
[Please direct follow-ups to freebsd...@] Hiroki, I realize that you've posted your patches in the past, and I definitely had it in mind to review them in detail and give you feedback on them. However I got focused on my own projects for the pending release, and then since we were so close to the

svn commit: r197297 - in head: etc etc/defaults share/man/man5

2009-09-17 Thread Doug Barton
Author: dougb Date: Thu Sep 17 19:05:47 2009 New Revision: 197297 URL: http://svn.freebsd.org/changeset/base/197297 Log: Add a knob to show 'Starting foo:' messages when faststart is used, such as at boot time. Modified: head/etc/defaults/rc.conf head/etc/rc.subr head/share/man/man5/rc.

Re: svn commit: r197331 - in head: lib/libc/gen sys/sys

2009-09-19 Thread Doug Barton
I'm getting this even after 'make cleandir': cc -O2 -pipe -g -I/usr/local/src/lib/libc/include -I/usr/local/src/lib/libc/../../include -I/usr/local/src/lib/libc/i386 -DNLS -D__DBINTERFACE_PRIVATE -I/usr/local/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/local/obj/usr/local/src/lib/libc -I/usr/

Re: svn commit: r197331 - in head: lib/libc/gen sys/sys

2009-09-19 Thread Doug Barton
Alan Cox wrote: > I think that you need to update your includes directory. I added > MAXPAGESIZES to the machine-specific param.h yesterday. Indeed, I hadn't done a full buildworld in a while, sorry for the noise. Doug -- This .signature sanitized for your protection __

svn commit: r197619 - head/etc/defaults

2009-09-29 Thread Doug Barton
Author: dougb Date: Tue Sep 29 16:49:10 2009 New Revision: 197619 URL: http://svn.freebsd.org/changeset/base/197619 Log: By popular acclaim, enable "Starting foo:" messages by default Modified: head/etc/defaults/rc.conf Modified: head/etc/defaults/rc.conf

svn commit: r197620 - in stable/8: etc etc/defaults share/man/man5

2009-09-29 Thread Doug Barton
Author: dougb Date: Tue Sep 29 18:44:34 2009 New Revision: 197620 URL: http://svn.freebsd.org/changeset/base/197620 Log: MFC r197297 Add a knob to show 'Starting foo:' messages when faststart is used, such as at boot time. MFC 197619 By popular acclaim, enable "Starting foo:" me

Re: svn commit: r197614 - stable/8/sys/net80211

2009-09-30 Thread Doug Barton
Rui Paulo wrote: > On 29 Sep 2009, at 13:18, Rui Paulo wrote: > >> Author: rpaulo >> Date: Tue Sep 29 12:18:23 2009 >> New Revision: 197614 >> URL: http://svn.freebsd.org/changeset/base/197614 >> >> Log: >> Update 802.11s mesh support to draft 3.03. This includes a revised >> frame >> format fo

svn commit: r197725 - head/usr.bin/whois

2009-10-02 Thread Doug Barton
Author: dougb Date: Sat Oct 3 02:37:21 2009 New Revision: 197725 URL: http://svn.freebsd.org/changeset/base/197725 Log: The 6bone was decommissioned on 6/6/06, so remove references to it. Modified: head/usr.bin/whois/whois.1 head/usr.bin/whois/whois.c Modified: head/usr.bin/whois/whois.1

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

2009-10-05 Thread Doug Barton
Author: dougb Date: Tue Oct 6 02:13:32 2009 New Revision: 197797 URL: http://svn.freebsd.org/changeset/base/197797 Log: "Potluck Pogo" was a collection of Walt Kelly's "Pogo" cartoons first published in 1955. "Putluck Pogo" seems to be a typo. Modified: head/games/fortune/datfiles/fortunes

svn commit: r197821 - stable/8/usr.bin/whois

2009-10-06 Thread Doug Barton
Author: dougb Date: Tue Oct 6 22:15:12 2009 New Revision: 197821 URL: http://svn.freebsd.org/changeset/base/197821 Log: MFC r197725: The 6bone was decommissioned on 6/6/06, so remove references to it. Approved by: re (kib) Modified: stable/8/usr.bin/whois/ (props changed) stab

svn commit: r197822 - stable/7/usr.bin/whois

2009-10-06 Thread Doug Barton
Author: dougb Date: Tue Oct 6 22:19:32 2009 New Revision: 197822 URL: http://svn.freebsd.org/changeset/base/197822 Log: MFC r197725: The 6bone was decommissioned on 6/6/06, so remove references to it. Modified: stable/7/usr.bin/whois/ (props changed) stable/7/usr.bin/whois/whois.1

svn commit: r197823 - stable/6/usr.bin/whois

2009-10-06 Thread Doug Barton
Author: dougb Date: Tue Oct 6 22:21:51 2009 New Revision: 197823 URL: http://svn.freebsd.org/changeset/base/197823 Log: MFC r197725: The 6bone was decommissioned on 6/6/06, so remove references to it. Modified: stable/6/usr.bin/whois/ (props changed) stable/6/usr.bin/whois/whois.1

svn commit: r197947 - in head/etc: . rc.d

2009-10-10 Thread Doug Barton
Author: dougb Date: Sat Oct 10 22:17:03 2009 New Revision: 197947 URL: http://svn.freebsd.org/changeset/base/197947 Log: In regards to the "Starting foo:" type messages at boot time, create and employ a more generic solution, and use it in the individual rc.d scripts that also have an $rc_qu

svn commit: r198068 - in stable/8/etc: . rc.d

2009-10-13 Thread Doug Barton
Author: dougb Date: Wed Oct 14 03:31:37 2009 New Revision: 198068 URL: http://svn.freebsd.org/changeset/base/198068 Log: MFC r196439: Fix the typo mentioned in the PR, and one additional. Fix caps while I'm here. PR: conf/138087 Submitted by: Chris Petrik Approved by:

svn commit: r198069 - in stable/7/etc: . rc.d

2009-10-13 Thread Doug Barton
Author: dougb Date: Wed Oct 14 03:35:15 2009 New Revision: 198069 URL: http://svn.freebsd.org/changeset/base/198069 Log: MFC r196439: typo and caps fixes Modified: stable/7/etc/ (props changed) stable/7/etc/rc.d/ipsec stable/7/etc/termcap.small (props changed) Modified: stable/7/etc/

svn commit: r198070 - in stable/6/etc: . bluetooth defaults etc.alpha etc.amd64 etc.arm etc.i386 etc.ia64 etc.powerpc etc.sparc64 isdn mail mtree namedb pam.d periodic ppp rc.d root sendmail

2009-10-13 Thread Doug Barton
Author: dougb Date: Wed Oct 14 03:36:59 2009 New Revision: 198070 URL: http://svn.freebsd.org/changeset/base/198070 Log: MFC r196439: typo and caps fixes Modified: stable/6/etc/ (props changed) stable/6/etc/Makefile (props changed) stable/6/etc/amd.map (props changed) stable/6/etc

svn commit: r198162 - head/etc

2009-10-15 Thread Doug Barton
Author: dougb Date: Thu Oct 15 23:20:23 2009 New Revision: 198162 URL: http://svn.freebsd.org/changeset/base/198162 Log: 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: head/etc/rc.subr Modified: head/

svn commit: r198164 - in stable/8/etc: . rc.d

2009-10-15 Thread Doug Barton
Author: dougb Date: Fri Oct 16 00:17:09 2009 New Revision: 198164 URL: http://svn.freebsd.org/changeset/base/198164 Log: MFC r197947: In regards to the "Starting foo:" type messages at boot time, create and employ a more generic solution, and use it in the individual rc.d scripts that a

svn commit: r198190 - head/etc/rc.d

2009-10-17 Thread Doug Barton
Author: dougb Date: Sat Oct 17 21:09:15 2009 New Revision: 198190 URL: http://svn.freebsd.org/changeset/base/198190 Log: Remove a circular dependency on routing Submitted by: Mykola Dzham Approved by: hrs Modified: head/etc/rc.d/faith head/etc/rc.d/stf Modified: head/etc/rc.d/fait

Re: svn commit: r198295 - in head/sys: kern sys

2009-10-20 Thread Doug Barton
Was this patch publicly reviewed anywhere? If so and I missed it I apologize. Otherwise it would be very nice if it got some discussion, review, etc. before it proceeds any further. Something as important as how we use random numbers, especially in the kernel, and especially as the system is initi

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

2009-11-04 Thread Doug Barton
Author: dougb Date: Wed Nov 4 18:40:05 2009 New Revision: 198921 URL: http://svn.freebsd.org/changeset/base/198921 Log: Fix not only the grammar, but also the formatting that makes the gag Modified: head/games/fortune/datfiles/fortunes Modified: head/games/fortune/datfiles/fortunes

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

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

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: 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) ___

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: 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

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: 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: 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: 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: 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

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: 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: 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

<    1   2   3   4   5   6   7   8   9   10   >