29 Commits (fe4b2f0a6b764c28ef118fdfa56df0850b318da2)

Author SHA1 Message Date
Thomas Orozco fe4b2f0a6b Add an environment variable flag for -g 7 years ago
Patrick Steinhardt eb0f6de3a5 Add '-p' flag to get signalled when parent dies 7 years ago
Thomas Orozco 4466cecec2 Add -e flag to a expect a given exit code 7 years ago
zimbatm 8574e10c2a add a -w option to warn on reaping children 7 years ago
Akim Demaille 9ecda1bbf1 fix C conformance 8 years ago
Thomas Orozco 10094b7097 Fix PR_SET_CHILD_SUBREAPER call 8 years ago
Thomas Orozco e38caaf9dd Fix some tcsetpgrp error typos 8 years ago
Wyatt Preul 657f02ed38 Support possible failure on lx-branded zones 8 years ago
Thomas Orozco 325bf78674 Include pre-processed license in repo 8 years ago
Andrew Hsu 1f6e456fc2 handle return val of fwrite() to pacify compiler warn 8 years ago
Thomas Orozco b67a024460 Rename NO_ARGS to MINIMAL 8 years ago
Michael Crosby 51df7df854 Handle execve exit status 8 years ago
Thomas Orozco b3a2ba638e NO_ARGS: White labelling 8 years ago
Thomas Orozco c9ff1b6917 Add a --version flag 8 years ago
Thomas Orozco 480fed14ae Optionally disable arg parsing (-DNO_ARGS=ON) 8 years ago
Thomas Orozco 203835d2a6 Remove obsolete comment 9 years ago
Thomas Orozco be71d120e7 Embed license and add -l flag to show it 9 years ago
Thomas Orozco 1ee5e650a3 Clarify that log messages are coming from Tini 9 years ago
Thomas Orozco 88342efc3c Ensure Tini doesn't lock up on of tty ownership 9 years ago
Thomas Orozco 82acbc5ccc Make child process group foreground on active tty 9 years ago
Thomas Orozco d4832f47ed Use unsigned ints for configuration 9 years ago
David Wragg 109019f917 Support for killing the whole child process group 9 years ago
Thomas Orozco 405eea7941 More robust git version checking 10 years ago
Thomas Orozco 5650d29790 Only mention child subreaping if it's available 10 years ago
Thomas Orozco e1b463cdf5 Allow subreaping to be controlled with an env var 10 years ago
Thomas Orozco 376d186b2e Set default verbosity level to 1 10 years ago
Thomas Orozco bcb8a4b870 Allow users to enable sub-reaping 10 years ago
Thomas Orozco 1c52aee22c Use const in spawn, remove redundant () 10 years ago
Thomas Orozco 5bba1c35e5 Move code into ./src 10 years ago