summaryrefslogtreecommitdiff
path: root/sys/kern/kern_sysctl.c
AgeCommit message (Expand)Author
2004-01-07Add p_rlim_rss_cur for ps "lim" field. OK deraadt@Todd C. Miller
2004-01-07no kern_watchdog for SMALL_KERNEL; ok deraadt@Markus Friedl
2004-01-07Unbreak KERN_PROC_KTHREAD. Explicitly list KERN_PROC_KTHREAD inTodd C. Miller
2004-01-07Add p_emul to kinfo_proc2 for psTodd C. Miller
2004-01-07Implement KERN_PROC2 sysctl from NetBSD. This will allow us toTodd C. Miller
2003-12-18add new hw sysctls, cpuspeed and setperf to control cpu frequency.Ted Unangst
2003-11-23Check correct array index KERN_VNODE; from Alistair KerrTodd C. Miller
2003-10-26per deraadt@ request, don't permit insanely large stackgap values.Ted Unangst
2003-10-24refactor stackgap sysctl. prompted by a bug report from Michael Coulter.Ted Unangst
2003-08-23remove native emulations from emulsw. you can't change them and probablyTed Unangst
2003-08-23knfTheo de Raadt
2003-08-23allow disabling a emul after enabling it; tedu@ ok.Federico G. Schwindt
2003-08-21emulation is now controlled by sysctl. changes:Ted Unangst
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-06-10debug0 and debug1 are defined elsewhere -- make 'em extern hereMichael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-03string fixes; tedu okTheo de Raadt
2003-04-25sysctl front-end for the hardware monitoring sensors. This addsAlexander Yurchenko
2003-01-21add kern.watchdog sysctl and generic watchdog interface;Markus Friedl
2003-01-15Fix two minor nits; deraadt@ OKTodd C. Miller
2003-01-13Sysctls for fetching intrcnt.Artur Grabowski
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-09-01Oppsie. Remove my debugging code.Artur Grabowski
2002-08-23Use LIST_ macros for the list of all struct file.Artur Grabowski
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-06-24Redo the logic of reading of proc arguments to be more readable.Artur Grabowski
2002-06-11kernel changes to make asymmetric crypto work in userlandBob Beck
2002-06-09add struct pstats to struct eprocArtur Grabowski
2002-06-09KERN_MBSTATAngelos D. Keromytis
2002-06-08TTYCOUNT and NUMVNODES.Angelos D. Keromytis
2002-06-08Add read-only KERN_NFILES (number of open files).Angelos D. Keromytis
2002-06-08Sysctl for getting process arguments and environment.Artur Grabowski
2002-05-15Implement splassert() for sparc - a tool for finding problems related toArtur Grabowski
2002-03-14remove ambiguity in version,ostype,osversion,osrelease and their constanity, ...Michael Shalayeff
2002-03-14version[] is externed in the systm.h and give it some constMichael Shalayeff
2002-03-01sysctl for cryptodevallowsoft - /dev/crypto will allow the software engineNiels Provos
2002-02-23sysctl kern.usercryptoTheo de Raadt
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
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