summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-06-02Fix a condition where union_updatevp() would reinsert the node onto themycroft
1995-06-01Moved egid credential from cr_groups[0] to new field cr_gid. POSIX.1jtc
1995-05-30Add prototype.mycroft
1995-05-30Always call union_diruncache() when removing the upper object.mycroft
1995-05-30Release the directory cache when a directory is removed or whited out.mycroft
1995-05-30Fix typo.mycroft
1995-05-30Make sure un_dircache is set after union_dircache(), to avoid strandingmycroft
1995-05-30When a file is removed from the upper layer, make sure to release themycroft
1995-05-30Fix order of lock assertions in union_lock() and union_removed_upper().mycroft
1995-04-15clean up some return-type warningscgd
1995-04-15fix timeval vs. timespec warningscgd
1995-04-14Allow opening a FIFO with O_RDWR.mycroft
1995-04-10Return EOF for old vnodes of tty devices, rather than EIO.mycroft
1995-04-10Use the new d_type field. Set VISTTY for vnodes of tty devices.mycroft
1995-04-02Emulate SCO behaviour when both FREAD and FWRITE are set, but only for SCOmycroft
1995-03-29KERNEL -> _KERNELbriggs
1995-03-11Add missing arguments to VOP_CLOSE() in some cases. From Frank van dermycroft
1995-03-09copy*str() should use size_t.mycroft
1995-03-08use u_long for copyin*cgd
1995-02-03Return EROFS rather than ENOENT in many cases. Also some cosmetic cleanup.mycroft
1995-01-25return EOPNOTSUPP from fhtovp and vptofh functions; doing otherwisecgd
1995-01-18Clean up the code to frob mnt_stat a (tiny) bit.mycroft
1995-01-05initialize variable as pointed out by David Jones <dej@qpoint.torfree.net>chopps
1994-12-29Consistency with other file system code...mycroft
1994-12-29Undo a few of the VCALL() changes for now.mycroft
1994-12-27Format police.mycroft
1994-12-24Implement and use a common access checking routinews
1994-12-18fix compilation errorglass
1994-12-16Remove a_fp.mycroft
1994-12-15Call foo_statfs() from a common place when mounting.mycroft
1994-12-15Fix minor bug in union_setattr().mycroft
1994-12-15Still more VOP_*() -> VCALL() twiddling.mycroft
1994-12-15Some more VOP_*() -> VCALL() munging.mycroft
1994-12-14Remove a_fp.mycroft
1994-12-14Revert dup handling.mycroft
1994-12-14Clean up deleted files.mycroft
1994-12-14Sync with CSRG.mycroft
1994-12-13LEASE_CHECK -> VOP_LEASEmycroft
1994-12-13Fix editing errors.mycroft
1994-12-13Turn lease_check() into a vnode op, per CSRG.mycroft
1994-12-13Use VCALL() in lots of places.mycroft
1994-12-13Sync with CSRG.mycroft
1994-12-04Use fddupopen(), just like fdopen() does.mycroft
1994-12-01Reimplement union_seek().mycroft
1994-12-01Make sure averunnable.fscale is filled before using it.mycroft
1994-11-14fixed struct commentchristos
1994-11-14fixed struct comment; passed extra argument (struct file *) to openchristos
1994-11-14fixed struct commentchristos
1994-10-30be more careful with types, also pull in headers where necessary.cgd