| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment out rootdev & rrootdev so a ls -l doesn't panic the machine. | phk | 1996-07-03 | 1 | -2/+2 |
* | 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 |
* | Cosmetic change: make the ``ready to run'' line match the | gpalmer | 1996-06-15 | 1 | -2/+2 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 2 | -24/+2 |
* | Clean up -Wunused warnings. Julian asked me to just ifdef | gpalmer | 1996-06-12 | 3 | -47/+29 |
* | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | dg | 1996-06-12 | 7 | -32/+80 |
* | Properly lock the vm space when accessing the memory in a process. This | dyson | 1996-06-11 | 1 | -2/+14 |
* | Fix the reproto.sh script that was broken after my KNFification. | joerg | 1996-04-07 | 5 | -43/+100 |
* | KNFify the function definitions. It's harder to grep around when the | joerg | 1996-04-06 | 3 | -32/+50 |
* | Merged devfs_add_devsw() into devfs_add_devswf() | scrappy | 1996-04-03 | 1 | -34/+17 |
* | Made the src code match the man page. | scrappy | 1996-04-02 | 1 | -28/+2 |
* | Added dev_linkf() function (dev_link() + printf-style arguments) | scrappy | 1996-03-28 | 1 | -1/+54 |
* | Submitted by: "Marc G. Fournier" <scrappy@ki.net> | julian | 1996-03-25 | 1 | -7/+8 |
* | Fix the problem that unmounting filesystems that are backed by a VMIO | dyson | 1996-03-19 | 1 | -2/+3 |
* | This commit was generated by cvs2svn to compensate for changes in r14557, | peter | 1996-03-11 | 3 | -4/+1075 |
|\ |
|
| * | Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all | peter | 1996-03-11 | 38 | -1686/+3409 |
* | | 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 |
* | | really stupid mistake that stopped devices from appearing on the fly in mounted | julian | 1996-02-18 | 1 | -2/+5 |
* | | 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 | 1 | -2/+2 |
* | | make devfs_add_devswf a little smarter about '/'; | phk | 1996-01-28 | 1 | -5/+9 |
* | | Make devfs_add_devfsf() which takes printf style args. | phk | 1996-01-25 | 1 | -1/+38 |
* | | 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 |
* | | Slightly improved debug messages for inserting new items | julian | 1996-01-21 | 1 | -9/+13 |
* | | oops. | julian | 1996-01-21 | 1 | -4/+4 |
* | | Submitted by: Bruce Evans (bde) | julian | 1996-01-21 | 2 | -5/+8 |
* | | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -2/+3 |
* | | Remove unnecessary debug printf's ("no references", "bad-id") - these | peter | 1996-01-02 | 2 | -2/+23 |
* | | I have some problem here, which shows up in the ahc0 driver. It isn't where | phk | 1996-01-01 | 1 | -1/+7 |
* | | recording cvs-1.6 file death | peter | 1995-12-30 | 2 | -943/+0 |
* | | Fixed 1TB filesize changes. Some pindexes had bogus names and types | bde | 1995-12-17 | 1 | -5/+5 |
* | | Restored lost prototypes. | bde | 1995-12-14 | 3 | -3/+5 |
* | | another case where cdevsw becoming a pointer makes it neccesary to | julian | 1995-12-14 | 1 | -2/+6 |
* | | Another mega commit to staticize things. | phk | 1995-12-14 | 7 | -127/+126 |
* | | devsw tables are now arrays of POINTERS to struct [cb]devsw | julian | 1995-12-13 | 2 | -19/+19 |
* | | Back out this one, must have screwed up somewhere :-( | phk | 1995-12-11 | 2 | -8/+12 |
* | | Staticize. | phk | 1995-12-11 | 10 | -177/+179 |
* | | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 3 | -7/+41 |
* | | clean a few DEVFS things.. | julian | 1995-12-09 | 2 | -93/+16 |
* | | Pass 3 of the great devsw changes | julian | 1995-12-08 | 3 | -16/+24 |
* | | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 3 | -3/+16 |
* | | Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking when | bde | 1995-12-05 | 1 | -1/+2 |