#
58415 |
| 03-Mar-1993 |
mckusick |
add security level to kern_sysctl |
#
58128 |
| 21-Feb-1993 |
ralph |
don't write through *oldlenp if oldp is NULL. (see sethostname()) |
#
57906 |
| 10-Feb-1993 |
mckusick |
eliminate need for kinfo.h |
#
57843 |
| 04-Feb-1993 |
mckusick |
kern_kinfo becomes kern_sysctl; major overhaul and merger with BSDI contributed interface |
#
56517 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
54923 |
| 10-Jul-1992 |
torek |
ANSIfy syscall args |
#
54755 |
| 07-Jul-1992 |
torek |
volatile poisoning |
#
53819 |
| 02-Jun-1992 |
mckusick |
skip SIDL processes |
#
52669 |
| 25-Feb-1992 |
mckusick |
add stubs for getting load average and clock rate |
#
52405 |
| 05-Feb-1992 |
torek |
minor cleanups; sparc vmspace is too big to fit in eproc |
#
51727 |
| 16-Nov-1991 |
ralph |
move copyin() call so if uap->size pointer is null, still return size |
#
50909 |
| 28-Aug-1991 |
mckusick |
add support to get vmtotal structure calculated |
#
50149 |
| 26-Jun-1991 |
marc |
KINFO_FILE to extract file structures |
#
50022 |
| 07-Jun-1991 |
karels |
consistency with tty.c about value for "no pgrp" |
#
49141 |
| 05-May-1991 |
karels |
proc 0 has no p_pptr |
#
48407 |
| 20-Apr-1991 |
karels |
move eproc copy to fill_eproc so coredump can use it |
#
47545 |
| 17-Mar-1991 |
karels |
more-or-less working with new proc & user structs |
#
45728 |
| 05-Dec-1990 |
mckusick |
update for new VM |
#
44435 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
43444 |
| 22-Jun-1990 |
mckusick |
new system call convention |
#
43419 |
| 22-Jun-1990 |
marc |
checked in for marc by mckusick |
#
41181 |
| 01-May-1990 |
marc |
add kinfo_vnode, special case not locking pages (XXX) |
#
40874 |
| 10-Apr-1990 |
marc |
return controlling tty even if proc has lost it. |
#
40813 |
| 05-Apr-1990 |
marc |
single thread |
#
40206 |
| 22-Feb-1990 |
marc |
checkpoint before removing extra estimation pass |