| Age | Commit message (Expand) | Author |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2017-09-29 | Use %ju and (intmax_t) to unbreak i386 build. | kre |
| 2017-09-29 | Split the status printing routines (one for NetBSD and one for Linux) for | christos |
| 2016-11-14 | Return the "true" parent's pid as the parent pid (ppid) via the | kre |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 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-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2007-03-09 | - Make the proclist_lock a mutex. The write:read ratio is unfavourable, | ad |
| 2007-02-17 | Change the process/lwp flags seen by userland via sysctl back to the | pavel |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - sprinkle const | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 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 |
| 2002-11-07 | Fix signed/unsigned comparison warnings. | thorpej |
| 2001-11-10 | add RCSIDs | lukem |
| 2000-12-30 | Increase psbuf size as in FreeBSD patch. We don't have jail(8), so the | david |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-02-14 | Prevent the session ID from disappearing if the session leader exits | thorpej |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-03-16 | Fix printf format follies. | christos |
| 1995-06-01 | Moved egid credential from cr_groups[0] to new field cr_gid. POSIX.1 | jtc |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-15 | Minor update from JSP after merging my changes. | mycroft |
| 1994-06-15 | Fix a bug pointed out by JSP. | mycroft |
| 1994-06-08 | Update to 4.4-Lite fs code, with local changes. | mycroft |
| 1994-05-05 | lots of changes: prototype migration, move lots of variables, definitions, | cgd |
| 1994-05-04 | Rename a lot of process flags. | cgd |
| 1994-01-10 | Fix sign extension bug | ws |
| 1994-01-09 | Bug fixes and enhancements: | ws |
| 1994-01-05 | add new procfs code, from Jan-Simon Pendry, jsp@sequent.com. | cgd |