History log of /src/usr.sbin/trpt/trpt.c |
Revision | | Date | Author | Comments |
1.28 |
| 03-May-2018 |
maxv | Remove now unused tcpip.h includes. Some were already unused before.
|
1.27 |
| 30-Aug-2011 |
joerg | branches: 1.27.40; static + __dead
|
1.26 |
| 19-Apr-2009 |
lukem | Fix WARNS=4 issues (-Wshadow -Wcast-qual)
|
1.25 |
| 21-Jul-2008 |
lukem | branches: 1.25.6; Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
1.24 |
| 28-Apr-2008 |
martin | branches: 1.24.2; Remove clause 3 and 4 from TNF licenses
|
1.23 |
| 10-Jul-2007 |
jmcneill | branches: 1.23.10; Make trpt build again, based on recent netstat changes.
|
1.22 |
| 31-Mar-2006 |
rpaulo | Show ECN ECE and CWR flags too.
|
1.21 |
| 06-Sep-2005 |
rpaulo | If reading values from a live system use sysctls net.tcp.inet.(debug|debx) and kern.hardclock_ticks. Also, remove the set*gid() calls.
|
1.20 |
| 02-Jun-2005 |
lukem | appease gcc -Wuninitialized
|
1.19 |
| 06-Feb-2005 |
perry | de-__P, ANSIfy function declarations, remove obsolete "register" declarations
|
1.18 |
| 19-Sep-2003 |
itojun | no need for explicit '?'; openbsd
|
1.17 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22366, verified by myself.
|
1.16 |
| 04-Feb-2003 |
thorpej | Update for callout changes, and show TCP timers in relative, rather than absolute ticks.
|
1.15 |
| 04-Feb-2003 |
thorpej | Test CALLOUT_PENDING, not CALLOUT_ACTIVE.
|
1.14 |
| 16-Nov-2002 |
itojun | die if out-of-range address is specified to -p
|
1.13 |
| 12-Oct-2002 |
soda | revision 1.5 missed to add option -N and -M to 3rd argument of getopt(3).
|
1.12 |
| 11-Sep-2001 |
thorpej | Update for TCP timer changes.
|
1.11 |
| 09-Jul-2001 |
itojun | copy necessary variables from sys/netinet/tcp_debug.c. not sure if it is the right way to deal with this.
|
1.10 |
| 19-Feb-2001 |
cgd | convert to use getprogname()
|
1.9 |
| 01-Jul-1999 |
itojun | IPv6 support.
|
1.8 |
| 06-Jul-1998 |
mrg | - change setgid kmem programs (that lend themselves to this) so setegid(getgid()) and the top, and then set the effective gid back to kmem around the call to kvm_openfiles(). this reduces the time group kmem is available. - for those above that also allow this, setgid(getgid()) after the call to kvm_openfiles() to fully revoke priviledges. - some KNF - use err(3) over fprintf(3) in some places
|
1.7 |
| 23-Jul-1997 |
thorpej | Fix potential bad pointer arithmetic interaction with sort comparison function.
|
1.6 |
| 23-Jul-1997 |
thorpej | Fix thinko in previous.
|
1.5 |
| 23-Jul-1997 |
thorpej | - Rewrite this program to use libkvm, not grovel /dev/kmem manually. Remove all of the old 4.{2,3}BSD VM goop. - Fix a few 64-bit bugs. - Add prototypes. - Fix compiler warnings (including a Metric *load of printf formats). - Build with WARNS. - Update copyright.
|
1.4 |
| 23-Jul-1997 |
mikel | merge lite-2 changes, RCSid police
|
1.3 |
| 23-Dec-1994 |
cgd | be more careful with types.
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 09-Apr-1993 |
cgd | branches: 1.1.1; added accton, edquota, flcopy, gettable, htable, iostat, quotaon, repquota, trpt, and trsp, per (currently alpha) patch 125.
|
1.1.1.1 |
| 23-Jul-1997 |
mikel | import 4.4BSD-Lite2 version
|
1.23.10.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.24.2.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.25.6.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.27.40.1 |
| 21-May-2018 |
pgoyette | Sync with HEAD
|