aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pim6sd
Commit message (Collapse)AuthorAgeFilesLines
* Re-remove these files. Somehow obrien managed to revive them with aPeter Wemm2002-05-071-98/+0
| | | | | | | | Makefile cleanup sweep even after they were removed. cvs was very confused because they were in the Attic still. Notes: svn path=/head/; revision=96182
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-0/+98
| | | | | | | | 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 pim6[ds]d from the tree. The software had a restrictive licenseHajimu UMEMOTO2001-06-0361-22968/+0
| | | | | | | than we can handle. pim6[ds]d are available as ports instead. Notes: svn path=/head/; revision=77659
* '%' is not a valid format string :-)Kris Kennaway2001-04-172-2/+2
| | | | Notes: svn path=/head/; revision=75576
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-4/+1
| | | | Notes: svn path=/head/; revision=75286
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-262-3/+3
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
| | | | Notes: svn path=/head/; revision=74532
* Prepare for mdocNG.Ruslan Ermilov2001-02-281-1/+1
| | | | Notes: svn path=/head/; revision=73224
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-72/+62
| | | | Notes: svn path=/head/; revision=71898
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-2/+2
| | | | Notes: svn path=/head/; revision=70403
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-112-2/+2
| | | | Notes: svn path=/head/; revision=69862
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-203-5/+5
| | | | Notes: svn path=/head/; revision=68965
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
| | | | Notes: svn path=/head/; revision=68854
* Nm/Xr cleanup. requested by jp-manJun-ichiro itojun Hagino2000-07-101-11/+11
| | | | Notes: svn path=/head/; revision=62861
* Make compilable.Hajimu UMEMOTO2000-07-061-0/+1
| | | | | | | Reported by: Ollivier Robert <roberto@eurocontrol.fr> Notes: svn path=/head/; revision=62679
* Sync with latest KAME code.Kris Kennaway2000-07-0658-2391/+1555
| | | | | | | Obtained from: KAME Notes: svn path=/head/; revision=62663
* Add KAME kit integration noteAlexey Zelkin2000-05-061-0/+4
| | | | Notes: svn path=/head/; revision=60098
* Fix typoAlexey Zelkin2000-05-063-3/+3
| | | | | | | Noticed by: hoek Notes: svn path=/head/; revision=60096
* mdoc(7) style cleanupAlexey Zelkin2000-05-044-25/+41
| | | | Notes: svn path=/head/; revision=59976
* Fixed missing DPADD.Bruce Evans2000-03-271-1/+2
| | | | | | | Fixed style bug for LDADD (don't use += for variables defined only once). Notes: svn path=/head/; revision=58680
* 1000000 usec -> 1 sec 0 usec; fix.Philippe Charnier2000-03-261-1/+1
| | | | Notes: svn path=/head/; revision=58629
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-013-13/+26
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57673
* Fix pathname of pim6sd.conf from /usr/local/v6/etc to /etc.Yoshinobu Inoue2000-02-152-5/+5
| | | | | | | Approved by: jkh Notes: svn path=/head/; revision=57240
* Fixed world breakage (wrong path to pim6stat).Bruce Evans2000-01-281-3/+3
| | | | | | | Fixed other bugs in special install rule (2 cosmetic, 2 non-cosmetic). Notes: svn path=/head/; revision=56745
* IPv6 multicast routing.Yoshinobu Inoue2000-01-2861-0/+23783
kernel IPv6 multicast routing support. pim6 dense mode daemon pim6 sparse mode daemon netstat support of IPv6 multicast routing statistics Merging to the current and testing with other existing multicast routers is done by Tatsuya Jinmei <jinmei@kame.net>, who writes and maintainances the base code in KAME distribution. Make world check and kernel build check was also successful. Notes: svn path=/head/; revision=56722