summaryrefslogtreecommitdiff
path: root/include/lib.sh
AgeCommit message (Expand)Author
2025-09-13xbmk: much more verbose error messagesLeah Rowe
2025-09-13lib.sh: use xprintf in err()Leah Rowe
2025-09-13lib.sh: use xprintf in x_Leah Rowe
2025-09-13lib.sh: check args for errors in fx_ and dx_Leah Rowe
2025-09-11xbmk: don't use backticks for command substitutionLeah Rowe
2025-09-07lib/init.sh: sanitize the version stringLeah Rowe
2025-09-01lib.sh and rom.sh: stricter mktemp usageLeah Rowe
2025-08-23lib.sh: safer pad_one_byte functionLeah Rowe
2025-08-23lib.sh: additional error handling on catLeah Rowe
2025-07-10cache coreboot builds in elf/ againLeah Rowe
2025-07-06lib.sh: remove erroneous break from fx_Leah Rowe
2025-05-27put coreboot utils in elf/coreboot/TREELeah Rowe
2025-05-26lib.sh: simplify setvars()Leah Rowe
2025-05-26lib.sh: simplify chkvars()Leah Rowe
2025-05-19tree.sh: fix up copy_elf(), bad for loopLeah Rowe
2025-05-19lib.sh: Use while, not for, to process argumentsLeah Rowe
2025-05-19xbmk: stricter handling of files on while loopsLeah Rowe
2025-05-18init.sh: only update version files on parentLeah Rowe
2025-05-15properly exit 1 when calling fx_Leah Rowe
2025-05-12lib.sh: remove rmgit()Leah Rowe
2025-05-12lib.sh: remove mk()Leah Rowe
2025-05-12lib.sh: move xbmkget() to git.shLeah Rowe
2025-05-12lib.sh: move mksha512sum() to vendor.shLeah Rowe
2025-05-12lib.sh: split up try_file()Leah Rowe
2025-05-12lib.sh: move _ua to try_file()Leah Rowe
2025-05-12lib.sh: use fx_ in rmgit()Leah Rowe
2025-05-12lib.sh: split up xbmkget()Leah Rowe
2025-05-09lbmk: use x_ instead of err, where appropriateLeah Rowe
2025-05-07init.sh: Use readlink in pybin()Leah Rowe
2025-05-07lib.sh: Remove useless command in err()Leah Rowe
2025-05-07lib.sh: Simplified fx_() and removed fe_()Leah Rowe
2025-05-07lib.sh: support any command on find_exec()Leah Rowe
2025-05-06lib.sh: re-add missing break in fe/fx_Leah Rowe
2025-05-05init.sh: New function dx_ to execute path filesLeah Rowe
2025-05-05inject.sh: simplify kconfig scanningLeah Rowe
2025-05-05lib.sh find_ex: Write sort errors to /dev/nullLeah Rowe
2025-05-05lib.sh x_(): Remove warning of empty argsLeah Rowe
2025-05-05lbmk: Replace err with much simpler implementationLeah Rowe
2025-05-05singletree/elfcheck: use fx_, not fe_Leah Rowe
2025-05-05lib.sh: simplify singletree()Leah Rowe
2025-05-05git.sh: move singletree() to lib.shLeah Rowe
2025-05-05lib.sh: set -u -e in err()Leah Rowe
2025-05-04lib.sh: Provide error message where none is givenLeah Rowe
2025-05-04lib.sh: stricter xbmk_err check in err()Leah Rowe
2025-05-04lib.sh: simplify err-not-set handlingLeah Rowe
2025-05-04lib.sh: Add warning if x_ is called without argsLeah Rowe
2025-05-04lib.sh: simplify err()Leah Rowe
2025-05-04lib.sh err: add missing redirect to stderrLeah Rowe
2025-05-04lbmk: MUCH safer err functionLeah Rowe
2025-05-04lib.sh: rename errx to xmsgLeah Rowe