aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
Commit message (Expand)AuthorAgeFilesLines
* o SIOCGIFCONF -> getifaddrs(3) conversion. As a side effect fixMaxim Konovalov2006-05-172-97/+44
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-101-4/+0
* Expand contractions.Ruslan Ermilov2005-02-151-1/+1
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-2/+2
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
* Sort sections.Ruslan Ermilov2005-01-182-12/+12
* Eliminate macro calls inside literal displays.Ruslan Ermilov2005-01-151-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Remove __P, as well as other non-FreeBSD relevant code.Warner Losh2004-11-081-50/+2
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-242-2/+2
* 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