| Age | Commit message (Expand) | Author |
| 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 |
| 2006-02-04 | for some random places, use PNBUF_GET/PUT rather than | yamt |
| 2006-02-02 | implement a security.setid_core node as discussed on tech-kern@ and | elad |
| 2006-01-27 | remove security node sysctl objects; they are now created using CTL_CREATE. | elad |
| 2005-12-26 | u_intN_t -> uintN_t | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-05 | - make settime take timespec. | christos |
| 2005-10-08 | sysctl_kern_proc_args: don't assume that the process is | yamt |
| 2005-09-07 | Implement curtain in KERN_{PROC,PROC2,FILE,FILE2,PROC_ARGS}. | elad |
| 2005-09-07 | Introduce ``security.curtain'', new node for security features and | elad |
| 2005-09-06 | Implement kern.hardclock_ticks. | rpaulo |
| 2005-08-24 | Fix a tyop in a comment. | simonb |
| 2005-08-13 | Remove the tape stats from here, they caused issues on non-scsipi | blymn |
| 2005-08-08 | Don't include tape stats functions if no devices configured. | blymn |
| 2005-08-07 | Add tape statistics gathering functions. | blymn |
| 2005-07-29 | #ifdef VERIFIED_EXEC | elad |
| 2005-07-16 | defopt verified_exec. | christos |
| 2005-06-17 | Comment in new cp_id implementation was wrong since I abandoned | atatat |
| 2005-06-16 | Add a new sysctl 'cp_id' that returns the array of cpu id values. Requested by | christos |
| 2005-06-15 | Fix sysctl handling for raise-only variables. This affected the veriexec | elad |
| 2005-06-09 | Properly fix the constipated lossage wrt -Wcast-qual and the sysctl | atatat |
| 2005-06-06 | Revert previous ('_ncpus' is now 'ncpus' again). | jdc |
| 2005-06-05 | Rename 'ncpus' to '_ncpus', otherwise we shadow sparc/sparc64's 'ncpus' | jdc |
| 2005-05-29 | - add const. | christos |
| 2005-05-22 | Add indication for number of fingerprinted files on each device. | elad |
| 2005-05-19 | Some changes in veriexec. | elad |
| 2005-04-18 | be explicit in the description for POSIX saved set-id that this is for | mrg |
| 2005-03-11 | Revert the change that made kern.file2 and net.*.*.pcblist into nodes | atatat |
| 2005-03-10 | Change types of kern.file2 and net.*.*.pcblist to NODE | atatat |
| 2005-03-09 | Add kern.file2. As kern.proc2 is to kern.proc, so is kern.file2 to | atatat |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-10-01 | introduce a function, proclist_foreach_call, to iterate all procs on | yamt |
| 2004-07-27 | The message buffer datum instrumented by KERN_MSGBUFSIZE is actually a | atatat |
| 2004-05-26 | (off_t)(long) is wrong when it comes to kernel addresses [because on a 32 bit | christos |
| 2004-05-03 | Fix a comment. | martin |
| 2004-04-23 | s/the the/the/ (only in sources that aren't regularly imported from | simonb |