| Age | Commit message (Expand) | Author |
| 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 |
| 2006-07-17 | - Don't cast kauth_cred_t to (struct ucred *), just set pc_ucred = NULL. | ad |
| 2006-07-16 | CURTAIN() -> KAUTH_GENERIC_CANSEE. | elad |
| 2006-07-14 | move security.setid_core.* to kern.coredump.setid.*, as requested by yamt@. | elad |
| 2006-06-21 | Don't leak memory on success. Allocate only the type of struct that we'll | christos |
| 2006-06-20 | don't allocate too much stuff on the stack. | christos |
| 2006-06-17 | sysctl_security_setidcorename: don't allocate MAXPATHLEN bytes on stack. | yamt |
| 2006-06-13 | remove unnecessary arguments from kauth_authorize_process. | yamt |
| 2006-06-13 | sysctl_kern_file, sysctl_kern_file2: don't abuse kauth_authorize_process | yamt |
| 2006-06-13 | sysctl_kern_file2: fix an indent. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-17 | Move securelevel-specific stuff to its own file. | elad |
| 2006-04-14 | Make i/o statistics collection more generic, include tape drives and | blymn |
| 2006-04-01 | PR/32809: Pavel Cahyna: Conflicting flags in l_flag and p_flag are causing | christos |
| 2006-03-26 | When DIAGNOSTIC is defined, provide a kern.panic_now sysctl to conviniently | erh |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |