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