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: head/usr.b

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 Barton 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: http://svn.freebsd.org/cha

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 Somers 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 compiler would c

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: head/sbin/mount_unionfs/mount_u

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&#

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

svn commit: r213005 - head/usr.sbin/named

2010-09-22 Thread Doug Barton
Author: dougb Date: Wed Sep 22 18:46:17 2010 New Revision: 213005 URL: http://svn.freebsd.org/changeset/base/213005 Log: Eliminate the --disable-ipv6 string which while technically correct in terms of the arguments that configure was called with is misleading because if IPv6 support is prese

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 rar

Re: svn commit: r213002 - in stable/8: include lib/libc/gen

2010-09-24 Thread Doug Barton
On 9/23/2010 11:14 PM, Rui Paulo wrote: On 22 Sep 2010, at 22:08, Bruce Evans wrote: On Wed, 22 Sep 2010, Rui Paulo wrote: Log: MFC r197804 (rwatson): Add basename_r(3) to complement basename(3). basename_r(3) which accepts a caller-allocated buffer of at least MAXPATHLEN, rather than

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 i

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

2010-09-29 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: r213270 - head/etc/rc.d

2010-09-30 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 9/30/2010 6:08 AM, Ed Maste wrote: | On Wed, Sep 29, 2010 at 11:33:58PM -0700, Doug Barton wrote: | |> -BEGIN PGP SIGNED MESSAGE- |> Hash: SHA256 |> |> On 9/29/2010 6:08 AM, Ed Maste wrote: |> | Author: emaste |> | Date

svn commit: r213309 - stable/8/usr.sbin/named

2010-09-30 Thread Doug Barton
Author: dougb Date: Thu Sep 30 21:54:25 2010 New Revision: 213309 URL: http://svn.freebsd.org/changeset/base/213309 Log: MFC r213005: Remove confusing-though-technically-correct --disable-ipv6 from CONFIGARGS. Modified: stable/8/usr.sbin/named/Makefile Directory Properties: stable/8/

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 Mahol Modified: head/tools/build/mk/Op

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 beat

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: r214008 - head/lib/libthr/thread

2010-10-17 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 ...

Re: svn commit: r214033 - in vendor/binutils/dist: bfd gas gas/config gas/testsuite gas/testsuite/gas/cfi gas/testsuite/gas/i386 gas/testsuite/gas/mips gas/testsuite/gas/ppc include/opcode ld ld/emulp

2010-10-18 Thread Doug Barton
On Mon, 18 Oct 2010, Dimitry Andric wrote: On 2010-10-18 23:35, Marius Strobl wrote: I thought the last GPLv2 version was something like binutils 2.17 and the plan still was to update to that? Yes, after this one I will start importing 2.17 (which is indeed the last GPLv2 version), probably t

Re: svn commit: r214033 - in vendor/binutils/dist: bfd gas gas/config gas/testsuite gas/testsuite/gas/cfi gas/testsuite/gas/i386 gas/testsuite/gas/mips gas/testsuite/gas/ppc include/opcode ld ld/emulp

2010-10-18 Thread Doug Barton
On Tue, 19 Oct 2010, Dimitry Andric wrote: On 2010-10-18 23:47, Doug Barton wrote: This may be a good thing to request a pointyhat run for as well. Please note, this is *not* going into head yet, but into a project branch for now (projects/binutils-2.17). There it will have to prove itself

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 think

svn commit: r214567 - in vendor/bind9/dist: . 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: Sat Oct 30 21:01:18 2010 New Revision: 214567 URL: http://svn.freebsd.org/changeset/base/214567 Log: Vendor import of BIND 9.6-ESV-R2 Modified: vendor/bind9/dist/CHANGES vendor/bind9/dist/README vendor/bind9/dist/bin/dnssec/dnssec-dsfromkey.html vendor/bind9/dist/bin

svn commit: r214568 - vendor/bind9/9.6-ESV-R2

2010-10-30 Thread Doug Barton
Author: dougb Date: Sat Oct 30 21:01:54 2010 New Revision: 214568 URL: http://svn.freebsd.org/changeset/base/214568 Log: Tag the 9.6-ESV-R2 release Added: vendor/bind9/9.6-ESV-R2/ - copied from r214567, vendor/bind9/dist/ ___ svn-src-all@freebs

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

svn commit: r227677 - stable/9/sys/conf

2011-11-18 Thread Doug Barton
Author: dougb Date: Fri Nov 18 20:47:14 2011 New Revision: 227677 URL: http://svn.freebsd.org/changeset/base/227677 Log: MFC r226863: Fix svnversion for svn 1.7.x by not looking for .svn in ${SYSDIR} (since it no longer exists). Instead, run svnversion if we can find the binary and test

