summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sysctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* andmiod2004-12-241-3/+21
* Kill __HAVE_EVCOUNT, now that all architectures provide them.miod2004-11-261-43/+1
* a more reasonable limit for the stackgap_random; found by openbsd@hunger.humickey2004-10-141-2/+2
* change KERN_INTRCNT_CNT to return a quad; ok teduderaadt2004-09-231-2/+2
* Check for num < 0 in sysctl_sensors(); from Patrick Latifi.grange2004-09-151-2/+2
* This touches only MI code, and adds new time keeping code. Thetholo2004-07-281-1/+12
* Add new, generic ``evcount'' event counter API to the kernel. From art@,aaron2004-06-281-1/+16
* Instead of accessing ci_dev (that's an MI field), provide a marco thatart2004-06-251-2/+2
* Remove the 8 page limit for sysctl_proc_args after discussing with Theo.millert2004-06-241-7/+9
* Another merge error from smp branch.art2004-06-201-2/+2
* export cpu# instead of apid#; art okderaadt2004-06-161-2/+2
* debranch SMP, have funniklas2004-06-131-1/+20
* Merge in a piece of the SMP branch into HEAD.art2004-06-091-1/+5
* pull ncpus support from smp tree into main branch.marc2004-06-081-2/+2
* apm restores perflevel after resume; some cpus are forgetful.tedu2004-05-271-7/+6
* bad stuff escaped by accidenttedu2004-05-231-5/+6
* according to fork1(9), retval is optional. make it so.tedu2004-05-231-6/+5
* introduce a new km_page allocator that gets pages from kernel_map usingtedu2004-04-191-1/+8
* rework access to emulations slightly in an effort to both merge andtedu2004-04-151-4/+6
* Check for negative numbers.weingart2004-02-291-1/+3
* Move setperf_prio to the machdep code, requested by deraadt@grange2004-02-271-2/+1
* Introduce simple priorities mechanism so that concurrentgrange2004-02-271-1/+2
* add sysctl_int_arr() API similar to BSD/OS; ok itojun, deraadt, miod, henningmarkus2004-02-151-1/+21
* new arg to disk_unbusy, to record separate read/write statistics.tedu2004-02-151-5/+13
* Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuffgrange2004-02-141-5/+19
* Add p_rlim_rss_cur for ps "lim" field. OK deraadt@millert2004-01-071-1/+3
* no kern_watchdog for SMALL_KERNEL; ok deraadt@markus2004-01-071-1/+3
* Unbreak KERN_PROC_KTHREAD. Explicitly list KERN_PROC_KTHREAD inmillert2004-01-071-1/+4
* Add p_emul to kinfo_proc2 for psmillert2004-01-071-1/+2
* Implement KERN_PROC2 sysctl from NetBSD. This will allow us tomillert2004-01-071-33/+239
* add new hw sysctls, cpuspeed and setperf to control cpu frequency.tedu2003-12-181-1/+12
* Check correct array index KERN_VNODE; from Alistair Kerrmillert2003-11-231-2/+2
* per deraadt@ request, don't permit insanely large stackgap values.tedu2003-10-261-2/+2
* refactor stackgap sysctl. prompted by a bug report from Michael Coulter.tedu2003-10-241-11/+10
* remove native emulations from emulsw. you can't change them and probablytedu2003-08-231-10/+6
* knfderaadt2003-08-231-3/+3
* allow disabling a emul after enabling it; tedu@ ok.fgsch2003-08-231-2/+2
* emulation is now controlled by sysctl. changes:tedu2003-08-211-1/+43
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-2/+2
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-2/+2
* debug0 and debug1 are defined elsewhere -- make 'em extern heremickey2003-06-101-2/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* string fixes; tedu okderaadt2003-05-031-2/+3
* sysctl front-end for the hardware monitoring sensors. This addsgrange2003-04-251-3/+32
* add kern.watchdog sysctl and generic watchdog interface;markus2003-01-211-1/+5
* Fix two minor nits; deraadt@ OKmillert2003-01-151-3/+3
* Sysctls for fetching intrcnt.art2003-01-131-1/+43
* Make SysV-style shared memory and semaphore limits sysctl'able.millert2002-12-171-8/+37
* Oppsie. Remove my debugging code.art2002-09-011-2/+1
* Use LIST_ macros for the list of all struct file.art2002-08-231-2/+2