| Age | Commit message (Expand) | Author |
| 2007-04-13 | Use IEC 60027-2 prefixes for 2^n based prefixes. | lukem |
| 2007-04-07 | Fix deep directory move rock-ridge extension. Code was there, but it had | christos |
| 2007-03-14 | PR/36006: Takahiro Kambe: makefs(8) create cd9660 file system with wrong time | christos |
| 2007-02-01 | Use periods in tables consistently. | uebayasi |
| 2007-02-01 | New sentence new line. | uebayasi |
| 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-12-16 | Don't depend on lubutil if we're building host tools. Fix tools build on | bouyer |
| 2006-12-14 | Complete the move of string_to_flags() and flags_to_string() from the | he |
| 2006-10-22 | use c99 initializers | christos |
| 2006-10-10 | implement -x by pruning fsnodes tree before building filesystem rather | dbj |
| 2006-10-10 | add implementation of free_fsnodes() which unlinks a node | dbj |
| 2006-10-10 | free specfile structure once it has been applied | dbj |
| 2006-10-10 | use new implementation of link_check which i | dbj |
| 2006-10-10 | use strtoll instead of strsuftoll to parse -d so it can be specified | dbj |
| 2006-10-08 | make -t cd9660 obey -x option similarly to ffs | dbj |
| 2006-06-01 | Fix fix for Coverity CID 2751: | hubertf |
| 2006-05-25 | Coverity CID 2751: Avoid NULL deref. | christos |
| 2006-05-12 | don't do the -Wno-pointer-sign dance for host programs. | mrg |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-04-22 | Coverity CID 174: Add extra NULL test to appease coverity. | 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-03-18 | free buf on error path | rtr |
| 2006-03-12 | bump date | rpaulo |
| 2006-03-11 | fix typo: explcitly -> explicitly | jschauma |
| 2006-02-04 | Sort SEE ALSO. | wiz |
| 2006-02-01 | Stop duplicating the ISO9660 sources in sys/fs/cd9660/ for makefs(8). | dyoung |
| 2006-01-26 | Add reference to installboot(8), as suggested by Patrick Welche. | martin |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-11-30 | Fix a bug in cd9660_sort_nodes, which tried to insert `next' before | dyoung |
| 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 | Change cd9660's default verbosity level to 0, quieting it down | dyoung |
| 2005-10-31 | Bump date for previous. | wiz |
| 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 | boot-load-size, the number of load sectors for the boot image, is | 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 | The system type mac68k is also allowed. | dyoung |
| 2005-10-28 | Correct strcmp(3) usage (expect equal -> 0). | dyoung |
| 2005-10-28 | Synchronize documentation with utility. | dyoung |