summaryrefslogtreecommitdiffstats
path: root/tools/mkenvimage.c
Commit message (Expand)AuthorAgeFilesLines
* Patch to mkenvimage to handle text files with length that exceed env sizeBrian McFarland2015-03-281-7/+22
* Added support for comments in input to mkenvimage.Dominik Muth2014-11-101-3/+8
* tools/Makefile: Move _GNU_SOURCE to MakefileYork Sun2013-08-161-3/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* tools: clean up mingw ifdefsMike Frysinger2012-07-201-8/+2
* tools: Fix mingw tools buildVladimir Yakovlev2012-07-081-2/+8
* tools/mkenvimage.c: fix basename(3) usageAndreas Bießmann2012-07-021-0/+1
* mkenvimage: Fix compiler warningDirk Behme2012-04-101-2/+2
* mkenvimage: Really set the redundant byte when applicableDavid Wagner2012-03-271-1/+3
* mkenvimage: Don't try to detect comments in the input fileDavid Wagner2012-03-271-8/+0
* mkenvimage: Use mmap() when reading from a regular fileDavid Wagner2012-03-271-6/+19
* mkenvimage: Read/Write from/to stdin/out by default or if the filename is "-"David Wagner2012-03-271-13/+13
* mkenvimage: More error handlingDavid Wagner2012-03-271-2/+29
* mkenvimage: Correct an include and add a missing oneDavid Wagner2012-03-271-1/+2
* mkenvimage: correct and clarify comments and error messagesDavid Wagner2012-03-271-25/+14
* mkenvimage: fix usage messageWolfgang Denk2012-03-261-1/+1
* Correctly handle input files beginning with several newlinesDavid Wagner2012-01-051-5/+5
* tools/mkenvimage.c: Fix a merge issueHorst Kronstorfer2012-01-051-2/+2
* Merge branch 'next' of ../nextWolfgang Denk2011-12-231-5/+18
|\
| * mkenvimage: Add version info switch (-V)Horst Kronstorfer2011-12-201-1/+6
| * mkenvimage: Fix getopt() error handlingHorst Kronstorfer2011-12-201-2/+10
| * mkenvimage: Fix some typosHorst Kronstorfer2011-12-201-4/+4
* | Print program basename instead of whole path in usage()Horst Kronstorfer2011-12-221-3/+9
|/
* new tool mkenvimage: generates an env image from an arbitrary config fileDavid Wagner2011-11-221-0/+270
OpenPOWER on IntegriCloud