summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/cd9660
AgeCommit message (Expand)Author
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