Re: svn commit: r222980 - in head/sys: amd64/conf i386/conf

2011-06-11 Thread Doug Barton
On 6/11/2011 6:07 AM, Robert Watson wrote: To me, this seems like the wrong direction. Over the last decade, we've been trying to move away from conditional compilation of features to having them be loadable as modules. FWIW, I agree. I'm wondering though, is there still a performance

Re: svn commit: r222980 - in head/sys: amd64/conf i386/conf

2011-06-11 Thread Doug Barton
On 6/11/2011 1:02 PM, Warner Losh wrote: On Jun 11, 2011, at 12:17 PM, Doug Barton wrote: On 6/11/2011 6:07 AM, Robert Watson wrote: To me, this seems like the wrong direction. Over the last decade, we've been trying to move away from conditional compilation of features to having them

Re: svn commit: r222136 - head/usr.bin/top

2011-05-27 Thread Doug Barton
On 05/27/2011 07:24, Sergey Kandaurov wrote: On 21 May 2011 22:53, Doug Bartondo...@freebsd.org wrote: On 05/20/2011 10:09, Sergey Kandaurov wrote: There's still a lot of warnings but all of them reside in contrib part. That doesn't mean that they shouldn't be fixed. :) The great thing

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

2011-05-23 Thread Doug Barton
I don't know enough about the topic to know what's best, however what I would like to add to the conversation is that it would be nice if we did it the same way that windows and linux do it, because otherwise you end up with messages like these: GEOM: ad0s2: geometry does not match label

Re: svn commit: r222183 - head/lib/clang

2011-05-22 Thread Doug Barton
On 05/22/2011 13:22, Roman Divacky wrote: The problem here is deeper in my opinion. What FreeBSD calls amd64 the rest of the world (ie. linux) calls x86_64, I think that instead of this we should teach llvm/clang about amd64. Maybe as a FreeBSD-only diff. Can we please not go down that route

Re: svn commit: r222136 - head/usr.bin/top

2011-05-21 Thread Doug Barton
On 05/20/2011 10:09, Sergey Kandaurov wrote: There's still a lot of warnings but all of them reside in contrib part. That doesn't mean that they shouldn't be fixed. :) The great thing about the way that the contrib sources are arranged in svn is that we can fix things in src/contrib with no

svn commit: r221475 - head/etc/periodic/daily

2011-05-04 Thread Doug Barton
Author: dougb Date: Thu May 5 02:35:11 2011 New Revision: 221475 URL: http://svn.freebsd.org/changeset/base/221475 Log: 1. If PKG_DBDIR cannot be determined from make, set the default 2. Add the -H flag to tar in case /var/db/pkg itself is a symlink 3. Direct stderr to /dev/null to

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

2011-05-02 Thread Doug Barton
On 05/02/2011 03:35, Bruce Cran wrote: Fix a few whitespace issues. Please do not mix whitespace changes with substantive changes, in any file. The same reasons this is annoying apply whether it is source code or not. I realize that it is a tiny bit of extra work for the person doing the

svn commit: r221227 - head/etc

2011-04-29 Thread Doug Barton
Author: dougb Date: Fri Apr 29 21:10:41 2011 New Revision: 221227 URL: http://svn.freebsd.org/changeset/base/221227 Log: Rather than trusting that nothing is going to sneak in before the early_late_divider in the second run (and thus be skipped altogether), keep a list of the scripts run

svn commit: r221088 - head/usr.bin/rlogin

2011-04-26 Thread Doug Barton
Author: dougb Date: Tue Apr 26 22:02:51 2011 New Revision: 221088 URL: http://svn.freebsd.org/changeset/base/221088 Log: Revert r221053 by replacing WARNS?= 3 since it's breaking the build on several arches. Modified: head/usr.bin/rlogin/Makefile Modified: head/usr.bin/rlogin/Makefile

Re: svn commit: r221088 - head/usr.bin/rlogin

2011-04-26 Thread Doug Barton
On 04/26/2011 15:18, Andrew Thompson wrote: On 27 April 2011 10:02, Doug Bartondo...@freebsd.org wrote: Author: dougb Date: Tue Apr 26 22:02:51 2011 New Revision: 221088 URL: http://svn.freebsd.org/changeset/base/221088 Log: Revert r221053 by replacing WARNS?= 3 since it's breaking the

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

2011-04-25 Thread Doug Barton
Author: dougb Date: Mon Apr 25 06:03:22 2011 New Revision: 221007 URL: http://svn.freebsd.org/changeset/base/221007 Log: Create a function for the code from r192246 so that it can be used both times mount is called. Limit the automatic behavior to when AUTO is specified (as it is in

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

