aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-21Merge "Revert "Disable broken mips strace build.""android-wear-o-preview-4android-wear-o-preview-3android-o-preview-2android-n-iot-preview-4n-iot-preview-4Goran Jakovljevic
2017-02-21Merge "Revert "Disable broken mips strace build.""android-o-preview-1android-n-mr2-preview-2o-previewTreehugger Robot
2017-02-21Revert "Disable broken mips strace build."Goran Jakovljevic
2017-02-21Merge "Fix mips64 build"Elliott Hughes
2017-02-21Merge "Fix mips64 build"Elliott Hughes
2017-02-20Fix mips64 buildGoran Jakovljevic
2017-02-16Merge "Disable broken mips strace build." am: 6ec9d87c7a am: 3b3771506eElliott Hughes
2017-02-16Merge "Disable broken mips strace build." am: 6ec9d87c7aElliott Hughes
2017-02-16Merge "Disable broken mips strace build."Elliott Hughes
2017-02-16Merge "Fix x86/x86-64 build." am: a289efd24a am: df55f50e4dElliott Hughes
2017-02-16Merge "Fix x86/x86-64 build." am: a289efd24aElliott Hughes
2017-02-16Merge "Disable broken mips strace build."Elliott Hughes
2017-02-16Disable broken mips strace build.Elliott Hughes
2017-02-16Merge "Fix x86/x86-64 build."Elliott Hughes
2017-02-16Merge "Fix x86/x86-64 build."Elliott Hughes
2017-02-16Fix x86/x86-64 build.Elliott Hughes
2017-02-16Merge "Upgrade strace to 4.16 from 4.14." am: 8ecae45392 am: 7101dbfbebElliott Hughes
2017-02-16Merge "Upgrade strace to 4.16 from 4.14." am: 8ecae45392Elliott Hughes
2017-02-16Merge "Upgrade strace to 4.16 from 4.14."Elliott Hughes
2017-02-16Merge "Upgrade strace to 4.16 from 4.14."Treehugger Robot
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-10-05Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge" am: ec...android-n-mr2-preview-1Elliott Hughes
2016-10-05Merge remote-tracking branch 'aosp/upstream-master' into merge am: 00604d9c03...Elliott Hughes
2016-10-05Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge" am: ec...Elliott Hughes
2016-10-05Merge remote-tracking branch 'aosp/upstream-master' into merge am: 00604d9c03Elliott Hughes
2016-10-05Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge"Elliott Hughes
2016-10-05Merge remote-tracking branch 'aosp/upstream-master' into mergeElliott Hughes
2016-10-05Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge"android-n-mr1-preview-2android-n-mr1-preview-1Elliott Hughes
2016-10-04Merge remote-tracking branch 'aosp/upstream-master' into mergeElliott Hughes
2016-10-04Prepare for 4.14 releaseDmitry V. Levin
2016-10-04Generate SEN numbers in a locale independent orderDmitry V. Levin
2016-10-04Assume that offsetof is provided by stddef.hDmitry V. Levin
2016-10-03tests: check decoding of add_key, keyctl, and request_key syscallsEugene Syromyatnikov
2016-10-03keyctl: use kernel_ulong_t and getarg_ull instead of longEugene Syromyatnikov
2016-10-03keyctl: fix parameter signednessEugene Syromyatnikov
2016-10-03keyctl: use printstr_ex for printing out bufferEugene Syromyatnikov
2016-10-03Add printstr_ex which allows for providing user quotation styleEugene Syromyatnikov
2016-10-03util: add quote_string flag signalising that string is NUL-terminatedEugene Syromyatnikov
2016-10-03keyctl: add support for KEYCTL_DH_COMPUTEEugene Syromyatnikov
2016-10-03x86_64: fix is_negated_errno for x32 personalityDmitry V. Levin
2016-10-03tests: fix another regression in qual_syscall.testDmitry V. Levin
2016-10-03Use err_name, print unrecognized errno values as numbersDmitry V. Levin
2016-10-03keyctl: print errno name in KEYCTL_REJECT in case it is availableEugene Syromyatnikov
2016-10-03Add function for getting errno stringEugene Syromyatnikov
2016-10-03struct tcb: change the type of u_error field from int to unsigned longDmitry V. Levin
2016-10-02Use tprints instead of tprintf in a few more placesDmitry V. Levin
2016-10-02keyctl: do not print comma for KEYCTL_SESSION_TO_PARENT commandEugene Syromyatnikov
2016-10-02keyctl: use getarg_ull for printing generic argumentsEugene Syromyatnikov
2016-10-02keyctl: use printuid for printing UID/GIDEugene Syromyatnikov
2016-10-02io: handle data_size of -1 as unlimited data in print_iovecEugene Syromyatnikov