summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
AgeCommit message (Expand)Author
2009-11-22make sensembalmer
2009-11-22s/the the/the/mbalmer
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-07-04Get rid of the DOS line endings in the file.ahoka
2009-04-28Create images with 0666 - umask, not 0777 - umask (e.g. without x bits).joerg
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-04-16Distinguish read(2) failure due to a short read from other causes, anddyoung
2009-01-20Bump date for last change.bjh21
2009-01-16Move fs-specific stuff in Makefile to fs/Makefile.inc to clarifypooka
2009-01-16remove fsopts asserts - the parameter is unused, so we don't care herepooka
2009-01-10Add support for encoding RISC OS metadata into ISO 9660 filesystems.bjh21
2009-01-10Initialize a local variable to get rid of a "may be used uninitialized"he
2009-01-09Fix another bug in SUSP "CE" handling: when the SUSP records fit intobjh21
2009-01-08When splitting a System Use Area between a System Use field and abjh21
2009-01-08Typo: debuging -> debugging.bjh21
2009-01-08If the user specifies a cd9660-specific option that needs an integer valuebjh21
2009-01-03cd9660 support has been present for a whilelukem
2008-12-28fix for 64 bit time_t and dev_t.christos
2008-11-21Make the allow-multidot option useful.ad
2008-10-30Import changes from the MirBSD Project:ahoka
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-27Fix typo in cd9660 functionname cd9660_setup_boot_volume_descritpor ->reinoud
2008-05-10Add an option to load a generic boot image into the first 32K of theskrll
2007-12-10Add a todo item: read files from multiple directories.dyoung
2007-12-02Fix Xref.wiz
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