svn commit: r227678 - releng/9.0/sys/conf

2011-11-18 Thread Doug Barton
Author: dougb Date: Fri Nov 18 20:51:31 2011 New Revision: 227678 URL: http://svn.freebsd.org/changeset/base/227678 Log: MFC r226863: Fix svnversion for svn 1.7.x by not looking for .svn in ${SYSDIR} (since it no longer exists). Instead, run svnversion if we can find the binary and test

svn commit: r227679 - stable/8/sys/conf

2011-11-18 Thread Doug Barton
Author: dougb Date: Fri Nov 18 21:04:59 2011 New Revision: 227679 URL: http://svn.freebsd.org/changeset/base/227679 Log: MFC r213077: Simplify how we find the kernel source. MFC r18: expr -> sh arithmetic expansion MFC r226863: Fix svnversion for svn 1.7.x by not looking for

svn commit: r227680 - stable/7/sys/conf

2011-11-18 Thread Doug Barton
Author: dougb Date: Fri Nov 18 21:09:03 2011 New Revision: 227680 URL: http://svn.freebsd.org/changeset/base/227680 Log: MFC r213077: Simplify how we find the kernel source. MFC r18: expr -> sh arithmetic expansion MFC r226863: Fix svnversion for svn 1.7.x by not looking for

svn commit: r227681 - stable/9/lib/libc/sys

2011-11-18 Thread Doug Barton
Author: dougb Date: Fri Nov 18 21:10:13 2011 New Revision: 227681 URL: http://svn.freebsd.org/changeset/base/227681 Log: MFC r227416: Document that flock can return ENOLCK Approved by: re (kib) Modified: stable/9/lib/libc/sys/flock.2 Directory Properties: stable/9/lib/libc/ (pr

svn commit: r227682 - releng/9.0/lib/libc/sys

2011-11-18 Thread Doug Barton
Author: dougb Date: Fri Nov 18 21:12:05 2011 New Revision: 227682 URL: http://svn.freebsd.org/changeset/base/227682 Log: MFC r227416: Document that flock can return ENOLCK Approved by: re (kib) Modified: releng/9.0/lib/libc/sys/flock.2 Directory Properties: releng/9.0/lib/libc/

svn commit: r227683 - stable/8/lib/libc/sys

2011-11-18 Thread Doug Barton
Author: dougb Date: Fri Nov 18 21:12:58 2011 New Revision: 227683 URL: http://svn.freebsd.org/changeset/base/227683 Log: MFC r227416: Document that flock can return ENOLCK Modified: stable/8/lib/libc/sys/flock.2 Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/

svn commit: r227684 - stable/7/lib/libc/sys

2011-11-18 Thread Doug Barton
Author: dougb Date: Fri Nov 18 21:13:43 2011 New Revision: 227684 URL: http://svn.freebsd.org/changeset/base/227684 Log: MFC r227416: Document that flock can return ENOLCK Modified: stable/7/lib/libc/sys/flock.2 Directory Properties: stable/7/lib/libc/ (props changed) stable/7/lib/

Re: svn commit: r227812 - head/lib/libc/string

2011-11-22 Thread Doug Barton
On 11/22/2011 12:27 PM, David Schultz wrote: > On Tue, Nov 22, 2011, Eitan Adler wrote: >> The problem with profiling this type of change is that it is hard to >> find a good representative benchmark. I could easily write code that >> will show you that adding the equality check is a good idea or t

Re: svn commit: r227797 - head/share/mk

2011-11-22 Thread Doug Barton
On 11/22/2011 2:26 PM, Ben Kaduk wrote: > 2011/11/22 Rui Paulo : >> On 2011/11/22, at 21:33, Dag-Erling Smørgrav wrote: >> >>> Rui Paulo writes: With this change, I can no longer update a FreeBSD 9.0-current system from June 2010 to FreeBSD 10.0. I suspect I'm not the only one. >>> >>> S

Re: svn commit: r227953 - head/gnu/lib/libodialog

2011-11-24 Thread Doug Barton
On 11/24/2011 12:34, Max Khon wrote: > Author: fjoe > Date: Thu Nov 24 20:34:50 2011 > New Revision: 227953 > URL: http://svn.freebsd.org/changeset/base/227953 > > Log: > libodialog: Remove no longer used library. > > Deleted: > head/gnu/lib/libodialog/ I'm curious ... I asked Nathan to plea

