summaryrefslogtreecommitdiff
path: root/sys/adosfs
AgeCommit message (Expand)Author
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-04-17set blocksize in adosfs_getattr(). fixes pr#968chopps
1995-03-09copy*str() should use size_t.mycroft
1995-03-08size should be u_long, kill unneeded variablecgd
1995-01-18amount -> adosfsmountmycroft
1995-01-18Clean this up a bit, adding security checks, and copying code from other filemycroft
1994-12-29cleanup a couple botched merges.chopps
1994-12-28a couple fixes. Add support for muFS (multi-user adosfs). Default tochopps
1994-12-27Format police.mycroft
1994-12-24Implement and use a common access checking routinews
1994-12-15Call foo_statfs() from a common place when mounting.mycroft
1994-12-13Turn lease_check() into a vnode op, per CSRG.mycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-29light clean; make sure headers are properly included, types are OK, etc.cgd
1994-10-20update for new syscall args description mechanismcgd
1994-10-14move arch dependence to archs. clean up a bit. deal with weird MAXPARTITONS.cgd
1994-10-06fix access check to honor mount arg,chopps
1994-08-30fix uninitialized use of mask.chopps
1994-07-11fix a `bug' actually just an interface issue, cache last indirect blockchopps
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-27new standard, minimally intrusive ID formatcgd
1994-06-17update to new vfs interface.chopps
1994-06-02fix an off by one error in hash chain counting code. Also fix "lockup"chopps
1994-06-02fix an off by one error hash chain counting code. Also fix "lockup"chopps
1994-05-31MIN/minchopps
1994-05-25MIN() -> min()chopps
1994-05-16directories wired to have link count 1 not 2, pointed out by Charles.chopps
1994-05-13some very minor cleanup and fix a bug in adosfs_readdir().chopps
1994-05-11First version of AmigaDOS fast file system. needs work, read only.chopps