aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Snap for 6439596 from 68abb5c01306acf16296fc5edfc44bc30145311e to qt-aml-tzda...android-mainline-10.0.0_r11android10-mainline-tzdata-releaseandroid-build-team Robot2020-04-2819-895/+192
|\
| * [automerger skipped] syscall_filter: allow more than one @include per syscall...android-10.0.0_r41android-10.0.0_r40android-10.0.0_r39android-10.0.0_r38android-10.0.0_r37android10-qpr3-s1-releaseandroid10-qpr3-releaseAutomerger Merge Worker2019-12-170-0/+0
| |\
| | * [automerger skipped] syscall_filter: allow more than one @include per syscall...Automerger Merge Worker2019-12-170-0/+0
| |/|
| | * [automerger skipped] syscall_filter: allow more than one @include per syscall...Automerger Merge Worker2019-12-170-0/+0
| |/|
| | * syscall_filter: allow more than one @include per syscall filterZach Reizner2019-12-102-1/+20
* | | Snap for 6001391 from 29e91c4f17ef8f2de9b928fa9ec78d2d53158c82 to qt-aml-tzda...android-build-team Robot2019-11-112-11/+13
|\ \ \
| * \ \ minijail: add linux/fd.h and linux/loop.h constant headers am: fc4e0a4130Trent Begin2019-10-311-1/+3
| |\ \ \
| | * \ \ minijail: add linux/fd.h and linux/loop.h constant headersTrent Begin2019-10-311-1/+3
| | |\ \ \
| | | * | | minijail: add linux/fd.h and linux/loop.h constant headersTrent Begin2019-10-301-1/+3
| * | | | | DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-m...Xin Li2019-10-300-0/+0
| |\| | | |
| | * | | | DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-m...Xin Li2019-10-300-0/+0
| | |\ \ \ \
| * | | | | | minijail: Change some C-style casts to const_casts in unit tests am: 87f0e839...Franois Degros2019-10-271-10/+10
|/| | | | | |
| * | | | | | minijail: Change some C-style casts to const_casts in unit tests am: 87f0e839c6Franois Degros2019-10-271-10/+10
| |\| | | | |
| | * | | | | minijail: Change some C-style casts to const_casts in unit testsFranois Degros2019-10-271-10/+10
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | minijail: Change some C-style casts to const_casts in unit testsFrançois Degros2019-10-281-10/+10
| | |/ / / /
* | | | | | Use *_no_preload in dup test. am: 7c696e4068 am: 7f5e6ce7cdJorge Lucangeli Obes2019-10-241-3/+3
|\| | | | |
| * | | | | Use *_no_preload in dup test. am: 7c696e4068Jorge Lucangeli Obes2019-10-241-3/+3
| |\| | | |
| | * | | | Use *_no_preload in dup test.Jorge Lucangeli Obes2019-10-241-3/+3
| | |\ \ \ \
| | | * | | | Use *_no_preload in dup test.Jorge Lucangeli Obes2019-10-241-3/+3
* | | | | | | Close original pipe end after dup2 in child process am: a8be2c42e3 am: ff6c23...Franois Degros2019-10-175-14/+84
|\| | | | | |
| * | | | | | Close original pipe end after dup2 in child process am: a8be2c42e3Franois Degros2019-10-175-14/+84
| |\| | | | |
| | * | | | | Close original pipe end after dup2 in child processFranois Degros2019-10-175-14/+84
| | |\| | | |
| | | * | | | Close original pipe end after dup2 in child processFrançois Degros2019-10-175-14/+84
* | | | | | | Made minijail_kill return the same code as minijail_wait am: 47e63358c0 am: 9...Franois Degros2019-10-163-10/+50
|\| | | | | |
| * | | | | | Made minijail_kill return the same code as minijail_wait am: 47e63358c0Franois Degros2019-10-163-10/+50
| |\| | | | |
| | * | | | | Made minijail_kill return the same code as minijail_waitFranois Degros2019-10-163-10/+50
| | |\| | | |
| | | * | | | Made minijail_kill return the same code as minijail_waitFrançois Degros2019-10-163-10/+50
* | | | | | | Handle EINTR error inside minijail_wait am: 627deba43f am: 057f3c8f3eFranois Degros2019-10-151-2/+7
|\| | | | | |
| * | | | | | Handle EINTR error inside minijail_wait am: 627deba43fFranois Degros2019-10-151-2/+7
| |\| | | | |
| | * | | | | Handle EINTR error inside minijail_waitFranois Degros2019-10-151-2/+7
| | |\| | | |
| | | * | | | Handle EINTR error inside minijail_waitFrançois Degros2019-10-151-2/+7
* | | | | | | minijail_wait returns 126 or 127 if execve fails in child process am: 08b10f7...Franois Degros2019-10-143-7/+95
|\| | | | | | | |_|_|/ / / |/| | | | |
| * | | | | minijail_wait returns 126 or 127 if execve fails in child process am: 08b10f7bebFranois Degros2019-10-143-7/+95
| |\| | | |
| | * | | | minijail_wait returns 126 or 127 if execve fails in child processFranois Degros2019-10-143-7/+95
| | |\| | |
| | | * | | minijail_wait returns 126 or 127 if execve fails in child processFrançois Degros2019-10-113-7/+95
* | | | | | Fix -K check. am: 9341806231 am: 201924f6d0Jorge Lucangeli Obes2019-09-303-15/+24
|\| | | | |
| * | | | | Fix -K check. am: 9341806231Jorge Lucangeli Obes2019-09-303-15/+24
| |\| | | |
| | * | | | Fix -K check.Jorge Lucangeli Obes2019-09-303-15/+24
| | |\| | |
| | | * | | Fix -K check.ndk-sysroot-r21Jorge Lucangeli Obes2019-09-303-15/+24
* | | | | | minijail0: fix --logging=auto fd testing am: 056955ceed am: 37a95f94cbMike Frysinger2019-09-251-1/+1
|\| | | | |
| * | | | | minijail0: fix --logging=auto fd testing am: 056955ceedMike Frysinger2019-09-251-1/+1
| |\| | | |
| | * | | | minijail0: fix --logging=auto fd testingMike Frysinger2019-09-251-1/+1
| | |\| | |
| | | * | | minijail0: fix --logging=auto fd testingMike Frysinger2019-09-241-1/+1
* | | | | | minijail0: add --logging=auto setting am: 3e6a12c4c7 am: b2bdf49284Mike Frysinger2019-09-242-5/+14
|\| | | | |
| * | | | | minijail0: add --logging=auto setting am: 3e6a12c4c7Mike Frysinger2019-09-242-5/+14
| |\| | | |
| | * | | | minijail0: add --logging=auto settingMike Frysinger2019-09-242-5/+14
| | |\| | |
| | | * | | minijail0: add --logging=auto settingMike Frysinger2019-09-242-5/+14
* | | | | | Print clearer error when clone() fails with EPERM. am: a45ade8b5f am: 4dd271d1b8Jorge Lucangeli Obes2019-09-231-1/+5
|\| | | | |
| * | | | | Print clearer error when clone() fails with EPERM. am: a45ade8b5fJorge Lucangeli Obes2019-09-231-1/+5
| |\| | | |
| | * | | | Print clearer error when clone() fails with EPERM.Jorge Lucangeli Obes2019-09-231-1/+5
| | |\| | |