summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysctl.c
AgeCommit message (Expand)Author
2006-07-17- Don't cast kauth_cred_t to (struct ucred *), just set pc_ucred = NULL.ad
2006-07-16CURTAIN() -> KAUTH_GENERIC_CANSEE.elad
2006-07-14move security.setid_core.* to kern.coredump.setid.*, as requested by yamt@.elad
2006-06-21Don't leak memory on success. Allocate only the type of struct that we'llchristos
2006-06-20don't allocate too much stuff on the stack.christos
2006-06-17sysctl_security_setidcorename: don't allocate MAXPATHLEN bytes on stack.yamt
2006-06-13remove unnecessary arguments from kauth_authorize_process.yamt
2006-06-13sysctl_kern_file, sysctl_kern_file2: don't abuse kauth_authorize_processyamt
2006-06-13sysctl_kern_file2: fix an indent.yamt
2006-05-14integrate kauth.elad
2006-04-17Move securelevel-specific stuff to its own file.elad
2006-04-14Make i/o statistics collection more generic, include tape drives andblymn
2006-04-01PR/32809: Pavel Cahyna: Conflicting flags in l_flag and p_flag are causingchristos
2006-03-26When DIAGNOSTIC is defined, provide a kern.panic_now sysctl to convinientlyerh
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-04for some random places, use PNBUF_GET/PUT rather thanyamt
2006-02-02implement a security.setid_core node as discussed on tech-kern@ andelad
2006-01-27remove security node sysctl objects; they are now created using CTL_CREATE.elad
2005-12-26u_intN_t -> uintN_tperry
2005-12-11merge ktrace-lwp.christos
2005-12-05- make settime take timespec.christos
2005-10-08sysctl_kern_proc_args: don't assume that the process isyamt
2005-09-07Implement curtain in KERN_{PROC,PROC2,FILE,FILE2,PROC_ARGS}.elad
2005-09-07Introduce ``security.curtain'', new node for security features andelad
2005-09-06Implement kern.hardclock_ticks.rpaulo
2005-08-24Fix a tyop in a comment.simonb
2005-08-13Remove the tape stats from here, they caused issues on non-scsipiblymn
2005-08-08Don't include tape stats functions if no devices configured.blymn
2005-08-07Add tape statistics gathering functions.blymn
2005-07-29#ifdef VERIFIED_EXECelad
2005-07-16defopt verified_exec.christos
2005-06-17Comment in new cp_id implementation was wrong since I abandonedatatat
2005-06-16Add a new sysctl 'cp_id' that returns the array of cpu id values. Requested bychristos
2005-06-15Fix sysctl handling for raise-only variables. This affected the veriexecelad
2005-06-09Properly fix the constipated lossage wrt -Wcast-qual and the sysctlatatat
2005-06-06Revert previous ('_ncpus' is now 'ncpus' again).jdc
2005-06-05Rename 'ncpus' to '_ncpus', otherwise we shadow sparc/sparc64's 'ncpus'jdc
2005-05-29- add const.christos
2005-05-22Add indication for number of fingerprinted files on each device.elad
2005-05-19Some changes in veriexec.elad
2005-04-18be explicit in the description for POSIX saved set-id that this is formrg
2005-03-11Revert the change that made kern.file2 and net.*.*.pcblist into nodesatatat
2005-03-10Change types of kern.file2 and net.*.*.pcblist to NODEatatat
2005-03-09Add kern.file2. As kern.proc2 is to kern.proc, so is kern.file2 toatatat
2005-02-26nuke trailing whitespaceperry
2004-10-01introduce a function, proclist_foreach_call, to iterate all procs onyamt
2004-07-27The message buffer datum instrumented by KERN_MSGBUFSIZE is actually aatatat
2004-05-26(off_t)(long) is wrong when it comes to kernel addresses [because on a 32 bitchristos
2004-05-03Fix a comment.martin
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb