| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed redundant newlines that were in some panic strings. | dg | 1995-03-19 | 7 | -17/+17 |
* | Backed out change to panic call: As Chris just pointed out to me, panic() | dg | 1995-03-19 | 1 | -5/+3 |
* | Fix a call to panic: panic doesn't do token substitution on the panic | dg | 1995-03-19 | 1 | -3/+5 |
* | Don't sync the inode date changes of character special devices | dg | 1995-03-18 | 1 | -3/+3 |
* | Woops, add back that #define...it's used later in the file. | dg | 1995-03-18 | 1 | -1/+8 |
* | Fixed comments and removed b_cylinder #define. | dg | 1995-03-18 | 1 | -13/+5 |
* | Integrated change from 1.1.5: Fixed broken disksort to sort by pblkno | dg | 1995-03-18 | 1 | -13/+6 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 4 | -14/+4 |
* | Finish the previous change. The device name got lost in diskerr(). | bde | 1995-03-12 | 1 | -2/+2 |
* | Removed gratuitous and *extremely* evil setting of OBJ_INTERNAL. This | dg | 1995-03-11 | 1 | -3/+1 |
* | Increased default minfree to 8%. | dg | 1995-03-10 | 1 | -2/+2 |
* | The threshold for switching from time-space and space-time is too small | dg | 1995-03-10 | 1 | -2/+2 |
* | Patch to fix quota panic from Mike Karels: | dg | 1995-03-10 | 1 | -3/+4 |
* | Removed obsolete vtrace() remnants. | dg | 1995-03-04 | 3 | -19/+7 |
* | Fixes from John Dyson to work around vnode lock hang. Basically, remove | dg | 1995-03-03 | 2 | -3/+11 |
* | Don't try to make use of useless rotational position optimisation, | se | 1995-02-27 | 1 | -8/+8 |
* | Use dsname() to get consistent names. | bde | 1995-02-22 | 1 | -13/+6 |
* | Adjust slice names in diskerr() for the rearranged slice numbers. The | bde | 1995-02-16 | 1 | -11/+11 |
* | 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 |