summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* exec: Mark a formatting function as BFS_FORMATTERTavian Barnes2019-07-051-0/+1
* exec: Assert that at_fd is the immediate parentTavian Barnes2019-06-161-0/+3
* diag: Unify diagnostic formattingTavian Barnes2019-01-021-6/+5
* exec: Reject -exec \; without a commandTavian Barnes2018-11-141-0/+5
* spawn: New posix_spawn()-like API for execTavian Barnes2018-09-181-58/+40
* exec: Don't leave zombies around if the child fails to exec()Tavian Barnes2018-09-121-10/+10
* exec: More fixes for bfs_exec_debug() changing errnoTavian Barnes2018-09-101-3/+4
* exec: Add some debugging info about failed commandsTavian Barnes2018-07-081-5/+19
* exec: Make ARG_MAX accounting a bit less restrictive with large pagesTavian Barnes2018-07-071-3/+6
* exec: Don't assume bfs_exec_debug() doesn't change errnoTavian Barnes2018-06-251-4/+3
* exec: Fix size accounting when recovering from E2BIGTavian Barnes2018-02-101-4/+6
* exec: Avoid a warning when building with _FORTIFY_SOURCETavian Barnes2018-02-061-1/+6
* exec: Minor whitespace consistency fixTavian Barnes2017-11-131-1/+1
* exec: Recover from E2BIGTavian Barnes2017-11-121-18/+77
* exec: Make argument size tracking robust to page-granularity accountingTavian Barnes2017-10-261-3/+8
* exec: Apply more headroom to avoid E2BIGTavian Barnes2017-10-221-4/+16
* opt: Separate optimization from parsingTavian Barnes2017-09-161-1/+1
* exec: Fix more corner cases with -ok ... +Tavian Barnes2017-07-291-9/+10
* exec: Don't allow anything between {} and +Tavian Barnes2017-07-291-75/+30
* util: Define O_DIRECTORY to 0 if it's not already definedTavian Barnes2017-07-291-5/+1
* Re-license under the BSD Zero Clause LicenseTavian Barnes2017-07-271-10/+15
* Handle yes/no prompts correctly according to the localeTavian Barnes2017-07-151-7/+1
* exec: Clear errno when a multi-exec doesn't failTavian Barnes2017-07-081-1/+6
* Implement -D execTavian Barnes2017-05-091-5/+44
* exec: Treat -1 from _SC_ARG_MAX as "unlimited"Tavian Barnes2017-04-301-1/+1
* exec: Interpret ARG_MAX corretly.Tavian Barnes2017-04-151-33/+111
* exec: close() the working directory even if !ftwbufTavian Barnes2017-04-151-1/+1
* Implement -exec/-execdir ... +Tavian Barnes2017-04-151-0/+456