joel
906214101c
mdoc: correct .Bd/.Bl arguments.
...
Reviewed by: brueffer
2012-03-26 21:22:53 +00:00
eadler
7d08457acd
Fix warning when compiling with gcc46:
...
error: variable 'a' set but not used
Approved by: dim, cperciva (mentor, blanket for pre-mentorship already-approved commits)
MFC after: 3 days
2012-01-20 01:39:08 +00:00
gjb
ef496d1706
Provide a more user friendly URL to the IETF site in faithd(8).
...
Pointed out by: dougb
Approved by: re (kib)
MFC after: 3 days
2011-08-02 11:35:28 +00:00
gjb
2f371a18c9
Fix various broken links in manual pages.
...
Submitted by: Michiel Overtoom (motoom % xs4all nl)
PR: 159130 159131 159132 159133 159134
159135 159136 159137 158138 159144
Approved by: re (kib)
MFC after: 3 days
2011-07-23 22:55:32 +00:00
delphij
5c2afe09ce
Correct a typo.
...
PR: bin/155175
Submitted by: Peter J. Philipp <pjp centroid.eu>
MFC after: 3 days
2011-03-02 00:29:14 +00:00
ru
fdf6718f33
Use the newly brought %U macro.
2010-01-15 16:01:22 +00:00
brueffer
4113919b07
Various language fixes. Also fixed the URL to totd, obtained from NetBSD.
...
PR: 38061
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 1 week
2010-01-09 10:24:09 +00:00
ed
073cafdd42
The last big commit: let usr.sbin/ use WARNS=6 by default.
2010-01-02 11:07:44 +00:00
ed
ec19ea84b8
ANSIfy some more tools in usr.sbin/.
...
Most of these tools build with WARNS=6, except for their use of K&R
function declarations.
2010-01-02 11:05:34 +00:00
kevlo
fa3791e1a7
Cleanup of userland __P use
2007-11-07 10:53:41 +00:00
charnier
670c127816
Add __unused to parameters when needed
2007-11-03 10:36:03 +00:00
suz
d1bb5343c0
fixed a possible reference to a broken memory
...
MFC after: 1 day
2005-05-02 07:44:24 +00:00
suz
839093ebbc
plugged memory leak
...
Obtained from: KAME
MFC after: 2 days
2005-04-21 13:21:48 +00:00
ru
6cc4b6c220
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
ru
f0a52f89df
Reapply some local fixes that got lost with another NetBSD merge,
...
fix some more.
2004-06-04 19:24:35 +00:00
ru
8a660e9607
Fixed the fatal bug: CFLAGS should be added to, not overridden.
...
This prevented CPU and optimization flags to be added here.
2004-01-17 02:27:55 +00:00
ume
1cc5ee037b
- poll(2) support.
...
- simplify by strdup.
- set ai_protocol in hints to TCP.
- g/c FAITH_NS (no description, not maintained for years)
- warn if connection from IPv4 mapped is reached.
- IPV6_V6ONLY if possible.
- unifdef -UFAITH4.
- drop rsh/rlogin support.
- deal with negative return value from wait3.
Obtained from: KAME
2003-11-14 17:34:08 +00:00
ume
bf741bc603
stop use of NI_WITHSCOPEID. it was deprecated.
...
Obtained from: KAME
2003-10-21 20:11:47 +00:00
schweikh
d3367c5f5d
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
charnier
d2168fe021
The .Nm utility
2002-07-14 14:47:15 +00:00
ru
48ec4698ed
mdoc(7) police: don't use .Pq with plain text, this breaks hyphenation.
2002-05-30 07:53:53 +00:00
dd
65ea494ab5
sysctl -w -> sysctl
...
Approved by: ume
2002-05-11 05:55:05 +00:00
ume
5efd20ae96
handle ECONNABORTED.
...
Submitted by: morito@double-fault.net
Obtained from: KAME
MFC after: 3 days
2002-04-24 12:23:03 +00:00
ume
8e350a78b1
typo in connect(2) error handling.
...
Submitted by: Yukiyo Akisada <Yukiyo.Akisada@jp.yokogawa.com>
Obtained from: KAME
MFC after: 3 days
2002-04-24 10:43:40 +00:00
suz
553226e8e1
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
...
(based on freebsd4-snap-20020128)
Reviewed by: ume
MFC after: 1 week
2002-04-19 04:46:24 +00:00
ru
7f320fa871
s/sysctl -w/sysctl/
2001-12-11 08:29:10 +00:00
brian
894d298c86
Handle ftp_copycommand() and ftp_copyresult() potentially returning < -1.
2001-08-20 15:01:06 +00:00
brian
d48c427cd5
Handle snprintf() returning -1.
...
MFC after: 2 weeks
2001-08-20 13:24:39 +00:00
ru
4345758876
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
obrien
9c97c8f02d
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
obrien
be022bb715
Remove GCC'isms in CFLAGS.
2001-07-20 04:23:13 +00:00
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
ru
c796afe811
mdoc(7) police: eliminate warnings, fix markup.
2001-07-10 08:04:09 +00:00
ume
832f8d2249
Sync with recent KAME.
...
This work was based on kame-20010528-freebsd43-snap.tgz and some
critical problem after the snap was out were fixed.
There are many many changes since last KAME merge.
TODO:
- The definitions of SADB_* in sys/net/pfkeyv2.h are still different
from RFC2407/IANA assignment because of binary compatibility
issue. It should be fixed under 5-CURRENT.
- ip6po_m member of struct ip6_pktopts is no longer used. But, it
is still there because of binary compatibility issue. It should
be removed under 5-CURRENT.
Reviewed by: itojun
Obtained from: KAME
MFC after: 3 weeks
2001-06-11 12:39:29 +00:00
ume
231a69bf66
NetBSD's inetd uses different syntex from FreeBSD's in faith support.
2001-05-24 19:00:22 +00:00
ru
afd506414e
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
ru
f10dc9aca1
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
charnier
963cc312d0
Make enumerated list for flags. Spelling.
2000-11-28 18:11:06 +00:00
ru
71e2293ad4
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00
ru
c9e9d26430
mdoc(7) police: fix errors uncovered by the new feature of the Nm macro.
2000-11-18 15:50:46 +00:00
ume
2c04393077
cope with the following reply on PASV (without paren). need more tests.
...
227 Entering Passive Mode x,x,x,x,x,x,x
Obtained from: KAME (1.8->1.9)
2000-09-17 16:44:51 +00:00
brian
c587741e5f
Remove libutil - setproctitle() is now in libc
2000-09-02 20:42:19 +00:00
brian
c28629ce72
Correct setproctitle() call
...
Obtained from: OpenBSD
2000-07-06 19:51:58 +00:00
kris
fc37193d75
Correct style bugs
2000-07-06 02:00:18 +00:00
kris
13d90d944f
Sync with latest KAME.
...
Obtained from: KAME
2000-07-05 21:54:07 +00:00
phantom
79fe521de9
. clear `.Os' macro value since this tool is not KAME specific anymore
...
. compact some macros (.Oo/.Oc -> .Op, .Po/.Pc -> .Pq)
. use .Tn
. avoid using duplicated arguments for .Nm macro
. correct KAME kit pathes (/usr/local/v6 -> /usr)
. add integration note
2000-05-06 13:54:59 +00:00
shin
45bda4b530
Wording fixes
...
Submitted by: charnier
2000-02-10 19:42:42 +00:00
shin
ce15efb7c0
another tcp apps IPv6 updates.(should be make world safe)
...
ftp, telnet, ftpd, faithd
also telnet related sync with crypto, secure, kerberosIV
Obtained from: KAME project
2000-01-27 09:28:38 +00:00