2011-04-24 Thread Doug Barton
Author: dougb Date: Mon Apr 25 05:57:01 2011 New Revision: 221006 URL: http://svn.freebsd.org/changeset/base/221006 Log: Add svn:executable property Modified: Directory Properties: head/etc/rc.d/opensm (props changed) ___ svn-src-head@freebsd.org

svn commit: r220974 - head/etc

2011-04-23 Thread Doug Barton
Author: dougb Date: Sat Apr 23 17:37:14 2011 New Revision: 220974 URL: http://svn.freebsd.org/changeset/base/220974 Log: As previously advertised, remove the error message for enable_quotas prior to 9.0-RELEASE. This change should not be MFC'ed. Modified: head/etc/rc.subr Modified:

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

2011-04-22 Thread Doug Barton
Author: dougb Date: Sat Apr 23 04:26:31 2011 New Revision: 220962 URL: http://svn.freebsd.org/changeset/base/220962 Log: Introduce to rc.subr get_pidfile_from_conf(). It does just what it sounds like, determines the path to a pid file as it is specified in a conf file. Use the new

svn commit: r220963 - head/etc

2011-04-22 Thread Doug Barton
Author: dougb Date: Sat Apr 23 05:24:17 2011 New Revision: 220963 URL: http://svn.freebsd.org/changeset/base/220963 Log: Improve the error handling for the new get_pidfile_from_conf() Modified: head/etc/rc.subr Modified: head/etc/rc.subr

Re: svn commit: r220755 - in head: . contrib/gcc/doc contrib/gcc/objc contrib/libobjc etc/mtree gnu/lib gnu/lib/libobjc gnu/usr.bin/cc gnu/usr.bin/cc/cc1obj gnu/usr.bin/cc/cc_tools gnu/usr.bin/cc/doc

2011-04-18 Thread Doug Barton
On 04/18/2011 11:14, Pawel Jakub Dawidek wrote: On Mon, Apr 18, 2011 at 11:06:42AM -0600, Warner Losh wrote: On Apr 18, 2011, at 1:01 AM, Roman Divacky wrote: please mark this in src/UPDATING, maybe bump freebsd_version too? Please do not bump freebsd_version just for this. Ports wishing

Re: svn commit: r220778 - head/sys/cam/ata

2011-04-18 Thread Doug Barton
On 04/18/2011 06:59, Alexander Motin wrote: Remove some used variables. If they are used, perhaps they should not be removed? :) -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in

svn commit: r220760 - head/etc

2011-04-17 Thread Doug Barton
Author: dougb Date: Sun Apr 17 22:31:36 2011 New Revision: 220760 URL: http://svn.freebsd.org/changeset/base/220760 Log: The change in r206686 to allow the stop argument to work for a service that is running even though not _enable'd had an annoying side effect. If the service was already

Re: svn commit: r220059 - head/usr.sbin/pc-sysinstall/backend

2011-03-28 Thread Doug Barton
On 03/27/2011 15:29, Warner Losh wrote: On Mar 27, 2011, at 11:22 AM, Doug Barton wrote: On 03/27/2011 09:57, Josh Paetzel wrote: Replace $? = 0 with $? -eq 0 in tests Excellent! Most of the time I've found that moving the command up to the if makes the code clearer too. At jobs

Re: svn commit: r219667 - head/usr.sbin/bsdinstall/partedit

2011-03-28 Thread Doug Barton
On 03/21/2011 00:33, Jeff Roberson wrote: On Sun, 20 Mar 2011, Doug Barton wrote: On 03/20/2011 09:22, Marius Strobl wrote: I fear it's still a bit premature for enable SU+J by default. Rather recently I was told about a SU+J filesystems lost after a panic that happend after snapshotting

Re: svn commit: r220059 - head/usr.sbin/pc-sysinstall/backend

2011-03-27 Thread Doug Barton
On 03/27/2011 09:57, Josh Paetzel wrote: Log: Fix a syntax error in a little-used function. Since this is unique vs. all the other changes, IMO it should have been a separate commit. It doesn't hurt anything to split things up into multiple commits, and often helps make things more

svn commit: r220048 - in head/etc/periodic: security weekly

2011-03-26 Thread Doug Barton
Author: dougb Date: Sun Mar 27 03:03:29 2011 New Revision: 220048 URL: http://svn.freebsd.org/changeset/base/220048 Log: Add svn:executable property on remaining period scripts without it Modified: Directory Properties: head/etc/periodic/security/410.logincheck (props changed)

svn commit: r220049 - in head/etc/periodic: daily security

2011-03-26 Thread Doug Barton
Author: dougb Date: Sun Mar 27 03:06:58 2011 New Revision: 220049 URL: http://svn.freebsd.org/changeset/base/220049 Log: Hook the 220.backup-pkgdb script I added to the build unconditionally Hook up 610.ipf6denied based on MK_IPFILTER as 510.ipfdenied is now Poked by: Andrzej

