summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rrenumd
Commit message (Collapse)AuthorAgeFilesLines
* Improve compatibility with recent flex from flex.sourceforge.net.jkim2013-05-031-2/+2
|
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
|
* - rename the RETURN VALUES section to EXIT STATUSdanger2009-01-071-1/+1
| | | | | | | - not bumping a date as this is not a real content change Approved by: ru MFC after: 3 days
* Cleanup of userland __P usekevlo2007-11-073-23/+23
|
* Remove the -DFAST_IPSEC from Makefiles again.bz2007-07-051-1/+1
| | | | | | | | | This was needed during the IPSEC->FAST_IPSEC->IPSEC transition period to not break the build after picking up netipsec header files. Now that the FAST_IPSEC kernel option is gone and the default is IPSEC again those defines are superfluous. Approved by: re (rwatson)
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-012-2/+2
| | | | | | | | This commit includes all remaining changes for the time being including user space updates. Submitted by: bz Approved by: re
* These IPv6-only tools have no explicit dependency on the INET6 macro.yar2006-07-271-1/+1
| | | | Tested with: cmp(1)
* Expand contractions.ru2005-02-151-1/+1
|
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Fixed the misplaced $FreeBSD$.ru2005-02-092-2/+2
|
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-10-021-20/+20
|
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+2
|
* libcompat doesn't seem to be needed any more.phk2004-06-211-2/+2
|
* fix comment.ume2003-10-261-1/+1
|
* one more IPV6_PKTINFO -> IPV6_RECVPKTINFO.ume2003-10-261-1/+1
|
* english(4) police.schweikh2002-12-271-1/+1
|
* Add used #include <limits.h>.wollman2002-10-271-0/+1
|
* The .Nm utilitycharnier2002-07-141-2/+3
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+2
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-6/+6
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-2/+2
|
* mdoc(7) police: added missing .Ek call.ru2001-07-061-0/+1
|
* correct arg to getopt (-P takes arg).ume2001-07-021-1/+1
| | | | | Submitted by: mikeh MFC after: 1 week
* Sync with recent KAME.ume2001-06-116-82/+180
| | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+1
| | | | - MAN[1-9] -> MAN.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-272-9/+7
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-112-2/+2
|
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-051-1/+1
| | | | generated files land. Also give precedence to generated files.
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-1/+1
| | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.".
* Format string paranoiakris2000-11-191-2/+2
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Correct style bugskris2000-07-061-2/+2
|
* Sync with latest KAME.kris2000-07-057-143/+343
| | | | Obtained from: KAME
* Typo fixes.shin2000-03-122-9/+9
| | | | | PR: docs/17333 Submitted by: Kazuo Horikawa <horikawa@psinet.com>
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-3/+6
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-11/+22
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-067-0/+1868
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud