Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly use strftime(): NUL terminating character is already taken into | charnier | 2004-01-04 | 1 | -1/+1 |
| | | | | account. | ||||
* | Use -D to rename the log() function (extensively used) rather than | peter | 2003-10-30 | 1 | -1/+1 |
| | | | | using the gcc-specific -fno-builtin-log switch. | ||||
* | Disable the log() builtin (the math function), because it will not do much | peter | 2003-10-26 | 1 | -1/+1 |
| | | | | logging of information like the program expects. | ||||
* | Get rid of duplicates. | ru | 2003-09-14 | 1 | -1/+1 |
| | |||||
* | Backed out previous commit. Use ${LIBMROUTED} in LDADD again instead of | bde | 2003-04-16 | 2 | -2/+2 |
| | | | | hard-coding a path to the library that is wrong in some corner cases. | ||||
* | style.Makefile(5) | obrien | 2003-04-04 | 2 | -2/+2 |
| | |||||
* | english(4) police. | schweikh | 2002-12-27 | 3 | -3/+3 |
| | |||||
* | Check for FD_SET overruns. | nectar | 2002-09-09 | 4 | -0/+10 |
| | | | | Obtained from: NetBSD | ||||
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -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 utility | charnier | 2002-07-14 | 4 | -31/+52 |
| | |||||
* | Mark all internal libraries with INTERNALLIB. | ru | 2002-05-13 | 1 | -6/+1 |
| | |||||
* | Beware the log demon! (Fix typo: s/demon/daemon/) | dd | 2002-05-11 | 1 | -1/+1 |
| | | | | Submitted by: zhuravlev alexander <zaa@ulstu.ru> | ||||
* | Set BINOWN=root explicitly for setuid root binaries. | ru | 2001-09-13 | 2 | -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. | ru | 2001-08-10 | 1 | -2/+5 |
| | |||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 7 | -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. | dd | 2001-07-15 | 4 | -60/+60 |
| | |||||
* | Mark some functions as __printflike() | kris | 2001-07-05 | 2 | -3/+3 |
| | | | | MFC after: 1 week | ||||
* | Remove spurious extra format string argument. | kris | 2001-04-17 | 1 | -1/+1 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 4 | -0/+4 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 4 | -4/+0 |
| | |||||
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
| | | | | Seperate does not exist in the english language. | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 2 | -3/+3 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 2 | -6/+9 |
| | |||||
* | mdoc(7) police: added missing .Os call. | ru | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -1/+2 |
| | | | | Use _PATH_* where where possible. | ||||
* | mdoc(7) police: do not split author names in the AUTHORS section. | ru | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 4 | -12/+12 |
| | |||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -1/+1 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 3 | -36/+21 |
| | |||||
* | String buffer safety cleanup. I don't think any of these were exploitable | kris | 2000-10-09 | 4 | -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. | charnier | 2000-03-26 | 2 | -3/+3 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 3 | -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 it | mpp | 1999-08-28 | 3 | -1/+7 |
| | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 32 | -32/+32 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -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 macro | billf | 1999-03-20 | 1 | -2/+2 |
| | | | | | PR: docs/9892 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org> | ||||
* | Patch to make mrouted more friendly with crunchgen. | abial | 1999-02-08 | 1 | -4/+2 |
| | | | | | Reviewed by: fenner, wollman Submitted by: luigi | ||||
* | Merge conflicts from 3.9-beta3+IOS12. The conflicts were huge; cvs's | fenner | 1999-01-20 | 23 | -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, | fenner | 1999-01-20 | 4 | -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-beta3 | fenner | 1999-01-20 | 26 | -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. | fenner | 1999-01-20 | 2 | -280/+691 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r42881, | fenner | 1999-01-20 | 1 | -16/+18 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import mtrace release 5.2 | fenner | 1999-01-20 | 3 | -326/+705 |
| | | | | | | | | ftp://ftp.parc.xerox.com/pub/net-research/ipmulti/mtrace-5.2.tar.gz | ||||
* | | Correct use of nonexistent `.SS' macro. | jkoshy | 1998-09-29 | 1 | -3/+3 |
| | | | | | | | | | | PR: docs/8039 Submitted by: Issei Hirayama <iss@mail.wbs.ne.jp> | ||||
* | | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 2 | -4/+2 |
| | | |||||
* | | Sort cross references. | wosch | 1998-08-31 | 4 | -7/+7 |
| | | |||||
* | | Don't assume that time_t is long. Fixed printf format errors (don't | bde | 1998-06-29 | 1 | -20/+27 |
| | | | | | | | | assume that ntohl() returns long). | ||||
* | | Don't assume that time_t is long. | bde | 1998-06-29 | 1 | -2/+5 |
| | | |||||
* | | use strncpy correctly | imp | 1998-06-09 | 7 | -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. | bde | 1998-05-05 | 1 | -1/+2 |
| | |