summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysctl.c
AgeCommit message (Expand)Author
2008-04-01Fix previous: use the length of l->l_foo not kl->l_foo and addxtraeme
2008-04-01fill_lwp: when copying l_wmesg and l_name, use the size of the stringxtraeme
2008-03-27Make rusage collection per-LWP and collate in the appropriate places.ad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-02-27Convert to ansi definitions from old-style definitons.matt
2008-01-30Another locking botch.ad
2008-01-28More file/proc locking fixes.ad
2008-01-23Tons of process scope changes.elad
2008-01-12sysctl_kern_proc_args: avoid zero length allocation.ad
2008-01-07Patch up sysctl locking:ad
2007-12-31Remove systrace. Ok core@.ad
2007-12-26Add PaX ASLR (Address Space Layout Randomization) [from elad and myself]christos
2007-12-22use binuptime for l_stime/l_rtime.yamt
2007-12-10- Use KAUTH_ARG() instead of casts,elad
2007-11-06Merge scheduler changes from the vmlocking branch. All discussed onad
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