| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bunch of spelling errors in the comment fields of | mpp | 1996-01-30 | 2 | -5/+5 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -3/+5 |
* | Convert QUOTA to new-style option. | wollman | 1996-01-05 | 1 | -16/+1 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 2 | -2/+6 |
* | Added prototypes. | bde | 1995-12-03 | 4 | -5/+30 |
* | Moved declarations for static functions to the correct place (not in a | bde | 1995-11-16 | 2 | -17/+23 |
* | Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returned | bde | 1995-11-13 | 1 | -14/+3 |
* | Introduced a type `vop_t' for vnode operation functions and used | bde | 1995-11-09 | 2 | -42/+44 |
* | missed one static thingie. | phk | 1995-11-07 | 1 | -2/+2 |
* | staticize private parts. | phk | 1995-11-07 | 6 | -35/+35 |
* | Pad out MSDOS boot block to 512 bytes (bugfix only) | pst | 1995-10-31 | 1 | -2/+2 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 4 | -79/+80 |
* | Moved the filesystem read-only check out of the syscalls and into the | dg | 1995-10-22 | 1 | -101/+108 |
* | Return EINVAL instead of panicing for rename("dir1", "dir2/.."). | bde | 1995-10-07 | 1 | -2/+3 |
* | Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count | dyson | 1995-09-04 | 1 | -1/+5 |
* | Fix bogus arg (&p instead of p) in the call to VOP_ACCESS() from | bde | 1995-08-25 | 1 | -2/+2 |
* | Make sure that a non-null cookie vector is returned even if there were no | dfr | 1995-08-03 | 1 | -1/+9 |
* | Add support for the va_filerev attribute required by NFSv3. | dfr | 1995-08-02 | 3 | -3/+24 |
* | Removed my special-case hack for VOP_LINK and fixed the problem with the | dg | 1995-08-01 | 1 | -2/+2 |
* | Fixed VOP_LINK argument order botch. | dg | 1995-06-28 | 1 | -3/+3 |
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 1 | -16/+7 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 12 | -141/+141 |
* | Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu> | bde | 1995-05-09 | 2 | -2/+27 |
* | Fix link sys call | ache | 1995-04-11 | 1 | -2/+4 |
* | Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu> | bde | 1995-04-11 | 1 | -8/+2 |
* | Submitted by: Wolfgang Solfrank <ws@tools.de> | bde | 1995-04-11 | 1 | -2/+2 |
* | Fix timestamps when using Wall CMOS clock, | ache | 1995-03-29 | 1 | -25/+21 |
* | Removed redundant newlines that were in some panic strings. | dg | 1995-03-19 | 1 | -2/+2 |
* | Removed bogus, commented out, call to vnode_pager_uncache(). | dg | 1995-03-19 | 1 | -2/+1 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 2 | -5/+4 |
* | Use the correct block number for updating the backup copy of the FAT when | bde | 1995-02-10 | 1 | -2/+2 |
* | Kill the comment in a comment to shut up the compiler. | ats | 1995-01-29 | 1 | -2/+2 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 2 | -5/+3 |
* | Fix panic for `cp -p' by root to an msdos file system. Improve handling | bde | 1994-12-27 | 3 | -29/+57 |
* | Fix numerous timestamp bugs. | bde | 1994-12-12 | 6 | -41/+46 |
* | Restore mv check, cause panic without it | ache | 1994-11-29 | 1 | -3/+1 |
* | Fix from John Hay to avoid kernel panics when ap->a_eofflag is NULL. | jkh | 1994-11-01 | 1 | -2/+3 |
* | Set the EOF flag properly. | pst | 1994-10-27 | 1 | -6/+6 |
* | Fixed panic when unmounting floppy msdos filesystems. Problem was | martin | 1994-10-23 | 1 | -7/+30 |
* | Cosmetics. Silence gcc -Wall | phk | 1994-10-10 | 2 | -11/+10 |
* | Use tsleep() rather than sleep so that 'ps' is more informative about | dg | 1994-10-06 | 2 | -4/+4 |
* | GCC cleanup. | phk | 1994-10-02 | 1 | -16/+3 |
* | Make NFS ask the filesystems for directory cookies instead of making them | dfr | 1994-09-28 | 1 | -37/+37 |
* | Added declarations, fixed bugs due to missing decls. At least one of them | phk | 1994-09-27 | 8 | -111/+168 |
* | Implemented loadable VFS modules, and made most existing filesystems | wollman | 1994-09-21 | 2 | -2/+6 |
* | Changed some NetBSD backwards compatibility code which was confusing mountd. | dfr | 1994-09-19 | 1 | -6/+2 |
* | Added msdosfs. | dfr | 1994-09-19 | 12 | -0/+6301 |