aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/trpt
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* Sorry in this just befor code freeze commit.Yoshinobu Inoue2000-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. Notes: svn path=/head/; revision=56801
* TypoPhilippe Charnier2000-01-231-1/+2
| | | | Notes: svn path=/head/; revision=56486
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-092-13/+64
| | | | | | | | | | 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 Notes: svn path=/head/; revision=55679
* Remove comments left since mdoc.template time or just useless commentsAlexey Zelkin1999-10-301-2/+0
| | | | Notes: svn path=/head/; revision=52674
* #ifdef out section of code dealing with integer timers,Jonathan Lemon1999-08-311-0/+6
| | | | | | | they aren't here any more. Notes: svn path=/head/; revision=50680
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* Use err(3). Add usage() and prototypes.Philippe Charnier1997-10-222-53/+56
| | | | | | | Hide reference to trsp(8) that does not exist. Notes: svn path=/head/; revision=30643
* Zap antique #ifndef NEWVM code. This should be redone to use libkvmPeter Wemm1997-08-031-37/+0
| | | | | | | someday. Notes: svn path=/head/; revision=27858
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-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. Notes: svn path=/head/; revision=20287
* Include queue.h in preparation for struct socket changes.David Greenman1996-03-111-0/+1
| | | | Notes: svn path=/head/; revision=14544
* Removed bogus #include of netinet/in_pcb.hDavid Greenman1995-04-101-1/+0
| | | | Notes: svn path=/head/; revision=7727
* Fix a little typo. Change the "race record" to a "trace record" :-).Andreas Schulz1995-02-101-1/+1
| | | | Notes: svn path=/head/; revision=6306
* Get rid of _PATH_UNIX completely; use getbootfile(3) instead.Garrett 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. Notes: svn path=/head/; revision=3041
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-1/+1
| | | | | | | (and rename a few in the process). Notes: svn path=/head/; revision=1863
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-051-1/+1
| | | | Notes: svn path=/head/; revision=1856
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-263-0/+573
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553