Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-04 | <sys/socketvar.h> isn't actually needed here, so revert previous and drop | Philip Guenthe | |
that #include ok mikeb@ halex@ | |||
2011-07-04 | include sys/timeout.h with it's define/undef _KERNEL dance before | Alexander Hall | |
we include sys/socket.h since the latter also includes the same but without _KERNEL defined ok tedu@ | |||
2010-05-26 | libevent has named two of it's new macros by the same name as our kernel | Theo de Raadt | |
macros, which are visible, and get pulled into some source code... Hide the kernel ones inside _KERNEL, and make trpt (the only userland viewer of them) define _KERNEL temporarily. This is really gross. libevent is doing a poor job of choosing function names! ok tedu guenther | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
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 | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
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 | |
millert@ ok | |||
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 ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
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 | |
is used instead; kwesterback@home.com | |||
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 | |
1996-07-08 | kernel is /bsd, os is OpenBSD | ccappuc | |
1996-06-03 | do not rely on constant folding equivelance | Theo de Raadt | |
1996-05-30 | revoke privs before opening kvm if user has specified mem/kernel paths | Theo de Raadt | |
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Fix dangling 'The'; From Mike Long <mike.long@analog.com> | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |