| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2009-12-17 | Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions. | rmind |
| 2009-12-12 | Fix comment for arg types of sys_profil(). | dsl |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-06 | use char* for the kernel representation of the user profile buffer | drochner |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-12-13 | add missing initializer. | christos |
| 2006-11-01 | remove some __unused from function parameters. | yamt |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-04 | lowercase roundup/down | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-23 | Use ANSI function decls. | thorpej |
| 2004-04-08 | Lots of sysctl descriptions (if someone wants to help out here, that | atatat |
| 2004-03-24 | Tango on sysctl_createv() and flags. The flags have all been renamed, | atatat |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-10-29 | Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> | simonb |
| 2001-04-28 | Before allowing kgmon to do anything, check that we managed to allocate the | bjh21 |
| 2000-12-10 | Introduce PROC_PC(), which is used to get a process's user PC. If this is | mycroft |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 1998-08-04 | Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one. | perry |
| 1998-07-31 | fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. | perry |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1997-10-17 | Add #include <sys/sysctl.h>, which in turn needs #include <vm/vm.h>. | jonathan |
| 1996-12-18 | As discussed, replace KERNBASE with kernel_text. | gwr |
| 1996-10-13 | backout previous kprintf change | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-04-22 | remove include of <sys/cpu.h> | christos |
| 1996-03-17 | Remove extraneous argument from sysctl_doprof(). | pk |
| 1996-02-09 | More proto fixes | christos |
| 1996-02-04 | First pass at prototyping | christos |
| 1995-11-22 | change definition of profil() to make it 64-bit friendly. This has | cgd |
| 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-03-19 | Use %p. | mycroft |
| 1994-10-20 | update for new syscall args description mechanism | cgd |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-05-07 | sysctl kernel prof info | cgd |
| 1994-05-05 | lots of changes: prototype migration, move lots of variables, definitions, | cgd |