| Age | Commit message (Expand) | Author |
| 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 |
| 2007-05-25 | Various changes for better Linux emulation: | agc |
| 2007-05-24 | use PRIu64, not llu, to unbork on 64-bit platforms. | dogcow |
| 2007-05-24 | Extend the Linux emulation of /proc to include | agc |
| 2007-04-01 | return a page less than the actual top of stack so that linux-java works. | christos |
| 2007-03-09 | - Make the proclist_lock a mutex. The write:read ratio is unfavourable, | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-12-24 | Add two comments. No functional change. | elad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-27 | don't allocate large buffers on the stack. | christos |
| 2006-10-23 | PR/34888: Nicolas Joly: kernel panic while trying to access | elad |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-20 | Emulate Linux's /proc/devices | manu |
| 2006-06-24 | PR/33815: Nicolas Joly: /emul/linux/proc/#/stat always report current | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - sprinkle const | christos |
| 2005-03-01 | Remove bogus len setting noted by J. Chapman Flack. | christos |