Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in last commit...sigh | pst | 1996-08-21 | 1 | -1/+1 |
| | |||||
* | Add hooks for an IP NAT module, much like the firewall stuff... | sos | 1996-08-21 | 5 | -23/+60 |
| | | | | | Move the sockopt definitions for the firewall code from ip_fw.h to in.h where it belongs. | ||||
* | Improve some poor wording. | mpp | 1996-08-21 | 2 | -4/+4 |
| | |||||
* | Fix up the NAME lines forthe ceil and floor man pages to be | mpp | 1996-08-21 | 2 | -4/+4 |
| | | | | | | | less confusing. Reviewed by: bde Partially obtained from: NetBSD-bugs | ||||
* | Add the -o option to the usage line. | mpp | 1996-08-21 | 1 | -1/+1 |
| | |||||
* | Oops, forgot to actually add the new man page. | mpp | 1996-08-21 | 1 | -0/+76 |
| | |||||
* | Add a man page for mailstats(8). | mpp | 1996-08-21 | 1 | -1/+1 |
| | | | | Obtained from: NetBSD | ||||
* | Fix bugs in the ISO (Fletcher) checksum, obey the -q flag, misc cleanup of | pst | 1996-08-21 | 2 | -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. | pst | 1996-08-21 | 5 | -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 other | mpp | 1996-08-21 | 1 | -5/+7 |
| | | | | minor cleanup. | ||||
* | Fix the typos listed in PR# 1511, plus a few others. | mpp | 1996-08-21 | 1 | -9/+9 |
| | | | | Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my> | ||||
* | Add kzip(8) as supplied with PR# 1507, with some minor cleanup by me. | mpp | 1996-08-21 | 2 | -2/+75 |
| | | | | Submitted by: David E. O'Brien <obrien@nuxi.com> | ||||
* | Change DISTDIR to TCPDUMP_DISTDIR | pst | 1996-08-21 | 1 | -4/+4 |
| | |||||
* | Bugfix: all device counts >= 256 was broken, they truncated by % 255 | ache | 1996-08-21 | 1 | -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 overridden | pst | 1996-08-21 | 2 | -15/+15 |
| | | | | for multiple packages at the same time. | ||||
* | Add /usr/sbin to sysctl because /usr/sbin not in standard path | ache | 1996-08-21 | 3 | -9/+9 |
| | |||||
* | Add cvsup.nl.freebsd.org | jkh | 1996-08-21 | 1 | -0/+5 |
| | |||||
* | Add cvsup directory to share/examples | jkh | 1996-08-21 | 1 | -1/+3 |
| | | | | Reminded-By: ache | ||||
* | Be consistent about the codebase we originated from. Always use | asami | 1996-08-21 | 8 | -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. | asami | 1996-08-21 | 1 | -2/+2 |
| | |||||
* | Decode ICMP_UNREACH_FILTER_PROHIB responses as !F, from RFC1812. | peter | 1996-08-21 | 1 | -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 months | peter | 1996-08-21 | 1 | -11/+1 |
| | | | | ago in FreeBSD more cleanly. | ||||
* | Pickup VERSION from the tcpdump sources in contrib/tcpdump. Allows | gpalmer | 1996-08-21 | 1 | -3/+5 |
| | | | | `make world' to work again. | ||||
* | Fix a small potential bogon I noticed here with restarts. | jkh | 1996-08-21 | 1 | -2/+2 |
| | |||||
* | Implement a change suggested by Archie Cobbs - the seekto argument should | jkh | 1996-08-21 | 2 | -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 failure | jkh | 1996-08-21 | 5 | -6/+88 |
| | | | | | codes. Submitted-By: Archie Cobbs <archie@whistle.com> | ||||
* | Ack! Don't install cvs.info.gz etc in /usr/bin... | peter | 1996-08-21 | 1 | -1/+3 |
| | |||||
* | Make the CVSvn.texi dependency hack work a little better.. | peter | 1996-08-21 | 1 | -2/+2 |
| | |||||
* | Whups! Forgot to do my edits for sup.FreeBSD.org -> cvsup.FreeBSD.org | jkh | 1996-08-21 | 4 | -82/+82 |
| | | | | before doing the commit. | ||||
* | Clean up some of the example docs, add a set of example files for cvsup | jkh | 1996-08-21 | 8 | -2/+371 |
| | | | | now that we're actively promoting that service. | ||||
* | Oops, forgot to 'cvs add' this one. | peter | 1996-08-21 | 1 | -0/+19 |
| | |||||
* | Update to use the cvs-1.8.1 sources from src/contrib/cvs | peter | 1996-08-20 | 154 | -76725/+126 |
| | |||||
* | add pathnames.h, -Wall cleanup | wosch | 1996-08-20 | 3 | -9/+35 |
| | |||||
* | Print out ICMP errors that are responses to our own packets by default. | fenner | 1996-08-20 | 2 | -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, | peter | 1996-08-20 | 177 | -0/+93736 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of slightly trimmed cvs-1.8 distribution. Generated files | peter | 1996-08-20 | 177 | -0/+93736 |
| | | | | | | | | and non-unix code has been left out. | ||||
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 8 | -13337/+0 |
| | | |||||
* | | Add #define's for RFC1716/RFC1812 new ICMP UNREACHABLE types. | fenner | 1996-08-20 | 1 | -1/+4 |
| | | | | | | | | Obtained from: LBL's tcpdump distribution | ||||
* | | Clean up the english a little, having made the mistake of reading it. | jkh | 1996-08-20 | 1 | -20/+21 |
| | | |||||
* | | Add Id | ache | 1996-08-20 | 1 | -3/+5 |
| | | | | | | | | Move comment up to place | ||||
* | | a header file for zopen.3 | wosch | 1996-08-20 | 5 | -2/+41 |
| | | | | | | | | Pointed out by: Philippe Charnier <charnier@lirmm.fr> | ||||
* | | Ensure at least one space between the module name and the module path. | joerg | 1996-08-20 | 1 | -3/+3 |
| | | | | | | | | Detected by: asami | ||||
* | | run pwd_mkdb with new check option [-c] to verify correctness | wosch | 1996-08-20 | 1 | -2/+2 |
| | | | | | | | | of /etc/master.passwd | ||||
* | | Fix a minor style error in my code. | smpatel | 1996-08-20 | 1 | -2/+2 |
| | | |||||
* | | Add isblank attr to non-break space | ache | 1996-08-20 | 1 | -1/+4 |
| | | | | | | | | Add comment describing how upper half of table made | ||||
* | | Fix non-break space attrs | ache | 1996-08-20 | 7 | -17/+17 |
| | | |||||
* | | Remove isgraph attr from non-break space | ache | 1996-08-20 | 1 | -1/+1 |
| | | |||||
* | | Pick collate info fo ranges | ache | 1996-08-20 | 1 | -2/+2 |
| | | |||||
* | | Update explanation of *_DEPENDS, in particular note that bsd.port.mk | asami | 1996-08-20 | 1 | -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 to | asami | 1996-08-20 | 1 | -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. ;) |