aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* Fix a potential deadlock from the previous commit.John Dyson1996-10-301-2/+4
* Fix the /proc/???/map file so that it is possible to read an arbitrarilyJohn Dyson1996-10-301-18/+23
* Fix setting breakpoints in shared regions.John Dyson1996-10-241-7/+4
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-2/+3
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-08-311-2/+2
* Modify slightly the output from the map file in /proc. Now theJohn Dyson1996-07-271-2/+4
* Under certain circumstances, reading the /proc/*/map file canJohn Dyson1996-07-271-2/+5
* Implement locking for pfs nodes, when at the leaf. Concurrent accessJohn Dyson1996-07-022-11/+31
* Fix a serious problem, with a window where an object lock is needed,John Dyson1996-07-021-57/+97
* Add procfs_type.c to the repository.John Dyson1996-06-181-0/+91
* Clean-up the new VM map procfs code, and also add support for executableJohn Dyson1996-06-184-6/+24
* This file is the "meat" of the process address space capability. If youJohn Dyson1996-06-171-0/+169
* Add a feature to procfs to allow display of the process address mapJohn Dyson1996-06-173-4/+11
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-6/+12
* Properly lock the vm space when accessing the memory in a process. ThisJohn Dyson1996-06-111-2/+14
* For Lite2: proc LIST changes.Jeffrey Hsu1996-03-111-6/+4
* add ruid and rgid to file 'status'Wolfram Schneider1996-02-021-4/+12
* This time, really make the procfs work when reading stuff from the UPAGES.Peter Wemm1996-01-251-15/+34
* Major fixes for procfs..Peter Wemm1996-01-246-22/+88
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-2/+3
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesBruce Evans1995-12-171-5/+5
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-3/+3
* Untangled the vm.h include file spaghetti.David Greenman1995-12-072-2/+11
* Added prototypes.Bruce Evans1995-12-032-2/+6
* Moved declarations for static functions to the correct place (not in aBruce Evans1995-11-162-52/+43
* Fixed the type of procfs_sync(). Trailing args were missing.Bruce Evans1995-11-161-4/+26
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-092-45/+45
* Make a lot of private stuff static.Poul-Henning Kamp1995-11-073-44/+44
* Removal of unnecessary usage of PG_COPYONWRITE.John Dyson1995-10-231-2/+2
* Change procfs_lookup to not allow delete/rename operationsMike Pritchard1995-09-021-3/+6
* Be careful not to dereference NULL credentials pointers when doing theDavid Greenman1995-08-111-3/+7
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-2/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-2/+2
* Killed the "probably_never" ifdef'd code.David Greenman1995-06-281-68/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-9/+9
* Fixed panic that resulted from mmaping files in kernfs and procfs. ADavid Greenman1995-05-253-33/+7
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-3/+3
* For P_SUGID processes, we must also change ownership of the mem fileDavid Greenman1995-04-151-2/+10
* Retain group kmem readability for P_SUGID processes.David Greenman1995-04-151-2/+6
* Made /proc/n/mem file group kmem and group readable. Needed to fix ps soDavid Greenman1995-04-153-5/+7
* Add four more filesystem flags:Garrett Wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-163-5/+11
* Make sure process isn't swapped when messing with it.David Greenman1995-02-202-3/+4
* Fixed bmap run-length brokeness.David Greenman1995-02-031-1/+3
* Initialize map start hint to vm_map_find()...not doing so will cause itDavid Greenman1995-01-051-2/+2
* Fix problem when attached process detachedAndrey A. Chernov1994-12-311-1/+5
* Fixed bug I just introduced that would have allowed a user to clobberDavid Greenman1994-10-181-4/+6
* Allow upages to be paged in/accessed.David Greenman1994-10-181-2/+2
* Cosmetics. reduce the noise from gcc -Wall.Poul-Henning Kamp1994-10-103-13/+19
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-2/+2