Age | Commit message (Expand) | Author |
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 |
2003-01-13 | Sysctls for fetching intrcnt. | Artur Grabowski |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-09-01 | Oppsie. Remove my debugging code. | Artur Grabowski |
2002-08-23 | Use LIST_ macros for the list of all struct file. | Artur Grabowski |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
2002-06-24 | Redo the logic of reading of proc arguments to be more readable. | Artur Grabowski |
2002-06-11 | kernel changes to make asymmetric crypto work in userland | Bob Beck |
2002-06-09 | add struct pstats to struct eproc | Artur Grabowski |
2002-06-09 | KERN_MBSTAT | Angelos D. Keromytis |
2002-06-08 | TTYCOUNT and NUMVNODES. | Angelos D. Keromytis |
2002-06-08 | Add read-only KERN_NFILES (number of open files). | Angelos D. Keromytis |
2002-06-08 | Sysctl for getting process arguments and environment. | Artur Grabowski |
2002-05-15 | Implement splassert() for sparc - a tool for finding problems related to | Artur Grabowski |