| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. | bde | 1996-09-03 | 1 | -2/+3 |
* | Fixed the easy cases of const poisoning in the kernel. Cosmetic. | bde | 1996-08-31 | 1 | -2/+2 |
* | Modify slightly the output from the map file in /proc. Now the | dyson | 1996-07-27 | 1 | -2/+4 |
* | Under certain circumstances, reading the /proc/*/map file can | dyson | 1996-07-27 | 1 | -2/+5 |
* | Implement locking for pfs nodes, when at the leaf. Concurrent access | dyson | 1996-07-02 | 2 | -11/+31 |
* | Fix a serious problem, with a window where an object lock is needed, | dyson | 1996-07-02 | 1 | -57/+97 |
* | Add procfs_type.c to the repository. | dyson | 1996-06-18 | 1 | -0/+91 |
* | Clean-up the new VM map procfs code, and also add support for executable | dyson | 1996-06-18 | 4 | -6/+24 |
* | This file is the "meat" of the process address space capability. If you | dyson | 1996-06-17 | 1 | -0/+169 |
* | Add a feature to procfs to allow display of the process address map | dyson | 1996-06-17 | 3 | -4/+11 |
* | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | dg | 1996-06-12 | 1 | -6/+12 |
* | Properly lock the vm space when accessing the memory in a process. This | dyson | 1996-06-11 | 1 | -2/+14 |
* | For Lite2: proc LIST changes. | hsu | 1996-03-11 | 1 | -6/+4 |
* | add ruid and rgid to file 'status' | wosch | 1996-02-02 | 1 | -4/+12 |
* | This time, really make the procfs work when reading stuff from the UPAGES. | peter | 1996-01-25 | 1 | -15/+34 |
* | Major fixes for procfs.. | peter | 1996-01-24 | 6 | -22/+88 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -2/+3 |
* | Fixed 1TB filesize changes. Some pindexes had bogus names and types | bde | 1995-12-17 | 1 | -5/+5 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -3/+3 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 2 | -2/+11 |
* | Added prototypes. | bde | 1995-12-03 | 2 | -2/+6 |
* | Moved declarations for static functions to the correct place (not in a | bde | 1995-11-16 | 2 | -52/+43 |
* | Fixed the type of procfs_sync(). Trailing args were missing. | bde | 1995-11-16 | 1 | -4/+26 |
* | Introduced a type `vop_t' for vnode operation functions and used | bde | 1995-11-09 | 2 | -45/+45 |
* | Make a lot of private stuff static. | phk | 1995-11-07 | 3 | -44/+44 |
* | Removal of unnecessary usage of PG_COPYONWRITE. | dyson | 1995-10-23 | 1 | -2/+2 |
* | Change procfs_lookup to not allow delete/rename operations | mpp | 1995-09-02 | 1 | -3/+6 |
* | Be careful not to dereference NULL credentials pointers when doing the | dg | 1995-08-11 | 1 | -3/+7 |
* | Don't include <sys/tty.h> in drivers that aren't tty drivers or in general | bde | 1995-07-16 | 1 | -2/+1 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -2/+2 |
* | Killed the "probably_never" ifdef'd code. | dg | 1995-06-28 | 1 | -68/+1 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 4 | -9/+9 |
* | Fixed panic that resulted from mmaping files in kernfs and procfs. A | dg | 1995-05-25 | 3 | -33/+7 |
* | Fix -Wformat warnings from LINT kernel. | rgrimes | 1995-05-11 | 1 | -3/+3 |
* | For P_SUGID processes, we must also change ownership of the mem file | dg | 1995-04-15 | 1 | -2/+10 |
* | Retain group kmem readability for P_SUGID processes. | dg | 1995-04-15 | 1 | -2/+6 |
* | Made /proc/n/mem file group kmem and group readable. Needed to fix ps so | dg | 1995-04-15 | 3 | -5/+7 |
* | Add four more filesystem flags: | wollman | 1995-03-16 | 1 | -2/+2 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 3 | -5/+11 |
* | Make sure process isn't swapped when messing with it. | dg | 1995-02-20 | 2 | -3/+4 |
* | Fixed bmap run-length brokeness. | dg | 1995-02-03 | 1 | -1/+3 |
* | Initialize map start hint to vm_map_find()...not doing so will cause it | dg | 1995-01-05 | 1 | -2/+2 |
* | Fix problem when attached process detached | ache | 1994-12-31 | 1 | -1/+5 |
* | Fixed bug I just introduced that would have allowed a user to clobber | dg | 1994-10-18 | 1 | -4/+6 |
* | Allow upages to be paged in/accessed. | dg | 1994-10-18 | 1 | -2/+2 |
* | Cosmetics. reduce the noise from gcc -Wall. | phk | 1994-10-10 | 3 | -13/+19 |
* | Use tsleep() rather than sleep so that 'ps' is more informative about | dg | 1994-10-06 | 1 | -2/+2 |
* | 1) Added "." and ".." entries. | dg | 1994-09-24 | 1 | -4/+20 |
* | Implemented loadable VFS modules, and made most existing filesystems | wollman | 1994-09-21 | 2 | -2/+6 |
* | Supply prototypes for some functions that were implicitly declared and | bde | 1994-09-15 | 1 | -2/+3 |