summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
AgeCommit message (Expand)Author
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-06-15compensate for timeval/timespec/stat structure changes.cgd
1995-04-12Make use of the `fs_clean' field. If it was set when the file system wasmycroft
1995-03-28KERNEL -> _KERNELjtc
1995-03-24explicitly cast &time to (struct timeval *) when passing it to VOP_UPDATE.cgd
1995-03-09copy*str() should use size_t.mycroft
1995-03-08size for copyinstr should be u_longcgd
1995-01-18Clean up the code to frob mnt_stat a bit.mycroft
1995-01-18Turn mountlist into a CIRCLEQ, and handle setting and checking of MNT_ROOTFSmycroft
1994-12-16Ignore rotational optimization if nrpos == 1, as suggested by Stefan Esser.mycroft
1994-12-15Call foo_statfs() from a common place when mounting.mycroft
1994-12-14Sync with CSRG.mycroft
1994-12-13Turn lease_check() into a vnode op, per CSRG.mycroft
1994-12-13Sync with CSRG.mycroft
1994-10-28This is not my day.mycroft
1994-10-28Fix typo.mycroft
1994-10-28For now, limit the maxfilesize to 2^31*bsize-1 in core. This is temporary.mycroft
1994-10-28Fix a couple of types in the compatibility code.mycroft
1994-10-28Don't allow truncating past maxfilesize.mycroft
1994-10-20update for new syscall args description mechanism, and deal safelycgd
1994-07-04Do the doasyncfree conditionalization better.mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-28Reload mnt_maxsymlinklen, for `fsck -c2'.mycroft
1994-06-22Deallocate the vnode data using the correct type for MFS nodes.mycroft
1994-06-22Add a couple of missing casts.mycroft
1994-06-15Fastlink compat.mycroft
1994-06-13Format police.mycroft
1994-06-13Check requested file size; negative values cause havoc.pk
1994-06-08Update to 4.4-Lite fs code, with local changes.mycroft