summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build adbd for recoveryJiyong Park2018-05-241-0/+1
* Remove misleading comment.Elliott Hughes2018-04-231-4/+1
* Build /vendor/bin/logwrapper too.Elliott Hughes2018-04-112-17/+33
* bpfmt.Elliott Hughes2018-02-161-1/+1
* Add OWNERS.Elliott Hughes2017-12-071-0/+1
* Merge "logwrapper: add a benchmark for android_fork_execvp_ext"Treehugger Robot2017-03-232-0/+53
|\
| * logwrapper: add a benchmark for android_fork_execvp_extNarayan Kamath2017-03-232-0/+53
* | Logwrapper: Remove unused support for input / output processing.Narayan Kamath2017-03-222-60/+11
|/
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-112-2/+2
* Rely on the platform -std default.Elliott Hughes2016-10-101-2/+0
* system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-302-15/+14
* Convert more Android.mk files to Android.bpDan Willemsen2016-07-132-37/+36
* 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-213-9/+24
|\
| * Add FORK_EXECVP_OPTION_CAPTURE_OUTPUT to logwrap.hYusuke Sato2015-08-213-9/+24
* | am d1b11a04: am e656be33: Merge "Add |opts| argument to android_fork_execvp_ext"Yusuke Sato2015-08-193-5/+48
|\|
| * Add |opts| argument to android_fork_execvp_extYusuke Sato2015-08-193-5/+48
* | 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-022-4/+3
* system/core 64-bit cleanup.Elliott Hughes2014-01-161-1/+2
* logwrapper: fix missing includeWilliam Roberts2013-11-251-0/+1
* Create a separate copy of the fsck logsKen Sumrall2013-09-203-15/+46
* logwrapper: Add ability to log to kernel logKen Sumrall2013-04-144-46/+371
* 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-082-7/+15
* logwrapper: rename logwrap() to android_fork_execvp()Rom Lemarchand2013-01-303-40/+36
* logwrap: add quiet flag to logwrap()Rom Lemarchand2013-01-283-32/+43
* 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-283-3/+26
|\|
| * logwrap: wait for child process when receiving SIGINT or SIGQUITRom Lemarchand2013-01-283-3/+26
* | 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-282-3/+3
* logwrapper: switch to signal handlers for SIGCHLDRom Lemarchand2013-01-281-75/+134
* logwrapper: prevent logwrap from hanging when child diesRom Lemarchand2013-01-142-45/+131
* logwrapper: split into liblogwrap and the executable itselfRom Lemarchand2013-01-114-126/+230
* Revert "Remove -d option from logwrapper"Rom Lemarchand2013-01-041-4/+20
* Remove -d option from logwrapperRom Lemarchand2013-01-031-20/+4
* logwrapper: reduce verbosity and fix usageTanguy Pruvot2012-02-281-6/+11
* Rename (IF_)LOG() to (IF_)ALOG()Steve Block2012-01-171-9/+9
* Get rid of warnings when compiled with -Wformat-securityNick Kralevich2010-05-131-2/+2
* Add a printf format.christian.bejram2010-05-101-3/+3
* Automated import from //branches/master/...@140824,140824Dianne Hackborn2009-03-241-0/+190