| Age | Commit message (Expand) | Author |
| 2012-01-20 | Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressions | joerg |
| 2011-05-23 | Use __UNCONST to get rid of const | joerg |
| 2010-04-23 | Replace M_IOV and some malloc(9)s with kmem(9), and while there: | rmind |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-01-07 | Patch up sysctl locking: | ad |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-08-15 | Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed | ad |
| 2007-03-18 | Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx). | dsl |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-09-23 | Add sysctl tracing to emulations. | manu |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-19 | Fix lossage I created with the 64 bit ino_t change. | christos |
| 2005-07-03 | Constify machine32 and machine_arch32. | cube |
| 2005-07-03 | Make COMPAT_NETBSD32 emulate hw.machine. While it might seem wrong to do | cube |
| 2005-06-22 | Also fix (wrt the new const stuff) the one user of sysctl_locate() | atatat |
| 2005-06-20 | Change the rest of the sysctl subsystem to use const consistently. | atatat |
| 2004-04-27 | Be consistent about using sysc_init_field() | atatat |
| 2004-03-24 | Tango on sysctl_createv() and flags. The flags have all been renamed, | atatat |
| 2004-03-09 | I obviously put this (__SYSCTL_PRIVATE) here, but I have no | atatat |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-10-21 | Fix some int vs. NULL comparisons. | fvdl |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | struct proc * -> struct lwp * | martin |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-10-23 | In preparation for COMPAT_NETBSD32 on SH-5: | scw |
| 2002-06-14 | Provide the correct architecture for HW_MACHINE_ARCH so things like | eeh |
| 2002-02-14 | allow writing to write-only mappings. fixes PR 3493. | chs |
| 2001-11-13 | add RCSIDs (including regeneration of files as appropriate) | lukem |
| 2001-05-30 | use _KERNEL_OPT. | mrg |
| 2001-03-15 | eliminate the KERN_* error codes in favor of the traditional E* codes. | chs |
| 2001-02-08 | split up netbsd32_netbsd.c into 9 new files, leaving only those syscalls that | mrg |