mlaier
c215a49d17
Fix sloppy use of "manpage", bump .Dd where applicable and rename RED to
...
Random Early Detection (not ... Drop) in order to be consistent with other
documentation on ALTQ
Pointed out by: simon, ru, Brad Davis
2005-02-07 23:20:12 +00:00
mlaier
b5362e3053
Be more verbose about altq SYNOPSIS and add more linkage in the relating pf
...
documents.
Inspired by: scottl
Reviewed by: Brad Davis <so14kNOso14kSPAMcom>
MFC after: 3 days
2005-02-07 11:46:36 +00:00
delphij
48c3866bae
Undo the VCS tag move to reduce diff hunks.
...
Pointed out by: ru
2005-02-07 05:34:35 +00:00
delphij
b180080b24
Add instructions about upgrading netcat(1).
2005-02-06 15:26:44 +00:00
delphij
59ee81a4cd
Finish the import of nc(1) from OpenBSD. This includes:
...
- Bring IPsec support from the ports collection [1].
- Bring -o ("once only") option from the ports
collection [2].
- Adopt the Makefile framework into
usr.bin/nc/Makefile.
- Add a knob to control whether to build nc(1),
NO_NETCAT.
- Bump __FreeBSD_version so ports collection can
detect this change.
Original patchset are contributed to the ports collection by:
[1] nectar, [2] joerg.
Note: WARNS?=6 patchset spined off in this commit, in order not
to take too many files off the vendor branch.
2005-02-06 14:44:27 +00:00
delphij
bb0e6a9306
This commit was generated by cvs2svn to compensate for changes in r141261,
...
which included commits to RCS files with non-trunk default branches.
2005-02-04 08:41:44 +00:00
delphij
fe20bac494
Import a (stripped) snapshot of OpenBSD's nc(1) an excellent
...
reimplementation of the famous tool that can do arbitrary TCP
and UDP connections and listens.
This gaves sysadm the same tool the crackers have, so that
they may learn what the network is about and protect it better.
For developers, this is an invaluable debugging tool, and a
good build block of scripts.
Discussed on: freebsd-hackers@
2005-02-04 08:41:44 +00:00
des
f0205ded29
This commit was generated by cvs2svn to compensate for changes in r141098,
...
which included commits to RCS files with non-trunk default branches.
2005-02-01 10:16:17 +00:00
des
bdbb876515
Vendor import of OpenPAM Feterita.
2005-02-01 10:16:17 +00:00
ru
5542b57977
MFV: Latest mdoc(7) fixes.
2005-01-25 09:32:56 +00:00
ru
1200d5ea1c
This commit was generated by cvs2svn to compensate for changes in r140801,
...
which included commits to RCS files with non-trunk default branches.
2005-01-25 09:29:48 +00:00
ru
c40093b1f1
Bring in latest mdoc(7) fixes over here.
2005-01-25 09:29:48 +00:00
bms
9bc61e36ba
Fix NULL pointer dereference bug when parsing IPV6CP traffic.
...
This file is already off the vendor branch, and the fix will be
in future tcpdump.org vendor branch imports.
PR: bin/76497
MFC after: 1 week
Obtained from: tcpdump.org rev 1.89.2.4
Discussed with: fenner, keramida
2005-01-24 14:56:48 +00:00
ru
b9422ceab6
- Soften sentence breaks.
...
- Remove double whitespace.
- Sort sections.
2005-01-21 21:57:05 +00:00
das
f147925364
Configure gdtoa so that floating-point numbers are correctly rounded
...
when they are printed in non-default rounding modes.
2005-01-18 18:56:18 +00:00
ru
a5a53337ce
Pull up a vendor fix for a problem exposed by tr/tr.1,v 1.30.
2005-01-14 09:50:45 +00:00
ru
c7d2860cbe
This commit was generated by cvs2svn to compensate for changes in r140229,
...
which included commits to RCS files with non-trunk default branches.
2005-01-14 09:50:45 +00:00
maxim
30b5a180a6
o Make telnet[d] -S (IP TOS) flag really work. We do not have
...
/etc/iptos implementation so only numeric values supported.
o telnetd.8: steal the -S flag description from telnet.1, bump
the date of the document.
MFC after: 6 weeks
2005-01-09 10:24:46 +00:00
maxim
a3a66f59d3
o Add -4 and -6 flags to a man page and usage(). Bump the man page
...
date.
2005-01-05 09:59:38 +00:00
maxim
1ac1c1b072
o Remove -t flag from getopt(3), it was killed in rev. 1.15 three
...
years ago.
2005-01-05 09:47:10 +00:00
maxim
80e87db51e
o Print a correct status for unix domain sockets.
...
o Restore input mode when return from the command one.
PR: bin/49983
Submitted by: Volker Stolz
OK in general from: markm
MFC after: 1 month
2005-01-04 21:22:32 +00:00
obrien
c42d17784d
This commit was generated by cvs2svn to compensate for changes in r139368,
...
which included commits to RCS files with non-trunk default branches.
2004-12-28 04:31:47 +00:00
obrien
86f85e9e09
Virgin import of Christos Zoulas's FILE 4.12.
2004-12-28 04:31:47 +00:00
ru
220424258f
NOINET6 -> NO_INET6
2004-12-21 10:49:29 +00:00
jkoshy
efd464a853
Revert rev 1.66. This file needs to track its upstream source.
...
Requested by: ru
2004-12-17 16:29:54 +00:00
jkoshy
a4507409f2
Support for ".Fx 6.0".
...
Reviewed by: ru
2004-12-17 14:10:44 +00:00
roberto
92685e17ac
This commit was generated by cvs2svn to compensate for changes in r138451,
...
which included commits to RCS files with non-trunk default branches.
2004-12-06 14:33:29 +00:00
roberto
25b467e3d9
Merge from the main BK repository for ntp: put two midly annoying messages
...
under #ifdef DEBUG. Merge of revision 1.45 by H. Stenn.
Done on the vendor branch to minimise future imports.
Reminded by: obrien
2004-12-06 14:33:29 +00:00
mlaier
dd69078a5e
Fix a reference from pool(9) -> zone(9), but keep on talking about "memory
...
pools" as that is what UMA provides.
Submitted by: Jay <jay NO meangrape SPAM com>
2004-11-14 17:05:54 +00:00
obrien
9439c34087
Break lines at sentence ends, etc...
2004-11-11 07:50:09 +00:00
obrien
19b5d0cf43
Don't attempt to claim what version of GCC we're documenting. The manpage
...
is still mostly the GCC 2.95 one, with faint attempts by me over the years
to document a few new switches. Thus, it is dubious to claim documentation
of specific modern GCC versions.
Noted by: delphij
2004-11-11 07:45:01 +00:00
peter
504e31b996
Fix some more files that got butchered to appear to be back on the
...
vendor branch again. (These will need a readline import merge too)
2004-10-21 20:10:14 +00:00
peter
73a0f623c4
Force these files back off the vendor branch. They should NEVER have been
...
put back on there in the first place. :-(
Note that complete.c will need a readline 5.0 merge.
2004-10-21 20:02:02 +00:00
obrien
0a7f522f33
+ Get prototypes for libc functions.
...
+ Use the correct printf format for size_t.
2004-10-19 17:44:31 +00:00
obrien
8969158b11
Size matters. Correctly use a size_t so 64-bit hosts can mount SMB FS's
...
when using character set conversions.
Also include POSIX <string.h> vs. BSD <strings.h> now that we've broken
traditional BSD behavior [and compatibility with our BSD brethren].
PR: 72445
Submitted by: Vladimir Nechitailo <nechit@lpi.ru>
Patch by: Stasys Smailys <ssmailys@komvista.lt>
2004-10-19 17:39:15 +00:00
ache
3f2845575e
Merge local changes
2004-10-18 07:25:32 +00:00
ache
76ec26d4a8
Remove files not in 5.0
2004-10-18 07:18:06 +00:00
ache
5b1010e3ca
Update instructions
2004-10-18 07:15:43 +00:00
ache
eebfe74f58
This commit was generated by cvs2svn to compensate for changes in r136647,
...
which included commits to RCS files with non-trunk default branches.
2004-10-18 07:10:33 +00:00
ache
137c697f17
Official patches 001-005
2004-10-18 07:10:33 +00:00
ache
e03589bf34
This commit was generated by cvs2svn to compensate for changes in r136644,
...
which included commits to RCS files with non-trunk default branches.
2004-10-18 07:02:42 +00:00
ache
d529bd1ae5
Virgin import of GNU Readline 5.0
2004-10-18 07:02:42 +00:00
trhodes
1a00902b14
Use .Xr in place of .I for Xref's.
...
PR: 71730
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> (original patch)
Commit ok: mbr (through GNATS PR)
2004-10-15 12:50:05 +00:00
kan
6ed6263476
This commit was generated by cvs2svn to compensate for changes in r136527,
...
which included commits to RCS files with non-trunk default branches.
2004-10-15 03:22:13 +00:00
kan
9b45ee0d61
Import a patch from GCC PR c/16999 to stop quoting already quoted ident
...
strings.
2004-10-15 03:22:13 +00:00
mlaier
041bb97725
Rename the QUEUEING section to QUEUEING/ALTQ to make it easier to find the
...
appropiate section when redirected from ALTQ(4).
MFC after: 2 days
2004-10-07 15:39:02 +00:00
mlaier
66c5635e5f
Make pflogd cope with module unload (and the sudden disappearing of pflog0).
...
Instead of eating all the available CPU we now shutdown gracefully.
Submitted by: yongari
MFC after: 3 days
2004-10-05 08:26:34 +00:00
ru
4814ce54bd
Pull up the latest minor fixes.
2004-10-05 06:14:29 +00:00
ru
b5b81ceffd
This commit was generated by cvs2svn to compensate for changes in r136136,
...
which included commits to RCS files with non-trunk default branches.
2004-10-05 06:14:29 +00:00
mlaier
281427d942
Document a problem with user/group filtering. With debug.mpsafenet=1 this
...
might result in a deadlock. The fix involves critical changes in the PF
locking strategy (which will happen after 5.3R). For now advise users to set
debug.mpsafenet=0 if they use this kind of filtering.
The same problem exists for IPFW.
mdoc help from: simon
MFC after: 2 days
2004-10-03 10:42:42 +00:00