Re: svn commit: r220015 - head/usr.sbin/newsyslog

2011-03-26 Thread Doug Barton
On 03/25/2011 18:57, Alexander Best wrote: On Sat Mar 26 11, Doug Barton wrote: Author: dougb Date: Sat Mar 26 00:34:35 2011 New Revision: 220015 URL: http://svn.freebsd.org/changeset/base/220015 Log: Add an example for the use of theinclude entry to help others who are as slow as I am

svn commit: r220015 - head/usr.sbin/newsyslog

2011-03-25 Thread Doug Barton
Author: dougb Date: Sat Mar 26 00:34:35 2011 New Revision: 220015 URL: http://svn.freebsd.org/changeset/base/220015 Log: Add an example for the use of the include entry to help others who are as slow as I am. Discussed with: gordon Modified:

svn commit: r220020 - in head/etc: defaults periodic/daily

2011-03-25 Thread Doug Barton
Author: dougb Date: Sat Mar 26 03:01:48 2011 New Revision: 220020 URL: http://svn.freebsd.org/changeset/base/220020 Log: Add a daily period script to back up /var/db/pkg The final product contains work from the originator, and Florent Thoumie florent.thou...@gmail.com. The final

Re: svn commit: r219667 - head/usr.sbin/bsdinstall/partedit

2011-03-20 Thread Doug Barton
On 03/20/2011 09:22, Marius Strobl wrote: I fear it's still a bit premature for enable SU+J by default. Rather recently I was told about a SU+J filesystems lost after a panic that happend after snapshotting it (report CC'ed, maybe he can provide some more details) and I'm pretty sure I've seen

Re: svn commit: r219753 - head/sys/dev/e1000

2011-03-18 Thread Doug Barton
On 3/18/2011 12:37 PM, Jack Vogel wrote: I'm trying to do my best though. As an em0 user I really appreciate the effort you're putting in, and the fact that Intel is supporting you in it. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK

Re: svn commit: r219578 - head/etc

2011-03-13 Thread Doug Barton
On 03/12/2011 15:08, Jilles Tjoelker wrote: On Sat, Mar 12, 2011 at 09:13:08PM +, Doug Barton wrote: Author: dougb Date: Sat Mar 12 21:13:08 2011 New Revision: 219578 URL: http://svn.freebsd.org/changeset/base/219578 Log: Use the allexport option in load_rc_config() in order to avoid

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

2011-03-13 Thread Doug Barton
Author: dougb Date: Sun Mar 13 08:22:46 2011 New Revision: 219587 URL: http://svn.freebsd.org/changeset/base/219587 Log: Remove the svn:executable property on Makefile Add it on hastd Modified: Directory Properties: head/etc/rc.d/Makefile (props changed) head/etc/rc.d/hastd (props

svn commit: r219612 - head/etc

2011-03-13 Thread Doug Barton
Author: dougb Date: Sun Mar 13 16:27:36 2011 New Revision: 219612 URL: http://svn.freebsd.org/changeset/base/219612 Log: Revert r219578 Modified: head/etc/rc.subr Modified: head/etc/rc.subr == --- head/etc/rc.subr

svn commit: r219578 - head/etc

2011-03-12 Thread Doug Barton
Author: dougb Date: Sat Mar 12 21:13:08 2011 New Revision: 219578 URL: http://svn.freebsd.org/changeset/base/219578 Log: Use the allexport option in load_rc_config() in order to avoid having to repeatedly read the conf files. Depending on what is enabled the files are being read anywhere

svn commit: r219353 - head/share/examples/cvsup

2011-03-06 Thread Doug Barton
Author: dougb Date: Sun Mar 6 23:01:02 2011 New Revision: 219353 URL: http://svn.freebsd.org/changeset/base/219353 Log: mbone is no longer a physical category Submitted by: pav Modified: head/share/examples/cvsup/cvs-supfile head/share/examples/cvsup/ports-supfile Modified:

svn commit: r219040 - head/sbin/mount

2011-02-25 Thread Doug Barton
Author: dougb Date: Fri Feb 25 20:49:07 2011 New Revision: 219040 URL: http://svn.freebsd.org/changeset/base/219040 Log: Revert r217871. Modified: head/sbin/mount/mount.8 Modified: head/sbin/mount/mount.8 == ---

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

2011-02-23 Thread Doug Barton
Author: dougb Date: Thu Feb 24 06:28:48 2011 New Revision: 218986 URL: http://svn.freebsd.org/changeset/base/218986 Log: The new accounting file needs to be 644 so that unprivileged users can use lastcomm(1) Modified: head/etc/rc.d/accounting Modified: head/etc/rc.d/accounting

svn commit: r218961 - in head/etc: periodic/daily rc.d

