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