#
69575 |
| 20-May-1995 |
mckusick |
sysctl_vnode passes a proc pointer |
#
68657 |
| 30-Mar-1995 |
mckusick |
enable vfs_sysctl; fix range bug in debug code |
#
68298 |
| 14-Feb-1995 |
cgd |
new argument passing conversion. minor type size cleanups. |
#
68192 |
| 18-Jan-1995 |
mckusick |
always lock except when doing vnodes |
#
67732 |
| 22-Aug-1994 |
mckusick |
use new queue.h data structures |
#
66789 |
| 14-Apr-1994 |
mckusick |
phase error on length computation (from Mark Dapoz md@bsc.no) |
#
65548 |
| 06-Jan-1994 |
mckusick |
update to approximate process resident set size (from hibler) |
#
64573 |
| 23-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL |
#
63457 |
| 16-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
63456 |
| 16-Jun-1993 |
mckusick |
supress warnings |
#
61302 |
| 04-Jun-1993 |
mckusick |
only set hostnamelen when setting new hostname |
#
60412 |
| 25-May-1993 |
mckusick |
gone are things that belong in pathconf |
#
60171 |
| 20-May-1993 |
mckusick |
add CPU_MACHDEP |
#
60153 |
| 20-May-1993 |
mckusick |
add KERN_BOOTTIME |
#
59977 |
| 12-May-1993 |
mckusick |
more accurate check on KERN_PROC specifications |
#
59749 |
| 05-May-1993 |
mckusick |
KERN_NO_TRUNC is true, we don't truncate file names |
#
59718 |
| 04-May-1993 |
bostic |
fold rest of POSIX 1003.1, 1003.2 configurable system variables into sysctl |
#
59618 |
| 01-May-1993 |
mckusick |
delete hardware speed, add machine byte order |
#
59354 |
| 27-Apr-1993 |
mckusick |
kinfo_proc is merged into sysctl.h |
#
59314 |
| 27-Apr-1993 |
mckusick |
add KERN_MAXVNODES |
#
59312 |
| 27-Apr-1993 |
mckusick |
add support for kernel profiling; add sysctl_struct; eliminate trailing blanks |
#
59161 |
| 19-Apr-1993 |
mckusick |
add support for debugging variables |
#
58943 |
| 04-Apr-1993 |
mckusick |
getkerninfo becomes COMPAT |
#
58466 |
| 04-Mar-1993 |
bostic |
change buffer lengths of sysctl(2) to be size_t's change array size of sysctl(2) to be u_int's |
#
58461 |
| 04-Mar-1993 |
mckusick |
don't try to copy in/out size if not requested in getkerninfo (hibler) |