summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
...
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-3/+3
* Untangled the vm.h include file spaghetti.dg1995-12-072-2/+11
* Added prototypes.bde1995-12-032-2/+6
* Moved declarations for static functions to the correct place (not in abde1995-11-162-52/+43
* Fixed the type of procfs_sync(). Trailing args were missing.bde1995-11-161-4/+26
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-45/+45
* Make a lot of private stuff static.phk1995-11-073-44/+44
* Removal of unnecessary usage of PG_COPYONWRITE.dyson1995-10-231-2/+2
* Change procfs_lookup to not allow delete/rename operationsmpp1995-09-021-3/+6
* Be careful not to dereference NULL credentials pointers when doing thedg1995-08-111-3/+7
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-2/+2
* Killed the "probably_never" ifdef'd code.dg1995-06-281-68/+1
* Remove trailing whitespace.rgrimes1995-05-304-9/+9
* Fixed panic that resulted from mmaping files in kernfs and procfs. Adg1995-05-253-33/+7
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-3/+3
* For P_SUGID processes, we must also change ownership of the mem filedg1995-04-151-2/+10
* Retain group kmem readability for P_SUGID processes.dg1995-04-151-2/+6
* Made /proc/n/mem file group kmem and group readable. Needed to fix ps sodg1995-04-153-5/+7
* Add four more filesystem flags:wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-163-5/+11
* Make sure process isn't swapped when messing with it.dg1995-02-202-3/+4
* Fixed bmap run-length brokeness.dg1995-02-031-1/+3
* Initialize map start hint to vm_map_find()...not doing so will cause itdg1995-01-051-2/+2
* Fix problem when attached process detachedache1994-12-311-1/+5
* Fixed bug I just introduced that would have allowed a user to clobberdg1994-10-181-4/+6
* Allow upages to be paged in/accessed.dg1994-10-181-2/+2
* Cosmetics. reduce the noise from gcc -Wall.phk1994-10-103-13/+19
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-2/+2
* 1) Added "." and ".." entries.dg1994-09-241-4/+20
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-212-2/+6
* Supply prototypes for some functions that were implicitly declared andbde1994-09-151-2/+3
* Fix up some sloppy coding practices:wollman1994-08-182-3/+8
* Added $Id$dg1994-08-0210-20/+10
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-252-0/+27
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2411-0/+2666
OpenPOWER on IntegriCloud