Author: dougb
Date: Tue Dec 23 18:36:21 2008
New Revision: 186449
URL: http://svn.freebsd.org/changeset/base/186449
Log:
Tag the 9.4.3 release
Added:
vendor/bind9/9.4.3/
- copied from r186448, vendor/bind9/dist/
___
svn-src-all@freebsd.org mail
Author: dougb
Date: Tue Dec 23 19:15:04 2008
New Revision: 186450
URL: http://svn.freebsd.org/changeset/base/186450
Log:
Update copyrights and comments as of 9.4.3 (no functional changes)
Modified:
head/lib/bind/dns/code.h
head/lib/bind/dns/dns/enumclass.h
head/lib/bind/dns/dns/enumtype.h
Author: dougb
Date: Tue Dec 23 19:18:41 2008
New Revision: 186451
URL: http://svn.freebsd.org/changeset/base/186451
Log:
Vendor import of BIND 9.4.3
Added:
vendor/bind9/dist/aclocal.m4
vendor/bind9/dist/config.h.in (contents, props changed)
vendor/bind9/dist/lib/bind/aclocal.m4
vendor
Author: dougb
Date: Tue Dec 23 19:19:45 2008
New Revision: 186452
URL: http://svn.freebsd.org/changeset/base/186452
Log:
The lib/bind directory has its own configure script. Update accordingly.
Modified:
vendor/bind9/dist/FREEBSD-Upgrade
vendor/bind9/dist/FREEBSD-Xlist
Modified: vendor/bi
Author: dougb
Date: Tue Dec 23 22:47:56 2008
New Revision: 186462
URL: http://svn.freebsd.org/changeset/base/186462
Log:
Merge from vendor/bind9/dist as of the 9.4.3 import
Added:
head/contrib/bind9/aclocal.m4
- copied unchanged from r186452, vendor/bind9/dist/aclocal.m4
head/contrib/b
Author: dougb
Date: Tue Dec 23 22:50:39 2008
New Revision: 186463
URL: http://svn.freebsd.org/changeset/base/186463
Log:
Updates for version 9.4.3
Modified:
head/lib/bind/bind/config.h
head/lib/bind/bind/port_after.h
head/lib/bind/bind/port_before.h
head/lib/bind/config.h
head/lib/bin
Author: dougb
Date: Tue Dec 23 22:51:10 2008
New Revision: 186464
URL: http://svn.freebsd.org/changeset/base/186464
Log:
Update bmake glue for changes in 9.4.3
Modified:
head/share/doc/bind9/Makefile
head/usr.bin/nsupdate/Makefile
Modified: head/share/doc/bind9/Makefile
===
Author: dougb
Date: Thu Jan 1 10:55:26 2009
New Revision: 186677
URL: http://svn.freebsd.org/changeset/base/186677
Log:
Revert 184781, 184804, and 184832 (automatic installation of files
that differ only by VCS Id) for the following reasons:
1. It was added without my consent, review, or ev
I neglected to mention that there is already the -U option that will
handle this situation nicely (as was discussed on -current the last
time this came up).
Doug
Doug Barton wrote:
> Author: dougb
> Date: Thu Jan 1 10:55:26 2009
> New Revision: 186677
> URL: http://svn.freebsd.o
Author: dougb
Date: Thu Jan 1 11:41:13 2009
New Revision: 186678
URL: http://svn.freebsd.org/changeset/base/186678
Log:
Maintenance and updates
===
1. Various improvements to the mtree (-U) feature:
a. Seperate the notion of directory and file (user can override db pat
Author: dougb
Date: Thu Jan 1 12:09:57 2009
New Revision: 186679
URL: http://svn.freebsd.org/changeset/base/186679
Log:
General Improvements
1. List the command line options in a more standard way
2. Improve the explanations of some of the arguments (-A, -D)
3. Add
Author: dougb
Date: Fri Jan 2 00:02:14 2009
New Revision: 186688
URL: http://svn.freebsd.org/changeset/base/186688
Log:
For IGNORE_FILES delete the version in the TEMPROOT, not the base.
Submitted by: clemens fischer
Modified:
head/usr.sbin/mergemaster/mergemaster.sh
Modified: head/us
Author: dougb
Date: Fri Jan 2 00:37:59 2009
New Revision: 186689
URL: http://svn.freebsd.org/changeset/base/186689
Log:
Only check for 'nodev' in fstab if that file exists
Submitted by: sam
Modified:
head/usr.sbin/mergemaster/mergemaster.sh
Modified: head/usr.sbin/mergemaster/mergemast
Sam Leffler wrote:
> Doug Barton wrote:
>> 2. Check for the deprecated 'nodev' option in /etc/fstab [3]
>>
>
> mergemaster now prints:
>
> grep: /data/freebsd/roots/gateworks/etc/fstab: No such file or directory
Fixed, thanks.
> I suspect i
Sam Leffler wrote:
> Doug Barton wrote:
>> 1. Switch to using the top level (e.g., /usr/src) Makefile, and specify
>> that we should use the *.mk files from the source directory instead of
>> the installed versions. [1][2] This allows easier cross builds and
>> s
Steve Kargl wrote:
> On Thu, Jan 01, 2009 at 11:41:13AM +0000, Doug Barton wrote:
>> Author: dougb
>> Date: Thu Jan 1 11:41:13 2009
>> New Revision: 186678
>> URL: http://svn.freebsd.org/changeset/base/186678
>>
>> Log:
>> Maintenance and updates
Maxim Sobolev wrote:
> Doug Barton wrote:
>> Author: dougb
>> Date: Thu Jan 1 10:55:26 2009
>> New Revision: 186677
>> URL: http://svn.freebsd.org/changeset/base/186677
>>
>> Log:
>> Revert 184781, 184804, and 184832 (automatic installation of f
Author: dougb
Date: Fri Jan 2 07:25:30 2009
New Revision: 186695
URL: http://svn.freebsd.org/changeset/base/186695
Log:
Simplify the code a little by moving the working part of
ARCHSTRING into the new MM_MAKE variable.
We only need to check for the presence of the target of $PAGER
if t
Sam Leffler wrote:
> Doug Barton wrote:
>> Sam Leffler wrote:
>>
>>> Doug Barton wrote:
>>>
>>>> 1. Switch to using the top level (e.g., /usr/src) Makefile, and
>>>> specify
>>>> that we should use the *.mk files from t
Gavin Atkinson wrote:
> On Thu, 1 Jan 2009, Doug Barton wrote:
>
>> Given that this is a situation that comes up very infrequently (usually
>> only for a major version upgrade)
>
> This is no longer true: a side effect of having SVN exported to CVS is
> that every t
Sam Leffler wrote:
> Doug Barton wrote:
>> Sam Leffler wrote:
>>
>>> Doug Barton wrote:
>>>
>>>> Sam Leffler wrote:
>>>>
>>>>
>>>>> Doug Barton wrote:
>>>>>
>>>>
Maxim Sobolev wrote:
> Doug Barton wrote:
>> My other objections remain however, including the one about the -U
>> option being a better solution that requires no new code.
>
> 1. -U option requires system to have the copy of the database from the
> previous upgrade.
Author: dougb
Date: Fri Jan 2 22:24:12 2009
New Revision: 186704
URL: http://svn.freebsd.org/changeset/base/186704
Log:
Add a note to the -m option indicating that you should now specify src/
instead of src/etc.
Modified:
head/usr.sbin/mergemaster/mergemaster.8
Modified: head/usr.sbin/mer
Garrett Wollman wrote:
> < said:
>
>> As I said in my first post, if there is overwhelming demand for this
>> down the road that is not met by the existing solutions I'll consider
>> adding a better implementation as an option, off by default.
>
> It would be much better if the options that *near
Author: dougb
Date: Sun Jan 4 20:59:23 2009
New Revision: 186749
URL: http://svn.freebsd.org/changeset/base/186749
Log:
Instead of using obj and all targets which are not cross-build aware,
use _obj and everything which are.
Submitted by: ru
Modified:
head/usr.sbin/mergemaster/mergema
Garrett Wollman wrote:
>> Garrett Wollman wrote:
>>> It would be much better if the options that *nearly every user will
>>> want to use* are set correctly by default.
Taking a step back from the specifics for a minute, I completely fail to
understand why so many people believe that this should b
David O'Brien wrote:
> On Mon, Jan 05, 2009 at 02:46:43PM -0800, Doug Barton wrote:
>> A few more specifics in no particular order:
> ..
>> You don't have to page through the whole diff if you use less as your PAGER.
>
> You do thought have to hit 'q'
Author: dougb
Date: Fri Jan 9 09:04:10 2009
New Revision: 186926
URL: http://svn.freebsd.org/changeset/base/186926
Log:
Vendor import of BIND 9.4.3-P1
Modified:
vendor/bind9/dist/CHANGES
vendor/bind9/dist/lib/dns/api
vendor/bind9/dist/lib/dns/openssldsa_link.c
vendor/bind9/dist/lib/dns
Author: dougb
Date: Fri Jan 9 09:05:29 2009
New Revision: 186927
URL: http://svn.freebsd.org/changeset/base/186927
Log:
Tag the 9.4.3-P1 release
Added:
vendor/bind9/9.4.3-P1/
- copied from r186926, vendor/bind9/dist/
___
svn-src-all@freebsd.or
Author: dougb
Date: Fri Jan 9 09:58:33 2009
New Revision: 186928
URL: http://svn.freebsd.org/changeset/base/186928
Log:
Vendor import of BIND 9.3.6-P1
Added:
vendor/bind9/dist-9.3/bin/nsupdate/nsupdate.1 (contents, props changed)
vendor/bind9/dist-9.3/doc/rfc/rfc4648.txt (contents, pro
Author: dougb
Date: Fri Jan 9 09:59:33 2009
New Revision: 186929
URL: http://svn.freebsd.org/changeset/base/186929
Log:
Tag the 9.3.6-P1 release
Added:
vendor/bind9/9.3.6-P1/
- copied from r186928, vendor/bind9/dist-9.3/
___
svn-src-all@freebs
Author: dougb
Date: Fri Jan 9 10:11:53 2009
New Revision: 186930
URL: http://svn.freebsd.org/changeset/base/186930
Log:
Incorporate the changes to ../dist/FREEBSD-Xlist through r186452
Modified:
vendor/bind9/dist-9.3/FREEBSD-Xlist
Modified: vendor/bind9/dist-9.3/FREEBSD-Xlist
==
Author: dougb
Date: Fri Jan 9 10:16:19 2009
New Revision: 186931
URL: http://svn.freebsd.org/changeset/base/186931
Log:
Vendor import of BIND 9.3.6-P1
Added:
vendor/bind9/dist-9.3/aclocal.m4
vendor/bind9/dist-9.3/config.h.in (contents, props changed)
vendor/bind9/dist-9.3/lib/bind/aclo
Author: dougb
Date: Fri Jan 9 11:21:25 2009
New Revision: 186938
URL: http://svn.freebsd.org/changeset/base/186938
Log:
MFC the changes from r179725, documentation of the AUTO_UPGRADE knob,
and 186677:186749:
o Removal of 184781, 184804, and 184832 (automatic installation of files
that
Author: dougb
Date: Fri Jan 9 11:20:51 2009
New Revision: 186937
URL: http://svn.freebsd.org/changeset/base/186937
Log:
MFC the changes from r179725, documentation of the AUTO_UPGRADE knob,
and 186677:186749:
o Removal of 184781, 184804, and 184832 (automatic installation of files
that
Author: dougb
Date: Fri Jan 9 11:45:45 2009
New Revision: 186942
URL: http://svn.freebsd.org/changeset/base/186942
Log:
Merge from vendor/bind9/dist as of the 9.4.3-P1 import
Modified:
head/contrib/bind9/ (props changed)
head/contrib/bind9/CHANGES
head/contrib/bind9/lib/dns/api
head/
Author: dougb
Date: Fri Jan 9 23:54:15 2009
New Revision: 186985
URL: http://svn.freebsd.org/changeset/base/186985
Log:
Non-functional changes to comments, copyrights, and VCS Ids related
to the 9.3.6-P1 import
Modified:
stable/6/lib/bind/dns/code.h
stable/6/lib/bind/dns/dns/enumclass.h
Alexander Motin wrote:
> Robert Watson wrote:
>>
>> On Fri, 9 Jan 2009, Alexander Motin wrote:
>>
>>> Modified:
>>> stable/7/usr.sbin/powerd/powerd.8
>>> stable/7/usr.sbin/powerd/powerd.c
>>
>> I notice that you didn't use svn merge for this MFC, so there's no
>> tracking of what revs were merged
Author: dougb
Date: Sat Jan 10 03:00:21 2009
New Revision: 186996
URL: http://svn.freebsd.org/changeset/base/186996
Log:
MFC the BIND 9.4.3 and 9.4.3-P1 updates
Added:
stable/7/contrib/bind9/aclocal.m4
- copied unchanged from r186462, head/contrib/bind9/aclocal.m4
stable/7/contrib/bind
Author: dougb
Date: Sat Jan 10 03:01:18 2009
New Revision: 186997
URL: http://svn.freebsd.org/changeset/base/186997
Log:
MFC the BIND 9.4.3 and 9.4.3-P1 updates
Modified:
stable/7/lib/bind/ (props changed)
stable/7/lib/bind/bind/config.h
stable/7/lib/bind/bind/port_after.h
stable/7/li
Author: dougb
Date: Sat Jan 10 03:04:21 2009
New Revision: 186998
URL: http://svn.freebsd.org/changeset/base/186998
Log:
MFC the BIND 9.4.3 and 9.4.3-P1 updates
Modified:
stable/7/share/doc/bind9/ (props changed)
stable/7/usr.bin/nsupdate/ (props changed)
___
Doug Barton wrote:
> Author: dougb
> Date: Sat Jan 10 03:04:21 2009
> New Revision: 186998
> URL: http://svn.freebsd.org/changeset/base/186998
>
> Log:
> MFC the BIND 9.4.3 and 9.4.3-P1 updates
>
> Modified:
> stable/7/share/doc/bind9/ (props changed)
Doug Barton wrote:
> Author: dougb
> Date: Sat Jan 10 03:00:21 2009
> New Revision: 186996
> URL: http://svn.freebsd.org/changeset/base/186996
>
> Log:
> MFC the BIND 9.4.3 and 9.4.3-P1 updates
In case anyone is curious, 9.4.3 has been in HEAD for > 2 weeks. The
chan
Author: dougb
Date: Sat Jan 10 04:30:27 2009
New Revision: 186999
URL: http://svn.freebsd.org/changeset/base/186999
Log:
Merge from vendor/bind9/dist-9.3 as of the 9.3.6-P1 import
Added:
stable/6/contrib/bind9/aclocal.m4
- copied unchanged from r186989, vendor/bind9/dist-9.3/aclocal.m4
Author: dougb
Date: Sat Jan 10 04:33:33 2009
New Revision: 187000
URL: http://svn.freebsd.org/changeset/base/187000
Log:
Add the relevant object and include files for the update to 9.3.6-P1
Modified:
stable/6/lib/bind/isc/Makefile
Modified: stable/6/lib/bind/isc/Makefile
Author: dougb
Date: Sat Jan 10 04:34:19 2009
New Revision: 187001
URL: http://svn.freebsd.org/changeset/base/187001
Log:
Substantive updates to generated files for 9.3.6-P1
Modified:
stable/6/lib/bind/bind/config.h
stable/6/lib/bind/bind/port_after.h
stable/6/lib/bind/config.h
stable/6/
Author: dougb
Date: Sat Jan 10 04:35:12 2009
New Revision: 187002
URL: http://svn.freebsd.org/changeset/base/187002
Log:
In 9.3.6-P1 the man page has moved to section 1
Modified:
stable/6/usr.bin/nsupdate/Makefile
Modified: stable/6/usr.bin/nsupdate/Makefile
=
Dag-Erling Smørgrav wrote:
> Edwin Groothuis writes:
>> Author: edwin
>> Date: Sun Jun 7 13:26:57 2009
>> New Revision: 193635
>> URL: http://svn.freebsd.org/changeset/base/193635
>>
>> Log:
>> Welcome to a default installed /etc/ntp.conf
>
> Great, now mergemaster blew away my ntp.conf and in
Author: dougb
Date: Thu Jun 25 18:50:46 2009
New Revision: 194991
URL: http://svn.freebsd.org/changeset/base/194991
Log:
Vendor import of BIND 9.6.1
Added:
vendor/bind9/dist/KNOWN-DEFECTS
Modified:
vendor/bind9/dist/CHANGES
vendor/bind9/dist/bin/check/named-checkzone.c
vendor/bind9/dist
Author: dougb
Date: Thu Jun 25 18:51:35 2009
New Revision: 194992
URL: http://svn.freebsd.org/changeset/base/194992
Log:
Tag the 9.6.1 release
Added:
vendor/bind9/9.6.1/
- copied from r194991, vendor/bind9/dist/
___
svn-src-all@freebsd.org mail
Author: dougb
Date: Thu Jun 25 19:16:29 2009
New Revision: 194995
URL: http://svn.freebsd.org/changeset/base/194995
Log:
Update to the final release version of BIND 9.6.1. It has the following
changes from the 9.6.1rc1 version. The first 2 only affect DNSSEC.
named could incorre
Author: dougb
Date: Thu Jun 25 19:52:45 2009
New Revision: 195000
URL: http://svn.freebsd.org/changeset/base/195000
Log:
This is the solution that ISC committed after 9.6.1-release for
the gcc warning issue. It should be included in the next upstream
release.
Modified:
head/contrib/bind9/
Author: dougb
Date: Thu Jun 25 20:09:53 2009
New Revision: 195001
URL: http://svn.freebsd.org/changeset/base/195001
Log:
Add the KNOWN-DEFECTS file back in for the 9.6.1 release.
Modified:
head/share/doc/bind9/Makefile
Modified: head/share/doc/bind9/Makefile
=
Author: dougb
Date: Fri Jun 26 01:04:50 2009
New Revision: 195026
URL: http://svn.freebsd.org/changeset/base/195026
Log:
Reverse the effect of r193198 for pf and ipfw which will once again
allow them to start after netif. There were too many problems reported
with this change in the short pe
Author: dougb
Date: Fri Jun 26 01:10:10 2009
New Revision: 195028
URL: http://svn.freebsd.org/changeset/base/195028
Log:
Revert the entry about pf and ipfw starting before netif
Modified:
head/UPDATING
Modified: head/UPDATING
==
Author: dougb
Date: Fri Jun 26 01:27:16 2009
New Revision: 195029
URL: http://svn.freebsd.org/changeset/base/195029
Log:
rtsol should not be run on the wireless NIC interfaces directly,
it will run on wlan0 instead.
Modified:
head/etc/network.subr
Modified: head/etc/network.subr
==
Sam Leffler wrote:
> Using device names is a bad idea. Take a look at wpa_supplicant (for
> example) for how to check the media status to determine whether a device
> is wireless.
I agree that it's not optimal, and I would prefer a dynamic solution
as opposed to a static one. What mechanism would
Author: dougb
Date: Sat Jul 11 08:24:51 2009
New Revision: 195615
URL: http://svn.freebsd.org/changeset/base/195615
Log:
MFC r193853, update -U message when there is no mtree db, dramatically
reduce the size of the saved mtree db, streamline find command for the
main loop, and remove a spuri
Author: dougb
Date: Sat Jul 11 08:25:43 2009
New Revision: 195616
URL: http://svn.freebsd.org/changeset/base/195616
Log:
MFC r193853, update -U message when there is no mtree db, dramatically
reduce the size of the saved mtree db, streamline find command for the
main loop, and remove a spuri
Author: dougb
Date: Sat Jul 11 08:27:48 2009
New Revision: 195617
URL: http://svn.freebsd.org/changeset/base/195617
Log:
MFC r193131, Crank the debug level necessary to display the "Label foo is
removed" and "Label for provider ..." messages up from 0 to 1.
Modified:
stable/7/sys/geom/label
Author: dougb
Date: Thu Jul 16 20:29:36 2009
New Revision: 195726
URL: http://svn.freebsd.org/changeset/base/195726
Log:
Fix several instances of spaces before commas, and one of a space
before a ).
PR: docs/136723
Submitted by: Ulrich Sporlein
Approved by: re (kib)
Modif
Author: dougb
Date: Mon Jul 20 19:20:37 2009
New Revision: 195786
URL: http://svn.freebsd.org/changeset/base/195786
Log:
MFC 195726: spaces before commas and one ).
Modified:
stable/7/games/fortune/ (props changed)
stable/7/games/fortune/datfiles/ (props changed)
stable/7/games/fortun
Author: dougb
Date: Mon Jul 20 19:33:22 2009
New Revision: 195787
URL: http://svn.freebsd.org/changeset/base/195787
Log:
MFC 195726: spaces before commas and one ).
(Note, the change to fortunes2-o is applied by hand from
HEAD/*/fortunes-o.real since the fortunes2-o file was consolidated
Author: dougb
Date: Tue Jul 28 22:58:40 2009
New Revision: 195928
URL: http://svn.freebsd.org/changeset/base/195928
Log:
Vendor import of BIND 9.6.1-P1
Modified:
vendor/bind9/dist/CHANGES
vendor/bind9/dist/bin/named/update.c
vendor/bind9/dist/version
Modified: vendor/bind9/dist/CHANGES
=
Author: dougb
Date: Tue Jul 28 22:59:11 2009
New Revision: 195929
URL: http://svn.freebsd.org/changeset/base/195929
Log:
Tag the 9.6.1-P1 release
Added:
vendor/bind9/9.6.1-P1/
- copied from r195928, vendor/bind9/dist/
___
svn-src-all@freebsd.or
Author: dougb
Date: Tue Jul 28 23:23:48 2009
New Revision: 195930
URL: http://svn.freebsd.org/changeset/base/195930
Log:
Vendor import of BIND 9.4.3-P3
Modified:
vendor/bind9/dist-9.4/CHANGES
vendor/bind9/dist-9.4/bin/named/update.c
vendor/bind9/dist-9.4/version
Modified: vendor/bind9/di
Author: dougb
Date: Tue Jul 28 23:24:45 2009
New Revision: 195931
URL: http://svn.freebsd.org/changeset/base/195931
Log:
Tag the 9.4.3-P3 release
Added:
vendor/bind9/9.4.3-P3/
- copied from r195930, vendor/bind9/dist-9.4/
___
svn-src-all@freebs
Author: dougb
Date: Tue Jul 28 23:42:39 2009
New Revision: 195932
URL: http://svn.freebsd.org/changeset/base/195932
Log:
These files don't belong in contrib at all anymore, so remove them.
Deleted:
stable/7/contrib/bind9/FREEBSD-Upgrade
stable/7/contrib/bind9/FREEBSD-Xlist
_
Author: dougb
Date: Tue Jul 28 23:59:22 2009
New Revision: 195933
URL: http://svn.freebsd.org/changeset/base/195933
Log:
Update to version 9.4.3-P3 which addresses a remote DoS vulnerability:
Receipt of a specially-crafted dynamic update message may
cause BIND 9 servers to exi
Author: dougb
Date: Wed Jul 29 00:13:47 2009
New Revision: 195934
URL: http://svn.freebsd.org/changeset/base/195934
Log:
Apply the patch derived from version 9.6.1-P1 which addresses a remote
DoS vulnerability:
Receipt of a specially-crafted dynamic update message may
cause
Author: dougb
Date: Wed Jul 29 00:15:39 2009
New Revision: 195936
URL: http://svn.freebsd.org/changeset/base/195936
Log:
Update to version 9.6.1-P1 which addresses a remote DoS vulnerability:
Receipt of a specially-crafted dynamic update message may
cause BIND 9 servers to exi
Author: dougb
Date: Mon Aug 3 20:09:54 2009
New Revision: 196053
URL: http://svn.freebsd.org/changeset/base/196053
Log:
MFC r192210, a whitespace only change in rc.d/named, and
MFC r192215:
named_wait feature, auto-forward feature, add named-checkconf to startup
Modified:
stable/7/etc
Author: dougb
Date: Mon Aug 3 20:14:00 2009
New Revision: 196054
URL: http://svn.freebsd.org/changeset/base/196054
Log:
MFC r192210, a whitespace only change in rc.d/named, and
MFC r192215:
named_wait feature, auto-forward feature, add named-checkconf to startup
Modified:
stable/6/etc
Author: dougb
Date: Mon Aug 3 20:20:15 2009
New Revision: 196055
URL: http://svn.freebsd.org/changeset/base/196055
Log:
MFC r193119, quotation marks around the value of name=
(i.e., diff reduction to HEAD)
Modified:
stable/7/etc/ (props changed)
stable/7/etc/rc.d/archdep
stable/7/etc
Author: dougb
Date: Mon Aug 3 20:22:02 2009
New Revision: 196056
URL: http://svn.freebsd.org/changeset/base/196056
Log:
MFC r193119, quotation marks around the value of name=
(i.e., diff reduction to HEAD)
Modified:
stable/6/etc/ (props changed)
stable/6/etc/rc.d/archdep
stable/6/etc
Author: dougb
Date: Mon Aug 3 20:24:31 2009
New Revision: 196057
URL: http://svn.freebsd.org/changeset/base/196057
Log:
MFC r193197, substitute ypset for ypbind in REQUIRE lines.
Modified:
stable/7/etc/ (props changed)
stable/7/etc/rc.d/amd
stable/7/etc/rc.d/keyserv
stable/7/etc/rc.d
Author: dougb
Date: Mon Aug 3 20:26:55 2009
New Revision: 196058
URL: http://svn.freebsd.org/changeset/base/196058
Log:
MFC r193197, substitute ypset for ypbind in REQUIRE lines.
Modified:
stable/6/etc/ (props changed)
stable/6/etc/Makefile (props changed)
stable/6/etc/amd.map (pro
Robert Noland wrote:
> On Thu, 2009-08-13 at 08:20 +, Nick Hibma wrote:
>> Author: n_hibma
>> Date: Thu Aug 13 08:20:12 2009
>> New Revision: 196169
>> URL: http://svn.freebsd.org/changeset/base/196169
>>
>> Log:
>> Hide aperture size and stolen memory behind bootverbose.
>
> Why? This info
Pawel Jakub Dawidek wrote:
> The only use I could think of was exactly what Sam suggested - a DDB
> command and that was the only possible use I found.
>
> I decided to propose removal of this KPI, because nobody decided to use
> it for more than 9 years now and this is a good thing to remove unu
This change in the i386 directory causes the following error. After
reverting this it compiles.
Doug
cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions
Author: dougb
Date: Fri Nov 14 11:00:34 2008
New Revision: 184967
URL: http://svn.freebsd.org/changeset/base/184967
Log:
MFC the BIND 9.4.2-P2 update
Approved by: re (kib)
Modified:
stable/7/contrib/bind9/ (props changed)
stable/7/contrib/bind9/CHANGES
stable/7/contrib/bind9/COPYR
On 04/01/10 08:19, Simon L. Nielsen wrote:
> Author: simon
> Date: Thu Apr 1 15:19:51 2010
> New Revision: 206046
> URL: http://svn.freebsd.org/changeset/base/206046
>
> Log:
> Merge OpenSSL 0.9.8n into head.
Just curious, why not 1.0.0?
Doug
--
... and that's just a little bit of
On 04/01/10 13:43, Simon L. Nielsen wrote:
> B0;253;0cOn 2010.04.01 11:20:15 -0700, Doug Barton wrote:
>> On 04/01/10 08:19, Simon L. Nielsen wrote:
>>> Author: simon
>>> Date: Thu Apr 1 15:19:51 2010
>>> New Revision: 206046
>>> URL: http://svn.
On 03/29/10 10:32, Jilles Tjoelker wrote:
> On Sun, Mar 28, 2010 at 04:10:38PM -0700, Doug Barton wrote:
>> On 03/28/10 14:06, Jilles Tjoelker wrote:
>>> On Sun, Mar 28, 2010 at 01:28:42PM -0700, Doug Barton wrote:
>>>> Probably my fault for not saying something soone
Author: dougb
Date: Tue Apr 6 05:20:46 2010
New Revision: 206248
URL: http://svn.freebsd.org/changeset/base/206248
Log:
In wait_for_pids(), pwait(1) can return when the process exits, but
still exists as a zombie. The 'kill -0' test in this function can
therefore return true even if the pro
Author: dougb
Date: Fri Apr 9 01:35:09 2010
New Revision: 206408
URL: http://svn.freebsd.org/changeset/base/206408
Log:
Improve the handling of IPv6 configuration in rc.d. The ipv6_enable
and ipv6_ifconfig_ options have already been deprecated,
these changes do not alter that.
With the
On 04/08/10 18:35, Doug Barton wrote:
> Switch ipv6_prefer to YES. If ipv6_enable is not set
This should have read "If IPv6 is not configured ..."
Sorry for any confusion,
Doug
--
... and that's just a little bit of history repeating.
Author: dougb
Date: Tue Apr 13 20:33:34 2010
New Revision: 206564
URL: http://svn.freebsd.org/changeset/base/206564
Log:
Pull mergeinfo from r201203 up into the etc directory
Modified:
Directory Properties:
stable/8/etc/ (props changed)
stable/8/etc/mtree/ (props changed)
__
Author: dougb
Date: Tue Apr 13 20:36:54 2010
New Revision: 206565
URL: http://svn.freebsd.org/changeset/base/206565
Log:
MFC r206248:
Change where we nap so that if pwait(1) returns but kill -0 still sees
a zombie we don't print an endless string of the same pid number until
the zombie
Author: dougb
Date: Tue Apr 13 20:44:16 2010
New Revision: 206566
URL: http://svn.freebsd.org/changeset/base/206566
Log:
MFC r205995:
Massive cleanup and synchronization with other *BSDs
Modified:
stable/8/games/fortune/Notes
stable/8/games/fortune/datfiles/fortunes
stable/8/games/fo
Author: dougb
Date: Tue Apr 13 20:47:11 2010
New Revision: 206567
URL: http://svn.freebsd.org/changeset/base/206567
Log:
MFC r205995:
Massive cleanup and synchronization with other *BSDs
Modified:
stable/7/games/fortune/Notes
stable/7/games/fortune/datfiles/fortunes
stable/7/games/fo
Author: dougb
Date: Thu Apr 15 21:18:24 2010
New Revision: 206686
URL: http://svn.freebsd.org/changeset/base/206686
Log:
If a service is running, make 'stop' work even if ${name}_enable
is not set.
PR: conf/130414
Submitted by: Dominic Fandrey
Reviewed by: freebsd-rc@
Mod
Rather than have the discussion about this here I'm going to respond to
your message on -current where the most recent discussion about this
took place.
Doug
--
... and that's just a little bit of history repeating.
-- Propellerheads
Improve the effecti
Author: dougb
Date: Sat Apr 17 18:48:18 2010
New Revision: 206769
URL: http://svn.freebsd.org/changeset/base/206769
Log:
In case a user wants to configure only an IPv6 link-local address
add an example that shows how to do it.
Modified:
head/etc/defaults/rc.conf
head/share/man/man5/rc.con
On 04/17/10 22:49, Andrew Thompson wrote:
> Magic ifconfig parameters in rc.conf are usually in upper case, what
> makes this one different?
It's not magic. :) That's the actual command line that will be fed to
ifconfig.
Doug
--
... and that's just a little bit of history repeating.
On 04/24/10 06:53, Jilles Tjoelker wrote:
> Author: jilles
> Date: Sat Apr 24 13:53:12 2010
> New Revision: 207153
> URL: http://svn.freebsd.org/changeset/base/207153
>
> Log:
> stat: Allow -f %Sf to display the file flags symbolically.
>
> I have changed the patch slightly to show '-' if t
On 04/28/10 08:36, Ed Maste wrote:
> While we're on this topic, I'll mention the bashism I'd like to see
> support for
... and I'd like to cast a vote for NOT bloating our sh with features
from more advanced shells. Either we should actually import one of the
more advanced shells (and no, I don't
Author: dougb
Date: Wed Apr 28 22:29:17 2010
New Revision: 207346
URL: http://svn.freebsd.org/changeset/base/207346
Log:
In the case where named_chroot_autoupdate is NOT set, but
named_chrootdir IS set, named-checkconf fails because it
cannot find the conf file. Fix this by making checkconf
Author: dougb
Date: Tue May 4 01:46:58 2010
New Revision: 207592
URL: http://svn.freebsd.org/changeset/base/207592
Log:
Make address assignment via ipv6_prefix_IF work again
Modified:
head/etc/network.subr
Modified: head/etc/network.subr
=
On 5/4/2010 7:02 AM, Alexander Leidinger wrote:
> Quoting Norikatsu Shigemura (from Tue, 4 May 2010
> 11:25:04 + (UTC)):
>
>> Author: nork
>> Date: Tue May 4 11:25:04 2010
>> New Revision: 207612
>> URL: http://svn.freebsd.org/changeset/base/207612
>>
>> Log:
>> Add support run services_
901 - 1000 of 1084 matches
Mail list logo