aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/prefix
Commit message (Collapse)AuthorAgeFilesLines
* Delete prefix: its functionality has been merged into ifconfig.Tim J. Robbins2003-06-233-159/+0
| | | | Notes: svn path=/head/; revision=116714
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
| | | | | | | Add FreeBSD Id tag where missing. Notes: svn path=/head/; revision=108470
* The .Nm utilityPhilippe Charnier2002-07-141-2/+3
| | | | Notes: svn path=/head/; revision=99968
* Use the SCRIPTS knob.Ruslan Ermilov2002-04-291-4/+1
| | | | Notes: svn path=/head/; revision=95733
* Sync with latest KAME's manpage of prefix(8).Hajimu UMEMOTO2002-03-011-158/+19
| | | | | | | | Obtained from: KAME MFC After: 1 week Notes: svn path=/head/; revision=91522
* s/sysctl -w/sysctl/Ruslan Ermilov2001-12-111-1/+1
| | | | Notes: svn path=/head/; revision=87647
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-2/+2
| | | | Notes: svn path=/head/; revision=81462
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-2/+2
| | | | | | | | 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. Notes: svn path=/head/; revision=80029
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
| | | | Notes: svn path=/head/; revision=79755
* Sync with recent KAME.Hajimu UMEMOTO2001-06-113-592/+77
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=78064
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-3/+0
| | | | Notes: svn path=/head/; revision=74532
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+2
| | | | Notes: svn path=/head/; revision=71898
* mdoc(7) police: fix the unbalanced Bk/Ek.Ruslan Ermilov2001-01-151-31/+0
| | | | Notes: svn path=/head/; revision=71068
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
| | | | Notes: svn path=/head/; revision=68965
* Sync with latest KAMEKris Kennaway2000-07-072-43/+68
| | | | | | | Obtained from: KAME Notes: svn path=/head/; revision=62751
* . clear `.Os' macro value since this tool is not KAME-only anymoreAlexey Zelkin2000-05-061-22/+26
| | | | | | | | | | | | . correctly use .Cm macro . don't use duplicated arguments for .Nm macro . use .Er macro for error names . correctly declare paper reference in SEE ALSO section . sort Xr's in SEE ALSO section . add integration note Notes: svn path=/head/; revision=60090
* Typo fixes.Yoshinobu Inoue2000-03-121-5/+5
| | | | | | | | PR: docs/17333 Submitted by: Kazuo Horikawa <horikawa@psinet.com> Notes: svn path=/head/; revision=57941
* remove redundant ifdef's.Yoshinobu Inoue2000-01-071-2/+0
| | | | | | | some part is specified by: phantom Notes: svn path=/head/; revision=55543
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-283-0/+821
Several udp and raw apps IPv6 support. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project Notes: svn path=/head/; revision=55163