summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted
Commit message (Collapse)AuthorAgeFilesLines
* Properly use strftime(): NUL terminating character is already taken intocharnier2004-01-041-1/+1
| | | | account.
* Use -D to rename the log() function (extensively used) rather thanpeter2003-10-301-1/+1
| | | | using the gcc-specific -fno-builtin-log switch.
* Disable the log() builtin (the math function), because it will not do muchpeter2003-10-261-1/+1
| | | | logging of information like the program expects.
* Get rid of duplicates.ru2003-09-141-1/+1
|
* Backed out previous commit. Use ${LIBMROUTED} in LDADD again instead ofbde2003-04-162-2/+2
| | | | hard-coding a path to the library that is wrong in some corner cases.
* style.Makefile(5)obrien2003-04-042-2/+2
|
* english(4) police.schweikh2002-12-273-3/+3
|
* Check for FD_SET overruns.nectar2002-09-094-0/+10
| | | | Obtained from: NetBSD
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-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
* The .Nm utilitycharnier2002-07-144-31/+52
|
* Mark all internal libraries with INTERNALLIB.ru2002-05-131-6/+1
|
* Beware the log demon! (Fix typo: s/demon/daemon/)dd2002-05-111-1/+1
| | | | Submitted by: zhuravlev alexander <zaa@ulstu.ru>
* Set BINOWN=root explicitly for setuid root binaries.ru2001-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.
* mdoc(7) police: fixed the "new sentence" bogons.ru2001-08-101-2/+5
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-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.
* Remove whitespace at EOL.dd2001-07-154-60/+60
|
* Mark some functions as __printflike()kris2001-07-052-3/+3
| | | | MFC after: 1 week
* Remove spurious extra format string argument.kris2001-04-171-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-264-0/+4
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-204-4/+0
|
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
| | | | Seperate does not exist in the english language.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-3/+3
|
* Prepare for mdoc(7)NG.ru2000-12-272-6/+9
|
* mdoc(7) police: added missing .Os call.ru2000-12-141-1/+1
|
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
| | | | Use _PATH_* where where possible.
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-0/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-204-12/+12
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-103-36/+21
|
* String buffer safety cleanup. I don't think any of these were exploitablekris2000-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
* 1000000 usec -> 1 sec 0 usec; fix.charnier2000-03-262-3/+3
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-013-31/+62
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Add $FreeBSD$ lines to man pages that are missing them to make itmpp1999-08-283-1/+7
| | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net>
* $Id$ -> $FreeBSD$peter1999-08-2832-32/+32
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-1/+1
| | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Use the proper mdoc macrobillf1999-03-201-2/+2
| | | | | PR: docs/9892 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* Patch to make mrouted more friendly with crunchgen.abial1999-02-081-4/+2
| | | | | Reviewed by: fenner, wollman Submitted by: luigi
* Merge conflicts from 3.9-beta3+IOS12. The conflicts were huge; cvs'sfenner1999-01-2023-1861/+4167
| | | | | merge algorithm failed on several files, and the translation of the mrouted man page to mdoc didn't help...
* This commit was generated by cvs2svn to compensate for changes in r42888,fenner1999-01-204-0/+413
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import mrouted version 3.9-beta3+IOS12 . This is a version of 3.9-beta3fenner1999-01-2026-1853/+4759
| | | | | | | | | | | | with minor changes to work around a bug in Cisco's IOS version 12.0 . 3.9-beta3 is much improved over 3.8, and is only labelled "beta" because of missing features, as opposed to instability or known bugs.
* | Resolve conflicts.fenner1999-01-202-280/+691
| |
* | This commit was generated by cvs2svn to compensate for changes in r42881,fenner1999-01-201-16/+18
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import mtrace release 5.2fenner1999-01-203-326/+705
| | | | | | | | ftp://ftp.parc.xerox.com/pub/net-research/ipmulti/mtrace-5.2.tar.gz
* | Correct use of nonexistent `.SS' macro.jkoshy1998-09-291-3/+3
| | | | | | | | | | PR: docs/8039 Submitted by: Issei Hirayama <iss@mail.wbs.ne.jp>
* | Remove useless `BINOWN=root' now that it is the default.obrien1998-09-192-4/+2
| |
* | Sort cross references.wosch1998-08-314-7/+7
| |
* | Don't assume that time_t is long. Fixed printf format errors (don'tbde1998-06-291-20/+27
| | | | | | | | assume that ntohl() returns long).
* | Don't assume that time_t is long.bde1998-06-291-2/+5
| |
* | use strncpy correctlyimp1998-06-097-24/+42
| | | | | | | | | | | | | | | | | | | | use strncat correctly check buffer size in graph_name Change paths from /tmp to /var/run for server sockets This has been building in my tree for ages, but has remained lightly tested. Reviewed by: jkh ages ago
* | Don't generate y.tab.h, since it is not used.bde1998-05-051-1/+2
| |
OpenPOWER on IntegriCloud