svn commit: r218815 - head/sys/boot/forth

2011-02-18 Thread Daniel Gerzo
Author: danger (doc committer) Date: Fri Feb 18 17:43:22 2011 New Revision: 218815 URL: http://svn.freebsd.org/changeset/base/218815 Log: - add missing if_ devices which were missing and are available as loadable modules too Reviewed by: brucec Modified: head/sys/boot/forth/loader.c

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

2010-12-28 Thread Daniel Gerzo
On 28.12.2010 3:04, Doug Barton wrote: WITHOUT_MODULES="foo bar baz" means "go ahead and build modules except for foo, bar, and baz". so kind of the inverse of MODULES_OVERRIDE ? Yep, I believe that's exactly it. -- S pozdravom / Best regards Daniel

svn commit: r207650 - head/usr.sbin/jail

2010-05-05 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed May 5 08:43:47 2010 New Revision: 207650 URL: http://svn.freebsd.org/changeset/base/207650 Log: - fix typo Modified: head/usr.sbin/jail/jail.8 Modified: head/usr.sbin/jail/jail.8 ===

svn commit: r201736 - head/share/man/man7

2010-01-07 Thread Daniel Gerzo
Author: danger (doc committer) Date: Thu Jan 7 11:30:54 2010 New Revision: 201736 URL: http://svn.freebsd.org/changeset/base/201736 Log: - s/unsecure/insecure/ as this is the correct keyword Modified: head/share/man/man7/security.7 Modified: head/share/man/man7/security.7 ==

svn commit: r199873 - head/lib/libc/net

2009-11-28 Thread Daniel Gerzo
Author: danger (doc committer) Date: Sat Nov 28 11:27:37 2009 New Revision: 199873 URL: http://svn.freebsd.org/changeset/base/199873 Log: - correct xref sections PR: docs/140940 Submitted by: Bruce Cran MFC after:1 week Modified: head/lib/libc/net/sctp_send.3 head/li

svn commit: r199871 - head/usr.bin/ldd

2009-11-28 Thread Daniel Gerzo
Author: danger (doc committer) Date: Sat Nov 28 11:05:22 2009 New Revision: 199871 URL: http://svn.freebsd.org/changeset/base/199871 Log: - correctly render the provided example PR: docs/140962 Submitted by: mharo Modified: head/usr.bin/ldd/ldd.1 Modified: head/usr.bin/ldd/l

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

2009-05-17 Thread Daniel Gerzo
Author: danger (doc committer) Date: Sun May 17 08:25:02 2009 New Revision: 192246 URL: http://svn.freebsd.org/changeset/base/192246 Log: - do not create and mount new file systems on top of the old ones on every invocation of this script once we already have one (in case tmpmfs="YES").

svn commit: r191635 - head/usr.sbin/arp

2009-04-28 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Apr 28 20:23:58 2009 New Revision: 191635 URL: http://svn.freebsd.org/changeset/base/191635 Log: - xref ndp(8) PR: docs/134053 Submitted by: Bob Van Zant MFC after:1 week Modified: head/usr.sbin/arp/arp.8 Modified: head/usr.sbi

svn commit: r191634 - head/usr.sbin/kbdmap

2009-04-28 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Apr 28 20:20:13 2009 New Revision: 191634 URL: http://svn.freebsd.org/changeset/base/191634 Log: - fix path for locale.alias PR: docs/134070 Submitted by: Frank Shute MFC after:1 week Modified: head/usr.sbin/kbdmap/kbdmap.1 Mod

svn commit: r190905 - head

2009-04-10 Thread Daniel Gerzo
Author: danger (doc committer) Date: Fri Apr 10 22:15:01 2009 New Revision: 190905 URL: http://svn.freebsd.org/changeset/base/190905 Log: - fix my previous commit (added missing .gz) Submitted by: brueffer Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

svn commit: r190894 - head

2009-04-10 Thread Daniel Gerzo
Author: danger (doc committer) Date: Fri Apr 10 14:24:12 2009 New Revision: 190894 URL: http://svn.freebsd.org/changeset/base/190894 Log: - VOP_LEASE.9 has been removed Approved by: rwatson Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ==

Re[2]: svn commit: r188087 - head/sys/dev/cfi

2009-02-03 Thread Daniel Gerzo
Hello Sam, Tuesday, February 3, 2009, 8:11:31 PM, you wrote: > Sam Leffler wrote: >> Author: sam >> Date: Tue Feb 3 19:09:16 2009 >> New Revision: 188087 >> URL: http://svn.freebsd.org/changeset/base/188087 >> >> Log: >> honor any interface width (e.g. setup by the bus shim) and don't probe; >

svn commit: r188080 - head/lib/libc/string

