summaryrefslogtreecommitdiffstats
path: root/usr.sbin/trpt/trpt.c
Commit message (Collapse)AuthorAgeFilesLines
* Change types of "numeric" function to match that of a qsort comparisondwmalone2001-03-051-3/+4
| | | | function.
* Sorry in this just befor code freeze commit.shin2000-01-291-10/+50
| | | | | | | | | | | | | | | | | | | | | This is fix to usr.sbin/trpt and tcp_debug.[ch] I think of putting this after 4.0 but,,, -There was bug that when INET6 is defined, IPv4 socket is not traced by trpt. -I received request from a person who distribute a program which use tcp_debug interface and print performance statistics, that -leave comptibility with old program as much as possible -use same interface with other OSes So, I talked with itojun, and synced API with netbsd IPv6 extension. makeworld check, kernel build check(includes GENERIC) is done. But if there happen to any problem, please let me know and I soon backout this change.
* tcp updates to support IPv6.shin2000-01-091-13/+62
| | | | | | | also a small patch to sys/nfs/nfs_socket.c, as max_hdr size change. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* #ifdef out section of code dealing with integer timers,jlemon1999-08-311-0/+6
| | | | they aren't here any more.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3). Add usage() and prototypes.charnier1997-10-221-46/+48
| | | | Hide reference to trsp(8) that does not exist.
* Zap antique #ifndef NEWVM code. This should be redone to use libkvmpeter1997-08-031-37/+0
| | | | someday.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
| | | | posix standard on the topic.
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-0/+1
| | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
* Include queue.h in preparation for struct socket changes.dg1996-03-111-0/+1
|
* Removed bogus #include of netinet/in_pcb.hdg1995-04-101-1/+0
|
* Get rid of _PATH_UNIX completely; use getbootfile(3) instead.wollman1994-09-241-1/+1
| | | | | | | DANGER WILL ROBINSON! _PATH_UNIX is currently defined as the literal string "don't use this". I am of two minds about this myself, but wanted to get something into the tree as quickly as possible.
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+414
OpenPOWER on IntegriCloud