2011-02-22 Thread Doug Barton
Author: dougb Date: Tue Feb 22 21:13:40 2011 New Revision: 218961 URL: http://svn.freebsd.org/changeset/base/218961 Log: Update how accounting log files are rotated. The old version had a race between the time that the old file was cp'ed to acct.0 and the time that 'sa -s' was run that

Re: svn commit: r218794 - in head: . sys/netipsec

2011-02-21 Thread Doug Barton
On 02/21/2011 03:01, VANHULLEBUS Yvan wrote: On Mon, Feb 21, 2011 at 10:21:43AM +0100, Pawel Jakub Dawidek wrote: On Mon, Feb 21, 2011 at 09:40:25AM +0100, VANHULLEBUS Yvan wrote: [RFC4868 and MFC] You can't talk to two such peers with sysctl or without anyway. I assume that if someone

Re: svn commit: r218753 - head/etc/namedb

2011-02-20 Thread Doug Barton
On 2/20/2011 8:49 AM, Philip M. Gollucci wrote: On 2/19/2011 8:35 PM, Doug Barton wrote: On 02/19/2011 16:52, Philip M. Gollucci wrote: On 2/16/2011 4:23 PM, Doug Barton wrote: Author: dougb Date: Wed Feb 16 21:23:09 2011 New Revision: 218753 URL: http://svn.freebsd.org/changeset/base/218753

svn commit: r218865 - head/etc/namedb

2011-02-19 Thread Doug Barton
Author: dougb Date: Sun Feb 20 00:59:39 2011 New Revision: 218865 URL: http://svn.freebsd.org/changeset/base/218865 Log: Add a note about AXFR of important zones being available from ICANN Modified: head/etc/namedb/named.conf Modified: head/etc/namedb/named.conf

Re: svn commit: r218753 - head/etc/namedb

2011-02-19 Thread Doug Barton
On 02/19/2011 16:52, Philip M. Gollucci wrote: On 2/16/2011 4:23 PM, Doug Barton wrote: Author: dougb Date: Wed Feb 16 21:23:09 2011 New Revision: 218753 URL: http://svn.freebsd.org/changeset/base/218753 Log: Remove in-addr.arpa from the list of zones it is possible to slave locally

svn commit: r218753 - head/etc/namedb

2011-02-16 Thread Doug Barton
Author: dougb Date: Wed Feb 16 21:23:09 2011 New Revision: 218753 URL: http://svn.freebsd.org/changeset/base/218753 Log: Remove in-addr.arpa from the list of zones it is possible to slave locally Modified: head/etc/namedb/named.conf Modified: head/etc/namedb/named.conf

Re: svn commit: r218581 - head/sys/dev/e1000

2011-02-11 Thread Doug Barton
On 02/11/2011 09:18, Jack F Vogel wrote: Modified: head/sys/dev/e1000/e1000_mac.h == --- head/sys/dev/e1000/e1000_mac.h Fri Feb 11 16:14:16 2011 (r218580) +++ head/sys/dev/e1000/e1000_mac.h Fri Feb 11

svn commit: r218587 - head/sys/dev/e1000

2011-02-11 Thread Doug Barton
Author: dougb Date: Fri Feb 11 23:08:34 2011 New Revision: 218587 URL: http://svn.freebsd.org/changeset/base/218587 Log: Restore 2 prototypes that seem to have been mistakenly removed in r218582. I've manually twiddled the whitespace for e1000_commit_fc_settings_generic to match the

Re: svn commit: r218582 - head/sys/dev/e1000

2011-02-11 Thread Doug Barton
On 02/11/2011 13:28, Dimitry Andric wrote: On 2011-02-11 20:03, Jack F Vogel wrote: Author: jfv Date: Fri Feb 11 19:03:00 2011 New Revision: 218582 URL: http://svn.freebsd.org/changeset/base/218582 Log: Revert changes made here, they will cause a conflict later on with our shared code.

Re: svn commit: r218587 - head/sys/dev/e1000

2011-02-11 Thread Doug Barton
On 02/11/2011 15:08, Doug Barton wrote: Author: dougb Date: Fri Feb 11 23:08:34 2011 New Revision: 218587 URL: http://svn.freebsd.org/changeset/base/218587 Log: Restore 2 prototypes that seem to have been mistakenly removed in r218582. I've manually twiddled the whitespace

Re: svn commit: r217871 - head/sbin/mount

2011-02-10 Thread Doug Barton
On 01/28/2011 01:06, Bruce Evans wrote: The solaris server behaviour can't happen, except accidentally due to races :-). Since the FreeBSD client doesn't support the noatime flag except to ignore it, it can't tell any server about it. I don't mean to be a pest, but I'm confused as to why I

