summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build /vendor/bin/logwrapper too.Elliott Hughes2018-04-111-1/+0
* Logwrapper: Remove unused support for input / output processing.Narayan Kamath2017-03-221-34/+6
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-111-1/+1
* system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-301-12/+12
* Don't go busy loop when waiting child process.Tao Wu2016-02-161-1/+1
* am eaf04aa0: am 3b94cef1: Merge "Add FORK_EXECVP_OPTION_CAPTURE_OUTPUT to log...Yusuke Sato2015-08-211-5/+12
|\
| * Add FORK_EXECVP_OPTION_CAPTURE_OUTPUT to logwrap.hYusuke Sato2015-08-211-5/+12
* | am d1b11a04: am e656be33: Merge "Add |opts| argument to android_fork_execvp_ext"Yusuke Sato2015-08-191-2/+26
|\|
| * Add |opts| argument to android_fork_execvp_extYusuke Sato2015-08-191-2/+26
* | am ab64465d: am 0e3ce82b: Merge "Use fsck.f2fs -a instead of -f for faster boot"Yusuke Sato2015-07-211-3/+4
|\|
| * Use fsck.f2fs -a instead of -f for faster bootYusuke Sato2015-07-151-3/+4
* | Put in line breaks when logging to klogGreg Hartman2015-02-031-1/+1
|/
* Fix "ptsname is not thread-safe; use ptsname_r instead" build break.Elliott Hughes2014-07-291-2/+2
* logwrapper: turn on -WerrorMark Salyzyn2014-05-021-4/+0
* 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-281-4/+4
|\
| * logwrap: Replace sigprocmask with pthread_sigmaskRom Lemarchand2013-01-281-4/+4
* | Merge "logwrap: wait for child process when receiving SIGINT or SIGQUIT"Rom Lemarchand2013-01-281-1/+18
|\|
| * logwrap: wait for child process when receiving SIGINT or SIGQUITRom Lemarchand2013-01-281-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