2009-02-03 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Feb 3 17:58:20 2009 New Revision: 188080 URL: http://svn.freebsd.org/changeset/base/188080 Log: - ANSIfy function definitions - use nul when we are looking for a terminating character where appropriate Approved by: imp Modified: head/lib/libc/

svn commit: r187411 - in stable/7/lib/libc: . string sys

2009-01-18 Thread Daniel Gerzo
Author: danger (doc committer) Date: Sun Jan 18 21:40:15 2009 New Revision: 187411 URL: http://svn.freebsd.org/changeset/base/187411 Log: MFC r187098: - add missing include [2] - fix struct memeber's name [1] PR: docs/130413 [1] Submitted by: Thomas Mueller [1], rink@ [2

Re: svn commit: r187212 - in stable/7/sbin: . atacontrol ddb devfs dhclient fdisk fsck_ffs geom geom/class/part geom/misc ifconfig init ipfw md5 mdconfig mksnap_ffs mount natd ping ping6 sconfig

2009-01-14 Thread Daniel Gerzo
Hello, Wednesday, January 14, 2009, 11:02:47 AM, you wrote: > Author: danger (doc committer) > Date: Wed Jan 14 10:02:47 2009 > New Revision: 187212 > URL: http://svn.freebsd.org/changeset/base/187212 > Log: > MFC r187067: This should also include: - improve readability Sorry for omitting i

svn commit: r187212 - in stable/7/sbin: . atacontrol ddb devfs dhclient fdisk fsck_ffs geom geom/class/part geom/misc ifconfig init ipfw md5 mdconfig mksnap_ffs mount natd ping ping6 sconfig

2009-01-14 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed Jan 14 10:02:47 2009 New Revision: 187212 URL: http://svn.freebsd.org/changeset/base/187212 Log: MFC r187067: Reviewed by: trhodes, keramida Modified: stable/7/sbin/ (props changed) stable/7/sbin/atacontrol/ (props changed) stable/7/sbin/

svn commit: r187098 - head/lib/libc/sys

2009-01-12 Thread Daniel Gerzo
Author: danger (doc committer) Date: Mon Jan 12 13:12:02 2009 New Revision: 187098 URL: http://svn.freebsd.org/changeset/base/187098 Log: - add missing include - fix struct memeber's name [1] PR: docs/130413 [1] Submitted by: Thomas Mueller [1] MFC after:3 days Modifie

svn commit: r187067 - head/sbin/ping

2009-01-11 Thread Daniel Gerzo
Author: danger (doc committer) Date: Sun Jan 11 22:36:45 2009 New Revision: 187067 URL: http://svn.freebsd.org/changeset/base/187067 Log: - improve readability Reviewed by: trhodes, keramida MFC after:3 days Modified: head/sbin/ping/ping.8 Modified: head/sbin/ping/ping.8

svn commit: r187022 - in stable/7: bin bin/chio bin/cp bin/sh bin/test sbin sbin/atacontrol sbin/ddb sbin/devfs sbin/dhclient sbin/fdisk sbin/fsck_ffs sbin/geom sbin/geom/class/part sbin/geom/misc ...

2009-01-10 Thread Daniel Gerzo
Author: danger (doc committer) Date: Sat Jan 10 16:01:20 2009 New Revision: 187022 URL: http://svn.freebsd.org/changeset/base/187022 Log: MFC r186843 - r186849 - rename the RETURN VALUES section to EXIT STATUS - convert to .Ex macro Modified: stable/7/bin/ (props changed) stable/7/

svn commit: r186850 - head/usr.sbin/cpucontrol

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed Jan 7 01:31:09 2009 New Revision: 186850 URL: http://svn.freebsd.org/changeset/base/186850 Log: - use .Ex macro in EXIT STATUS section Modified: head/usr.sbin/cpucontrol/cpucontrol.8 Modified: head/usr.sbin/cpucontrol/cpucontrol.8 ===

svn commit: r186849 - head/bin/test

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed Jan 7 01:03:23 2009 New Revision: 186849 URL: http://svn.freebsd.org/changeset/base/186849 Log: - rename the RETURN VALUES section to EXIT STATUS - not bumping a date as this is not a real content change Approved by: ru MFC after:3 days Mo

svn commit: r186848 - head/usr.sbin/rtadvd

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed Jan 7 01:01:26 2009 New Revision: 186848 URL: http://svn.freebsd.org/changeset/base/186848 Log: - rename the RETURN VALUES section to EXIT STATUS [1] - convert to .Ex macro - not bumping a date as this is not a real content change Approved by:

