aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Add back variable declaration removed by wrong previous cleanupsAndrey A. Chernov1994-10-151-1/+4
* Add back variable declaration removed by wrong prevous cleanups.Andrey A. Chernov1994-10-151-1/+4
* Cosmetics. make gcc less noisy. Still some way to go here.Poul-Henning Kamp1994-10-1011-63/+94
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.David Greenman1994-10-091-2/+1
* POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,Poul-Henning Kamp1994-10-088-56/+103
* Cosmetics for gcc -Wall. A couple of unused "int i"'s removed and a couple ofPoul-Henning Kamp1994-10-081-24/+46
* Cosmetics.Poul-Henning Kamp1994-10-081-37/+58
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-064-15/+15
* Make NFS ask the filesystems for directory cookies instead of making themDoug Rabson1994-09-281-1/+41
* Moved the "relookup" routine into vfs_lookup.c from ufs/ufs/ufs_vnops.c.Poul-Henning Kamp1994-09-271-155/+1
* Removed unimplemented subr_rmap.c and unused references to it.David Greenman1994-09-251-5/+1
* More loadable VFS changes:Garrett Wollman1994-09-226-32/+6
* Call ffs ``ufs'' for the benefit of poor, confused user-land programs.Garrett Wollman1994-09-221-2/+2
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-216-6/+26
* Use `1' for a boolean value instead of something irrelevant (MNT_WAIT)Bruce Evans1994-09-201-2/+2
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemDavid Greenman1994-09-121-81/+1
* panic if length is < 0 in ffs_truncate().David Greenman1994-09-021-1/+3
* "bogus" fixes from 1.1.5 to work around some cache coherency problems.David Greenman1994-08-293-8/+4
* Made idempotentPaul Richards1994-08-2111-16/+59
* Made idempotentPaul Richards1994-08-211-1/+6
* Implemented filesystem clean bit via:David Greenman1994-08-202-8/+21
* 1) cleaned up after Garrett - fixed more redundant declarations, changedDavid Greenman1994-08-204-9/+4
* Fix up some sloppy coding practices:Garrett Wollman1994-08-184-10/+4
* Made lockf advisory locking code generic (rather than ufs specific), andDavid Greenman1994-08-082-78/+5
* Changed B_AGE policy to work correctly in a world with relatively largeDavid Greenman1994-08-081-5/+1
* Changed occurrances of "itrunc" to "ffs_truncate" to make Bruce happy.David Greenman1994-08-031-5/+5
* Completed (hopefully) the kernel support for old style "fastlinks".David Greenman1994-08-021-2/+2
* Added $Id$David Greenman1994-08-0244-0/+44
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-2517-11/+144
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-2446-0/+17206