summaryrefslogtreecommitdiff
path: root/sys/isofs/cd9660
AgeCommit message (Expand)Author
2007-04-13Remove cluster reading from cd9660_read(); wich doesnt work.Thordur I. Bjornsson
2007-04-11Remove the simplelock argument from vrecycle();Thordur I. Bjornsson
2007-03-25Account for the space of all the previous sessions on disk whenPedro Martelletto
2007-03-21Remove the v_interlock simplelock from the vnode structure.Thordur I. Bjornsson
2007-03-21Add support for mounting arbitrary sessions, from Enache AdrianPedro Martelletto
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2007-01-16Retire VOP_LEASE(); It was a bit for NQNFS and hasThordur I. Bjornsson
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-10-16Use daddr64_t for logical blocks, okay krw@ thib@ mickey@Pedro Martelletto
2006-10-03Introduce daddr64_t and use it for physical block numbersPedro Martelletto
2006-09-23typo, remove reference to lfsPedro Martelletto
2006-08-07Revert last commitPedro Martelletto
2006-08-06obey the locking disaplince wrt to VOP_CLOSE during umountsThordur I. Bjornsson
2006-06-28Only set devvp->v_specmountpoint on successful mounts, Nicholas MarriottPedro Martelletto
2006-04-19Remove unused mount list simple_lock() gooPedro Martelletto
2006-01-25reduce stack use; pedro@ miod@ okMichael Shalayeff
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-09Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks.Pedro Martelletto
2005-11-30No need for vfs_busy() and vfs_unbusy() to take a process pointerPedro Martelletto
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-11-09Add missing cast when reading in the file size, fixes PR 4480, okay krw@Pedro Martelletto
2005-09-28No part of the code defines UNALIGNED_ACCESS, use reverted tests forMiod Vallat
2004-11-29Don't use seltrue() in poll ops since it requires v_rdev dereferencingAlexander Yurchenko
2004-10-04Make doff_t u_quad_t. This allows me to read iso9660 DVD-ROMs thatTodd C. Miller
2004-05-17typoBrad Smith
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2003-11-04a hook to use an lkm for unicode names decoding; from freebsdMichael Shalayeff
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-14constify vfsops; tedu@ okMichael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14Wrong check..Thierry Deval
2003-05-14strcpy + size checkThierry Deval
2003-05-13Kill a bunch more commons (very few left =)Jason Wright
2003-05-07string fix; tedu okTheo de Raadt
2003-04-06Missed file in previous strncpy fixup for d_packname, d_typename fields.Kenneth R Westerback
2003-01-31File system locking fixups, mostly from NetBSD:Artur Grabowski
2003-01-05spellingTheo de Raadt
2002-11-08Implement simple vnodeop inheritance for specfs and fifofs.Artur Grabowski
2002-05-24splbio around biodone.Artur Grabowski
2002-05-23Since the days of architectures where page size is smaller thanArtur Grabowski
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.Marc Espie
2002-03-15Kill some #if __STDC__ used with 8bit function args; we live in an ANSI worldTodd C. Miller
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-10call inittodr() to avoid reseting the clock; problem reported in tech@.Federico G. Schwindt
2002-02-10spellingTheo de Raadt
2002-01-25multi-session support; from NetBSD. millert@ okFederico G. Schwindt
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-10Since VOP_READ is never called on VDIR vnodes and ext2fs_readArtur Grabowski
2001-12-10Big cleanup inspired by NetBSD with some parts of the code from NetBSD.Artur Grabowski