| Age | Commit message (Expand) | Author |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2016-11-13 | Make p_ppid contain the original parent's pid even for traced processes. | christos |
| 2016-11-12 | PR/51624: Return the original parent for a traced process. | christos |
| 2015-08-24 | to garnish, dust with _KERNEL_OPT | pooka |
| 2014-10-20 | The userland namelen is size_t, but the kernel holds it in an int. The | maxv |
| 2013-11-25 | do_setresuid: add an assert. | rmind |
| 2012-06-09 | Remove debugging. | christos |
| 2012-06-09 | Add a new resource to limit the number of lwps per user, RLIMIT_NTHR. There | christos |
| 2012-03-19 | No need take the address of an array (&array) since an array is already a | matt |
| 2011-04-27 | Simplify previous: the original code was mostly correct but relied on | martin |
| 2011-04-26 | Stupidly (but standards commpliant) the gidsetsize argument of the | martin |
| 2010-08-30 | remove trailing empty line. no useful change. | pooka |
| 2010-07-01 | Remove pfind() and pgfind(), fix locking in various broken uses of these. | rmind |
| 2009-04-25 | - Rearrange pg_delete() and pg_remove() (renamed pg_free), thus | rmind |
| 2008-10-11 | Move uidinfo to its own module in kern_uidinfo.c and include in rump. | pooka |
| 2008-06-02 | Most contention on proc_lock is from getppid(), so cache the parent's PID. | ad |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-06-30 | Fix inverted check in sys_setgroups(). | dsl |
| 2007-06-30 | Add a flags parameter to kauth_cred_get/setgroups() so that sys_set/setgroups | dsl |
| 2007-06-23 | Make sys_getgroups() and sys_setgroups() use the newly added functions | dsl |
| 2007-03-09 | - Make the proclist_lock a mutex. The write:read ratio is unfavourable, | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 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-01 | remove some __unused from function parameters. | yamt |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-08 | First take at security model abstraction. | elad |
| 2006-07-30 | Single-thread updates to the process credential. | ad |
| 2006-07-19 | - Hold a reference to the process credentials in each struct lwp. | ad |
| 2006-07-17 | - Always make p->p_cred a private copy before modifying. | ad |
| 2006-07-15 | do_setresuid, do_setresgid: use the suser privilege only when necessary. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-02 | Made the code of the grsortu function smaller and simpler. Ok'ed by | rillig |
| 2005-08-23 | in setgroups(), sort -u the gid_t array to make sure that comparisons are | christos |
| 2005-08-22 | Bugfix: In crcmp, compare n group IDs instead of only n bytes. | rillig |
| 2004-05-04 | crcopy: no need to lock if we're only reading the structure's reference count. | pk |
| 2004-05-02 | Add mutex to protect the ucred reference counter. | pk |
| 2004-04-25 | Initialise (most) pools from a link set instead of explicit calls | simonb |
| 2004-04-17 | PR/9347: Eric E. Fair: socket buffer pool exhaustion leads to system deadlock | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-16 | add a crcmp() function. | christos |
| 2003-03-27 | sys_setreuid(): parenthesize the ruid check in ?: condition, so that | jdolecek |
| 2003-03-19 | Alternative pid/proc allocater, removes all searches associated with pid | dsl |
| 2003-03-05 | Add do_setresuid() and do_setresgid() and implement sys_setuid, sys_seteuid, | dsl |
| 2003-02-28 | Cosmetic changes. | enami |
| 2003-02-18 | Add newline character to logname change warning. | wiz |
| 2003-02-18 | KNF kern_prot.c | dsl |