summaryrefslogtreecommitdiffstats
path: root/exec.c
AgeCommit message (Expand)Author
2020-10-06exec: Adjust some calling conventionsTavian Barnes
2020-10-05diag: New bfs_perror() functionTavian Barnes
2020-09-27Rename struct cmdline to bfs_ctxTavian Barnes
2020-09-23exec: Output a human-readable description of terminating signalsTavian Barnes
2020-06-02diag: Unify debug printingTavian Barnes
2020-03-15exec: Warn if a command dies abnormallyTavian Barnes
2019-07-05exec: Mark a formatting function as BFS_FORMATTERTavian Barnes
2019-06-16exec: Assert that at_fd is the immediate parentTavian Barnes
2019-01-02diag: Unify diagnostic formattingTavian Barnes
2018-11-14exec: Reject -exec \; without a commandTavian Barnes
2018-09-18spawn: New posix_spawn()-like API for execTavian Barnes
2018-09-12exec: Don't leave zombies around if the child fails to exec()Tavian Barnes
2018-09-10exec: More fixes for bfs_exec_debug() changing errnoTavian Barnes
2018-07-08exec: Add some debugging info about failed commandsTavian Barnes
2018-07-07exec: Make ARG_MAX accounting a bit less restrictive with large pagesTavian Barnes
2018-06-25exec: Don't assume bfs_exec_debug() doesn't change errnoTavian Barnes
2018-02-10exec: Fix size accounting when recovering from E2BIGTavian Barnes
2018-02-06exec: Avoid a warning when building with _FORTIFY_SOURCETavian Barnes
2017-11-13exec: Minor whitespace consistency fixTavian Barnes
2017-11-12exec: Recover from E2BIGTavian Barnes
2017-10-26exec: Make argument size tracking robust to page-granularity accountingTavian Barnes
2017-10-22exec: Apply more headroom to avoid E2BIGTavian Barnes
2017-09-16opt: Separate optimization from parsingTavian Barnes
2017-07-29exec: Fix more corner cases with -ok ... +Tavian Barnes
2017-07-29exec: Don't allow anything between {} and +Tavian Barnes
2017-07-29util: Define O_DIRECTORY to 0 if it's not already definedTavian Barnes
2017-07-27Re-license under the BSD Zero Clause LicenseTavian Barnes
2017-07-15Handle yes/no prompts correctly according to the localeTavian Barnes
2017-07-08exec: Clear errno when a multi-exec doesn't failTavian Barnes
2017-05-09Implement -D execTavian Barnes
2017-04-30exec: Treat -1 from _SC_ARG_MAX as "unlimited"Tavian Barnes
2017-04-15exec: Interpret ARG_MAX corretly.Tavian Barnes
2017-04-15exec: close() the working directory even if !ftwbufTavian Barnes
2017-04-15Implement -exec/-execdir ... +Tavian Barnes