| Commit message (Expand) | Author | Age | Files | Lines |
* | Whoops, I should've used the LINT config file. More ts -> tv changes | nate | 1996-09-20 | 1 | -3/+3 |
* | Whoops, I should've used the LINT config file. More ts -> tv changes | nate | 1996-09-20 | 2 | -8/+8 |
* | In sys/time.h, struct timespec is defined as: | nate | 1996-09-19 | 2 | -6/+6 |
* | Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. | bde | 1996-09-03 | 6 | -9/+14 |
* | Fixed the easy cases of const poisoning in the kernel. Cosmetic. | bde | 1996-08-31 | 1 | -2/+2 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 1 | -2/+7 |
* | bzero reserved field into directory entry, junk here cause | ache | 1996-07-28 | 1 | -1/+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 |
* | Remove a totally unneeded (and as of the last VM commit, incorrect) call | dyson | 1996-07-27 | 1 | -2/+1 |
* | 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 |
* | The Great PC98 Merge. | asami | 1996-06-14 | 4 | -4/+97 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 2 | -24/+2 |
* | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | dg | 1996-06-12 | 7 | -31/+82 |
* | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | dg | 1996-06-12 | 1 | -4/+11 |
* | Properly lock the vm space when accessing the memory in a process. This | dyson | 1996-06-11 | 1 | -2/+14 |
* | First pass at cleaning up macros relating to pages, clusters and all that. | phk | 1996-05-02 | 1 | -2/+2 |
* | Fix adjkerntz expression priority. | ache | 1996-04-05 | 1 | -3/+3 |
* | Don't adjust file times for UTC clock to have the same timestamps | ache | 1996-04-05 | 1 | -4/+6 |
* | add a `Warning:' to the message saying that the root directory is not a | gpalmer | 1996-04-03 | 1 | -2/+2 |
* | Fix the problem that unmounting filesystems that are backed by a VMIO | dyson | 1996-03-19 | 1 | -2/+3 |
* | Provide a better handling of partially corrupted directory entries. | joerg | 1996-03-14 | 1 | -10/+12 |
* | Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all | peter | 1996-03-11 | 2 | -11/+54 |
* | For Lite2: proc LIST changes. | hsu | 1996-03-11 | 1 | -6/+4 |
* | Make sure that the zero flag is cleared upon completion of paging I/O. | dyson | 1996-03-09 | 1 | -1/+2 |
* | Kill XNS. | wollman | 1996-02-13 | 2 | -5/+5 |
* | add ruid and rgid to file 'status' | wosch | 1996-02-02 | 1 | -4/+12 |
* | Fix a bunch of spelling errors in the comment fields of | mpp | 1996-01-30 | 2 | -5/+5 |
* | 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 | 2 | -5/+8 |
* | Convert QUOTA to new-style option. | wollman | 1996-01-05 | 1 | -16/+1 |
* | I have some problem here, which shows up in the ahc0 driver. It isn't where | phk | 1996-01-01 | 1 | -1/+7 |
* | Fixed 1TB filesize changes. Some pindexes had bogus names and types | bde | 1995-12-17 | 1 | -5/+5 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 3 | -14/+18 |
* | devsw tables are now arrays of POINTERS to struct [cb]devsw | julian | 1995-12-13 | 1 | -17/+17 |
* | Back out this one, must have screwed up somewhere :-( | phk | 1995-12-11 | 2 | -8/+12 |
* | Staticize. | phk | 1995-12-11 | 9 | -151/+153 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 2 | -6/+37 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 2 | -12/+11 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 5 | -5/+22 |
* | Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking when | bde | 1995-12-05 | 1 | -1/+2 |
* | Restored #include of <sys/tty.h>. fdesc_vnops.c needs to know too much | bde | 1995-12-05 | 1 | -2/+2 |
* | Added prototypes. | bde | 1995-12-03 | 3 | -32/+79 |
* | Added prototypes. | bde | 1995-12-03 | 4 | -5/+30 |