aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
Commit message (Collapse)AuthorAgeFilesLines
* Remove mrouted from -CURRENT.Bruce M Simpson2006-09-2943-18634/+0
| | | | | | | Discussed with: fenner, net@ Notes: svn path=/head/; revision=162781
* o SIOCGIFCONF -> getifaddrs(3) conversion. As a side effect fixMaxim Konovalov2006-05-172-96/+43
| | | | | | | | | | | | bin/95041: subnet mask mismatch. PR: bin/95041 Obtained from: NetBSD Tested by: Hans Lambermont MFC after: 2 months Notes: svn path=/head/; revision=158706
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-101-4/+0
| | | | | | | Discussed with: ru Notes: svn path=/head/; revision=147225
* Expand contractions.Ruslan Ermilov2005-02-151-1/+1
| | | | Notes: svn path=/head/; revision=141946
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141851
* Expand *n't contractions.Ruslan Ermilov2005-02-131-2/+2
| | | | Notes: svn path=/head/; revision=141846
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
| | | | Notes: svn path=/head/; revision=140941
* Sort sections.Ruslan Ermilov2005-01-182-12/+12
| | | | Notes: svn path=/head/; revision=140442
* Eliminate macro calls inside literal displays.Ruslan Ermilov2005-01-151-1/+1
| | | | Notes: svn path=/head/; revision=140295
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* Remove __P, as well as other non-FreeBSD relevant code.Warner Losh2004-11-081-50/+2
| | | | Notes: svn path=/head/; revision=137418
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-242-2/+2
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).Stefan Farfeleder2004-07-111-1/+1
| | | | Notes: svn path=/head/; revision=131990
* Eliminated double whitespace.Ruslan Ermilov2004-07-031-1/+2
| | | | Notes: svn path=/head/; revision=131531
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-101/+202
| | | | Notes: svn path=/head/; revision=131500
* Include <string.h> for prototypes of various string functions.Stefan Farfeleder2004-05-241-0/+1
| | | | | | | Approved by: das (mentor) Notes: svn path=/head/; revision=129657
* Remove spurious semicolons. Outside of functions they are actually errors butStefan Farfeleder2004-05-161-1/+1
| | | | | | | | | | | GCC doesn't warn about them without -pedantic. Approved by: das (mentor) PR: 56649 Reviewed by: md5 Notes: svn path=/head/; revision=129302
* Properly use strftime(): NUL terminating character is already taken intoPhilippe Charnier2004-01-041-1/+1
| | | | | | | account. Notes: svn path=/head/; revision=124129
* Use -D to rename the log() function (extensively used) rather thanPeter Wemm2003-10-301-1/+1
| | | | | | | using the gcc-specific -fno-builtin-log switch. Notes: svn path=/head/; revision=121768
* Disable the log() builtin (the math function), because it will not do muchPeter Wemm2003-10-261-1/+1
| | | | | | | logging of information like the program expects. Notes: svn path=/head/; revision=121527
* Get rid of duplicates.Ruslan Ermilov2003-09-141-1/+1
| | | | Notes: svn path=/head/; revision=120054
* Backed out previous commit. Use ${LIBMROUTED} in LDADD again instead ofBruce Evans2003-04-162-2/+2
| | | | | | | hard-coding a path to the library that is wrong in some corner cases. Notes: svn path=/head/; revision=113563
* style.Makefile(5)David E. O'Brien2003-04-042-2/+2
| | | | Notes: svn path=/head/; revision=113091
* english(4) police.Jens Schweikhardt2002-12-273-3/+3
| | | | Notes: svn path=/head/; revision=108317
* Check for FD_SET overruns.Jacques Vidrine2002-09-094-0/+10
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=103127
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-1/+1
| | | | | | | | | | breaking application ABI use unused ifreq.ifru_flags[1] for upper 16 bits in SIOCSIFFLAGS and SIOCGIFFLAGS ioctl's. Reviewed by: -hackers, -net Notes: svn path=/head/; revision=102052
* The .Nm utilityPhilippe Charnier2002-07-144-31/+52
| | | | Notes: svn path=/head/; revision=99968
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-131-6/+1
| | | | Notes: svn path=/head/; revision=96514
* Beware the log demon! (Fix typo: s/demon/daemon/)Dima Dorfman2002-05-111-1/+1
| | | | | | | Submitted by: zhuravlev alexander <zaa@ulstu.ru> Notes: svn path=/head/; revision=96396
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-132-0/+2
| | | | | | | | | This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case. Notes: svn path=/head/; revision=83391
* mdoc(7) police: fixed the "new sentence" bogons.Ruslan Ermilov2001-08-101-2/+5
| | | | Notes: svn path=/head/; revision=81458
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-207-36/+38
| | | | | | | | 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-154-60/+60
| | | | Notes: svn path=/head/; revision=79755
* Mark some functions as __printflike()Kris Kennaway2001-07-052-3/+3
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=79299
* Remove spurious extra format string argument.Kris Kennaway2001-04-171-1/+1
| | | | Notes: svn path=/head/; revision=75575
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-264-0/+4
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-204-4/+0
| | | | Notes: svn path=/head/; revision=74532
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
| | | | | | | Seperate does not exist in the english language. Notes: svn path=/head/; revision=72091
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-3/+3
| | | | Notes: svn path=/head/; revision=71898
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-272-6/+9
| | | | Notes: svn path=/head/; revision=70403
* mdoc(7) police: added missing .Os call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/head/; revision=70022
* 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: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=69027
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-204-12/+12
| | | | 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
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-103-36/+21
| | | | Notes: svn path=/head/; revision=68575
* String buffer safety cleanup. I don't think any of these were exploitableKris Kennaway2000-10-094-12/+8
| | | | | | | | | | | | | | remotely, but they would be if e.g. it happened to call the logging function using a DNS hostname. Also replace random() by arc4random() - only one of these is arguably required since it's directly used in the protocol, but we might as well replace both to avoid using two different PRNGs. Reviewed by: green, alex Notes: svn path=/head/; revision=66858
* 1000000 usec -> 1 sec 0 usec; fix.Philippe Charnier2000-03-262-3/+3
| | | | Notes: svn path=/head/; revision=58614
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-013-31/+62
| | | | | | | | 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
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-283-1/+7
| | | | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=50534