summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/cd9660
AgeCommit message (Expand)Author
2009-11-22make sensembalmer
2009-11-22s/the the/the/mbalmer
2009-07-04Get rid of the DOS line endings in the file.ahoka
2009-01-16Move fs-specific stuff in Makefile to fs/Makefile.inc to clarifypooka
2009-01-10Add support for encoding RISC OS metadata into ISO 9660 filesystems.bjh21
2009-01-10Initialize a local variable to get rid of a "may be used uninitialized"he
2009-01-09Fix another bug in SUSP "CE" handling: when the SUSP records fit intobjh21
2009-01-08When splitting a System Use Area between a System Use field and abjh21
2009-01-08Typo: debuging -> debugging.bjh21
2008-07-27Fix typo in cd9660 functionname cd9660_setup_boot_volume_descritpor ->reinoud
2008-05-10Add an option to load a generic boot image into the first 32K of theskrll
2007-03-14PR/36006: Takahiro Kambe: makefs(8) create cd9660 file system with wrong timechristos
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
2007-01-16 * Don't include headers twicehubertf
2006-12-18from Anon Ymous: compile with -Wextrachristos
2006-04-22Coverity CID 548: Fix resource leak.christos
2006-04-22Coverity CID 550: Resource leak.christos
2006-03-23Coverity CID 2757: Don't leak memory in error conditions.riz
2006-02-01Stop duplicating the ISO9660 sources in sys/fs/cd9660/ for makefs(8).dyoung
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-10-31Oops, condition another printf on verbose_level > 0.dyoung
2005-10-31Condition several cd9660 printfs on verbose_level > 0. Silencesdyoung
2005-10-31Remove the cd9660_inode hashtable for hard-links support, and re-usedyoung
2005-10-30Add hard-link support: keep a hashtable that maps inodes fordyoung
2005-10-30Normalize {err,warn}{,x} uses.dyoung
2005-10-30Now that I understand what order boot-images and boot-entries aredyoung
2005-10-30Bug fix: record the actual number number of 512-byte "virtual"dyoung
2005-10-30Cosmetic: add temporary variables for lengthy, repeated clausesdyoung
2005-10-30Remove invisible whitespace at ends of lines that disrupted mydyoung
2005-10-28Correct strcmp(3) usage (expect equal -> 0).dyoung
2005-10-28Use LIST_ macros instead of accessing list structure members lh_firstdyoung
2005-10-25Overhaul makefs -t cd9660.dyoung
2005-08-19Change from malloc/strcpy idiom to strdup.dyoung
2005-08-13cd9660 support. Written by Daniel Watt, Walter Deignan, Ryan Gabrys,fvdl