svn commit: r218384 - in head: contrib/bind9 contrib/bind9/bin/check contrib/bind9/bin/dig contrib/bind9/bin/dnssec contrib/bind9/bin/named contrib/bind9/bin/named/include/named contrib/bind9/bin/n...

2011-02-06 Thread Doug Barton
Author: dougb Date: Sun Feb 6 22:46:07 2011 New Revision: 218384 URL: http://svn.freebsd.org/changeset/base/218384 Log: Update to BIND 9.6.3, the latest from ISC on the 9.6 branch. All 9.6 users with DNSSEC validation enabled should upgrade to this version, or the latest version in the

svn commit: r218350 - head/etc/namedb

2011-02-05 Thread Doug Barton
Author: dougb Date: Sat Feb 5 21:43:37 2011 New Revision: 218350 URL: http://svn.freebsd.org/changeset/base/218350 Log: Catch up with reality and references from the latest RFCs (especially 5735) for our default empty zones. Modified: head/etc/namedb/named.conf Modified:

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

2011-01-31 Thread Doug Barton
Author: dougb Date: Mon Jan 31 21:03:08 2011 New Revision: 218142 URL: http://svn.freebsd.org/changeset/base/218142 Log: Let rpcbind clean up after itself Modified: head/etc/rc.d/rpcbind Modified: head/etc/rc.d/rpcbind

Re: svn commit: r217871 - head/sbin/mount

2011-01-27 Thread Doug Barton
On 01/26/2011 21:24, Bruce Evans wrote: On Wed, 26 Jan 2011, Doug Barton wrote: My concern was that the man page says that we don't support the option at all, but with a FreeBSD client and a solaris server it has a demonstrable effect. If someone wants to improve the wording then by all means

Re: svn commit: r217871 - head/sbin/mount

2011-01-26 Thread Doug Barton
On 01/25/2011 23:55, Bruce Evans wrote: On Wed, 26 Jan 2011, Doug Barton wrote: Log: Clarify the availability of the noatime option on network file systems Modified: head/sbin/mount/mount.8 Modified: head/sbin/mount/mount.8

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

2011-01-25 Thread Doug Barton
Author: dougb Date: Wed Jan 26 01:02:39 2011 New Revision: 217869 URL: http://svn.freebsd.org/changeset/base/217869 Log: Fix date in .Dd Modified: head/share/man/man4/nfe.4 Modified: head/share/man/man4/nfe.4 == ---

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

2011-01-25 Thread Doug Barton
Author: dougb Date: Wed Jan 26 01:07:56 2011 New Revision: 217870 URL: http://svn.freebsd.org/changeset/base/217870 Log: Fix my fix to nfe.4, and also fix re.4 So just when I thought my pointy hat collection was going down ... Modified: head/share/man/man4/nfe.4

svn commit: r217871 - head/sbin/mount

2011-01-25 Thread Doug Barton
Author: dougb Date: Wed Jan 26 05:06:11 2011 New Revision: 217871 URL: http://svn.freebsd.org/changeset/base/217871 Log: Clarify the availability of the noatime option on network file systems Modified: head/sbin/mount/mount.8 Modified: head/sbin/mount/mount.8

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

2011-01-25 Thread Doug Barton
Author: dougb Date: Wed Jan 26 06:07:24 2011 New Revision: 217872 URL: http://svn.freebsd.org/changeset/base/217872 Log: Fix another broken date Modified: head/share/man/man4/rgephy.4 Modified: head/share/man/man4/rgephy.4

Re: svn commit: r217557 - in head: bin/sh tools/regression/bin/sh/execution

2011-01-18 Thread Doug Barton
On 01/18/2011 14:33, Garrett Cooper wrote: On Tue, Jan 18, 2011 at 1:18 PM, Jilles Tjoelkerjil...@freebsd.org wrote: Author: jilles Date: Tue Jan 18 21:18:31 2011 New Revision: 217557 URL: http://svn.freebsd.org/changeset/base/217557 Log: sh: Fix signal messages being sent to the wrong file

Re: svn commit: r217213 - head/lib/bind

2011-01-11 Thread Doug Barton
On 01/11/2011 05:47, John Baldwin wrote: On Tuesday, January 11, 2011 12:04:56 am Doug Barton wrote: On 01/10/2011 11:33, John Baldwin wrote: On Sunday, January 09, 2011 6:47:11 pm Doug Barton wrote: # Use the right version of the atomic.h file from lib/isc -ISC_ATOMIC_ARCH

Re: svn commit: r217213 - head/lib/bind

2011-01-11 Thread Doug Barton
On 01/11/2011 11:00, John Baldwin wrote: .if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386 And_this_ line is still MACHINE_ARCH here, which is wrong. This should use MACHINE_CPUARCH. That is the only line I have been talking about the entire time. Yep, sorry, I wasn't kidding when

