17 Commits (master)

Author SHA1 Message Date
Hiltjo Posthuma 0df09d5ba0 setsid: add optional -f to force fork()
3 years ago
Michael Forney d2824f5294 Revert "Do not use arg.h for tools which take no flags"
4 years ago
Laslo Hunhold e92a1aef54 Handle { NULL } argv[] properly in manual arg-reduction
6 years ago
FRIGN 9016d288f1 Do not use arg.h for tools which take no flags
8 years ago
Hiltjo Posthuma 066a0306a1 fork: no need to _exit() on the error case
8 years ago
FRIGN 6f207dac5f Don't return but _exit after failed exec*() and fork()
8 years ago
FRIGN aa1a2391ba Use idiomatic return in setsid(1)
8 years ago
FRIGN 7afc84396a Audit setsid(1)
8 years ago
FRIGN 31572c8b0e Clean up #includes
8 years ago
FRIGN 7d2683ddf2 Sort includes and more cleanup and fixes in util/
8 years ago
FRIGN eee98ed3a4 Fix coding style
8 years ago
sin 0c5b7b9155 Stop using EXIT_{SUCCESS,FAILURE}
9 years ago
sin 6a18e77962 Ensure we return a proper error value in setsid(1)
9 years ago
sin 5b5f062184 Add license file details at top of files
10 years ago
sin b5a511dacf Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1
10 years ago
sin ac033652fe Do not return 0 on error for setsid(1)
10 years ago
sin ddec3259aa Add setsid(1) by arg
10 years ago