summaryrefslogtreecommitdiff
path: root/sys/isofs
AgeCommit message (Expand)Author
2000-07-15Add an option to do case-insensitive lookups even on Rock-Ridge CD-ROMS.jdolecek
2000-07-15one less - though we don't have 'notrans', we have 'nomaplcase' nowjdolecek
2000-05-27add a new mount flag ISOFSMNT_NOCASETRANS - if set, the file names are notjdolecek
2000-05-10Apply a late patch submitted by the author of PR kern/7951 (Joachimscw
2000-03-30Kill more register declarations.augustss
2000-03-30Delete redundant decl of isodirino(), it's in cd9660_extern.h.simonb
2000-03-29Remove redundant decl of rootvp - it's in <sys/systm.h>.simonb
2000-03-29Don't need to include <sys/conf.h> here.simonb
2000-03-16Add new VFS op routine - vfs_done and call it on filesystem detachjdolecek
2000-01-11Add calls to vn_lock() and VOP_UNLOCK() around the VOP_CLOSE() callscw
1999-11-15Add Kirk McKusick's soft updates code to the trunk. Not enabled byfvdl
1999-10-20Check if the type of device node isn't VBAD before touching v_specinfo. Ifenami
1999-10-16In spec_close(), if we're not doing a non-blocking close and VXLOCK iswrstuden
1999-09-06Adapt to cache_lookup() changes (forgot to commit it yesterday)jdolecek
1999-08-04Pull in changes which parallel rev 1.22 -> 1.25 of ufs_lookup().wrstuden
1999-08-03Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntlwrstuden
1999-07-17Adjust mountroot routines to vrele rootvp in case of mount error. Closeswrstuden
1999-07-13From patch supplied in PR-7951 by Joachim Kuebart:scw
1999-07-08Modify file systems to deal with struct lock in struct vnode. All leafwrstuden
1999-04-07Avoid lockups on cd9660 filesystems after attempt to open file for write.tron
1999-03-22Add _PC_FILESIZEBITS to pathconf vnop.kleink
1999-02-26Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() nowwrstuden
1999-01-04Multisession-CD-Support, by Torsten Duwe <duwe@ns.lst.de>.is
1998-09-05Check permissions on device to be mounted.mycroft
1998-09-01Use the pool allocator and the "nointr" pool page allocator for cd9660 nodes.thorpej
1998-08-13Per POSIX, fail with EINVAL if advisory locking is attempted on a file typekleink
1998-08-10create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the othermatthias
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-08-03Recognize _PC_SYNC_IO.kleink
1998-07-05* defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID.jonathan
1998-06-25Use genfs_lease_check()thorpej
1998-06-24Always include fifos; "not an option any more".sommerfe
1998-06-22defopt for options FIFOsommerfe
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-05-08Fix some arithmetics lossage on typeless pointers.kleink
1998-03-01Add NetBSD Id that got lost.fvdl
1998-03-01Merge with Lite2 + local changesfvdl
1998-03-01Import 4.4BSD-Lite2fvdl
1998-02-18Place a pointer to an array of our vnodeopv_desc *'s in our vfsopsthorpej
1998-02-07add flags arg to hashinit(), to pass to malloc().chs
1997-10-16Add missing casts to nlink_t and dev_tchristos
1997-10-10Bump last argument to VOP_READDIR to off_t (from u_long).fvdl
1997-07-07mark prototypes for static inline functions as possibly unused (withcgd
1997-06-13Remove initialization of `swapdev_vp' from mountroot().pk
1997-05-08Fix typo.mycroft
1997-05-08Pass the vnode type to vaccess(), and use it when checking VEXEC. Make suremycroft
1997-05-08VEXEC -> VLOOKUP, as appropriate.mycroft
1997-05-05Eliminate bogus uses of V{READ,WRITE,EXEC}. Use S_I[RWX]{USR,GRP,OTH} wheremycroft
1997-04-11Implement a POSIX compliant genfs VOP_SEEK() and use it in the appropriatekleink
1997-01-31- Add cd9660_mountroot to cd9660_vfsops.thorpej