Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 2.3 | Tavian Barnes | 2021-11-25 | 1 | -1/+1 |
| | |||||
* | spawn: New function for resolving executables in the PATH | Tavian Barnes | 2021-06-13 | 1 | -0/+13 |
| | | | | | This fixes the BFS_SPAWN_USEPATH to use the parent's environment, not the new child's environment, to resolve the executable. | ||||
* | spawn: Allow NULL envp for the current environment | Tavian Barnes | 2021-06-13 | 1 | -1/+2 |
| | |||||
* | spawn: New bfs_spawn_addsetrlimit() action | Tavian Barnes | 2021-05-20 | 1 | -0/+8 |
| | |||||
* | Include what I use | Tavian Barnes | 2020-11-12 | 1 | -2/+0 |
| | | | | Thanks to https://github.com/include-what-you-use/include-what-you-use | ||||
* | spawn: Add dup2() and close() file actions | Tavian Barnes | 2019-05-31 | 1 | -1/+15 |
| | |||||
* | Add some documentation comments | Tavian Barnes | 2019-02-09 | 1 | -0/+4 |
| | |||||
* | spawn: Add some docs | Tavian Barnes | 2018-09-19 | 1 | -1/+43 |
| | |||||
* | spawn: New posix_spawn()-like API for exec | Tavian Barnes | 2018-09-18 | 1 | -0/+43 |