summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysctl.c
AgeCommit message (Expand)Author
2011-01-28Move sysctl routines from init_sysctl.c to kern_descrip.c (forpooka
2011-01-22Use the L_ flags instead of the P_ flags for lwps.christos
2010-07-01Remove pfind() and pgfind(), fix locking in various broken uses of these.rmind
2010-06-16Set kinfo_lwp to 0 before filling it so that if someone removespooka
2010-02-13sysctl_doeproc: don't follow a possibly stale pointer.yamt
2010-01-13Minimize unnecessary differences in rump.pooka
2009-12-24When reporting open files using sysctl, don't use 'filehead' to fetch files,elad
2009-12-12Report L_INMEM in the lwp info as well.dsl
2009-12-12Always set L_INMEM to maintain binary compatibility.dsl
2009-10-21Remove uarea swap-out functionality:rmind
2009-09-16Chop init_sysctl into base nodes (init_sysctl_base.c) and thepooka
2009-09-11Expose the kernel's boothowto(9) variable through the sysctlapb
2009-08-16provide compatibility for the older variant of kern.consdev, which usedchristos
2009-05-24More changes to improve kern_descrip.c.ad
2009-05-16sysctl_doeproc:yamt
2009-05-12don't forget to skip marker processes.yamt
2009-05-04sysctl_doeproc: fix a bug in rev.1.135.yamt
2009-03-29- add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the totalmrg
2009-03-11like KERN_FILE2: *do* update "needed" when there is no count. we wantmrg
2009-03-11always calculate "needed" for KERN_FILE2 calls. this allows a callermrg
2009-03-08Don't bother with file_t::f_iflags any more, as it's not used.ad
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2009-01-17whitespace nitcegger
2009-01-17malloc -> kmem_alloc.yamt
2009-01-11merge christos-time_tchristos
2008-12-29Rename specfs_lock as device_lock and move it from specfs to devsw.pooka
2008-11-28PR/40002: Daniel Horecki: sockstat doesn't work for user with sysctlelad
2008-11-12Allow the POSIX semaphore code to be loaded as a module.ad
2008-10-22Set kern.posix_semaphores are runtime so it can be a module.ad
2008-10-22Set kern.posix_semaphores are runtime so it can be a module.ad
2008-10-19rename proc_representative_lwp to proc_active_lwp and clarify it is forchristos
2008-10-19Select a "representative" lwp instead of the first lwp in the list. Thechristos
2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden
2008-07-15make l_flags contain more stuff. Fixes top thread display where system processeschristos
2008-07-02Remove proc_representative_lwp(), use a simple LIST_FIRST() instead.rmind
2008-06-16PR kern/38927: processes getting stuck in uvm_map (cv_timedwait), hangingad
2008-06-16- PPWAIT is need only be locked by proc_lock, so move it to proc::p_lflag.ad
2008-05-31Kill devsw_lock and just use specfs_lock. The two would need mergingad
2008-05-25don't forget to fill in the emulation.christos
2008-05-12Use cpu_index(), not ci_cpuid.ad
2008-04-30KERN_FILE_BYPID: fix locking botch.ad
2008-04-29Don't try grabbing a zombie's p_reflock.ad
2008-04-29PR kern/37917 /bin/ps no longer shows zombiesad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-04-05- l_wmesg is not always valid. check l_wchan when using l_wmesg.yamt
2008-04-04use device_xname() where appropriatecegger
2008-04-02Revert rev 1.126-1.128. The original code was correct and rmind and Ixtraeme
2008-04-01When copying l_name and l_wmesg use KI_LNAMELEN and KI_WMESGLENxtraeme