| Age | Commit message (Expand) | Author |
| 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 |
| 2005-10-28 | Use LIST_ macros instead of accessing list structure members lh_first | dyoung |
| 2005-10-25 | Overhaul makefs -t cd9660. | dyoung |
| 2005-10-23 | Use the real field name (d_fileno instead of d_ino). | thorpej |
| 2005-10-08 | avoid the need for a bogus initializer. | chs |
| 2005-09-11 | Cosmetic: change to a standard idiom, *(x++) --> *x++. Flag some | dyoung |
| 2005-09-11 | By default, do not omit the trailing period from ISO9660 filenames | dyoung |
| 2005-09-09 | Remove unnecessary keeps (Bk/Ek). Sort options. Various minor fixes. | wiz |
| 2005-08-20 | fix compilatio problems on LP64 | kent |
| 2005-08-19 | 64 bit inode changes | christos |
| 2005-08-19 | Remove extraneous #PKG_DEVELOPER=1 line that snuck in with the last | dyoung |
| 2005-08-19 | Change from malloc/strcpy idiom to strdup. | dyoung |
| 2005-08-19 | Cosmetic: alphabetize SRCS. Start a new line on each change of | dyoung |
| 2005-08-15 | Move local variable declaration to start of block (also start of function). | he |
| 2005-08-13 | Fix some wrapping lines. | fvdl |
| 2005-08-13 | Add nbtool_config.h include, fixing the tool compile on some platforms. | fvdl |
| 2005-08-13 | Comment out some currently unimplemented options, and add a few descriptions | fvdl |
| 2005-08-13 | cd9660 support. Written by Daniel Watt, Walter Deignan, Ryan Gabrys, | fvdl |
| 2005-08-13 | Fix a sign warning for WARNS=3. | fvdl |
| 2005-07-11 | Fix a typo in the description of -f. Noted by Jukka Salmi in PR 30713. | lukem |