summaryrefslogtreecommitdiffstats
path: root/logwrapper/logwrap.c
Commit message (Expand)AuthorAgeFilesLines
* Create a separate copy of the fsck logsKen Sumrall2013-09-201-8/+35
* logwrapper: Add ability to log to kernel logKen Sumrall2013-04-141-30/+311
* liblogwrap: use POLLHUP flag to check when a child diesRom Lemarchand2013-03-201-102/+49
* liblogwrap: lock android_fork_execvpRom Lemarchand2013-03-141-0/+11
* liblogwrap: replace loops with calls to TEMP_FAILURE_RETRYRom Lemarchand2013-03-121-6/+2
* logwrap lib: make logwrapper less verbose when told to not logJP Abgrall2013-02-131-20/+23
* logwrap: Change semantics of NULL status in android_fork_execvpRom Lemarchand2013-02-081-6/+11
* logwrapper: rename logwrap() to android_fork_execvp()Rom Lemarchand2013-01-301-36/+32
* logwrap: add quiet flag to logwrap()Rom Lemarchand2013-01-281-30/+39
* Merge "logwrap: Replace sigprocmask with pthread_sigmask"Rom Lemarchand2013-01-291-4/+4
|\
| * logwrap: Replace sigprocmask with pthread_sigmaskRom Lemarchand2013-01-291-4/+4
* | Merge "logwrap: wait for child process when receiving SIGINT or SIGQUIT"Rom Lemarchand2013-01-291-1/+18
|\ \ | |/
| * logwrap: wait for child process when receiving SIGINT or SIGQUITRom Lemarchand2013-01-291-1/+18
* | logwrap: ensure child exits with _exitRom Lemarchand2013-01-281-20/+19
|/
* logwrap: remove unnecessary call to setuid/setgidRom Lemarchand2013-01-281-6/+0
* logwrap: fix off by 1 argument errorRom Lemarchand2013-01-281-2/+2
* logwrapper: switch to signal handlers for SIGCHLDRom Lemarchand2013-01-281-75/+134
* logwrapper: prevent logwrap from hanging when child diesRom Lemarchand2013-01-141-44/+108
* logwrapper: split into liblogwrap and the executable itselfRom Lemarchand2013-01-111-0/+161