Age | Commit message (Expand) | Author |
2005-06-08 | Add KERN_CPTIME2 on systems where __HAVE_CPUINFO is defined, exposes | Todd C. Miller |
2005-06-04 | let the arc4random sysctl write out up to 256 bytes at once. | Ted Unangst |
2005-05-24 | add a new field to vm_space and use it to track the number of anon | Ted Unangst |
2005-03-10 | split out uidinfo from kern_proc.c private, use it to store lock count, | Ted Unangst |
2004-12-24 | Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* and | Miod Vallat |
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat |
2004-10-14 | a more reasonable limit for the stackgap_random; found by openbsd@hunger.hu | Michael Shalayeff |
2004-09-23 | change KERN_INTRCNT_CNT to return a quad; ok tedu | Theo de Raadt |
2004-09-15 | Check for num < 0 in sysctl_sensors(); from Patrick Latifi. | Alexander Yurchenko |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert |
2004-06-28 | Add new, generic ``evcount'' event counter API to the kernel. From art@, | Aaron Campbell |
2004-06-25 | Instead of accessing ci_dev (that's an MI field), provide a marco that | Artur Grabowski |
2004-06-24 | Remove the 8 page limit for sysctl_proc_args after discussing with Theo. | Todd C. Miller |
2004-06-20 | Another merge error from smp branch. | Artur Grabowski |
2004-06-16 | export cpu# instead of apid#; art ok | Theo de Raadt |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-09 | Merge in a piece of the SMP branch into HEAD. | Artur Grabowski |
2004-06-08 | pull ncpus support from smp tree into main branch. | Marco S Hyman |
2004-05-27 | apm restores perflevel after resume; some cpus are forgetful. | Ted Unangst |
2004-05-23 | bad stuff escaped by accident | Ted Unangst |
2004-05-23 | according to fork1(9), retval is optional. make it so. | Ted Unangst |
2004-04-19 | introduce a new km_page allocator that gets pages from kernel_map using | Ted Unangst |
2004-04-15 | rework access to emulations slightly in an effort to both merge and | Ted Unangst |
2004-02-29 | Check for negative numbers. | Tobias Weingartner |
2004-02-27 | Move setperf_prio to the machdep code, requested by deraadt@ | Alexander Yurchenko |
2004-02-27 | Introduce simple priorities mechanism so that concurrent | Alexander Yurchenko |
2004-02-15 | add sysctl_int_arr() API similar to BSD/OS; ok itojun, deraadt, miod, henning | Markus Friedl |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2004-02-14 | Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuff | Alexander Yurchenko |
2004-01-07 | Add p_rlim_rss_cur for ps "lim" field. OK deraadt@ | Todd C. Miller |
2004-01-07 | no kern_watchdog for SMALL_KERNEL; ok deraadt@ | Markus Friedl |
2004-01-07 | Unbreak KERN_PROC_KTHREAD. Explicitly list KERN_PROC_KTHREAD in | Todd C. Miller |
2004-01-07 | Add p_emul to kinfo_proc2 for ps | Todd C. Miller |
2004-01-07 | Implement KERN_PROC2 sysctl from NetBSD. This will allow us to | Todd C. Miller |
2003-12-18 | add new hw sysctls, cpuspeed and setperf to control cpu frequency. | Ted Unangst |
2003-11-23 | Check correct array index KERN_VNODE; from Alistair Kerr | Todd C. Miller |
2003-10-26 | per deraadt@ request, don't permit insanely large stackgap values. | Ted Unangst |
2003-10-24 | refactor stackgap sysctl. prompted by a bug report from Michael Coulter. | Ted Unangst |
2003-08-23 | remove native emulations from emulsw. you can't change them and probably | Ted Unangst |
2003-08-23 | knf | Theo de Raadt |
2003-08-23 | allow disabling a emul after enabling it; tedu@ ok. | Federico G. Schwindt |
2003-08-21 | emulation is now controlled by sysctl. changes: | Ted Unangst |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-06-10 | debug0 and debug1 are defined elsewhere -- make 'em extern here | Michael Shalayeff |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-04-25 | sysctl front-end for the hardware monitoring sensors. This adds | Alexander Yurchenko |
2003-01-21 | add kern.watchdog sysctl and generic watchdog interface; | Markus Friedl |
2003-01-15 | Fix two minor nits; deraadt@ OK | Todd C. Miller |