Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2012-02-05 | Fix handling of msg queues when in crash dump mode: the kernel structures | Philip Guenthe | |
have changed, so update to match ok miod@ blambert@ | |||
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat | |
for chars. | |||
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre | |
2010-07-22 | document exit returns; from daniel dickman | Jason McIntyre | |
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-09-02 | more malloc(n * m) -> calloc(n, m); from Igor Zinovik | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-31 | - note some apps which are xpg4, not posix | Jason McIntyre | |
- note that some apps are optional to posix after some discussion w/ otto | |||
2005-02-22 | sort options; sync usage(); | Jason McIntyre | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-04 | term 3 & 4 from tholo after permission | Theo de Raadt | |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller | |
Instead of allocating a static amount of memory for the data structures via valloc() in allocsys(), allocate things dynamically using pool(9) when possible and malloc(9) when not. The various members of struct seminfo and struct shminfo are in kern.seminfo and kern.shminfo respectively (not all members of kern.seminfo are changable). The data structures used still leave something to be desired but things are not made worse in that respect by this commit. | |||
2002-06-15 | enlarge ID column to fix output alignment. | Matthieu Herrb | |
ok deraadt@, millert@. | |||
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
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. | |||
2001-09-28 | Use the new KERN_SYSVIPC_*_INFO sysctls; simonb@netbsd.org | Todd C. Miller | |
2001-09-27 | Add missing "and semaphores" at the end of the description of the -T option | Todd C. Miller | |
2001-08-13 | Declare globals made extern in sys/sem.h; naddy@ | Todd C. Miller | |
2001-08-13 | Don't reference seminfo.semmap as it no longer exists. | Todd C. Miller | |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2001-02-14 | Relax advertising requirements on copyright | Thorsten Lockert | |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
2000-05-29 | Print space between the last process to attach/use and the access time. | Angelos D. Keromytis | |
2000-05-01 | do not use semconfig() | Theo de Raadt | |
2000-03-08 | Various cleanups and improvements. | Aaron Campbell | |
1999-10-05 | The .Bl -tag flag expects a -width argument. | Aaron Campbell | |
1999-09-07 | The descriptions of the -C and -N options were swapped. Also, mention | Todd C. Miller | |
that /dev/ksysms is used in preference to /bsd. | |||
1999-08-16 | nuke unused variable | Todd C. Miller | |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1999-03-18 | typo; nash@mcs.net | Aaron Campbell | |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | 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 | Thorsten Lockert | |
1996-10-08 | Attempt at cleanup. | michaels | |
1996-08-11 | one incorrect variable; jin@george.lbl.gov via freebsd | Theo de Raadt | |
1996-07-06 | kernel is /bsd | ccappuc | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-06-16 | sync | Theo de Raadt | |
1996-05-30 | revoke privs before opening kvm if user has specified mem/kernel paths | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |