summaryrefslogtreecommitdiff
path: root/futility/misc.c
Commit message (Expand)AuthorAgeFilesLines
* futility/misc.c: Check mmap() ret with std valueEdward O'Callaghan2023-05-151-1/+1
* futility/misc.c: Use ERROR() macro consistentlyEdward O'Callaghan2023-05-151-22/+16
* Add checks for a few minor overflow risksJulius Werner2023-05-131-4/+4
* futility/: Replace futil_copy_file_or_die() implfactory-skyrim-15384.BEdward O'Callaghan2023-03-151-45/+29
* futility: Move write_to_file to misc.cEvan Benn2022-12-141-0/+35
* firmware: host: futility: Add CBFS metadata hash supportstabilize-15183.14.BJakub Czapiga2022-10-121-43/+9
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* subprocess: Log subprocess arguments when runningstabilize-15117.86.Bstabilize-15117.48.Bstabilize-15117.111.Brelease-R107-15117.BJakub Czapiga2022-09-101-1/+2
* firmware: 2sha: Integrate HW crypto directly into vb2_digest APIJulius Werner2022-09-011-11/+14
* futility: Rework file opening and mappingJakub Czapiga2022-05-141-6/+69
* futility: add subcommand for creating and verifying the RO_GSCVD areaVadim Bendebury2021-10-181-0/+51
* portability fixes: support building vboot on OpenBSDstabilize-13983.Bstabilize-13982.88.Bstabilize-13982.82.Bstabilize-13982.70.Bstabilize-13982.69.Bstabilize-13982.60.Bstabilize-13982.51.Brelease-R92-13982.BIdwer Vollering2021-05-201-2/+2
* portability fixes: support building vboot on FreeBSDIdwer Vollering2020-09-111-2/+2
* vboot: fix up some more includesJoel Kitching2019-09-231-2/+1
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+1
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-16/+16
* futility: Unify logging macrosJulius Werner2019-05-141-2/+2
* futility: Merge Debug() into VB2_DEBUG()Julius Werner2019-03-061-3/+3
* futility: updater: Correct HWID digest when preserving HWIDstabilize-11647.70.Bstabilize-11647.104.Brelease-R73-11647.BHung-Te Lin2019-01-161-0/+25
* vboot: Convert vboot1 SHA calls to use vboot2Randall Spangler2016-07-221-11/+14
* futility: put the recognizer functions in file_type.incBill Richardson2015-03-311-2/+2
* futility: send debug messages to stdout, not stderrstabilize-6919.BBill Richardson2015-03-271-2/+2
* Provert "futility: Make --debug a global option"Bill Richardson2015-03-121-0/+3
* Revert "futility: Make --debug a global option"Prathmesh Prabhu2015-03-121-3/+0
* futility: Make --debug a global optionBill Richardson2015-03-111-0/+3
* Changes to compile signing tools on darwinDavid Riley2015-02-111-0/+4
* futility: handle truncated BIOS images without segfaultBill Richardson2015-02-031-0/+3
* futility: refactor file type detection into new filesBill Richardson2015-01-311-15/+50
* futility: Don't copy the entire kernel partition just to sign a blobBill Richardson2014-12-041-2/+4
* Add hwid digest field to GBB headerBill Richardson2014-10-211-0/+51
* futility: clean up a few shared functionsBill Richardson2014-09-251-11/+27
* futility: Improve help messagesstabilize-6297.BBill Richardson2014-09-241-2/+1
* futility: add "sign" command to resign firmware imagesBill Richardson2014-09-051-0/+125
* futility: the show command can traverse all file typesBill Richardson2014-09-031-0/+90