summaryrefslogtreecommitdiff
path: root/sys/isofs/cd9660/cd9660_node.c
AgeCommit message (Collapse)Author
2001-06-23Get rid of several unused vnode operationsConstantine Sapuntzakis
1999-04-28zap the newhashinit hack.Artur Grabowski
Add an extra flag to hashinit telling if it should wait in malloc. update all calls to hashinit.
1998-08-21Fix malloc race in the cd9660 fs.Constantine Sapuntzakis
1998-07-22fix tz calculation; bug found by reesTheo de Raadt
1997-11-08Sync to NetBSD; some extra KNFNiklas Hallqvist
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-08-01From NetBSD (mycroft):Todd C. Miller
Eliminate bogus uses of V{READ,WRITE,EXEC}. Use S_I[RWX]{USR,GRP,OTH} where appropriate.
1996-02-29From NetBSD: merge with 960217Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt