| Age | Commit message (Expand) | Author |
| 2008-04-01 | Fix previous: use the length of l->l_foo not kl->l_foo and add | xtraeme |
| 2008-04-01 | fill_lwp: when copying l_wmesg and l_name, use the size of the string | xtraeme |
| 2008-03-27 | Make rusage collection per-LWP and collate in the appropriate places. | ad |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-02-27 | Convert to ansi definitions from old-style definitons. | matt |
| 2008-01-30 | Another locking botch. | ad |
| 2008-01-28 | More file/proc locking fixes. | ad |
| 2008-01-23 | Tons of process scope changes. | elad |
| 2008-01-12 | sysctl_kern_proc_args: avoid zero length allocation. | ad |
| 2008-01-07 | Patch up sysctl locking: | ad |
| 2007-12-31 | Remove systrace. Ok core@. | ad |
| 2007-12-26 | Add PaX ASLR (Address Space Layout Randomization) [from elad and myself] | christos |
| 2007-12-22 | use binuptime for l_stime/l_rtime. | yamt |
| 2007-12-10 | - Use KAUTH_ARG() instead of casts, | elad |
| 2007-11-06 | Merge scheduler changes from the vmlocking branch. All discussed on | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-16 | Don't fail to produce the argument vector if the program has modified it | christos |
| 2007-10-16 | - fix comment sentence capitalization. | christos |
| 2007-10-15 | Add _SC_NPROCESSORS_ONLN and _SC_NPROCESSORS_CONF for sysconf(). These | ad |
| 2007-10-13 | sysctl_kern_lwp: Use a correct variable when rechecking if LWP still | rmind |
| 2007-10-08 | Merge from vmlocking: don't hold scheduler locks across copyout(). | ad |
| 2007-09-28 | Add kern.no_sa_support to easily detect whether a kernel supports | joerg |
| 2007-08-15 | Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed | ad |
| 2007-08-06 | remove a homegrown definition of CPU_INFO_FOREACH. | yamt |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-30 | Add a flags parameter to kauth_cred_get/setgroups() so that sys_set/setgroups | dsl |
| 2007-05-17 | merge yamt-idlelwp branch. asked by core@. some ports still needs work. | yamt |
| 2007-04-30 | Remove proc->p_ru and the 'rusage' pool. | dsl |
| 2007-03-11 | Add the LWP's runtime to kinfo_lwp. | 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-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-22 | Don't rely on KAUTH_PROCESS_CANSEE for environment just yet, | elad |
| 2006-11-27 | Move Veriexec's sysctl(9) setup routine and helper to kern_verifiedexec.c. | elad |
| 2006-11-25 | PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to the | christos |
| 2006-11-01 | implement kern.arandom properly, instead of lying about it and only filling | christos |
| 2006-10-29 | add the emulation in kinfo_proc2 | christos |
| 2006-10-03 | Back out previous (p_flag2). | elad |
| 2006-10-03 | Until we figure out the Perfect Way of adding flags to processes, add | elad |
| 2006-09-24 | correct dcopyout #define for !KTRACE case. | dogcow |
| 2006-09-23 | Add a -t+S flag to ktrace for tracing activity related to sysctl. MIB | manu |
| 2006-09-13 | Don't use KAUTH_RESULT_* where it's not applicable. | elad |
| 2006-09-10 | When getting the program argument or environement string, we previously | manu |
| 2006-09-08 | First take at security model abstraction. | elad |
| 2006-09-08 | When colecting a 32 bit process' argument or environement vector, we need | manu |
| 2006-07-26 | at the request of elad, as veriexec.h has returned, revert the changes | dogcow |
| 2006-07-25 | mechanically go through and | dogcow |
| 2006-07-24 | some fixes: | elad |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |