aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/cd9660.c
Commit message (Expand)AuthorAgeFilesLines
* Fix loader's ability to read the 10.1 release PowerPC ISOs. There appears toNathan Whitehorn2014-12-301-1/+6
* Add a divisor parameter to twiddle() so that callers can request that outputIan Lepore2014-12-221-4/+4
* Switch to ANSI function prototypes in a few places.Craig Rodrigues2011-05-031-1/+1
* Implement the full range of ISO9660 number conversion routines in iso.h.Dag-Erling Smørgrav2005-10-181-15/+0
* - Change the f_isdir field of struct file to be a flags field and twoJohn Baldwin2001-11-061-13/+54
* - Add a simple SUSP parser.John Baldwin2001-11-061-8/+154
* Switch to using ANSI function declarations and add missing functionJohn Baldwin2001-11-061-31/+15
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-1/+3
* Bail if we go beyond the directory size, not just if we hit it.Andrew Gallatin2001-08-231-1/+1
* fix cd9660 to work on files larger than ISO_DEFAULT_BLOCK_SIZE and unbreakAndrew Gallatin2001-04-071-3/+4
* Add a readdir function to the loader fsops vector, and implement theJonathan Lemon2000-04-291-145/+110
* trailing white space removal.David E. O'Brien2000-01-181-16/+14
* Add two new functions cd9660_readfile() & cd9660_readdir(), whichDavid E. O'Brien2000-01-181-110/+175
* Path arguments to *_open functions should be const, but we were manglingMike Smith1998-09-181-4/+4
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+401