svn commit: r186847 - head/usr.sbin/mld6query

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed Jan 7 00:59:34 2009 New Revision: 186847 URL: http://svn.freebsd.org/changeset/base/186847 Log: - rename the RETURN VALUES section to EXIT STATUS - not bumping a date as this is not a real content change Approved by: ru MFC after:3 days Mo

svn commit: r186846 - head/usr.sbin/rrenumd

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed Jan 7 00:58:25 2009 New Revision: 186846 URL: http://svn.freebsd.org/changeset/base/186846 Log: - rename the RETURN VALUES section to EXIT STATUS - not bumping a date as this is not a real content change Approved by: ru MFC after:3 days Mo

svn commit: r186845 - head/usr.sbin/traceroute6

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed Jan 7 00:57:27 2009 New Revision: 186845 URL: http://svn.freebsd.org/changeset/base/186845 Log: - rename the RETURN VALUES section to EXIT STATUS - not bumping a date as this is not a real content change Approved by: ru MFC after:3 days Mo

svn commit: r186844 - head/usr.sbin/rtsold

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed Jan 7 00:54:30 2009 New Revision: 186844 URL: http://svn.freebsd.org/changeset/base/186844 Log: - rename the RETURN VALUES section to EXIT STATUS [1] - convert to .Ex macro - not bumping a date as this is not a real content change Approved by:

svn commit: r186843 - head/sbin/ping

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed Jan 7 00:51:41 2009 New Revision: 186843 URL: http://svn.freebsd.org/changeset/base/186843 Log: - rename the RETURN VALUES section to EXIT STATUS - not bumping a date as this is not a real content change Approved by: ru MFC after:3 days Mo

svn commit: r186820 - in stable/6/lib/libc: . inet net sys

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Jan 6 13:12:26 2009 New Revision: 186820 URL: http://svn.freebsd.org/changeset/base/186820 Log: MFC r180162: - AI_ALL and AI_V4MAPPED flags are currently not supported PR: docs/120248 Submitted by: Heiko Wundram Modified: stable

svn commit: r186819 - head/lib/libc/net

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Jan 6 13:10:15 2009 New Revision: 186819 URL: http://svn.freebsd.org/changeset/base/186819 Log: - forgot to bump a date Modified: head/lib/libc/net/getaddrinfo.3 Modified: head/lib/libc/net/getaddrinfo.3 ==

svn commit: r186818 - in stable/7/lib/libc: . net string

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Jan 6 13:09:19 2009 New Revision: 186818 URL: http://svn.freebsd.org/changeset/base/186818 Log: MFC r180162: - AI_ALL and AI_V4MAPPED flags are currently not supported PR: docs/120248 Submitted by: Heiko Wundram Modified: stable

svn commit: r186817 - head/lib/libc/net

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Jan 6 13:05:58 2009 New Revision: 186817 URL: http://svn.freebsd.org/changeset/base/186817 Log: catch up wtih r175955 by ume: - the support of AI_ALL and AI_V4MAPPED has been completely removed. Modified: head/lib/libc/net/getaddrinfo.3 Modified

svn commit: r186816 - in stable/6/usr.sbin/wpa: . wpa_supplicant

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Jan 6 12:39:28 2009 New Revision: 186816 URL: http://svn.freebsd.org/changeset/base/186816 Log: MFC r180158: - install the example wpa_supplicant.conf file to the share/examples/etc directory [1] - add the FILES section to the wpa_supplicant.c

svn commit: r186812 - in stable/6/lib/libc: . inet sys

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Jan 6 12:12:39 2009 New Revision: 186812 URL: http://svn.freebsd.org/changeset/base/186812 Log: MFC r180534: - Update the definition of modspecific structure PR: docs/125630 Submitted by: Mateusz Guzik Modified: stable/6/lib/lib

svn commit: r186811 - in stable/7/lib/libc: . string sys

2009-01-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Jan 6 12:10:23 2009 New Revision: 186811 URL: http://svn.freebsd.org/changeset/base/186811 Log: MFC r180534: - Update the definition of modspecific structure PR: docs/125630 Submitted by: Mateusz Guzik Modified: stable/7/lib/lib

svn commit: r186803 - in stable/6/usr.sbin/ntp: . doc

2009-01-05 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Jan 6 00:30:24 2009 New Revision: 186803 URL: http://svn.freebsd.org/changeset/base/186803 Log: MFC r185072: - fix typo PR: docs/128973 Submitted by: tabthorpe Approved by: roberto Modified: stable/6/usr.sbin/ntp/ (props cha

svn commit: r186802 - in stable/7/usr.sbin/ntp: . doc

2009-01-05 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Jan 6 00:20:11 2009 New Revision: 186802 URL: http://svn.freebsd.org/changeset/base/186802 Log: MFC r185072: - fix typo PR: docs/128973 Submitted by: tabthorpe Approved by: roberto Modified: stable/7/usr.sbin/ntp/ (props cha

