| Age | Commit message (Expand) | Author |
| 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 |
| 2001-01-18 | constify | jdolecek |
| 2001-01-17 | Add a few linux-style files, only enabled when -o linux is specified | fvdl |
| 2000-11-24 | remove dead code and other misc cleanup. | chs |
| 2000-03-16 | Add new VFS op routine - vfs_done and call it on filesystem detach | jdolecek |
| 2000-01-25 | At mount/unmount time, add an exec hook to revoke all vnodes iff the | fvdl |
| 1999-09-02 | Make /proc/self a symlink to /proc/curproc. I've observed Linux programs | thorpej |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-03-13 | Expose procfs_rwmem(). (This function will go away entirely when we | thorpej |
| 1999-03-12 | PR/7143: Jaromir Docelek: Add procfs/cmdline from Linux emulation | christos |
| 1999-01-25 | Add /proc/#/map. From FreeBSD. | msaitoh |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1997-08-27 | Fix a reversed argument which caused procfs_checkioperm() to always return | thorpej |
| 1997-08-12 | Fix the procfs hole described on current-users, similar to a fix for | thorpej |
| 1997-05-08 | Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure | mycroft |
| 1996-02-12 | close PR/2063: procfs_rw prototyped twice with different prototypes | christos |
| 1996-02-09 | miscfs prototype changes | christos |
| 1996-02-09 | Fix vop_link, vop_symlink, and vop_remove semantics in several ways: | mycroft |
| 1995-10-09 | Add support for cookies, mostly from Greg Hudson. | mycroft |
| 1995-03-29 | KERNEL -> _KERNEL | briggs |
| 1994-10-29 | light clean; make sure headers are properly included, types are OK, etc. | cgd |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-15 | Minor update from JSP after merging my changes. | mycroft |
| 1994-06-08 | Update to 4.4-Lite fs code, with local changes. | mycroft |
| 1994-04-12 | be a bit smarter about determining if files shouldn't be seen by the user. | cgd |
| 1994-02-06 | If you add files, be sure to have enough bits to encode an inode number! | ws |
| 1994-01-28 | make a fpregs file. | cgd |
| 1994-01-20 | Make procfs really work for debugging. | ws |
| 1994-01-11 | Fix ugliness left over from my last mod | ws |
| 1994-01-09 | Bug fixes and enhancements: | ws |