| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | | | | | | | | libc: Prepare support for Armv8.3-A PAuth and Armv8.5-A BTI in *.S am: 19d66e... | Tamas Petz | 2020-09-25 | 3 | -0/+35 | |
| | | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | Merge "Enable BTI in bionic linker" am: 7241ac6c07 am: dc0dd76dfb | Elliott Hughes | 2020-09-25 | 1 | -0/+5 | |
| | | |\| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Merge "Work around issues with `aligned_alloc()` and -O2." am: 5cd0172b52 am:... | Treehugger Robot | 2020-09-25 | 1 | -0/+1 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge "Avoid explicit use of "10000" in build files." am: bda85584d1 am: 9786... | Dan Albert | 2020-09-24 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge "Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h." am: ... | Peter Collingbourne | 2020-09-24 | 1 | -0/+10 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge "Explicitly add the include path for android_filesystem_config.h" am: 6... | Tom Cherry | 2020-09-21 | 1 | -0/+2 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge "Dump the per-thread TAGGED_ADDR_CTRL value if available." am: cf69abc0... | Peter Collingbourne | 2020-09-19 | 1 | -0/+2 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge "Make it clearer that math.h isn't fdlibm." am: 60a39566f0 am: 8e5fb88a72 | Treehugger Robot | 2020-09-18 | 1 | -6/+2 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge "Expose a function to reset the stack protector for the zygote." am: 1e... | Elliott Hughes | 2020-09-11 | 2 | -5/+15 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge "Implement a new mechanism to let Scudo access the TLS slot" am: bba915... | Peter Collingbourne | 2020-09-11 | 1 | -0/+35 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge "NGREG != ELF_NGREG." am: a5a9992671 am: ba4b40602a | Elliott Hughes | 2020-09-09 | 1 | -5/+11 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge "Add benchmark for property mapping" am: 7e0816a0a4 am: 4473d90316 | Tom Cherry | 2020-09-02 | 6 | -2/+1200 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge "Incorporate upstream's strptime %Z/%z support." am: 159bb3f86b am: 57a... | Treehugger Robot | 2020-09-02 | 1 | -17/+154 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Fix OOB read in DNS resolver am: 43264bc365 am: c5ea7569a8 am: 2c2546b158 am:... | Ken Chen | 2020-08-30 | 1 | -1/+3 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Fix OOB read in DNS resolver am: 43264bc365 am: c5ea7569a8 am: 2c2546b158 | Ken Chen | 2020-08-30 | 1 | -1/+3 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Fix OOB read in DNS resolver am: 43264bc365 | Ken Chen | 2020-08-30 | 1 | -1/+3 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Fix OOB read in DNS resolver | Ken Chen | 2020-08-07 | 1 | -1/+3 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Remove some PR_SET_VMAs during pthread_create | Tim Murray | 2019-01-08 | 1 | -6/+0 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Free memory when it is no more used | Ken Chen | 2018-11-08 | 1 | -8/+13 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | malloc: add M_PURGE mallopt flag | Tim Murray | 2018-10-18 | 2 | -0/+13 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Disable malloc debug intercepts when exiting. | Christopher Ferris | 2018-07-18 | 3 | -5/+238 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | DO NOT MERGE: Move to version v1.1. | Christopher Ferris | 2018-05-30 | 2 | -4/+4 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Merge "Require vendor users and groups to start with vendor_" into pi-dev | Tom Cherry | 2018-05-16 | 4 | -12/+33 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Require vendor users and groups to start with vendor_ | Tom Cherry | 2018-05-16 | 4 | -12/+33 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | Add support for cortex-a55/cortex-a75. | Christopher Ferris | 2018-05-11 | 1 | -0/+62 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | fchown DNS lookup sockets to AID_DNS. | Lorenzo Colitti | 2018-05-11 | 1 | -0/+3 | |
| | | | | | |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Fix nullptr dereference during sort. | Christopher Ferris | 2018-05-02 | 2 | -2/+51 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Revert "Add 64-bit slm optimized strlcpy and srlcat." | Jeremy Compostella | 2018-04-20 | 3 | -1103/+0 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Add __libc_add_main_thread and mark it weak | Evgeny Eltsin | 2018-04-19 | 1 | -3/+9 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Bionic: Always use fortified versions of FD_X macros | Andreas Gampe | 2018-04-16 | 3 | -10/+23 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Refactor malloc debug. | Christopher Ferris | 2018-04-03 | 25 | -1167/+1548 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Pad queries when EDNS0 is enabled. | Ben Schwartz | 2018-04-02 | 3 | -0/+25 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Allow several syscalls to app process | Victor Hsieh | 2018-03-29 | 7 | -339/+318 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Mark getaddrinfo functions with __BIONIC_WEAK_FOR_NATIVE_BRIDGE mark | Victor Khimenko | 2018-03-27 | 1 | -0/+6 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Merge "Reject .so files using ELF TLS." into pi-dev | Elliott Hughes | 2018-03-27 | 1 | -0/+2 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Reject .so files using ELF TLS. | Elliott Hughes | 2018-03-26 | 1 | -0/+2 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | Create PTHREAD_COND_INITIALIZER_MONOTONIC_NP | Tom Cherry | 2018-03-26 | 1 | -0/+3 | |
| | | | | | |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Merge "Add _monotonic_np versions of timed wait functions" into pi-dev | Tom Cherry | 2018-03-21 | 13 | -31/+125 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Add _monotonic_np versions of timed wait functions | Tom Cherry | 2018-03-21 | 13 | -31/+125 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | Enable EDNS and the DO-bit if the netcontext asks | Ben Schwartz | 2018-03-21 | 1 | -0/+3 | |
| | | | | | |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Lay the groundwork for enabling EDNS0 in queries. | Ben Schwartz | 2018-03-19 | 3 | -18/+102 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Check using destroyed mutexes. | Yabin Cui | 2018-03-15 | 1 | -14/+40 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Add flags field to struct android_net_context | Erik Kline | 2018-03-14 | 1 | -0/+4 | |
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | Sign extend offset for pwritev/preadv. | Jerry Zhang | 2018-03-07 | 1 | -2/+2 | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | Do not check tcache clear when doing a purge. | Christopher Ferris | 2019-07-08 | 1 | -3/+2 | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | Merge "Add removed platform functions used by apps." into qt-dev | Christopher Ferris | 2019-05-08 | 2 | -0/+39 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | Add removed platform functions used by apps. | Christopher Ferris | 2019-05-08 | 2 | -0/+39 | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | Avoid using malloc debug code after exit. | Christopher Ferris | 2019-05-08 | 2 | -10/+109 | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | Match maximum command line size for startup tracing. | Florian Mayer | 2019-05-08 | 1 | -10/+11 | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | Revert fwalk/sfp locking to fix concurrent reads | Ryan Prichard | 2019-05-06 | 4 | -7/+16 | |
| | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / | ||||||