Re: svn commit: r217213 - head/lib/bind

2011-01-10 Thread Doug Barton
On 01/10/2011 11:33, John Baldwin wrote: On Sunday, January 09, 2011 6:47:11 pm Doug Barton wrote: # Use the right version of the atomic.h file from lib/isc -ISC_ATOMIC_ARCH=${MACHINE_CPUARCH:S/i386/x86_32/:S/amd64/x86_32/} +.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386

Re: svn commit: r217071 - head/lib/bind

2011-01-09 Thread Doug Barton
On 01/08/2011 14:58, Warner Losh wrote: On 01/07/2011 22:13, Doug Barton wrote: I've said before that I like to have the opportunity to pre-commit review patches in this area because at minimum it helps me to be aware of them for potential MFC purposes. Thanks for the reminder Doug. Hope

Re: svn commit: r217090 - head/etc

2011-01-07 Thread Doug Barton
On 01/07/2011 02:59, Jaakko Heinonen wrote: Author: jh Date: Fri Jan 7 10:59:22 2011 New Revision: 217090 URL: http://svn.freebsd.org/changeset/base/217090 Log: Warn if rules could not be read from a ruleset file. Now at least something gets logged if the file has syntax errors. PR:

Re: svn commit: r217090 - head/etc

2011-01-07 Thread Doug Barton
On 01/07/2011 11:00, Jaakko Heinonen wrote: Hi, On 2011-01-07, Doug Barton wrote: If by silence you mean that there was no comment on the PR in the future please don't take that as tacit approval. There are a non-trivial number of PRs assigned to -rc, and historically the practice has been

Re: svn commit: r216977 - in head/libexec/rtld-elf: amd64 i386

2011-01-05 Thread Doug Barton
On 01/05/2011 10:59, Alexander Best wrote: judging from the discussion going on right now it seems those flags will be grouped together to form a new variable. so things will probably change shortly and fixing the order is probably not necessary. Much better to fix the problem properly now

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

2010-12-27 Thread Doug Barton
Author: dougb Date: Mon Dec 27 22:52:47 2010 New Revision: 216744 URL: http://svn.freebsd.org/changeset/base/216744 Log: Add pidfile [1] While I'm here, don't run the sysctl frob unconditionally, and s/sysctl/$SYSCTL/ PR: conf/153460 [1] Submitted by: Grigory Rechistov

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

2010-12-27 Thread Doug Barton
On 12/27/2010 18:02, Colin Percival wrote: On 12/27/10 17:59, Steve Kargl wrote: On Mon, Dec 27, 2010 at 11:52:40PM +, Colin Percival wrote: Make it possible to specify WITHOUT_MODULES in a kernel config file. Can you explain how this differs from makeoptions NO_MODULES which has

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 is

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 source

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

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

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. Obtained

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

2010-11-29 Thread Doug Barton
Author: dougb Date: Mon Nov 29 21:31:25 2010 New Revision: 216065 URL: http://svn.freebsd.org/changeset/base/216065 Log: Update the description of green_saver.ko Improvements to my suggested text from: jhb Modified: head/share/man/man4/splash.4 Modified: head/share/man/man4/splash.4

svn commit: r215334 - in head: share/doc/papers/jail share/doc/smm/01.setup share/man/man8 sys/dev/firewire sys/dev/tdfx usr.sbin/config/SMM.doc

2010-11-14 Thread Doug Barton
Author: dougb Date: Mon Nov 15 05:25:51 2010 New Revision: 215334 URL: http://svn.freebsd.org/changeset/base/215334 Log: Remove references to MAKEDEV(8) Deleted: head/share/man/man8/MAKEDEV.8 Modified: head/share/doc/papers/jail/mgt.ms head/share/doc/smm/01.setup/2.t

svn commit: r215250 - head/share/man/man5

2010-11-13 Thread Doug Barton
Author: dougb Date: Sat Nov 13 18:10:44 2010 New Revision: 215250 URL: http://svn.freebsd.org/changeset/base/215250 Log: Remove references to the long-gone ramdisk Submitted by: Garrett Cooper yaneg...@gmail.com Modified: head/share/man/man5/rc.conf.5 Modified:

svn commit: r214585 - in head/lib/bind: . isc/isc

2010-10-30 Thread Doug Barton
Author: dougb Date: Sun Oct 31 04:45:25 2010 New Revision: 214585 URL: http://svn.freebsd.org/changeset/base/214585 Log: Prep for the 9.6-ESV-R2 update Modified: head/lib/bind/config.h head/lib/bind/isc/isc/platform.h Modified: head/lib/bind/config.h

svn commit: r214586 - in head/contrib/bind9: . bin/dnssec bin/named bin/named/include/named bin/nsupdate doc/arm lib/dns lib/dns/include/dns lib/isc lib/isc/include/isc lib/lwres/man

