summaryrefslogtreecommitdiff
path: root/sys/kern/kern_sysctl.c
AgeCommit message (Expand)Author
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-28sysctl() support for getting the SYSV *info structs and the associatedTodd C. Miller
2001-09-07Fix PR 2051, tested by miod@Angelos D. Keromytis
2001-08-18Add a possibility to add a random offset to the stack on exec. This makesArtur Grabowski
2001-07-17It takes a greek to put buffer overflow and unterminated stringTheo de Raadt
2001-07-13make kern_msgbuf work for sparc, i thought it worked for me before; from miodMichael Shalayeff
2001-06-27uvm_useracc is not necessary now that uvm_vslock knows how to fail.Artur Grabowski
2001-06-27remove old vmArtur Grabowski
2001-06-24Add a sysctl for getting pool information out of the kernel.Artur Grabowski
2001-06-22provide sysctl iface for msgbuf; raadtifiedMichael Shalayeff
2001-06-03e_wmesg was not initialized in all cases; kirk.russell@acm.orgTheo de Raadt
2001-06-03Export nprocs.Angelos D. Keromytis
2001-06-03KERN_FSCALE and KERN_CCPUAngelos D. Keromytis
2001-06-03Pass struct diskstats through sysctl, deraadt@ okAngelos D. Keromytis
2001-05-14Use lockmgr locks for kern.malloc.kmemstat andAngelos D. Keromytis
2001-05-14Disk statistics via sysctl, first pass (locking to come in a few, thenAngelos D. Keromytis
2001-05-11kmemstats, nselcoll, forkstat, and nchstats structures throughAngelos D. Keromytis
2001-05-07Check for failure now that uvm_vslock can return one. Before this, there wasArtur Grabowski
2001-04-06Get rid of vm_pmap from struct vmspace.Artur Grabowski
2001-03-23Take vm_pmap out of struct vmspace if we are using UVM since UVM doesn'tTodd C. Miller
2001-03-16Use a lockmgr lock for keeping down the vslocked memory in sysctlArtur Grabowski
2001-01-31add kern.cp_time sysctl, to be used by various thingsTheo de Raadt
2001-01-04sysctl_quad/sysctl_rdquad, and "malloc" node in kern sysctlAngelos D. Keromytis
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
2000-06-05Changes to exit handling.Artur Grabowski
2000-05-06work around filleproc() vs exit1() race of p_rlimitTheo de Raadt
2000-03-16Bring in some new UVM code from NetBSD (not current).Artur Grabowski
2000-03-03Use the LIST_FIRST macro to get the head of zombproc list.Artur Grabowski
2000-03-03Use LIST_ macros instead of internal field names to walk the allproc list.Artur Grabowski
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
1999-06-29add sysctl kern.arandom to get a random integer. useful when chrooted withNiels Provos
1999-06-01remove the "ifdef pmap_resident_count" hack and replace it with a macro.Artur Grabowski
1999-02-26compat with uvm sysctl, some uvm name changes, cnt.foo -> uvmexp.barArtur Grabowski
1998-07-07per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM.Theo de Raadt
1998-06-02add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; most...Theo de Raadt
1997-12-08add kern.nosuidcoredump to lock things out even moreTheo de Raadt
1997-11-06fix ps(1) LIM columnkstailey
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-09-03changes for ps "emul" optionkstailey
1997-06-22wasn't a race after all. properly initialize event_q pointers so theflipk
1997-06-21revert, there's a nasty race condition here.flipk
1997-06-14split the treatment of the random eventsMichael Shalayeff
1997-03-27Make kern.osrevision (sysctl) and /kern/osrev report value ofTodd C. Miller
1997-03-26loginname copying in fill_eproc; gwing@primenet.com.auTheo de Raadt
1996-10-04usermount sysctl, default to prevent users from using mount syscallTheo de Raadt
1996-09-20`solve' the syn bomb problem as well as currently known; add sysctl's forTheo de Raadt
1996-08-08Make {,f}chown(2) behaviour POSIX.1 compliant with SUID / SGID filesThorsten Lockert
1996-06-29Add external declaration for osversion[]Thorsten Lockert