summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-2810-18/+27
* Removed third arg (vmio) to allocbuf() that was added with the originaldg1995-03-263-7/+7
* Removed redundant newlines that were in some panic strings.dg1995-03-197-17/+17
* Backed out change to panic call: As Chris just pointed out to me, panic()dg1995-03-191-5/+3
* Fix a call to panic: panic doesn't do token substitution on the panicdg1995-03-191-3/+5
* Don't sync the inode date changes of character special devicesdg1995-03-181-3/+3
* Woops, add back that #define...it's used later in the file.dg1995-03-181-1/+8
* Fixed comments and removed b_cylinder #define.dg1995-03-181-13/+5
* Integrated change from 1.1.5: Fixed broken disksort to sort by pblknodg1995-03-181-13/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-164-14/+4
* Finish the previous change. The device name got lost in diskerr().bde1995-03-121-2/+2
* Removed gratuitous and *extremely* evil setting of OBJ_INTERNAL. Thisdg1995-03-111-3/+1
* Increased default minfree to 8%.dg1995-03-101-2/+2
* The threshold for switching from time-space and space-time is too smalldg1995-03-101-2/+2
* Patch to fix quota panic from Mike Karels:dg1995-03-101-3/+4
* Removed obsolete vtrace() remnants.dg1995-03-043-19/+7
* Fixes from John Dyson to work around vnode lock hang. Basically, removedg1995-03-032-3/+11
* Don't try to make use of useless rotational position optimisation,se1995-02-271-8/+8
* Use dsname() to get consistent names.bde1995-02-221-13/+6
* Adjust slice names in diskerr() for the rearranged slice numbers. Thebde1995-02-161-11/+11
* YF fix.phk1995-02-142-12/+18
* Fixed bmap run-length brokeness.dg1995-02-031-1/+3
* Removed some unused/obsolete code.dg1995-01-241-7/+1
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-0911-42/+64
* Change panic messges that are ffs_blah functions to say they are ffs notgibbs1995-01-041-3/+3
* LFS stability patches. There is still a problem with directory updategibbs1995-01-045-61/+87
* Use the same current time throughout ffs_update().bde1994-12-271-11/+27
* Use the same current time throughout ITIMES(). I want all currentbde1994-12-271-7/+15
* Print `slicename' and not a bogus pointer in diskerr()bde1994-12-221-2/+2
* Duplicate readdisklabel() and writedisklabel() and remove DOS stuff frombde1994-12-161-7/+145
* Submitted by: Kirk McKusickbde1994-11-261-2/+2
* John Dyson's patches (and a few from me too) to LFS to use a differentgibbs1994-11-175-17/+111
* Remove unused `struct disklabel' (the declarations that used it went away).bde1994-11-141-5/+4
* Undo a previous change. <sys/disklabel.h> was broken, not these files.bde1994-11-142-4/+2
* From: fredriks@mcs.com (Lars Fredriksen)jkh1994-10-282-2/+4
* Julian Elischer's disklabel fixes.jkh1994-10-272-95/+147
* Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate().dg1994-10-222-5/+8
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-211-1/+6
* This basically allows you to stick a disklabel on any partition.phk1994-10-171-1/+4
* Add back variable declaration removed by wrong previous cleanupsache1994-10-151-1/+4
* Add back variable declaration removed by wrong prevous cleanups.ache1994-10-151-1/+4
* Cosmetics. make gcc less noisy. Still some way to go here.phk1994-10-1011-63/+94
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-091-2/+1
* POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,phk1994-10-088-56/+103
* Cosmetics for gcc -Wall. A couple of unused "int i"'s removed and a couple ofphk1994-10-081-24/+46
* Cosmetics.phk1994-10-081-37/+58
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-064-15/+15
* Make NFS ask the filesystems for directory cookies instead of making themdfr1994-09-281-1/+41
* Moved the "relookup" routine into vfs_lookup.c from ufs/ufs/ufs_vnops.c.phk1994-09-271-155/+1
* Removed unimplemented subr_rmap.c and unused references to it.dg1994-09-251-5/+1
OpenPOWER on IntegriCloud