History log of /netbsd/usr.sbin/trpt/trpt.c (Results 1 – 25 of 28)
Revision Date Author Comments
# ddb4dac5 03-May-2018 maxv <maxv@NetBSD.org>

Remove now unused tcpip.h includes. Some were already unused before.


# eec481cc 30-Aug-2011 joerg <joerg@NetBSD.org>

static + __dead


# dfb301f7 19-Apr-2009 lukem <lukem@NetBSD.org>

Fix WARNS=4 issues (-Wshadow -Wcast-qual)


# 9c194566 21-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# afa3505c 10-Jul-2007 jmcneill <jmcneill@NetBSD.org>

Make trpt build again, based on recent netstat changes.


# e288e9d8 31-Mar-2006 rpaulo <rpaulo@NetBSD.org>

Show ECN ECE and CWR flags too.


# 7c18197a 06-Sep-2005 rpaulo <rpaulo@NetBSD.org>

If reading values from a live system use sysctls net.tcp.inet.(debug|debx)
and kern.hardclock_ticks. Also, remove the set*gid() calls.


# 1fab072e 02-Jun-2005 lukem <lukem@NetBSD.org>

appease gcc -Wuninitialized


# d34cc2ba 06-Feb-2005 perry <perry@NetBSD.org>

de-__P, ANSIfy function declarations, remove obsolete "register" declarations


# 4a7fa92f 19-Sep-2003 itojun <itojun@NetBSD.org>

no need for explicit '?'; openbsd


# 326b2259 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22366, verified by myself.


# 9abf2fa4 04-Feb-2003 thorpej <thorpej@NetBSD.org>

Update for callout changes, and show TCP timers in relative, rather
than absolute ticks.


# a2ca4434 04-Feb-2003 thorpej <thorpej@NetBSD.org>

Test CALLOUT_PENDING, not CALLOUT_ACTIVE.


# 7bd25b06 16-Nov-2002 itojun <itojun@NetBSD.org>

die if out-of-range address is specified to -p


# bcb7e65b 12-Oct-2002 soda <soda@NetBSD.org>

revision 1.5 missed to add option -N and -M to 3rd argument of getopt(3).


# dd5462b9 11-Sep-2001 thorpej <thorpej@NetBSD.org>

Update for TCP timer changes.


# 48375d98 09-Jul-2001 itojun <itojun@NetBSD.org>

copy necessary variables from sys/netinet/tcp_debug.c.
not sure if it is the right way to deal with this.


# 25bdbb66 19-Feb-2001 cgd <cgd@NetBSD.org>

convert to use getprogname()


# 38646d35 01-Jul-1999 itojun <itojun@NetBSD.org>

IPv6 support.


# 80efe80b 06-Jul-1998 mrg <mrg@NetBSD.org>

- 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 ti

- 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

show more ...


# a2d326c6 23-Jul-1997 thorpej <thorpej@NetBSD.org>

Fix potential bad pointer arithmetic interaction with sort comparison
function.


# b8a640f6 23-Jul-1997 thorpej <thorpej@NetBSD.org>

Fix thinko in previous.


# 1f6eefec 23-Jul-1997 thorpej <thorpej@NetBSD.org>

- 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 Metri

- 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.

show more ...


# 35c642e5 23-Jul-1997 mikel <mikel@NetBSD.org>

merge lite-2 changes, RCSid police


12