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