2010-10-30 Thread Doug Barton
Author: dougb Date: Sun Oct 31 04:45:53 2010 New Revision: 214586 URL: http://svn.freebsd.org/changeset/base/214586 Log: Update to 9.6-ESV-R2, the latest from ISC. This version contains bug fixes that are relevant to any caching/resolving name server; as well as DNSSEC-related fixes.

Re: svn commit: r214431 - head/bin/rm

2010-10-27 Thread Doug Barton
On 10/27/10 14:26, Alexander Best wrote: are in fact COW fs the only exception where the -P flag won't work? before r213582 LFS was mentioned here and that the block size must be fixed. also the comment in rm.c says that -P won't work for any logging file systems. i'm not a fs expert, but i

Re: svn commit: r214008 - head/lib/libthr/thread

2010-10-18 Thread Doug Barton
On Mon, 18 Oct 2010, David Xu wrote: Doug Barton wrote: On Mon, 18 Oct 2010, David Xu wrote: Author: davidxu Date: Mon Oct 18 05:15:26 2010 New Revision: 214008 URL: http://svn.freebsd.org/changeset/base/214008 Log: s/||/ Since this came up in another context this evening ... We can see

Re: svn commit: r214008 - head/lib/libthr/thread

2010-10-17 Thread Doug Barton
On Mon, 18 Oct 2010, David Xu wrote: Author: davidxu Date: Mon Oct 18 05:15:26 2010 New Revision: 214008 URL: http://svn.freebsd.org/changeset/base/214008 Log: s/||/ Since this came up in another context this evening ... We can see the what from the diff. I'm curious about the why for

Re: svn commit: r213472 - head/tools/build/mk

2010-10-07 Thread Doug Barton
On 10/7/2010 2:40 AM, Alexander Leidinger wrote: If you do not want to have it deleted by delete-old, do not exclude it during installworld (you have my vote for this) and remove its entry from OptionalObsoleteFiles.inc. That sounds fine with me. I will get to that ASAP. Don't hesitate to

Re: svn commit: r213472 - head/tools/build/mk

2010-10-06 Thread Doug Barton
On 10/6/2010 12:49 AM, Alexander Leidinger wrote: Author: netchild Date: Wed Oct 6 07:49:28 2010 New Revision: 213472 URL: http://svn.freebsd.org/changeset/base/213472 Log: Add some missing files to optionally delete. Submitted by:Paul B Maholone...@gmail.com Modified:

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

2010-09-30 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 9/29/2010 6:08 AM, Ed Maste wrote: | Author: emaste | Date: Wed Sep 29 13:08:23 2010 | New Revision: 213270 | URL: http://svn.freebsd.org/changeset/base/213270 | | Log: |/etc/rc.d/defaultroute currently bails immediately if all interfaces |

Re: svn commit: r213253 - head/sys/netinet/ipfw

2010-09-28 Thread Doug Barton
On 9/28/2010 3:46 PM, Luigi Rizzo wrote: Author: luigi Date: Tue Sep 28 22:46:13 2010 New Revision: 213253 URL: http://svn.freebsd.org/changeset/base/213253 Log: Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code: + remove an unused macro, + adjust the constants

Re: svn commit: r212964 - head/sys/kern

2010-09-24 Thread Doug Barton
On 9/24/2010 6:23 AM, John Baldwin wrote: The biggest argument against this (and the reason I always enable crashdumps on all machines I am involved with) is that many panics are not easily reproducible, esp. ones that trigger under load. If dumpdev is not on by default, then the info from a

Re: svn commit: r212959 - head/sbin/mount_unionfs

2010-09-21 Thread Doug Barton
You forgot to bump .Dd On 9/21/2010 1:25 AM, Ed Schouten wrote: Author: ed Date: Tue Sep 21 08:25:00 2010 New Revision: 212959 URL: http://svn.freebsd.org/changeset/base/212959 Log: Add a notice to the man page that batteries should be installed. Modified:

Re: svn commit: r212959 - head/sbin/mount_unionfs

2010-09-21 Thread Doug Barton
On 9/21/2010 7:14 PM, Alexey Dokuchaev wrote: On Tue, Sep 21, 2010 at 12:01:03PM -0700, Doug Barton wrote: You forgot to bump .Dd I thought it is required when manpages undergoes substantial or at least functional changes. Seriously? You people are so humor-deficient that you didn't

Re: svn commit: r212959 - head/sbin/mount_unionfs

2010-09-21 Thread Doug Barton
On 9/21/2010 7:19 PM, Steve Kargl wrote: On Tue, Sep 21, 2010 at 07:16:28PM -0700, Doug Barton wrote: On 9/21/2010 7:14 PM, Alexey Dokuchaev wrote: On Tue, Sep 21, 2010 at 12:01:03PM -0700, Doug Barton wrote: You forgot to bump .Dd I thought it is required when manpages undergoes

