summaryrefslogtreecommitdiff
path: root/sys/isofs/cd9660/cd9660_node.c
AgeCommit message (Expand)Author
2014-11-18use siphash for key lookups in all the filesystem hashes.David Gwynne
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-06-02Remove disabled ISODEVMAP support. dev_t's on one system will not beTheo de Raadt
2013-05-30CD filesystems don't do inode numbers >2^32, so use a smaller type internally,Philip Guenther
2010-04-23simple_lock -> XXXLOCKING comments.Owain Ainsworth
2007-10-29MALLOC/FREE -> malloc/freeCharles Longeau
2007-06-01pedro ok'd this ~3500 line diff which removes the vop argumentTheo de Raadt
2007-04-11Remove the simplelock argument from vrecycle();Thordur I. Bjornsson
2007-03-21Remove the v_interlock simplelock from the vnode structure.Thordur I. Bjornsson
2006-01-09Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.Pedro Martelletto
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-13Kill a bunch more commons (very few left =)Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-23Get rid of several unused vnode operationsConstantine Sapuntzakis
1999-04-28zap the newhashinit hack.Artur Grabowski
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
1996-02-29From NetBSD: merge with 960217Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt