summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
AgeCommit message (Expand)Author
2007-04-13Use IEC 60027-2 prefixes for 2^n based prefixes.lukem
2007-04-07Fix deep directory move rock-ridge extension. Code was there, but it hadchristos
2007-03-14PR/36006: Takahiro Kambe: makefs(8) create cd9660 file system with wrong timechristos
2007-02-01Use periods in tables consistently.uebayasi
2007-02-01New sentence new line.uebayasi
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-12-16Don't depend on lubutil if we're building host tools. Fix tools build onbouyer
2006-12-14Complete the move of string_to_flags() and flags_to_string() from thehe
2006-10-22use c99 initializerschristos
2006-10-10implement -x by pruning fsnodes tree before building filesystem ratherdbj
2006-10-10add implementation of free_fsnodes() which unlinks a nodedbj
2006-10-10free specfile structure once it has been applieddbj
2006-10-10use new implementation of link_check which idbj
2006-10-10use strtoll instead of strsuftoll to parse -d so it can be specifieddbj
2006-10-08make -t cd9660 obey -x option similarly to ffsdbj
2006-06-01Fix fix for Coverity CID 2751:hubertf
2006-05-25Coverity CID 2751: Avoid NULL deref.christos
2006-05-12don't do the -Wno-pointer-sign dance for host programs.mrg
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-04-22Coverity CID 174: Add extra NULL test to appease coverity.christos
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-03-18free buf on error pathrtr
2006-03-12bump daterpaulo
2006-03-11fix typo: explcitly -> explicitlyjschauma
2006-02-04Sort SEE ALSO.wiz
2006-02-01Stop duplicating the ISO9660 sources in sys/fs/cd9660/ for makefs(8).dyoung
2006-01-26Add reference to installboot(8), as suggested by Patrick Welche.martin
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-11-30Fix a bug in cd9660_sort_nodes, which tried to insert `next' beforedyoung
2005-10-31Oops, condition another printf on verbose_level > 0.dyoung
2005-10-31Condition several cd9660 printfs on verbose_level > 0. Silencesdyoung
2005-10-31Change cd9660's default verbosity level to 0, quieting it downdyoung
2005-10-31Bump date for previous.wiz
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-30boot-load-size, the number of load sectors for the boot image, isdyoung
2005-10-30Cosmetic: add temporary variables for lengthy, repeated clausesdyoung
2005-10-30Remove invisible whitespace at ends of lines that disrupted mydyoung
2005-10-28The system type mac68k is also allowed.dyoung
2005-10-28Correct strcmp(3) usage (expect equal -> 0).dyoung
2005-10-28Synchronize documentation with utility.dyoung