summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/cd9660/cd9660_debug.c
AgeCommit message (Expand)Author
2013-10-19fix unused variable warnings.christos
2013-01-28- use emalloc and friendschristos
2010-10-27Handle > 2GB images. Thanks to Greg Troxel for testing!christos
2010-10-22- simple fseek->fseeko conversion. probably needs more work.christos
2009-01-08Typo: debuging -> debugging.bjh21
2007-01-30emasculate debugging mode for the hosttool version of makefs, to avoid variousdogcow
2007-01-28revert this change, too.dogcow
2007-01-28Due to recent changes in the cd9660 code, crosscompilation of tools/makefsdogcow
2006-12-18from Anon Ymous: compile with -Wextrachristos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-10-30Remove invisible whitespace at ends of lines that disrupted mydyoung
2005-10-25Overhaul makefs -t cd9660.dyoung
2005-08-13cd9660 support. Written by Daniel Watt, Walter Deignan, Ryan Gabrys,fvdl