summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* Fix a potential deadlock from the previous commit.dyson1996-10-301-2/+4
* Fix the /proc/???/map file so that it is possible to read an arbitrarilydyson1996-10-301-18/+23
* Fix setting breakpoints in shared regions.dyson1996-10-241-7/+4
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+3
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-311-2/+2
* Modify slightly the output from the map file in /proc. Now thedyson1996-07-271-2/+4
* Under certain circumstances, reading the /proc/*/map file candyson1996-07-271-2/+5
* Implement locking for pfs nodes, when at the leaf. Concurrent accessdyson1996-07-022-11/+31
* Fix a serious problem, with a window where an object lock is needed,dyson1996-07-021-57/+97
* Add procfs_type.c to the repository.dyson1996-06-181-0/+91
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-184-6/+24
* This file is the "meat" of the process address space capability. If youdyson1996-06-171-0/+169
* Add a feature to procfs to allow display of the process address mapdyson1996-06-173-4/+11
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-6/+12
* Properly lock the vm space when accessing the memory in a process. Thisdyson1996-06-111-2/+14
* For Lite2: proc LIST changes.hsu1996-03-111-6/+4
* add ruid and rgid to file 'status'wosch1996-02-021-4/+12
* This time, really make the procfs work when reading stuff from the UPAGES.peter1996-01-251-15/+34
* Major fixes for procfs..peter1996-01-246-22/+88
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+3
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesbde1995-12-171-5/+5
* 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
OpenPOWER on IntegriCloud