summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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
* More loadable VFS changes:wollman1994-09-226-32/+6
* Call ffs ``ufs'' for the benefit of poor, confused user-land programs.wollman1994-09-221-2/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-216-6/+26
* Use `1' for a boolean value instead of something irrelevant (MNT_WAIT)bde1994-09-201-2/+2
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemdg1994-09-121-81/+1
* panic if length is < 0 in ffs_truncate().dg1994-09-021-1/+3
* "bogus" fixes from 1.1.5 to work around some cache coherency problems.dg1994-08-293-8/+4
* Made idempotentpaul1994-08-2111-16/+59
* Made idempotentpaul1994-08-211-1/+6
* Implemented filesystem clean bit via:dg1994-08-202-8/+21
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-204-9/+4
* Fix up some sloppy coding practices:wollman1994-08-184-10/+4
* Made lockf advisory locking code generic (rather than ufs specific), anddg1994-08-082-78/+5
* Changed B_AGE policy to work correctly in a world with relatively largedg1994-08-081-5/+1
* Changed occurrances of "itrunc" to "ffs_truncate" to make Bruce happy.dg1994-08-031-5/+5
* Completed (hopefully) the kernel support for old style "fastlinks".dg1994-08-021-2/+2
* Added $Id$dg1994-08-0244-0/+44
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-2517-11/+144
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2446-0/+17206
OpenPOWER on IntegriCloud