summaryrefslogtreecommitdiff
path: root/rdoff
AgeCommit message (Expand)AuthorFilesLines
2013-04-01Fixed two more resource leaks in rdoff/rdlib.cPhilipp Kloke1-0/+2
2013-04-01Fixed three possible buffer overflowsPhilipp Kloke1-3/+3
2013-04-01Fixed several resource and memory leaksPhilipp Kloke3-1/+5
2011-06-23rdoff: add missing dependency in MakefileH. Peter Anvin1-1/+1
2011-06-23Makefile: hopefully fix rdoff parallel build problemsH. Peter Anvin1-11/+9
2009-08-13Use fputs instead of fprintf for plain stringsVictor van den Elzen1-1/+1
2009-07-06NASM: relicense under the 2-clause BSD licenseH. Peter Anvin1-4/+1
2009-07-05More "make install" fixes...H. Peter Anvin1-1/+1
2009-07-05rdf2bin: be smarter about extracting the format from argv[0]H. Peter Anvin1-7/+26
2009-07-05rdoff: fix "make install"H. Peter Anvin1-1/+3
2009-07-03rdf2bin.1: add missing spaceH. Peter Anvin1-1/+1
2009-07-03rdoff/test/Makefile: actually do build testsH. Peter Anvin1-1/+9
2009-07-03rdf2bin: update man page, add link pages for aliasesH. Peter Anvin4-6/+43
2009-07-03Correct the legacy name rdf2ihx (as opposed to rdf2ith)H. Peter Anvin1-1/+1
2009-07-03rdf2bin: revamp so it can output bin, ith, or srecH. Peter Anvin2-67/+313
2009-07-03rdfload: make the base addresses unsignedH. Peter Anvin1-3/+3
2009-07-03Remove rdf2ihx.c, since it looks unlikely we'll get it relicensed.H. Peter Anvin1-237/+0
2009-06-28Add new copyright headers to the rdoff codeH. Peter Anvin17-55/+579
2009-02-21Unify all-zero buffers; add fwritezero()H. Peter Anvin1-1/+2
2008-05-20rdx: Add cast avoid warning from gccH. Peter Anvin1-1/+1
2008-04-12Avoid some warnings in rdoff/rdf2bin.cBo Borgerson1-3/+3
2007-12-30Define MKDIR for rdoff make fileCharles Crayne1-0/+1
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset14-14/+14
2007-12-18rdoff: add man pages from the Debian project.H. Peter Anvin7-0/+160
2007-11-18Clean up remaining build warningsH. Peter Anvin1-1/+3
2007-11-18BR 1834056: Remove warnings in rdoff/rdoff.cH. Peter Anvin1-6/+6
2007-10-28Actually shut up the warning in rdfload.cH. Peter Anvin1-3/+3
2007-10-28Fix warning about cast to pointer in rdfload.cH. Peter Anvin1-3/+3
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin7-15/+15
2007-10-18Suppress datarootdir warnings from configureCharles Crayne1-0/+1
2007-10-18Fix invocation of readnum()H. Peter Anvin2-12/+12
2007-10-10Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin1-39/+36
2007-10-02Portability fixesH. Peter Anvin14-1/+29
2007-09-12Remove $Id$ tags (useless with git)H. Peter Anvin1-1/+0
2007-08-26remove "#include <unistd.h> from rdoff directory - two places - it annoyed Wi...Frank Kotler2-2/+0
2007-08-20ldrdf: cast output of sizeof() before passing to printf(), to avoid warning.H. Peter Anvin1-2/+3
2007-04-15Get rid of @GCCFLAGS@H. Peter Anvin1-1/+1
2007-04-14c99 printf/fprintf compliance.Keith Kanios8-32/+37
2007-04-13AIf we have config.h, we should actually include it!!H. Peter Anvin1-0/+1
2007-04-13Fixed distinction between char and int8_t data types.Keith Kanios15-92/+92
2007-04-12Remove redundant inclusion of <inttypes.h>H. Peter Anvin1-2/+0
2007-04-12Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin19-97/+125
2007-04-12Fixed c99 support for RDOFF ToolsKeith Kanios5-4/+8
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios22-258/+258
2005-10-20Allow CFLAGS to be overridden from make.Eric Christopher1-2/+5
2005-01-15Apply Nindent to all .c and .h filesH. Peter Anvin23-2825/+2840
2004-12-17Placed guards around strdup declaration to avoid compiler errors on saneEd Beroset1-0/+2
2004-09-15outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.Yuri Zaporogets21-652/+704
2004-08-08Removed old header that was once used by ldrdf.Yuri Zaporogets1-27/+0
2004-05-15Include <string.h> to get rid of compiler warningsYuri Zaporogets1-1/+2