svn commit: r228122 - head/usr.sbin/mergemaster

2011-11-29 Thread Doug Barton
Author: dougb Date: Tue Nov 29 08:22:12 2011 New Revision: 228122 URL: http://svn.freebsd.org/changeset/base/228122 Log: If using DISTDIR we need to be sure to create a ${DESTDIR}/var/db/zoneinfo PR: bin/162891 Submitted by: Helge Oldach Modified: head/usr.sbin/mergemaster/m

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-11-29 Thread Doug Barton
On 11/29/2011 12:47, Gábor Kövesdán wrote: > On 2011.11.29. 20:46, Max Khon wrote: >> Log: >>Turn off profiled libs build by default. >>Can be enabled back using WITH_PROFILE=yes in /etc/src.conf > I think it was useful. Profiling is useful for developing any piece of > software that builds

Re: svn commit: r227549 - stable/7/sys/nfsclient

2011-11-30 Thread Doug Barton
On 11/30/2011 14:52, Rick Macklem wrote: > I'm relatively new to FreeBSD, but I've never heard of an MFC to a > Release branch. (As far as I know, if it ever happens, it's for a > serious errata or security issue.) You are correct sir. :) -- "We could put the whole Internet int

svn commit: r228165 - stable/9/etc/periodic/daily

2011-11-30 Thread Doug Barton
Author: dougb Date: Thu Dec 1 05:46:25 2011 New Revision: 228165 URL: http://svn.freebsd.org/changeset/base/228165 Log: MFC r227482: The default setting, daily_accounting_compress="NO", was causing only 1 old file to be saved, so fix this. While I'm here, fix a very old off-by-one e

svn commit: r228166 - releng/9.0/etc/periodic/daily

2011-11-30 Thread Doug Barton
Author: dougb Date: Thu Dec 1 05:47:51 2011 New Revision: 228166 URL: http://svn.freebsd.org/changeset/base/228166 Log: MFC r227482: The default setting, daily_accounting_compress="NO", was causing only 1 old file to be saved, so fix this. While I'm here, fix a very old off-by-one e

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

2011-11-30 Thread Doug Barton
Author: dougb Date: Thu Dec 1 05:48:50 2011 New Revision: 228167 URL: http://svn.freebsd.org/changeset/base/228167 Log: MFC r227482: The default setting, daily_accounting_compress="NO", was causing only 1 old file to be saved, so fix this. While I'm here, fix a very old off-by-one e

svn commit: r228168 - stable/7/etc/periodic/daily

2011-11-30 Thread Doug Barton
Author: dougb Date: Thu Dec 1 05:49:37 2011 New Revision: 228168 URL: http://svn.freebsd.org/changeset/base/228168 Log: MFC r227482: The default setting, daily_accounting_compress="NO", was causing only 1 old file to be saved, so fix this. While I'm here, fix a very old off-by-one e

svn commit: r228169 - stable/9/usr.sbin/mergemaster

2011-11-30 Thread Doug Barton
Author: dougb Date: Thu Dec 1 05:51:17 2011 New Revision: 228169 URL: http://svn.freebsd.org/changeset/base/228169 Log: MFC r228122: If using DESTDIR we need to be sure to create a ${DESTDIR}/var/db/zoneinfo Approved by: re (kensmith) Modified: stable/9/usr.sbin/mergemaster/merg

svn commit: r228171 - stable/8/usr.sbin/mergemaster

2011-11-30 Thread Doug Barton
Author: dougb Date: Thu Dec 1 05:53:30 2011 New Revision: 228171 URL: http://svn.freebsd.org/changeset/base/228171 Log: MFC r228122: If using DESTDIR we need to be sure to create a ${DESTDIR}/var/db/zoneinfo Modified: stable/8/usr.sbin/mergemaster/mergemaster.sh Directory Properties:

svn commit: r228170 - releng/9.0/usr.sbin/mergemaster

2011-11-30 Thread Doug Barton
Author: dougb Date: Thu Dec 1 05:52:50 2011 New Revision: 228170 URL: http://svn.freebsd.org/changeset/base/228170 Log: MFC r228122: If using DESTDIR we need to be sure to create a ${DESTDIR}/var/db/zoneinfo Approved by: re (kensmith) Modified: releng/9.0/usr.sbin/mergemaster/me

svn commit: r228172 - stable/7/usr.sbin/mergemaster

2011-11-30 Thread Doug Barton
Author: dougb Date: Thu Dec 1 05:54:22 2011 New Revision: 228172 URL: http://svn.freebsd.org/changeset/base/228172 Log: MFC r228122: If using DESTDIR we need to be sure to create a ${DESTDIR}/var/db/zoneinfo Modified: stable/7/usr.sbin/mergemaster/mergemaster.sh Directory Properties:

Re: svn commit: r228174 - head/share/man/man4

2011-11-30 Thread Doug Barton
On 11/30/2011 23:41, Lawrence Stewart wrote: > +.\" Copyright (c) 2011 The University of Melbourne Out of curiosity, if the foundation paid for the work, how is it that the University of Melbourne gets to own the copyright? -- "We could put the whole Internet into a book."

svn commit: r228189 - in stable/9/contrib/bind9: . bin/named lib/dns

2011-12-01 Thread Doug Barton
Author: dougb Date: Thu Dec 1 21:13:41 2011 New Revision: 228189 URL: http://svn.freebsd.org/changeset/base/228189 Log: Upgrade to BIND 9.8.1-P1 to address the following DDOS bug: Recursive name servers are failing with an assertion: INSIST(! dns_rdataset_isassociated(sigrdataset))

svn commit: r228190 - in releng/9.0/contrib/bind9: . bin/named lib/dns

2011-12-01 Thread Doug Barton
Author: dougb Date: Thu Dec 1 21:17:59 2011 New Revision: 228190 URL: http://svn.freebsd.org/changeset/base/228190 Log: Upgrade to BIND 9.8.1-P1 to address the following DDOS bug: Recursive name servers are failing with an assertion: INSIST(! dns_rdataset_isassociated(sigrdataset))

Re: svn commit: r227997 - vendor/libcxxrt/8931d9e5180830a5433d16ae6b3ad8dd9e629512

2011-12-07 Thread Doug Barton
On 12/07/2011 04:00, Ed Schouten wrote: > Uli, > > * Ulrich Spörlein , 20111207 00:07: >> Please consider using dated snapshots instead, e.g. -MM-DD, etc. > > Maybe a combination of both? -MM-DD-shortrev Personally I'd do the -mm-dd thing in the path, and include the git version in a

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

2011-12-15 Thread Doug Barton
On 12/15/2011 13:06, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Thu Dec 15 21:06:37 2011 > New Revision: 228541 > URL: http://svn.freebsd.org/changeset/base/228541 > > Log: > - Put one file into one line. This makes keeping local changes and merging > with FreeBSD easier for vendors. >

svn commit: r228608 - stable/7/usr.sbin/tzsetup

2011-12-16 Thread Doug Barton
Author: dougb Date: Fri Dec 16 23:44:16 2011 New Revision: 228608 URL: http://svn.freebsd.org/changeset/base/228608 Log: MFC: r179530 - Replace rcsid with __FBSDID. - Remove paths.h and embed it in the source. - Remove stale alpha support. - Clean up compiler warnings and fix style(9)

Re: svn commit: r228698 - head/usr.bin/m4

2011-12-19 Thread Doug Barton
On 12/18/2011 15:54, Dimitry Andric wrote: > Author: dim > Date: Sun Dec 18 23:54:32 2011 > New Revision: 228698 > URL: http://svn.freebsd.org/changeset/base/228698 > > Log: > Repair breakage after r228697: since m4 now uses pow(3), it needs -lm. > > Pointy hat to: bapt Still seems br

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-12-20 Thread Doug Barton
On 12/20/2011 06:08, John Baldwin wrote: > The defaults for src.conf should be for the common case Agreed. The problem we seem to be missing here is that developers are not even statistically significant in measuring "the common case." -- [^L] Breadth of IT experience,

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-12-20 Thread Doug Barton
On 12/20/2011 18:29, Ben Kaduk wrote: > 2011/12/20 Doug Barton : >> On 12/20/2011 06:08, John Baldwin wrote: >>> The defaults for src.conf should be for the common case >> >> Agreed. The problem we seem to be missing here is that developers are >> not even st

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-12-21 Thread Doug Barton
On 12/20/2011 9:59 PM, Steve Kargl wrote: > On Tue, Dec 20, 2011 at 09:30:10PM -0800, Garrett Cooper wrote: >> On Tue, Dec 20, 2011 at 8:55 PM, Steve Kargl >> wrote: >>> On Tue, Dec 20, 2011 at 06:45:07PM -0800, Doug Barton wrote: >>>> On 12/20/2011 18:29, Be

Re: svn commit: r228790 - in head/usr.sbin: fwcontrol newsyslog ypserv

2011-12-21 Thread Doug Barton
On 12/21/2011 12:27 PM, Eitan Adler wrote: > Author: eadler (ports committer) > Date: Wed Dec 21 20:27:41 2011 > New Revision: 228790 > URL: http://svn.freebsd.org/changeset/base/228790 > > Log: > - Remove extraneous null ptr deref checks A better way to write this commit log would be, "Remove

Re: svn commit: r228790 - in head/usr.sbin: fwcontrol newsyslog ypserv

2011-12-21 Thread Doug Barton
On 12/21/2011 12:40 PM, Eitan Adler wrote: > On Wed, Dec 21, 2011 at 3:39 PM, Doug Barton wrote: >> A better way to write this commit log would be, "Remove null pointer >> checks that are extraneous because ..." 2/3 why, 1/3 what. > > Noted. Thanks. However, I w

Re: svn commit: r228843 - head/contrib/telnet/libtelnet head/crypto/heimdal/appl/telnet/libtelnet head/include head/lib/libc/gen head/lib/libc/iconv head/lib/libc/include head/lib/libc/net head/libexe

2011-12-23 Thread Doug Barton
On 12/23/2011 10:42, Alexander Kabaev wrote: > On Fri, 23 Dec 2011 20:29:59 +0200 > Kostik Belousov wrote: > >> On Fri, Dec 23, 2011 at 01:20:34PM -0500, Alexander Kabaev wrote: >>> On Fri, 23 Dec 2011 19:51:43 +0200 >>> Kostik Belousov wrote: >>> On Fri, Dec 23, 2011 at 12:06:44PM -0500, A

Re: svn commit: r228843 - head/contrib/telnet/libtelnet head/crypto/heimdal/appl/telnet/libtelnet head/include head/lib/libc/gen head/lib/libc/iconv head/lib/libc/include head/lib/libc/net head/libexe

2011-12-24 Thread Doug Barton
On 12/23/2011 20:22, Xin LI wrote: > On Fri, Dec 23, 2011 at 4:19 PM, Doug Barton wrote: >> On 12/23/2011 10:42, Alexander Kabaev wrote: >>> On Fri, 23 Dec 2011 20:29:59 +0200 >>> Kostik Belousov wrote: >>> >>>> On Fri, Dec 23, 2011 at 01:20:34PM

Re: svn commit: r228857 - in head/usr.bin: . csup

2011-12-24 Thread Doug Barton
On 12/24/2011 04:16, Marius Strobl wrote: > On FreeBSD just use the MD5 implementation of libmd rather than that of > libcrypto so we don't need to relinquish csup when world is built without > OpenSSL. Did you benchmark this at all? I agree that keeping csup available absent openssl is a go

Re: svn commit: r228857 - in head/usr.bin: . csup

2011-12-25 Thread Doug Barton
On 12/24/2011 15:03, Steve Kargl wrote: > Imagine that! A request from someone, who is a staunch > anti-profiled lib supporter, to (I don't know) profile > a change to the system. Um, yeah. That was both pointless and uncalled for. I have nothing against profiled libs, I just don't think they sh

Re: svn commit: r228874 - head/sys/dev/hwpmc

2011-12-25 Thread Doug Barton
On 12/25/2011 06:29, Bjoern A. Zeeb wrote: > Author: bz > Date: Sun Dec 25 14:29:36 2011 > New Revision: 228874 > URL: http://svn.freebsd.org/changeset/base/228874 > > Log: > Quite the tinderbox for the holidays. Remove the assert[1]. Shouldn't "Why it's Ok to remove the assert" be part of thi

Re: svn commit: r228876 - head/release/doc/en_US.ISO8859-1/relnotes

2011-12-25 Thread Doug Barton
On 12/25/2011 10:15, Eitan Adler wrote: > - sysinstall(8) is not supported in -CURRENT Given that we have no replacement for the post-install configuration role that sysinstall played, this may be premature. -- [^L] Breadth of IT experience, and depth of knowledge in

Re: svn commit: r228896 - head/contrib/netcat

2011-12-26 Thread Doug Barton
On 12/26/2011 01:07, Xin LI wrote: > Author: delphij > Date: Mon Dec 26 09:07:08 2011 > New Revision: 228896 > URL: http://svn.freebsd.org/changeset/base/228896 > > Log: > Merge from OpenBSD 5.0 (this is a dummy change, the vendor change does not > apply to us). When I'm importing stat(1) stu

Re: svn commit: r228874 - head/sys/dev/hwpmc

2011-12-26 Thread Doug Barton
On 12/26/2011 04:50, Justin Hibbits wrote: > On Dec 26, 2011, at 1:23 AM, Doug Barton wrote: > >> On 12/25/2011 06:29, Bjoern A. Zeeb wrote: >>> Author: bz >>> Date: Sun Dec 25 14:29:36 2011 >>> New Revision: 228874 >>> URL: http://svn.freebsd.org/c

Re: svn commit: r228857 - in head/usr.bin: . csup

2011-12-26 Thread Doug Barton
On 12/26/2011 02:28, Marius Strobl wrote: > On Sat, Dec 24, 2011 at 01:36:18PM -0800, Doug Barton wrote: >> On 12/24/2011 04:16, Marius Strobl wrote: >>> On FreeBSD just use the MD5 implementation of libmd rather than that of >>> libcrypto so we don't need

Re: svn commit: r228857 - in head/usr.bin: . csup

2011-12-26 Thread Doug Barton
On 12/26/2011 13:24, Eitan Adler wrote: > On Mon, Dec 26, 2011 at 3:43 PM, Doug Barton wrote: >> Then for each version run it >> against the src tree (or ports, either way) 10 times. Discard the first >> and last, and then plot the results with ministat. > > We discard

Re: svn commit: r228857 - in head/usr.bin: . csup

2011-12-26 Thread Doug Barton
On 12/26/2011 14:51, Steve Kargl wrote: > On Mon, Dec 26, 2011 at 12:43:07PM -0800, Doug Barton wrote: >> On 12/26/2011 02:28, Marius Strobl wrote: >>> On Sat, Dec 24, 2011 at 01:36:18PM -0800, Doug Barton wrote: >>>> On 12/24/2011 04:16, Marius Strobl wrote: >&

Re: svn commit: r228857 - in head/usr.bin: . csup

2011-12-26 Thread Doug Barton
On 12/26/2011 16:09, Steve Kargl wrote: > On Mon, Dec 26, 2011 at 03:27:39PM -0800, Doug Barton wrote: >> On 12/26/2011 14:51, Steve Kargl wrote: >>> On Mon, Dec 26, 2011 at 12:43:07PM -0800, Doug Barton wrote: >>>> On 12/26/2011 02:28, Marius Strobl wrote: >>&g

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

2011-12-27 Thread Doug Barton
Author: dougb Date: Tue Dec 27 10:21:57 2011 New Revision: 228909 URL: http://svn.freebsd.org/changeset/base/228909 Log: 1. Remove a bunch of duplicates. Usually this means removing them from fortunes, but occasionally remove them from the other 2 files when they are not offensive, or

Re: svn commit: r228857 - in head/usr.bin: . csup

2011-12-27 Thread Doug Barton
On 12/27/2011 08:27, Marius Strobl wrote: > On Mon, Dec 26, 2011 at 12:43:07PM -0800, Doug Barton wrote: >> On 12/26/2011 02:28, Marius Strobl wrote: >>> On Sat, Dec 24, 2011 at 01:36:18PM -0800, Doug Barton wrote: >>>> On 12/24/2011 04:16, Marius Strobl wrote: >&

Re: svn commit: r228909 - head/games/fortune/datfiles

2011-12-28 Thread Doug Barton
On 12/28/2011 07:53, Ulrich Spörlein wrote: > On Tue, 2011-12-27 at 10:21:57 +0000, Doug Barton wrote: >> Author: dougb >> Date: Tue Dec 27 10:21:57 2011 >> New Revision: 228909 >> URL: http://svn.freebsd.org/changeset/base/228909 >> >> Log: >> 1. Rem

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Doug Barton
On 12/28/2011 07:40, Ulrich Spörlein wrote: > On Mon, 2011-12-26 at 01:14:28 -0800, Doug Barton wrote: >> On 12/26/2011 01:07, Xin LI wrote: >>> Author: delphij >>> Date: Mon Dec 26 09:07:08 2011 >>> New Revision: 228896 >>> URL: http://svn.

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

2011-12-28 Thread Doug Barton
Author: dougb Date: Wed Dec 28 22:18:53 2011 New Revision: 228938 URL: http://svn.freebsd.org/changeset/base/228938 Log: 1. Correct capitalization of the nobility particle for Francois de La Rochefoucauld introduced in r228909 [1],[2] 2. Change c-cedilla introduced in the same commit t

Re: svn commit: r228938 - head/games/fortune/datfiles

2011-12-28 Thread Doug Barton
On 12/28/2011 14:18, Doug Barton wrote: > Reviewed by:French-speakers on #bsdcode [2] Blah, that's #bsdports. -- You can observe a lot just by watching. -- Yogi Berra Breadth of IT experience, and depth of knowledge in the DNS. Yours for the rig

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Doug Barton
On 12/28/2011 14:52, Ulrich Spörlein wrote: > We have > > http://wiki.freebsd.org/ContribSoftware > > that tries to track the state of anything upstream in src. I've been maintaining BIND in the base for 9 1/2 years, and never knew about that page ... the wiki is a good tool for some things, b

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Doug Barton
On 12/28/2011 15:03, Ulrich Spörlein wrote: > On Wed, 2011-12-28 at 15:00:07 -0800, Doug Barton wrote: >> On 12/28/2011 14:52, Ulrich Spörlein wrote: >> >>> We have >>> >>> http://wiki.freebsd.org/ContribSoftware >>> >>> that tries to t

svn commit: r229222 - stable/9/games/fortune/datfiles

2012-01-01 Thread Doug Barton
Author: dougb Date: Sun Jan 1 22:33:02 2012 New Revision: 229222 URL: http://svn.freebsd.org/changeset/base/229222 Log: MFC r228909: 1. Remove a bunch of duplicates. Usually this means removing them from fortunes, but occasionally remove them from the other 2 files when they are

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

2012-01-01 Thread Doug Barton
Author: dougb Date: Sun Jan 1 22:33:29 2012 New Revision: 229223 URL: http://svn.freebsd.org/changeset/base/229223 Log: MFC r228909: 1. Remove a bunch of duplicates. Usually this means removing them from fortunes, but occasionally remove them from the other 2 files when they are

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

2012-01-01 Thread Doug Barton
Author: dougb Date: Sun Jan 1 22:33:55 2012 New Revision: 229224 URL: http://svn.freebsd.org/changeset/base/229224 Log: MFC r228909: 1. Remove a bunch of duplicates. Usually this means removing them from fortunes, but occasionally remove them from the other 2 files when they are

Re: svn commit: r229081 - stable/9/usr.bin/grep

2012-01-03 Thread Doug Barton
On 01/03/2012 06:29, John Baldwin wrote: > On Saturday, December 31, 2011 9:06:24 am Gábor Kövesdán wrote: >> On 2011.12.31. 15:00, Gleb Kurtsou wrote: ${BINDIR}/grep ${BINDIR}/fgrep \ > ${BINDIR}/grep ${BINDIR}/zgrep \ > ${BINDIR}/grep ${BINDIR}/zegrep \ >

svn commit: r214802 - in vendor/bind9/dist-9.4: . bin/named doc/arm doc/draft doc/rfc lib/dns lib/dns/include/dns

2010-11-04 Thread Doug Barton
Author: dougb Date: Thu Nov 4 19:18:32 2010 New Revision: 214802 URL: http://svn.freebsd.org/changeset/base/214802 Log: Vendor import of BIND 9.4-ESV-R3 Added: vendor/bind9/dist-9.4/doc/draft/draft-ietf-behave-dns64-10.txt (contents, props changed) vendor/bind9/dist-9.4/doc/draft/draft

svn commit: r214803 - vendor/bind9/9.4-ESV-R3

2010-11-04 Thread Doug Barton
Author: dougb Date: Thu Nov 4 19:20:03 2010 New Revision: 214803 URL: http://svn.freebsd.org/changeset/base/214803 Log: Tag the 9.4-ESV-R3 release Added: vendor/bind9/9.4-ESV-R3/ - copied from r214802, vendor/bind9/dist-9.4/ ___ svn-src-all@fr

svn commit: r214810 - in stable/8/lib/bind: . isc/isc

2010-11-04 Thread Doug Barton
Author: dougb Date: Thu Nov 4 21:47:28 2010 New Revision: 214810 URL: http://svn.freebsd.org/changeset/base/214810 Log: MFC 214585: Prep for the 9.6-ESV-R2 update Modified: stable/8/lib/bind/config.h stable/8/lib/bind/isc/isc/platform.h Directory Properties: stable/8/lib/bind/ (pr

svn commit: r214811 - in stable/8/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-11-04 Thread Doug Barton
Author: dougb Date: Thu Nov 4 21:48:39 2010 New Revision: 214811 URL: http://svn.freebsd.org/changeset/base/214811 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. M

svn commit: r214812 - in stable/7/contrib/bind9: . bin/named doc/arm doc/draft doc/rfc lib/dns lib/dns/include/dns

2010-11-04 Thread Doug Barton
Author: dougb Date: Thu Nov 4 21:50:19 2010 New Revision: 214812 URL: http://svn.freebsd.org/changeset/base/214812 Log: MFV version 9.4-ESV-R3 This version contains several fixes for DNSSEC and DLV, as well as fixes relevant to any resolving name server. Added: stable/7/contrib/bind9/

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 Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 =

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 head/share/doc/smm/

Re: 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
If anyone has suggestions for better wording and/or markup on any of these changes feel free to commit them directly, and let me know. I plan to MFC these changes before the impending releases. Doug ___ svn-src-all@freebsd.org mailing list http://lis

svn commit: r215645 - stable/8/share/man/man5

2010-11-21 Thread Doug Barton
Author: dougb Date: Mon Nov 22 00:10:14 2010 New Revision: 215645 URL: http://svn.freebsd.org/changeset/base/215645 Log: MFC 215250: Remove references to the long-gone ramdisk Submitted by: Garrett Cooper Modified: stable/8/share/man/man5/rc.conf.5 Directory Properties: stable/8/

svn commit: r215646 - stable/7/share/man/man5

2010-11-21 Thread Doug Barton
Author: dougb Date: Mon Nov 22 00:12:24 2010 New Revision: 215646 URL: http://svn.freebsd.org/changeset/base/215646 Log: MFC 215250: Remove references to the long-gone ramdisk Submitted by: Garrett Cooper Modified: stable/7/share/man/man5/rc.conf.5 Directory Properties: stable/7/

svn commit: r215647 - in stable/8: 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-21 Thread Doug Barton
Author: dougb Date: Mon Nov 22 00:31:52 2010 New Revision: 215647 URL: http://svn.freebsd.org/changeset/base/215647 Log: MFC 215334: Remove references to MAKEDEV(8) Deleted: stable/8/share/man/man8/MAKEDEV.8 Modified: stable/8/share/doc/papers/jail/mgt.ms stable/8/share/doc/smm/01.se

svn commit: r215648 - in stable/7: 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-21 Thread Doug Barton
Author: dougb Date: Mon Nov 22 00:44:43 2010 New Revision: 215648 URL: http://svn.freebsd.org/changeset/base/215648 Log: MFC 215334: Remove references to MAKEDEV(8) Deleted: stable/7/share/man/man8/MAKEDEV.8 Modified: stable/7/share/doc/papers/jail/mgt.ms stable/7/share/doc/smm/01.se

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

2010-11-25 Thread Doug Barton
Author: dougb Date: Thu Nov 25 18:20:28 2010 New Revision: 215824 URL: http://svn.freebsd.org/changeset/base/215824 Log: 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 business without the

Re: svn commit: r215868 - head/sys/dev/ichwd

2010-11-26 Thread Doug Barton
The tinderbox seems to think that this broke the build. Doug On 11/26/2010 07:35, Attilio Rao wrote: Author: attilio Date: Fri Nov 26 15:35:08 2010 New Revision: 215868 URL: http://svn.freebsd.org/changeset/base/215868 Log: - Advertise when the reboot came from a watchdog-induced reset.

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: r216169 - in vendor/bind9/dist: . bin/check bin/dig bin/named bin/named/include/named lib/dns lib/dns/include/dns lib/isc

2010-12-03 Thread Doug Barton
Author: dougb Date: Sat Dec 4 00:42:21 2010 New Revision: 216169 URL: http://svn.freebsd.org/changeset/base/216169 Log: Vendor import of BIND 9.6-ESV-R3 Added: vendor/bind9/dist/RELEASE-NOTES-BIND-9.6-ESV.html (contents, props changed) vendor/bind9/dist/RELEASE-NOTES-BIND-9.6-ESV.pdf (

svn commit: r216170 - vendor/bind9/9.6-ESV-R3

2010-12-03 Thread Doug Barton
Author: dougb Date: Sat Dec 4 00:43:21 2010 New Revision: 216170 URL: http://svn.freebsd.org/changeset/base/216170 Log: Tag the 9.6-ESV-R3 release Added: vendor/bind9/9.6-ESV-R3/ - copied from r216169, vendor/bind9/dist/ ___ svn-src-all@freebs

svn commit: r216175 - in head/contrib/bind9: . bin/check bin/dig bin/named bin/named/include/named lib/dns lib/dns/include/dns lib/isc

2010-12-03 Thread Doug Barton
Author: dougb Date: Sat Dec 4 05:58:56 2010 New Revision: 216175 URL: http://svn.freebsd.org/changeset/base/216175 Log: Update to version 9.6-ESV-R3, the latest from ISC, which addresses the following security vulnerabilities. For more information regarding these issues please see: ht

  1   2   3   4   5   6   7   8   9   10   >