| Commit message (Expand) | Author | Age | Files | Lines |
* | YF fix. | phk | 1995-02-14 | 2 | -12/+18 |
* | Fixed bmap run-length brokeness. | dg | 1995-02-03 | 1 | -1/+3 |
* | Removed some unused/obsolete code. | dg | 1995-01-24 | 1 | -7/+1 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 11 | -42/+64 |
* | Change panic messges that are ffs_blah functions to say they are ffs not | gibbs | 1995-01-04 | 1 | -3/+3 |
* | LFS stability patches. There is still a problem with directory update | gibbs | 1995-01-04 | 5 | -61/+87 |
* | Use the same current time throughout ffs_update(). | bde | 1994-12-27 | 1 | -11/+27 |
* | Use the same current time throughout ITIMES(). I want all current | bde | 1994-12-27 | 1 | -7/+15 |
* | Print `slicename' and not a bogus pointer in diskerr() | bde | 1994-12-22 | 1 | -2/+2 |
* | Duplicate readdisklabel() and writedisklabel() and remove DOS stuff from | bde | 1994-12-16 | 1 | -7/+145 |
* | Submitted by: Kirk McKusick | bde | 1994-11-26 | 1 | -2/+2 |
* | John Dyson's patches (and a few from me too) to LFS to use a different | gibbs | 1994-11-17 | 5 | -17/+111 |
* | Remove unused `struct disklabel' (the declarations that used it went away). | bde | 1994-11-14 | 1 | -5/+4 |
* | Undo a previous change. <sys/disklabel.h> was broken, not these files. | bde | 1994-11-14 | 2 | -4/+2 |
* | From: fredriks@mcs.com (Lars Fredriksen) | jkh | 1994-10-28 | 2 | -2/+4 |
* | Julian Elischer's disklabel fixes. | jkh | 1994-10-27 | 2 | -95/+147 |
* | Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate(). | dg | 1994-10-22 | 2 | -5/+8 |
* | Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). | wollman | 1994-10-21 | 1 | -1/+6 |
* | This basically allows you to stick a disklabel on any partition. | phk | 1994-10-17 | 1 | -1/+4 |
* | Add back variable declaration removed by wrong previous cleanups | ache | 1994-10-15 | 1 | -1/+4 |
* | Add back variable declaration removed by wrong prevous cleanups. | ache | 1994-10-15 | 1 | -1/+4 |
* | Cosmetics. make gcc less noisy. Still some way to go here. | phk | 1994-10-10 | 11 | -63/+94 |
* | Got rid of map.h. It's a leftover from the rmap code, and we use rlists. | dg | 1994-10-09 | 1 | -2/+1 |
* | POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c, | phk | 1994-10-08 | 8 | -56/+103 |
* | Cosmetics for gcc -Wall. A couple of unused "int i"'s removed and a couple of | phk | 1994-10-08 | 1 | -24/+46 |
* | Cosmetics. | phk | 1994-10-08 | 1 | -37/+58 |
* | Use tsleep() rather than sleep so that 'ps' is more informative about | dg | 1994-10-06 | 4 | -15/+15 |
* | Make NFS ask the filesystems for directory cookies instead of making them | dfr | 1994-09-28 | 1 | -1/+41 |
* | Moved the "relookup" routine into vfs_lookup.c from ufs/ufs/ufs_vnops.c. | phk | 1994-09-27 | 1 | -155/+1 |
* | Removed unimplemented subr_rmap.c and unused references to it. | dg | 1994-09-25 | 1 | -5/+1 |
* | More loadable VFS changes: | wollman | 1994-09-22 | 6 | -32/+6 |
* | Call ffs ``ufs'' for the benefit of poor, confused user-land programs. | wollman | 1994-09-22 | 1 | -2/+2 |
* | Implemented loadable VFS modules, and made most existing filesystems | wollman | 1994-09-21 | 6 | -6/+26 |
* | Use `1' for a boolean value instead of something irrelevant (MNT_WAIT) | bde | 1994-09-20 | 1 | -2/+2 |
* | Eliminated a whole pile of ancient (we're taking 4.3BSD) VM system | dg | 1994-09-12 | 1 | -81/+1 |
* | panic if length is < 0 in ffs_truncate(). | dg | 1994-09-02 | 1 | -1/+3 |
* | "bogus" fixes from 1.1.5 to work around some cache coherency problems. | dg | 1994-08-29 | 3 | -8/+4 |
* | Made idempotent | paul | 1994-08-21 | 11 | -16/+59 |
* | Made idempotent | paul | 1994-08-21 | 1 | -1/+6 |
* | Implemented filesystem clean bit via: | dg | 1994-08-20 | 2 | -8/+21 |
* | 1) cleaned up after Garrett - fixed more redundant declarations, changed | dg | 1994-08-20 | 4 | -9/+4 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 4 | -10/+4 |
* | Made lockf advisory locking code generic (rather than ufs specific), and | dg | 1994-08-08 | 2 | -78/+5 |
* | Changed B_AGE policy to work correctly in a world with relatively large | dg | 1994-08-08 | 1 | -5/+1 |
* | Changed occurrances of "itrunc" to "ffs_truncate" to make Bruce happy. | dg | 1994-08-03 | 1 | -5/+5 |
* | Completed (hopefully) the kernel support for old style "fastlinks". | dg | 1994-08-02 | 1 | -2/+2 |
* | Added $Id$ | dg | 1994-08-02 | 44 | -0/+44 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 17 | -11/+144 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 46 | -0/+17206 |