Age | Commit message (Expand) | Author |
2006-05-28 | back out my last commit. art pointed out that sysctl cannot sleep when | David Gwynne |
2006-05-20 | It is possible for a sensor to be detached and freed while it is being | David Gwynne |
2006-05-08 | Add smbios support for i386 and amd64, fix ipmi to use this new functionallity, | Gordon Willem Klok |
2006-03-15 | add sysctl_int_lower(). This can read, but can only write to a kernel | Theo de Raadt |
2006-01-28 | get rid of the sensors globals. theyre were only used by sysctl for | David Gwynne |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko |
2005-11-28 | ansi/deregister. | Jonathan Gray |
2005-11-21 | rename the sensor globals to names that are not obvious to avoid | David Gwynne |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-10 | split the sensors stuff out into a source file of its own. | David Gwynne |
2005-11-04 | Add an extra flags argument to uvm_io(), to specify whether we want to fix | Miod Vallat |
2005-09-25 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat |
2005-09-20 | unbreak tree, how did you do that miod | Theo de Raadt |
2005-09-20 | Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators, | Miod Vallat |
2005-07-31 | do not allocate huge kinfo_proc2 and eproc structures on the stack. | Theo de Raadt |
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 |