svn commit: r186737 - head/sbin/geom/class/virstor

2009-01-04 Thread Daniel Gerzo
Author: danger (doc committer) Date: Sun Jan 4 15:41:01 2009 New Revision: 186737 URL: http://svn.freebsd.org/changeset/base/186737 Log: - grammar and language fixes - hard sentence breaks - trim EXIT STATUS section and move it to DIAGNOSTICS as well as use .Er macro - sort SEE ALSO

svn commit: r186548 - in releng/7.1/sys: . boot/common contrib/pf dev/cxgb modules/cxgb

2008-12-28 Thread Daniel Gerzo
Author: danger (doc committer) Date: Sun Dec 28 23:50:05 2008 New Revision: 186548 URL: http://svn.freebsd.org/changeset/base/186548 Log: MFC r185692 - correct variable name PR: docs/129448 Submitted by: Kenyon Ralph Approved by: re@ (kensmith) Modified: releng/7.1/sys/

svn commit: r186547 - in stable/7/sys: . boot/common contrib/pf dev/cxgb

2008-12-28 Thread Daniel Gerzo
Author: danger (doc committer) Date: Sun Dec 28 23:47:32 2008 New Revision: 186547 URL: http://svn.freebsd.org/changeset/base/186547 Log: MFC r185692: - correct variable name PR: docs/129448 Submitted by: Kenyon Ralph Approved by: re@ (kensmith) Modified: stable/7/sys/

svn commit: r185692 - head/sys/boot/common

2008-12-06 Thread Daniel Gerzo
Author: danger (doc committer) Date: Sat Dec 6 11:21:10 2008 New Revision: 185692 URL: http://svn.freebsd.org/changeset/base/185692 Log: - correct variable name PR: docs/129448 Submitted by: Kenyon Ralph <[EMAIL PROTECTED]> MFC after:Revision 1.91 is merged Modified: h

Re[2]: svn commit: r185607 - stable/7/share/man/man5

2008-12-04 Thread Daniel Gerzo
Hello Kostik, Thursday, December 4, 2008, 1:30:58 PM, you wrote: > On Thu, Dec 04, 2008 at 12:22:12PM +0000, Daniel Gerzo wrote: >> Author: danger (doc committer) >> Date: Thu Dec 4 12:22:11 2008 >> New Revision: 185607 >> URL: http://svn.freebsd.org/changeset/base/18

svn commit: r185608 - releng/7.1/share/man/man5

2008-12-04 Thread Daniel Gerzo
(r185608, copy of r183631, head/share/man/man5/nullfs.5) @@ -0,0 +1,75 @@ +.\" +.\" Copyright (c) 2008 Daniel Gerzo +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the

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

2008-12-04 Thread Daniel Gerzo
, copy of r183631, head/share/man/man5/nullfs.5) @@ -0,0 +1,75 @@ +.\" +.\" Copyright (c) 2008 Daniel Gerzo +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following c

svn commit: r185072 - head/usr.sbin/ntp/doc

2008-11-18 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Nov 18 23:38:47 2008 New Revision: 185072 URL: http://svn.freebsd.org/changeset/base/185072 Log: - fix typo PR: docs/128973 Submitted by: tabthorpe Modified: head/usr.sbin/ntp/doc/ntp-keygen.8 Modified: head/usr.sbin/ntp/doc/ntp-keyge

svn commit: r184688 - in releng/6.4/usr.sbin/portsnap: . portsnap

2008-11-05 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed Nov 5 14:15:53 2008 New Revision: 184688 URL: http://svn.freebsd.org/changeset/base/184688 Log: MFC rev. 183041: - remove superfluous word PR: docs/127401 Submitted by: Mick Charles Beaver <[EMAIL PROTECTED]> Approved by: re@ (bl

svn commit: r184687 - in stable/6/usr.sbin/portsnap: . portsnap

2008-11-05 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed Nov 5 14:15:22 2008 New Revision: 184687 URL: http://svn.freebsd.org/changeset/base/184687 Log: MFC rev. 183041: - remove superfluous word PR: docs/127401 Submitted by: Mick Charles Beaver <[EMAIL PROTECTED]> Approved by: re@ (bl

svn commit: r184686 - in stable/7/usr.sbin/portsnap: . portsnap

2008-11-05 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed Nov 5 14:14:31 2008 New Revision: 184686 URL: http://svn.freebsd.org/changeset/base/184686 Log: MFC rev. 183041: - remove superfluous word PR: docs/127401 Submitted by: Mick Charles Beaver <[EMAIL PROTECTED]> Approved by: re@ (bl