summaryrefslogtreecommitdiff
path: root/usr.sbin/trpt
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2019-12-02Revert "timeout(9): switch to tickless backend"cheloha
2019-11-26timeout(9): switch to tickless backendcheloha
2018-05-10TCP debug sockets still had code for old TCP timers that wereAlexander Bluhm
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2017-05-18Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> inMartin Pieuchot
2016-12-23Replace the archaic n_time data type with u_int32_t. This also allows theLawrence Teo
2016-09-25Document the dependency on sysctl kern.allowkmemTheo de Raadt
2016-08-27Pull in <sys/time.h> for struct timespec, timeval, or clockratePhilip Guenther
2015-11-20Appears to only need pledge "stdio" against open kvmTheo de Raadt
2015-11-17delete setgid kmem (comments) from a different eraTheo de Raadt
2015-02-09clean up flags++ instances around getopt()Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller
2011-07-04<sys/socketvar.h> isn't actually needed here, so revert previous and dropPhilip Guenthe
2011-07-04include sys/timeout.h with it's define/undef _KERNEL dance beforeAlexander Hall
2010-05-26libevent has named two of it's new macros by the same name as our kernelTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2006-03-13cleanup from dhillTheo de Raadt
2005-05-03setresgid; ok deraadt@Damien Miller
2004-09-24pass segment size to userland; ok deraadt@Markus Friedl
2003-09-19whack getopt ? matching; jeffi@rcn.comTheo de Raadt
2003-06-12- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-26IPv6 support.Jun-ichiro itojun Hagino
2003-05-14remove the last of the MI commonsJason Wright
2002-12-12until someone complains, let only root playTheo de Raadt
2002-12-09KNFTheo de Raadt
2002-11-18strto* usage audit. deraadt okJun-ichiro itojun Hagino
2002-09-18no trspTheo de Raadt
2002-06-19mark which nlist[] kmem entries are not needed in the sysctl case, and which areTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-03-08fix a fallout from tcp timer conversionMichael Shalayeff
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-09Since all our arches have /dev/ksyms, replace rigid mentions of the kernelMiod Vallat
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-02-25support -M and -N; jeff@cepheid.orgTheo de Raadt
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-03-12cleanupAaron Campbell
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1997-09-08use -lkvm, various other fixes; thorpejTheo de Raadt
1997-01-30race -> traceTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesTheo de Raadt