Re: svn commit: r212617 - head/sys/ufs/ffs

2010-09-16 Thread Doug Barton
On 9/16/2010 7:29 PM, Carlos A. M. dos Santos wrote: On Thu, Sep 16, 2010 at 5:44 AM, Brian Somersbr...@freebsd.org wrote: If INVARIANTS is not defined, the above i++ will not happen. Which does not cause any harm, since i is a local variable, not used anywhere else in the function. A picky

Re: svn commit: r212558 - head/usr.bin

2010-09-15 Thread Doug Barton
On 9/14/2010 7:29 PM, M. Warner Losh wrote: In message:4c9020c5.90...@freebsd.org Doug Bartondo...@freebsd.org writes: : On 9/13/2010 8:30 AM, Warner Losh wrote: : Author: imp : Date: Mon Sep 13 15:30:09 2010 : New Revision: 212558 : URL:

Re: svn commit: r212558 - head/usr.bin

2010-09-14 Thread Doug Barton
On 9/13/2010 8:30 AM, Warner Losh wrote: Author: imp Date: Mon Sep 13 15:30:09 2010 New Revision: 212558 URL: http://svn.freebsd.org/changeset/base/212558 Log: Move to using Makefile.arch to include the proper target-specific programs. Modified: head/usr.bin/Makefile Modified:

Re: svn commit: r211501 - in head/sys: modules modules/send netinet netinet6 sys

2010-08-22 Thread Doug Barton
On 08/20/2010 02:38, Pawel Jakub Dawidek wrote: I'm guessing that's an attempt at humor? I thought I've made it clear in the rest of the thread that it wasn't. I think it's interesting that every time I make a cogent point that's hard to disagree with the response is snark and/or thinly

Re: svn commit: r211501 - in head/sys: modules modules/send netinet netinet6 sys

2010-08-22 Thread Doug Barton
On 08/21/2010 18:12, M. Warner Losh wrote: Do we really need to have a bunch of threads about why people should do the things they have promised to do? Since this is basically a useless/snarky question, here are some useless/snarky responses. Feel free to pick your favorite. Apparently we

Re: svn commit: r211501 - in head/sys: modules modules/send netinet netinet6 sys

2010-08-22 Thread Doug Barton
On 08/22/2010 12:42, M. Warner Losh wrote: I think you're drawing the wrong conclusion here. Doubtful. :) My point is that we have trusted folks in the past to do the right thing, even when they don't say they will. And my point, which I will make one last time, is that this model hasn't

Re: svn commit: r211501 - in head/sys: modules modules/send netinet netinet6 sys

2010-08-21 Thread Doug Barton
On 08/21/2010 05:07, Rui Paulo wrote: Meanwhile, the fact that in the past code has been committed without man pages is the exact cause of the problem you're describing. It is certainly not a justification for continuing to do it wrong. Reverting code just because it doesn't have a man page is

Re: svn commit: r211501 - in head/sys: modules modules/send netinet netinet6 sys

2010-08-21 Thread Doug Barton
On Sat, 21 Aug 2010, Rui Paulo wrote: On 21 Aug 2010, at 19:20, Doug Barton wrote: On 08/21/2010 05:07, Rui Paulo wrote: Meanwhile, the fact that in the past code has been committed without man pages is the exact cause of the problem you're describing. It is certainly not a justification

Re: svn commit: r211501 - in head/sys: modules modules/send netinet netinet6 sys

2010-08-21 Thread Doug Barton
On Sat, 21 Aug 2010, Rui Paulo wrote: If your concern is to change the status quo, you do understand that you picked the worst possible thread to hijack ? Esp. since the author promised to roll out a man page. I didn't hijack anything, I responded to Ana's message saying that a man page was

Re: svn commit: r211501 - in head/sys: modules modules/send netinet netinet6 sys

2010-08-19 Thread Doug Barton
On 08/19/2010 04:42, Ana Kukec wrote: Hi all, A man page for the kernel side SeND, and an updated port with Secure Neighbor Discovery application will follow soon. At minimum committing the man page along with new code is how such things should be done. Can you define soon? Doug --

Re: svn commit: r211501 - in head/sys: modules modules/send netinet netinet6 sys

2010-08-19 Thread Doug Barton
On 08/19/2010 14:50, Bjoern A. Zeeb wrote: On Thu, 19 Aug 2010, Doug Barton wrote: On 08/19/2010 04:42, Ana Kukec wrote: Hi all, A man page for the kernel side SeND, and an updated port with Secure Neighbor Discovery application will follow soon. At minimum committing the man page along

<    1   2   3   4   >