ru
560e5d06b5
Eliminated double whitespace.
2004-07-03 18:35:53 +00:00
ru
485e003d41
Mechanically kill hard sentence breaks.
2004-07-02 23:13:00 +00:00
stefanf
6810eb8b72
Include <string.h> for prototypes of various string functions.
...
Approved by: das (mentor)
2004-05-24 12:44:00 +00:00
stefanf
0e7925249c
Remove spurious semicolons. Outside of functions they are actually errors but
...
GCC doesn't warn about them without -pedantic.
Approved by: das (mentor)
PR: 56649
Reviewed by: md5
2004-05-16 22:08:17 +00:00
charnier
4d47cd3ff9
Properly use strftime(): NUL terminating character is already taken into
...
account.
2004-01-04 16:07:03 +00:00
peter
4ad3feafde
Use -D to rename the log() function (extensively used) rather than
...
using the gcc-specific -fno-builtin-log switch.
2003-10-30 22:59:41 +00:00
peter
fd6acc8e26
Disable the log() builtin (the math function), because it will not do much
...
logging of information like the program expects.
2003-10-26 03:15:54 +00:00
ru
f501f1b590
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
bde
709fb09d2a
Backed out previous commit. Use ${LIBMROUTED} in LDADD again instead of
...
hard-coding a path to the library that is wrong in some corner cases.
2003-04-16 14:53:51 +00:00
obrien
6709fe0c57
style.Makefile(5)
2003-04-04 17:49:21 +00:00
schweikh
2505bee728
english(4) police.
2002-12-27 12:15:40 +00:00
nectar
46adc04a10
Check for FD_SET overruns.
...
Obtained from: NetBSD
2002-09-09 15:45:28 +00:00
sobomax
8df6eb246b
Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
...
breaking application ABI use unused ifreq.ifru_flags[1] for upper 16 bits in
SIOCSIFFLAGS and SIOCGIFFLAGS ioctl's.
Reviewed by: -hackers, -net
2002-08-18 07:05:00 +00:00
charnier
90baea60d8
The .Nm utility
2002-07-14 14:47:15 +00:00
ru
d48ffaae86
Mark all internal libraries with INTERNALLIB.
2002-05-13 11:24:03 +00:00
dd
3d91c9d528
Beware the log demon! (Fix typo: s/demon/daemon/)
...
Submitted by: zhuravlev alexander <zaa@ulstu.ru>
2002-05-11 05:16:02 +00:00
ru
36d40d85c3
Set BINOWN=root explicitly for setuid root binaries.
...
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.
2001-09-13 06:48:18 +00:00
ru
316fde8ddd
mdoc(7) police: fixed the "new sentence" bogons.
2001-08-10 15:03:10 +00:00
obrien
4b92fa588b
Perform a major cleanup of the usr.sbin Makefiles.
...
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.
2001-07-20 06:20:32 +00:00
dd
7d1013753f
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
kris
7afeff78b3
Mark some functions as __printflike()
...
MFC after: 1 week
2001-07-05 09:28:13 +00:00
kris
63c296c85c
Remove spurious extra format string argument.
2001-04-17 07:32:37 +00:00
ru
b15a893144
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
ru
42350947e7
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
asmodai
79d2ee04e3
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
2001-02-06 11:21:58 +00:00
ru
606eb8b7a4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:44:04 +00:00
ru
522216623a
Prepare for mdoc(7)NG.
2000-12-27 15:30:30 +00:00
ru
cfafe5cee1
mdoc(7) police: added missing .Os call.
2000-12-14 13:58:15 +00:00
obrien
46d04a9db4
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
ru
cff3f1a066
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
ru
c3189e713e
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00
ru
77559ae015
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
ru
f9c7198049
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
kris
006a1e0d11
String buffer safety cleanup. I don't think any of these were exploitable
...
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
2000-10-09 06:08:00 +00:00
charnier
a58a03017e
1000000 usec -> 1 sec 0 usec; fix.
2000-03-26 14:44:34 +00:00
sheldonh
840cf958b8
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 14:09:25 +00:00
mpp
1c0a3cee71
Add $FreeBSD$ lines to man pages that are missing them to make it
...
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-08-28 23:23:38 +00:00
peter
b6784c4210
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
nik
7effc709bc
Add $Id$, to make it simpler for members of the translation teams to
...
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
1999-07-12 20:12:29 +00:00
billf
297363c7d7
Use the proper mdoc macro
...
PR: docs/9892
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
1999-03-20 04:26:57 +00:00
abial
b9094f5deb
Patch to make mrouted more friendly with crunchgen.
...
Reviewed by: fenner, wollman
Submitted by: luigi
1999-02-08 21:48:31 +00:00
fenner
718e729d4f
Merge conflicts from 3.9-beta3+IOS12. The conflicts were huge; cvs's
...
merge algorithm failed on several files, and the translation of the
mrouted man page to mdoc didn't help...
1999-01-20 07:55:57 +00:00
fenner
695d04de81
This commit was generated by cvs2svn to compensate for changes in r42888,
...
which included commits to RCS files with non-trunk default branches.
1999-01-20 07:44:18 +00:00
fenner
02ab90b3fd
Import mrouted version 3.9-beta3+IOS12 . This is a version of 3.9-beta3
...
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.
1999-01-20 07:44:18 +00:00
fenner
57da08e828
Resolve conflicts.
1999-01-20 05:13:42 +00:00
fenner
00447b724d
Import mtrace release 5.2
...
ftp://ftp.parc.xerox.com/pub/net-research/ipmulti/mtrace-5.2.tar.gz
1999-01-20 05:11:48 +00:00
fenner
b0e862cf68
This commit was generated by cvs2svn to compensate for changes in r42881,
...
which included commits to RCS files with non-trunk default branches.
1999-01-20 05:11:48 +00:00
jkoshy
5b082f6c31
Correct use of nonexistent `.SS' macro.
...
PR: docs/8039
Submitted by: Issei Hirayama <iss@mail.wbs.ne.jp>
1998-09-29 01:42:07 +00:00
obrien
7a3df171b6
Remove useless `BINOWN=root' now that it is the default.
1998-09-19 22:42:14 +00:00
wosch
a024876276
Sort cross references.
1998-08-31 16:41:09 +00:00