| Age | Commit message (Expand) | Author |
| 2022-01-19 | Now that an inline function dereferences it, make sure struct proc | martin |
| 2022-01-17 | If the calling process is running under linux emulation, make /proc/xxx/fd/ | bouyer |
| 2020-04-29 | Put forward declaration a little further forward to unbreak build. | riastradh |
| 2020-04-29 | If the procfs mount is marked as linux-compat, then allow proc lookup | thorpej |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-09-26 | Rewrite the procfs_fileno as an inline function to make it more clear what | christos |
| 2019-04-25 | Restore mapping of file id to pid/type/fd. | mlelstv |
| 2019-03-30 | add a node for the process resource limits. | christos |
| 2017-12-31 | rename some "cmdline" stuff now that it is used to print environment too | christos |
| 2017-12-31 | Add an environ node | christos |
| 2017-08-28 | Remove the filesystem tracing feature | kamil |
| 2017-03-30 | add an auxv node. | christos |
| 2014-07-27 | Change procfs from hashlist to vcache. | hannken |
| 2014-04-05 | On my 24 proc box I got ENOSPC, so make the routine return the size it wants | christos |
| 2012-05-28 | add a task process subdirectory for emul linux | christos |
| 2011-09-27 | define PROCFS_MAXNAMLEN and use it. | christos |
| 2011-09-04 | PR# kern/45021: Please support /emul/linux/proc/version | jmcneill |
| 2008-06-28 | Create sysctl entries during module initialisation and destroy them | rumble |
| 2007-05-24 | Extend the Linux emulation of /proc to include | agc |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-10-29 | add an "emul" file node. | christos |
| 2006-10-25 | 1. fix procfs_validfile{,_linux} to test for NULL pointers properly. | christos |
| 2006-09-20 | Emulate Linux's /proc/devices | manu |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-01 | Add "cwd" and "root" symlinks to each process's directory. The cwd | atatat |
| 2005-08-30 | Remove __P() | xtraeme |
| 2004-09-20 | add 'mounts' file for -o linux, which lists all currently mounted | jdolecek |
| 2004-08-27 | Do previous slightly differently - just pass a struct lwp * and derive the | skrll |
| 2004-08-21 | fix process used for /proc/<pid>/stat contents - it should be process | jdolecek |
| 2004-05-20 | Tweak sysctl setup functions (the macros, actually) for use in lkms, | atatat |
| 2003-12-10 | a little bit more namespace sanity | drochner |
| 2003-10-03 | terminate snprintb 'new' format strings correctly. | yamt |
| 2003-09-27 | Put pfsnode in the #ifdef _KERNEL too, so this actually compiles. | mycroft |
| 2003-09-27 | Changes as discussed with itojun on tech-kern. I have modified the enums | darcy |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Undo part of the ktrace/lwp changes. In particular: | thorpej |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-28 | Add /proc/<pid>/stat for linux compat. j2sdk1.4.2 depends on it. | christos |
| 2003-04-18 | change PROCFS_FILENO() to use 5 bits for 'type', since there are more than | jdolecek |
| 2003-04-17 | use fd_getfile() in procfs_getfp(), and FILE_USE()/FILE_UNUSE() the | jdolecek |
| 2003-02-25 | This addresses PR kerm/19989. Thanks to hamajima@nagoya.ydc.co.jp for submitt... | jrf |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-03 | Implement /proc/<pid>/fd/<n>. This is work in progress. Questionable things: | christos |
| 2002-09-21 | MNT_GETARGS support | christos |
| 2002-05-09 | Move code shared by procfs and the kernel proper out of procfs and | thorpej |
| 2001-12-05 | * Allow machine-dependent code to specify hooks for ptrace(2) | thorpej |
| 2001-09-15 | add a new VFS op, vfs_reinit, which is called when desiredvnodes is | chs |
| 2001-03-29 | For -o linux mounts, add some code to emulate /proc/#/maps. | fvdl |
| 2001-01-25 | g/c pmnt_mp in struct procfs_args | jdolecek |