summaryrefslogtreecommitdiffstats
path: root/src/exec.c
AgeCommit message (Expand)Author
3 daysCast AT_FDCWD to int for comparisonsci-diagsTavian Barnes
5 daysWork around https://github.com/llvm/llvm-project/issues/88163Tavian Barnes
2024-04-19Rename config.h to prelude.hTavian Barnes
2023-12-18config: s/attr_format/attr_printf/Tavian Barnes
2023-12-18config: New variadic attr(...) macroTavian Barnes
2023-11-23exec: Use the new REALLOC_ARRAY() macroTavian Barnes
2023-11-15xspawn: API tweaksTavian Barnes
2023-11-10exec: Don't do setrlimit() in the parentTavian Barnes
2023-11-09config: s/BFS_FORMATTER/attr_format/Tavian Barnes
2023-11-06exec: Try harder to use posix_spawn()Tavian Barnes
2023-11-06xspawn: Wrap the real posix_spawn() if possibleTavian Barnes
2023-11-06ctx: Store the original and current RLIMIT_NOFILETavian Barnes
2023-10-31bfstd: New xwaitpid() wrapperTavian Barnes
2023-09-27Formatting fixesTavian Barnes
2023-09-26dstring: New dchar typedef for dynamic stringsTavian Barnes
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes
2023-05-18Switch from assert() to bfs_assert()/bfs_verify()Tavian Barnes
2023-05-11config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2023-01-19bfstd: New wrappers for dirname()/basename()Tavian Barnes
2022-11-11exec: Fix index overflow parsing -exec +Tavian Barnes
2022-11-10Revert "exec: Don't flush if the user says no to -ok"Tavian Barnes
2022-11-06Fix includesTavian Barnes
2022-11-06bfstd: Rename from util and reorganize itTavian Barnes
2022-04-16Source / Include Folder (#88)トトも