14 Commits (eba77a5d85769d97db812a2d12419cacbacf3d76)
 

Author SHA1 Message Date
Avril eba77a5d85
Added `FEATURES` make env-var for build features.
3 years ago
Avril d47761c709
Added feature flags instead of raw -D compiler flags.
3 years ago
Avril 5afab1f955
Merge branch 'master' of github.com:notflan/sink
3 years ago
Avril 9c8831e808
Made `REPLACE_STDERR` only replace execve()"d process" stderr; the parent now has its own, private stderr that is closed on exec so can properly report errors.
3 years ago
Avril 872fefd275
Added CLOEXEC stderr clone for parent use of stderr.
3 years ago
Avril e559e758e3
Create LICENSE
3 years ago
Avril 587fe2832d
Added debug build splash screen and process info. (Splash can be disabled with `-DDEBUG_IGNORE_SPLASH`)
3 years ago
Avril abe427d931
Fix README.md formatting
3 years ago
Avril ee7c1553f8
Fixed `REPLACE_STDERR` compiler warnings.
3 years ago
Avril e1aa693e75
Fixed `NO_ENV` passing bad `envp` to `execve()`. Fixed `NO_SEARCH_PATH` compiler warnings.
3 years ago
Avril 6eb20eeb46
Added PATH lookup for program argument in sink.
3 years ago
Avril e20df37d9b
Added README
3 years ago
Avril dca529daf7
Added `install` and `uninstall` targets. Added documentation to Makefile
3 years ago
Avril 2b81bf74ba
Added sink program and Makefile
3 years ago