index
:
bfs.git
clone
coverity
find2fd
gh-pages
main
queue-files
single-file
Breadth-first version of find
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
spawn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: New close() wrappers to check for EBADF and preserve errno
Tavian Barnes
2022-01-18
1
-12
/
+9
*
spawn: Plug some leaks on error paths
Tavian Barnes
2021-09-15
1
-0
/
+2
*
spawn: New function for resolving executables in the PATH
Tavian Barnes
2021-06-13
1
-17
/
+78
*
spawn: Allow NULL envp for the current environment
Tavian Barnes
2021-06-13
1
-0
/
+5
*
spawn: New bfs_spawn_addsetrlimit() action
Tavian Barnes
2021-05-20
1
-0
/
+19
*
util: Tweak the safe read/write functions
Tavian Barnes
2021-04-15
1
-4
/
+4
*
util: add safe_read_all() and safe_write_all() functions.
Markus F.X.J. Oberhumer
2021-04-15
1
-2
/
+2
*
util: introduce safe versions of read & write that handle interrupted
Markus F.X.J. Oberhumer
2021-04-15
1
-7
/
+4
*
Fix up some #includes
Tavian Barnes
2021-02-05
1
-1
/
+0
*
Include what I use
Tavian Barnes
2020-11-12
1
-1
/
+0
*
spawn: Fix error pipe write failure handling
Tavian Barnes
2020-11-04
1
-1
/
+8
*
spawn: Actually fix moving the pipe out of the way
Tavian Barnes
2019-07-08
1
-7
/
+7
*
spawn: Fix moving the pipe out of the way
Tavian Barnes
2019-07-05
1
-3
/
+9
*
spawn: Move the pipe FD out of the way of input FDs too
Tavian Barnes
2019-06-16
1
-1
/
+1
*
spawn: Add dup2() and close() file actions
Tavian Barnes
2019-05-31
1
-5
/
+60
*
spawn: Add some docs
Tavian Barnes
2018-09-19
1
-8
/
+11
*
spawn: Implement execvpe() on platforms that lack it
Tavian Barnes
2018-09-19
1
-1
/
+11
*
spawn: New posix_spawn()-like API for exec
Tavian Barnes
2018-09-18
1
-0
/
+158