Gleb Smirnoff
469f8a6aca
- remove OpenBSDisms, add FreeBSDisms
...
- comment out feature, we do not have yet: tcpdumping on pfsync,
add a BUGS section
- reference carp.4
- dereference bpf(4), tcpdump(7), hostname.if(5)
- sort references
- tell when pfsync appeared in FreeBSD
Reviewed by: mlaier
MFC after: 1 week
2005-02-23 17:37:39 +00:00
Mike Heffner
7ffd9476ea
This commit was generated by cvs2svn to compensate for changes in r142129,
...
which included commits to RCS files with non-trunk default branches.
2005-02-20 17:33:34 +00:00
Mike Heffner
9058027721
Import the latest CVS version of lukemftp.
...
Short list of changes:
* SIGINT termination from auto-fetch.
* Less trusting of remote filenames during auto mgets.
* Improved RFC2616 compliancy.
* Fix globs when using ftp reget (from mat@).
* Limit send buffer size.
2005-02-20 17:33:34 +00:00
Gregory Neil Shapiro
dbda3744f4
Merge mci.c change to add mci_close() from the vendor branch.
...
Problem noted by: marcus
2005-02-14 08:04:08 +00:00
Gregory Neil Shapiro
2beed715b1
This commit was generated by cvs2svn to compensate for changes in r141867,
...
which included commits to RCS files with non-trunk default branches.
2005-02-14 03:04:18 +00:00
Gregory Neil Shapiro
27bec48138
Commit patch from sendmail.org web site for socket close bug:
...
http://www.sendmail.org/patches/close_wait.p2
This is being put in the vendor branch as it is in the vendor's repo.
2005-02-14 03:04:18 +00:00
Gregory Neil Shapiro
b37a166a40
Remove files no longer in vendor distribution from vendor branch
2005-02-14 02:58:21 +00:00
Gregory Neil Shapiro
92e30605d8
Update for sendmail 8.13.3 import
2005-02-14 02:45:25 +00:00
Gregory Neil Shapiro
684b2a5fa3
Resolve conflicts from sendmail 8.13.3 import
...
MFC after: 4 days
2005-02-14 02:39:14 +00:00
Gregory Neil Shapiro
b6bacd3150
Import sendmail 8.13.3
2005-02-14 02:30:00 +00:00
Gregory Neil Shapiro
6af83ee0d2
This commit was generated by cvs2svn to compensate for changes in r141858,
...
which included commits to RCS files with non-trunk default branches.
2005-02-14 02:30:00 +00:00
Ruslan Ermilov
0227791b40
Expand *n't contractions.
2005-02-13 22:25:33 +00:00
Max Laier
c721916790
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
Max Laier
8624b327d4
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
Xin LI
b0683dae2d
Undo the VCS tag move to reduce diff hunks.
...
Pointed out by: ru
2005-02-07 05:34:35 +00:00
Xin LI
a58ff0abbb
Add instructions about upgrading netcat(1).
2005-02-06 15:26:44 +00:00
Xin LI
04def62430
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
Xin LI
8f70b0946d
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
Xin LI
8c384020b3
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
Dag-Erling Smørgrav
24a3c486ce
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
Dag-Erling Smørgrav
b33ab32994
Vendor import of OpenPAM Feterita.
2005-02-01 10:16:17 +00:00
Ruslan Ermilov
2ed83d261b
MFV: Latest mdoc(7) fixes.
2005-01-25 09:32:56 +00:00
Ruslan Ermilov
3899af05ce
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
Ruslan Ermilov
bc33253bf8
Bring in latest mdoc(7) fixes over here.
2005-01-25 09:29:48 +00:00
Bruce M Simpson
a0fba9baed
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
Ruslan Ermilov
a5947c18a8
- Soften sentence breaks.
...
- Remove double whitespace.
- Sort sections.
2005-01-21 21:57:05 +00:00
David Schultz
ba54cdcdda
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
Ruslan Ermilov
32fe84f7e8
Pull up a vendor fix for a problem exposed by tr/tr.1,v 1.30.
2005-01-14 09:50:45 +00:00
Ruslan Ermilov
7643035a1c
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 Konovalov
de93353dad
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 Konovalov
913fffe21a
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 Konovalov
ab90852ba3
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 Konovalov
0d4cc5f650
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
David E. O'Brien
f802162636
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
David E. O'Brien
a2e8fb4c99
Virgin import of Christos Zoulas's FILE 4.12.
2004-12-28 04:31:47 +00:00
Ruslan Ermilov
731db6a428
NOINET6 -> NO_INET6
2004-12-21 10:49:29 +00:00
Joseph Koshy
548c9b4376
Revert rev 1.66. This file needs to track its upstream source.
...
Requested by: ru
2004-12-17 16:29:54 +00:00
Joseph Koshy
e791235b73
Support for ".Fx 6.0".
...
Reviewed by: ru
2004-12-17 14:10:44 +00:00
Ollivier Robert
0003d12e46
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
Ollivier Robert
b9bb0f5d00
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
Max Laier
2346577455
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
David E. O'Brien
337c1d7b9b
Break lines at sentence ends, etc...
2004-11-11 07:50:09 +00:00
David E. O'Brien
fb89b41ce4
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 Wemm
a4a4e5a535
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 Wemm
3dc55b1483
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
David E. O'Brien
1ac62e0b31
+ Get prototypes for libc functions.
...
+ Use the correct printf format for size_t.
2004-10-19 17:44:31 +00:00
David E. O'Brien
caef65b837
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
Andrey A. Chernov
b69b773e8a
Merge local changes
2004-10-18 07:25:32 +00:00
Andrey A. Chernov
761828a6e6
Remove files not in 5.0
2004-10-18 07:18:06 +00:00
Andrey A. Chernov
60b6984141
Update instructions
2004-10-18 07:15:43 +00:00