Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add '-fno-builtin' to CFLAGS for alpha. | simokawa | 1999-01-13 | 1 | -1/+7 |
| | | | | | | Builtin memcpy is not align-aware. Approved by: jkh | ||||
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -2/+1 |
| | |||||
* | $@ is deprecated, use longer forms of single char macros | imp | 1998-06-09 | 1 | -3/+3 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Grab traceroute out of src/contrib/traceroute | fenner | 1996-09-30 | 7 | -1429/+14 |
| | |||||
* | Change strcpy() to strncpy() in several places, and give gethostname() | fenner | 1996-09-10 | 1 | -5/+5 |
| | | | | | | | | | | the real buffer size. Note that the strncpy(domain, ...) doesn't need to be a strncpy(), since it is copying from itself to itself, but belts and suspenders don't hurt and this is not time-critical code. Fixes the half of PR bin/1581 that wasn't fixed in rev 1.7 Submitted by: Karl <karl@codebase.mcs.net> | ||||
* | 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. | ||||
* | Fixes from NetBSD: | peter | 1996-08-17 | 2 | -4/+40 |
| | | | | | | | | - inet_ntoa() returns a pointer to a static buffer, dont use it twice in the same printf(). - prevent the possibility of never timing out - Report two more ICMP error types (prohibited nets etc) And some (commented out) enhancements that I use, but some don't like. | ||||
* | Fix last commit (and PR bin/1489) by creating both sockets before | fenner | 1996-08-13 | 1 | -4/+7 |
| | | | | setuid(). | ||||
* | Drop setuid ASAP, to minimize code executed as root. | fenner | 1996-08-09 | 1 | -3/+18 |
| | | | | Reviewed by: pst | ||||
* | Bring in LBL traceroute, which has the '-g' option. This is a bugfixed and | pst | 1996-03-13 | 5 | -341/+297 |
| | | | | | modified version of Leres' latest work. No FreeBSD changes have been spammed. | ||||
* | Hostname points to static area which overrides with each gethost* | ache | 1996-01-19 | 1 | -1/+1 |
| | | | | call, strdup() it. | ||||
* | bugfix: traceroute hangs forever, if another ICMP traffics exists and | ache | 1995-07-23 | 1 | -5/+14 |
| | | | | | timeout occurse, close PR 612 Submitted by: Bill Fenner <fenner@parc.xerox.com> | ||||
* | Changed output formatting to correctly represent the precision - it's | dg | 1994-08-29 | 1 | -1/+1 |
| | | | | not cool to truncate trailing zeros.. | ||||
* | Get rid of update. Make man page installation work with our scheme | wollman | 1994-08-05 | 1 | -1/+1 |
| | | | | (and rename a few in the process). | ||||
* | BSD 4.4 Lite usr.sbin Sources | rgrimes | 1994-05-26 | 6 | -0/+1422 |