| Age | Commit message (Expand) | Author |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-06-11 | Counter tweaks: | ad |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-05-31 | struct statvfs is too large for stack. Use malloc(9) instead. | rin |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-04-20 | Add missing include of <sys/atomic.h> to fix the build | martin |
| 2020-04-19 | - Only increment nprocs when we're creating a new process, not just | thorpej |
| 2020-01-02 | - Eliminate the global "boottime" variable, which was being accessed | thorpej |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-12-16 | - Extend the per-CPU counters matt@ did to include all of the hot counters | ad |
| 2019-09-07 | have procfs_do_pid_stat() pass the proc's map to get_proc_size_info(), | chs |
| 2019-08-23 | Fix info leaks. | maxv |
| 2018-12-05 | As discussed in tech-kern: | christos |
| 2017-04-13 | Switch procfs_domounts() to mountlist iterator. | hannken |
| 2016-03-28 | Align /proc/<pid>/statm data with /proc/<pid>/stat and | mlelstv |
| 2015-07-24 | Unused inits (harmless). | maxv |
| 2014-08-10 | #include <sys/cpu.h> | matt |
| 2014-07-12 | Use kproc2 to provide sensible informations for /proc/<pid>/stat. | njoly |
| 2014-06-30 | Use NZERO instead of hard-coded "20" value. | njoly |
| 2014-04-05 | On my 24 proc box I got ENOSPC, so make the routine return the size it wants | christos |
| 2013-11-27 | Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ | christos |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2011-12-19 | don't produce different output if we are super user. | christos |
| 2011-12-16 | provide a root entry if one was not found. | christos |
| 2011-12-15 | PR/45700: use dostatvfs instead of grabbing the latest cached copy of | christos |
| 2011-09-04 | PR# kern/45021: Please support /emul/linux/proc/version | jmcneill |
| 2011-08-28 | both LINUX_USRSTACK32 and USRSTACK32 need to be defined for linux32 | jmcneill |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2009-10-19 | Avoid leaking pages. Fixes PR 42053 from SHIMIZU Ryo. | dholland |
| 2009-01-11 | this change was somehow missed. | christos |
| 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-05-31 | Kill devsw_lock and just use specfs_lock. The two would need merging | ad |
| 2008-05-06 | PR kern/38141 lookup/vfs_busy acquire rwlock recursively | ad |
| 2008-04-30 | PR kern/38135 vfs_busy/vfs_trybusy confusion | ad |
| 2008-04-29 | kern/38135 vfs_busy/vfs_trybusy confusion | ad |
| 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-01-30 | PR kern/37706 (forced unmount of file systems is unsafe): | ad |
| 2007-12-22 | procfs_douptime: simply use microuptime() instead of a mysterious calculation. | yamt |
| 2007-12-22 | procfs_docpustat: g/c a write-only variable. | yamt |
| 2007-11-12 | Revision 1.42 was lost. Pointed out by Nicolas Joly: | ad |
| 2007-11-11 | report the proper stack size on 32 bit emulations. | christos |
| 2007-11-07 | Merge from vmlocking: | ad |
| 2007-10-11 | This was using mutex_exit where mutex_enter was required. | ad |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-10-08 | Merge run time accounting changes from the vmlocking branch. These make | ad |
| 2007-05-26 | In /proc/<pid>/statm, avoid leaking buffer space if the attempt to get | agc |
| 2007-05-25 | Use a bit more common code for the MULTIPROCESSOR and !MULTIPROCESSOR | agc |