| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a separate copy of the fsck logs | Ken Sumrall | 2013-09-20 | 1 | -8/+35 |
* | logwrapper: Add ability to log to kernel log | Ken Sumrall | 2013-04-14 | 1 | -30/+311 |
* | liblogwrap: use POLLHUP flag to check when a child dies | Rom Lemarchand | 2013-03-20 | 1 | -102/+49 |
* | liblogwrap: lock android_fork_execvp | Rom Lemarchand | 2013-03-14 | 1 | -0/+11 |
* | liblogwrap: replace loops with calls to TEMP_FAILURE_RETRY | Rom Lemarchand | 2013-03-12 | 1 | -6/+2 |
* | logwrap lib: make logwrapper less verbose when told to not log | JP Abgrall | 2013-02-13 | 1 | -20/+23 |
* | logwrap: Change semantics of NULL status in android_fork_execvp | Rom Lemarchand | 2013-02-08 | 1 | -6/+11 |
* | logwrapper: rename logwrap() to android_fork_execvp() | Rom Lemarchand | 2013-01-30 | 1 | -36/+32 |
* | logwrap: add quiet flag to logwrap() | Rom Lemarchand | 2013-01-28 | 1 | -30/+39 |
* | Merge "logwrap: Replace sigprocmask with pthread_sigmask" | Rom Lemarchand | 2013-01-29 | 1 | -4/+4 |
|\ |
|
| * | logwrap: Replace sigprocmask with pthread_sigmask | Rom Lemarchand | 2013-01-29 | 1 | -4/+4 |
* | | Merge "logwrap: wait for child process when receiving SIGINT or SIGQUIT" | Rom Lemarchand | 2013-01-29 | 1 | -1/+18 |
|\ \
| |/ |
|
| * | logwrap: wait for child process when receiving SIGINT or SIGQUIT | Rom Lemarchand | 2013-01-29 | 1 | -1/+18 |
* | | logwrap: ensure child exits with _exit | Rom Lemarchand | 2013-01-28 | 1 | -20/+19 |
|/ |
|
* | logwrap: remove unnecessary call to setuid/setgid | Rom Lemarchand | 2013-01-28 | 1 | -6/+0 |
* | logwrap: fix off by 1 argument error | Rom Lemarchand | 2013-01-28 | 1 | -2/+2 |
* | logwrapper: switch to signal handlers for SIGCHLD | Rom Lemarchand | 2013-01-28 | 1 | -75/+134 |
* | logwrapper: prevent logwrap from hanging when child dies | Rom Lemarchand | 2013-01-14 | 1 | -44/+108 |
* | logwrapper: split into liblogwrap and the executable itself | Rom Lemarchand | 2013-01-11 | 1 | -0/+161 |