| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* and |  miod | 2004-12-24 | 1 | -3/+21 |
* | Kill __HAVE_EVCOUNT, now that all architectures provide them. |  miod | 2004-11-26 | 1 | -43/+1 |
* | a more reasonable limit for the stackgap_random; found by openbsd@hunger.hu |  mickey | 2004-10-14 | 1 | -2/+2 |
* | change KERN_INTRCNT_CNT to return a quad; ok tedu |  deraadt | 2004-09-23 | 1 | -2/+2 |
* | Check for num < 0 in sysctl_sensors(); from Patrick Latifi. |  grange | 2004-09-15 | 1 | -2/+2 |
* | This touches only MI code, and adds new time keeping code. The |  tholo | 2004-07-28 | 1 | -1/+12 |
* | Add new, generic ``evcount'' event counter API to the kernel. From art@, |  aaron | 2004-06-28 | 1 | -1/+16 |
* | Instead of accessing ci_dev (that's an MI field), provide a marco that |  art | 2004-06-25 | 1 | -2/+2 |
* | Remove the 8 page limit for sysctl_proc_args after discussing with Theo. |  millert | 2004-06-24 | 1 | -7/+9 |
* | Another merge error from smp branch. |  art | 2004-06-20 | 1 | -2/+2 |
* | export cpu# instead of apid#; art ok |  deraadt | 2004-06-16 | 1 | -2/+2 |
* | debranch SMP, have fun |  niklas | 2004-06-13 | 1 | -1/+20 |
* | Merge in a piece of the SMP branch into HEAD. |  art | 2004-06-09 | 1 | -1/+5 |
* | pull ncpus support from smp tree into main branch. |  marc | 2004-06-08 | 1 | -2/+2 |
* | apm restores perflevel after resume; some cpus are forgetful. |  tedu | 2004-05-27 | 1 | -7/+6 |
* | bad stuff escaped by accident |  tedu | 2004-05-23 | 1 | -5/+6 |
* | according to fork1(9), retval is optional. make it so. |  tedu | 2004-05-23 | 1 | -6/+5 |
* | introduce a new km_page allocator that gets pages from kernel_map using |  tedu | 2004-04-19 | 1 | -1/+8 |
* | rework access to emulations slightly in an effort to both merge and |  tedu | 2004-04-15 | 1 | -4/+6 |
* | Check for negative numbers. |  weingart | 2004-02-29 | 1 | -1/+3 |
* | Move setperf_prio to the machdep code, requested by deraadt@ |  grange | 2004-02-27 | 1 | -2/+1 |
* | Introduce simple priorities mechanism so that concurrent |  grange | 2004-02-27 | 1 | -1/+2 |
* | add sysctl_int_arr() API similar to BSD/OS; ok itojun, deraadt, miod, henning |  markus | 2004-02-15 | 1 | -1/+21 |
* | new arg to disk_unbusy, to record separate read/write statistics. |  tedu | 2004-02-15 | 1 | -5/+13 |
* | Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuff |  grange | 2004-02-14 | 1 | -5/+19 |
* | Add p_rlim_rss_cur for ps "lim" field. OK deraadt@ |  millert | 2004-01-07 | 1 | -1/+3 |
* | no kern_watchdog for SMALL_KERNEL; ok deraadt@ |  markus | 2004-01-07 | 1 | -1/+3 |
* | Unbreak KERN_PROC_KTHREAD. Explicitly list KERN_PROC_KTHREAD in |  millert | 2004-01-07 | 1 | -1/+4 |
* | Add p_emul to kinfo_proc2 for ps |  millert | 2004-01-07 | 1 | -1/+2 |
* | Implement KERN_PROC2 sysctl from NetBSD. This will allow us to |  millert | 2004-01-07 | 1 | -33/+239 |
* | add new hw sysctls, cpuspeed and setperf to control cpu frequency. |  tedu | 2003-12-18 | 1 | -1/+12 |
* | Check correct array index KERN_VNODE; from Alistair Kerr |  millert | 2003-11-23 | 1 | -2/+2 |
* | per deraadt@ request, don't permit insanely large stackgap values. |  tedu | 2003-10-26 | 1 | -2/+2 |
* | refactor stackgap sysctl. prompted by a bug report from Michael Coulter. |  tedu | 2003-10-24 | 1 | -11/+10 |
* | remove native emulations from emulsw. you can't change them and probably |  tedu | 2003-08-23 | 1 | -10/+6 |
* | knf |  deraadt | 2003-08-23 | 1 | -3/+3 |
* | allow disabling a emul after enabling it; tedu@ ok. |  fgsch | 2003-08-23 | 1 | -2/+2 |
* | emulation is now controlled by sysctl. changes: |  tedu | 2003-08-21 | 1 | -1/+43 |
* | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 1 | -2/+2 |
* | Remove some double semicolons (hmm, do two semis equal a maxi?). |  millert | 2003-08-06 | 1 | -2/+2 |
* | debug0 and debug1 are defined elsewhere -- make 'em extern here |  mickey | 2003-06-10 | 1 | -2/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | string fixes; tedu ok |  deraadt | 2003-05-03 | 1 | -2/+3 |
* | sysctl front-end for the hardware monitoring sensors. This adds |  grange | 2003-04-25 | 1 | -3/+32 |
* | add kern.watchdog sysctl and generic watchdog interface; |  markus | 2003-01-21 | 1 | -1/+5 |
* | Fix two minor nits; deraadt@ OK |  millert | 2003-01-15 | 1 | -3/+3 |
* | Sysctls for fetching intrcnt. |  art | 2003-01-13 | 1 | -1/+43 |
* | Make SysV-style shared memory and semaphore limits sysctl'able. |  millert | 2002-12-17 | 1 | -8/+37 |
* | Oppsie. Remove my debugging code. |  art | 2002-09-01 | 1 | -2/+1 |
* | Use LIST_ macros for the list of all struct file. |  art | 2002-08-23 | 1 | -2/+2 |