summaryrefslogtreecommitdiff
path: root/sys/ufs
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-05-30Fix thinko in previous commit. Do this as suggested by John Kohl.mycroft
1995-05-30When replacing a whiteout, set i_endoff to 0, so the directory cannot bemycroft
1995-05-10from Mike Karels: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-26KERNEL -> _KERNELjtc
1995-03-24explicitly cast &time to (struct timeval *) when passing it to VOP_UPDATE.cgd
1995-03-21Update to use timer{add,sub}().mycroft
1995-03-09copy*str() should use size_t.mycroft
1995-03-08size for copyinstr should be u_longcgd
1995-03-08cast pointer to long, not intcgd
1995-03-01Clean up deleted files.mycroft
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
1995-01-03fix pr 568cgd
1994-12-30Don't look at d_type for old format file systems.mycroft
1994-12-27Clear IN_RENAME on failed rename of directory.mycroft
1994-12-24Implement and use a common access checking routinews
1994-12-21#include sys/queue.h, but also hide kernel structures in #ifdef KERNEL.mycroft
1994-12-21Add RCS ids where missing.mycroft
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-14Remove extra arg to vn_open().mycroft
1994-12-14Sync with CSRG.mycroft
1994-12-13Sync with CSRG.mycroft
1994-12-13Not ready for part of the previous change yet...mycroft
1994-12-13Turn lease_check() into a vnode op, per CSRG.mycroft
1994-12-13Sync with CSRG.mycroft
1994-12-13Sync with CSRG.mycroft
1994-12-11Use __timeradd(), not timevaladd().mycroft
1994-11-17Round struct lfs to 512 bytes.mycroft
1994-11-14added extra argument to vn_openchristos
1994-10-30be more careful with types, also pull in headers where necessary.cgd
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-09-20c syntaxcgd
1994-08-21C syntax fix, and syscall args style (For later.)cgd
1994-07-04Do the doasyncfree conditionalization better.mycroft
1994-06-30fix the definition of a dev_tcgd
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-18kill #ifdefs for vax/tahoe w/old vmcgd