summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysctl.c
AgeCommit message (Expand)Author
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-16Don't fail to produce the argument vector if the program has modified itchristos
2007-10-16- fix comment sentence capitalization.christos
2007-10-15Add _SC_NPROCESSORS_ONLN and _SC_NPROCESSORS_CONF for sysconf(). Thesead
2007-10-13sysctl_kern_lwp: Use a correct variable when rechecking if LWP stillrmind
2007-10-08Merge from vmlocking: don't hold scheduler locks across copyout().ad
2007-09-28Add kern.no_sa_support to easily detect whether a kernel supportsjoerg
2007-08-15Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposedad
2007-08-06remove a homegrown definition of CPU_INFO_FOREACH.yamt
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-30Add a flags parameter to kauth_cred_get/setgroups() so that sys_set/setgroupsdsl
2007-05-17merge yamt-idlelwp branch. asked by core@. some ports still needs work.yamt
2007-04-30Remove proc->p_ru and the 'rusage' pool.dsl
2007-03-11Add 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-17Change the process/lwp flags seen by userland via sysctl back to thepavel
2007-02-15Count the number of CPUs at boot and stash in 'ncpu'. Eventually shouldad
2007-02-09Merge newlock2 to head.ad
2007-01-22Don't rely on KAUTH_PROCESS_CANSEE for environment just yet,elad
2006-11-27Move Veriexec's sysctl(9) setup routine and helper to kern_verifiedexec.c.elad
2006-11-25PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to thechristos
2006-11-01implement kern.arandom properly, instead of lying about it and only fillingchristos
2006-10-29add the emulation in kinfo_proc2christos
2006-10-03Back out previous (p_flag2).elad
2006-10-03Until we figure out the Perfect Way of adding flags to processes, addelad
2006-09-24correct dcopyout #define for !KTRACE case.dogcow
2006-09-23Add a -t+S flag to ktrace for tracing activity related to sysctl. MIBmanu
2006-09-13Don't use KAUTH_RESULT_* where it's not applicable.elad
2006-09-10When getting the program argument or environement string, we previouslymanu
2006-09-08First take at security model abstraction.elad
2006-09-08When colecting a 32 bit process' argument or environement vector, we needmanu
2006-07-26at the request of elad, as veriexec.h has returned, revert the changesdogcow
2006-07-25mechanically go through anddogcow
2006-07-24some fixes:elad
2006-07-23Use 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-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