summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in last commit...sighpst1996-08-211-1/+1
|
* Add hooks for an IP NAT module, much like the firewall stuff...sos1996-08-215-23/+60
| | | | | Move the sockopt definitions for the firewall code from ip_fw.h to in.h where it belongs.
* Improve some poor wording.mpp1996-08-212-4/+4
|
* Fix up the NAME lines forthe ceil and floor man pages to bempp1996-08-212-4/+4
| | | | | | | less confusing. Reviewed by: bde Partially obtained from: NetBSD-bugs
* Add the -o option to the usage line.mpp1996-08-211-1/+1
|
* Oops, forgot to actually add the new man page.mpp1996-08-211-0/+76
|
* Add a man page for mailstats(8).mpp1996-08-211-1/+1
| | | | Obtained from: NetBSD
* Fix bugs in the ISO (Fletcher) checksum, obey the -q flag, misc cleanup ofpst1996-08-212-30/+29
| | | | | ISO based code, and document new options (courtesy of libpcap). Submitted by: Tony Li <tli@jnx.com>
* Add support for ISO CLNP/ES-IS/IS-IS.pst1996-08-215-2/+103
| | | | | | These changes have been also sent back to LBL for inclusion in next release. Submitted by: Tony Li <tli@jnx.com>
* Correctly document when getopt returns EOF and '?', and some othermpp1996-08-211-5/+7
| | | | minor cleanup.
* Fix the typos listed in PR# 1511, plus a few others.mpp1996-08-211-9/+9
| | | | Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
* Add kzip(8) as supplied with PR# 1507, with some minor cleanup by me.mpp1996-08-212-2/+75
| | | | Submitted by: David E. O'Brien <obrien@nuxi.com>
* Change DISTDIR to TCPDUMP_DISTDIRpst1996-08-211-4/+4
|
* Bugfix: all device counts >= 256 was broken, they truncated by % 255ache1996-08-211-1/+1
| | | | | because of u_char count field size. It hits when device header file already present.
* Uniquely name the distribution directory variable so that it can be overriddenpst1996-08-212-15/+15
| | | | for multiple packages at the same time.
* Add /usr/sbin to sysctl because /usr/sbin not in standard pathache1996-08-213-9/+9
|
* Add cvsup.nl.freebsd.orgjkh1996-08-211-0/+5
|
* Add cvsup directory to share/examplesjkh1996-08-211-1/+3
| | | | Reminded-By: ache
* Be consistent about the codebase we originated from. Always useasami1996-08-218-21/+21
| | | | | | "4.4BSD-Lite" (not "4.4 BSD Lite", "BSD 4.4-lite" or some such), this is what the CSRG people call their release in the red daemon book (and most of the handbook had it that way).
* There is no word "UNIX" in the title of the new (red) daemon book.asami1996-08-211-2/+2
|
* Decode ICMP_UNREACH_FILTER_PROHIB responses as !F, from RFC1812.peter1996-08-211-1/+10
| | | | | | | Suggested by: Bill Fenner <fenner@parc.xerox.com> Additionally, print unrecognised ICMP_UNREACH codes numerically. eg, code 15 would show up as !<15>.
* Back out part of my previous commit. The bug was fixed over 12 monthspeter1996-08-211-11/+1
| | | | ago in FreeBSD more cleanly.
* Pickup VERSION from the tcpdump sources in contrib/tcpdump. Allowsgpalmer1996-08-211-3/+5
| | | | `make world' to work again.
* Fix a small potential bogon I noticed here with restarts.jkh1996-08-211-2/+2
|
* Implement a change suggested by Archie Cobbs - the seekto argument shouldjkh1996-08-212-3/+4
| | | | | be zero'd only if the operation *fails*, indicating that the file starting offset is effectively zero. This makes more sense.
* Add an ftpErrString() function for returning human readable failurejkh1996-08-215-6/+88
| | | | | codes. Submitted-By: Archie Cobbs <archie@whistle.com>
* Ack! Don't install cvs.info.gz etc in /usr/bin...peter1996-08-211-1/+3
|
* Make the CVSvn.texi dependency hack work a little better..peter1996-08-211-2/+2
|
* Whups! Forgot to do my edits for sup.FreeBSD.org -> cvsup.FreeBSD.orgjkh1996-08-214-82/+82
| | | | before doing the commit.
* Clean up some of the example docs, add a set of example files for cvsupjkh1996-08-218-2/+371
| | | | now that we're actively promoting that service.
* Oops, forgot to 'cvs add' this one.peter1996-08-211-0/+19
|
* Update to use the cvs-1.8.1 sources from src/contrib/cvspeter1996-08-20154-76725/+126
|
* add pathnames.h, -Wall cleanupwosch1996-08-203-9/+35
|
* Print out ICMP errors that are responses to our own packets by default.fenner1996-08-202-20/+69
| | | | | | | | Turn this behavior off using '-Q'. This makes '-v' useless other than as an ICMP-sniffer, which tcpdump is better at anyway. Print out another couple of ICMP messages, and fix the printing of the original packet (mostly byte order problems).
* This commit was generated by cvs2svn to compensate for changes in r17721,peter1996-08-20177-0/+93736
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of slightly trimmed cvs-1.8 distribution. Generated filespeter1996-08-20177-0/+93736
| | | | | | | | and non-unix code has been left out.
| * recording cvs-1.6 file deathpeter1995-12-308-13337/+0
| |
* | Add #define's for RFC1716/RFC1812 new ICMP UNREACHABLE types.fenner1996-08-201-1/+4
| | | | | | | | Obtained from: LBL's tcpdump distribution
* | Clean up the english a little, having made the mistake of reading it.jkh1996-08-201-20/+21
| |
* | Add Idache1996-08-201-3/+5
| | | | | | | | Move comment up to place
* | a header file for zopen.3wosch1996-08-205-2/+41
| | | | | | | | Pointed out by: Philippe Charnier <charnier@lirmm.fr>
* | Ensure at least one space between the module name and the module path.joerg1996-08-201-3/+3
| | | | | | | | Detected by: asami
* | run pwd_mkdb with new check option [-c] to verify correctnesswosch1996-08-201-2/+2
| | | | | | | | of /etc/master.passwd
* | Fix a minor style error in my code.smpatel1996-08-201-2/+2
| |
* | Add isblank attr to non-break spaceache1996-08-201-1/+4
| | | | | | | | Add comment describing how upper half of table made
* | Fix non-break space attrsache1996-08-207-17/+17
| |
* | Remove isgraph attr from non-break spaceache1996-08-201-1/+1
| |
* | Pick collate info fo rangesache1996-08-201-2/+2
| |
* | Update explanation of *_DEPENDS, in particular note that bsd.port.mkasami1996-08-201-18/+20
| | | | | | | | | | can now check existence of files specified by full pathnames, not only executables.
* | (1) Clarify the use of ${MOTIFLIB} by giving examples on what toasami1996-08-201-23/+53
| | | | | | | | | | | | | | | | | | | | | | | | substitute. (2) Bring the *_DEPENDS section up to the current state. Explain that the pathname in the "path:dir" pair can be a full pathname if you want a port to depend on something that isn't executable or an executable that's not expected to be in the user's search path (like /usr/local/libexec). Also, change the LIB_DEPENDS example to use jpeg, tcl-7.3's appropriateness as an example is quite outdated at this point. ;)
OpenPOWER on IntegriCloud