summaryrefslogtreecommitdiffstats
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* hdimage: Add GPT supportStefan Sørensen2019-02-121-0/+68
* systemp: Print command output on demandSascha Hauer2018-03-191-4/+46
* cleanup loggingSascha Hauer2018-03-191-38/+69
* pad_file, insert_data: be more verbose on errorsRoland Hieber2018-03-061-0/+4
* util: save errno before calling another functionRoland Hieber2018-03-061-4/+4
* util: print suffix errorGaël PORTAY2017-11-281-1/+1
* util: check asprintf()/vasprintf() return valuesMichael Olbrich2017-11-121-3/+22
* util: make size parsing more robustMichael Olbrich2017-11-121-1/+6
* insert_data: create file if necessaryMichael Olbrich2016-08-121-0/+2
* pad_file: free allocated bufferMichael Olbrich2016-01-121-1/+2
* add license file and remove old FSF address from the source filesMichael Olbrich2016-01-121-2/+1
* util: avoid image_error() segfault if no handlerVivien Didelot2015-02-161-1/+2
* cleanup loggingMichael Olbrich2014-08-121-2/+34
* util: fix type usage in min macro from int to size_tMichael Grzeschik2014-07-281-1/+1
* cleanup error outputMichael Olbrich2013-05-021-11/+11
* fix some warningsMichael Olbrich2013-05-021-1/+1
* pad_file: count all written bytesMichael Olbrich2012-07-031-2/+2
* insert_data: fix warningMichael Olbrich2012-06-301-1/+1
* add missing copyright headersMichael Olbrich2012-06-131-0/+18
* build with autotoolsMichael Olbrich2012-06-121-1/+0
* remove debug outputMichael Olbrich2011-11-071-1/+0
* systemp should return the exit status if availableMichael Olbrich2011-10-121-0/+3
* private functions should be staticMichael Olbrich2011-10-111-1/+1
* pad_file: don't forget to write the last bytesMichael Olbrich2011-10-111-6/+5
* add insert_data() functionMichael Olbrich2011-10-111-0/+38
* initial importSascha Hauer2011-06-271-0/+220