| Age | Commit message (Expand) | Author |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2020-01-30 | - make sure size is not used uninitialized | christos |
| 2020-01-02 | - Eliminate the global "boottime" variable, which was being accessed | thorpej |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2014-03-24 | use cpu_getmodel() to get the model name | christos |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-01-08 | Make compat_43_sys_sethostid() use old_sysctl(), allowing for the removal | elad |
| 2008-01-05 | Missing lock acquire. | ad |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-15 | Count the number of CPUs at boot and stash in 'ncpu'. Eventually should | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-19 | Don't include malloc.h if you are not going to use it. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-03-30 | Kill register declarations. | augustss |
| 2000-03-28 | Centralise the declarations of cpu_model, machine, machine_arch, | simonb |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1998-02-10 | - add defopt's for UVM, UVMHIST and PMAP_NEW. | mrg |
| 1998-02-05 | initial import of the new virtual memory system, UVM, into -current. | mrg |
| 1996-05-18 | Support bsdi getkerninfo(SYSINFO,...) call so that the BSDI netscape | christos |
| 1996-02-21 | fourth argument to kern_sysctl() must be a size_t *. simply passing a pointer | cgd |
| 1996-02-04 | kern_sysctl was missing process argument. Elimited -Wall warnings from | christos |
| 1995-10-07 | Prefix names of system call implementation functions with `sys_'. | mycroft |
| 1995-09-19 | Make system calls conform to a standard prototype and bring those | thorpej |
| 1995-06-24 | - Extracted all compat routines from the kern directory and moved here. | christos |