aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
Commit message (Expand)AuthorAgeFilesLines
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).Stefan Farfeleder2004-07-111-1/+1
* Eliminated double whitespace.Ruslan Ermilov2004-07-031-1/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-101/+202
* Include <string.h> for prototypes of various string functions.Stefan Farfeleder2004-05-241-0/+1
* Remove spurious semicolons. Outside of functions they are actually errors butStefan Farfeleder2004-05-161-1/+1
* Properly use strftime(): NUL terminating character is already taken intoPhilippe Charnier2004-01-041-1/+1
* Use -D to rename the log() function (extensively used) rather thanPeter Wemm2003-10-301-1/+1
* Disable the log() builtin (the math function), because it will not do muchPeter Wemm2003-10-261-1/+1
* Get rid of duplicates.Ruslan Ermilov2003-09-141-1/+1
* Backed out previous commit. Use ${LIBMROUTED} in LDADD again instead ofBruce Evans2003-04-162-2/+2
* style.Makefile(5)David E. O'Brien2003-04-042-2/+2
* english(4) police.Jens Schweikhardt2002-12-273-3/+3
* Check for FD_SET overruns.Jacques Vidrine2002-09-094-0/+10
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-1/+1
* The .Nm utilityPhilippe Charnier2002-07-144-31/+52
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-131-6/+1
* Beware the log demon! (Fix typo: s/demon/daemon/)Dima Dorfman2002-05-111-1/+1
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-132-0/+2
* mdoc(7) police: fixed the "new sentence" bogons.Ruslan Ermilov2001-08-101-2/+5
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-207-36/+38
* Remove whitespace at EOL.Dima Dorfman2001-07-154-60/+60
* Mark some functions as __printflike()Kris Kennaway2001-07-052-3/+3
* Remove spurious extra format string argument.Kris Kennaway2001-04-171-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-264-0/+4
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-204-4/+0
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-3/+3
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-272-6/+9
* mdoc(7) police: added missing .Os call.Ruslan Ermilov2000-12-141-1/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-204-12/+12
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-103-36/+21
* String buffer safety cleanup. I don't think any of these were exploitableKris Kennaway2000-10-094-12/+8
* 1000000 usec -> 1 sec 0 usec; fix.Philippe Charnier2000-03-262-3/+3
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-013-31/+62
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-283-1/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2832-32/+32
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-1/+1
* Use the proper mdoc macroBill Fumerola1999-03-201-2/+2
* Patch to make mrouted more friendly with crunchgen.Andrzej Bialecki1999-02-081-4/+2
* Merge conflicts from 3.9-beta3+IOS12. The conflicts were huge; cvs'sBill Fenner1999-01-2023-1861/+4167
* This commit was generated by cvs2svn to compensate for changes in r42888,Bill Fenner1999-01-204-0/+413
|\
| * Import mrouted version 3.9-beta3+IOS12 . This is a version of 3.9-beta3vendor/mroutedBill Fenner1999-01-2026-1853/+4759
* | Resolve conflicts.Bill Fenner1999-01-202-280/+691
* | This commit was generated by cvs2svn to compensate for changes in r42881,Bill Fenner1999-01-201-16/+18
|\|
| * Import mtrace release 5.2Bill Fenner1999-01-203-326/+705
* | Correct use of nonexistent `.SS' macro.Joseph Koshy1998-09-291-3/+3
* | Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-192-4/+2