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