aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Add additional dl_phdr_info fields"Ryan Prichard2019-08-231-0/+23
|\
| * Add additional dl_phdr_info fieldsRyan Prichard2019-08-221-0/+23
* | Reland "fdsan: make fatal by default."Josh Gao2019-08-201-24/+41
|/
* Merge "Fix OOB read in fortify str[np]cpy implementations found by hwasan."Treehugger Robot2019-08-151-12/+12
|\
| * Fix OOB read in fortify str[np]cpy implementations found by hwasan.Peter Collingbourne2019-08-081-12/+12
* | Merge "Revert "fdsan: make fatal by default.""Pete Gillin2019-08-091-41/+24
|\ \ | |/ |/|
| * Revert "fdsan: make fatal by default."Pete Gillin2019-08-091-41/+24
* | Merge "Remove now unneeded #undef in __cxa_guard.cpp"Tom Cherry2019-08-071-2/+0
|\ \
| * | Remove now unneeded #undef in __cxa_guard.cppTom Cherry2019-08-071-2/+0
* | | Merge "fdsan: make fatal by default."Josh Gao2019-08-071-24/+41
|\ \ \ | |/ / |/| / | |/
| * fdsan: make fatal by default.Josh Gao2019-08-071-24/+41
* | linker: Add library load and unload hooks for HWASan.Peter Collingbourne2019-08-051-0/+15
|/
* Merge "Name stack+tls VMAs with PR_SET_VMA_ANON_NAME"Ryan Prichard2019-07-244-0/+39
|\
| * Name stack+tls VMAs with PR_SET_VMA_ANON_NAMERyan Prichard2019-07-234-0/+39
* | Add missing nothrow attributeYi Kong2019-07-231-1/+1
* | Merge "Load /etc/{passwd,group} from all partitions"Tom Cherry2019-07-192-19/+68
|\ \ | |/ |/|
| * Load /etc/{passwd,group} from all partitionsTom Cherry2019-07-112-19/+68
* | Fix pthread_cond_clockwait() when cond is initialized with CLOCK_MONOTONICTom Cherry2019-07-171-1/+1
* | Implement new clock wait functionsTom Cherry2019-07-154-0/+65
* | Merge "Avoid calling snprintf in bionic_trace_begin."Treehugger Robot2019-07-111-1/+2
|\ \ | |/ |/|
| * Avoid calling snprintf in bionic_trace_begin.Josh Gao2019-07-111-1/+2
* | Do not check tcache clear when doing a purge.Christopher Ferris2019-07-081-3/+2
|/
* Merge "libnetd_client: support hooking sendto/sendmsg/sendmmsg too."Elliott Hughes2019-06-245-79/+46
|\
| * libnetd_client: support hooking sendto/sendmsg/sendmmsg too.Elliott Hughes2019-06-205-79/+46
* | Merge changes I33957ad4,I02f8f87d,Iba04e486George Burgess IV2019-06-212-4/+19
|\ \
| * | fortify: replace bzero/bcmp definesGeorge Burgess IV2019-06-201-4/+12
| * | fortify: add __mempcpy_chkGeorge Burgess IV2019-06-131-0/+7
* | | Remove the ___ hack.Elliott Hughes2019-06-1910-21/+21
* | | Merge "Fix overflow check in malloc_limit"Marco Nelissen2019-06-181-1/+1
|\ \ \ | |/ / |/| |
| * | Fix overflow check in malloc_limitMarco Nelissen2019-06-181-1/+1
| |/
* / fortify: add bit checking for open(at)?64 functionsGeorge Burgess IV2019-06-131-0/+2
|/
* Make 'app' users/groups more accurateTom Cherry2019-05-291-35/+93
* Log when trying to profile non profilable app.Florian Mayer2019-05-291-0/+1
* Disable native_coverage for scudo-related librariesPirama Arumuga Nainar2019-05-221-0/+3
* Merge "pwd/grp: fix pwd _r reentrancy, new tests, clean up"Treehugger Robot2019-05-211-113/+57
|\
| * pwd/grp: fix pwd _r reentrancy, new tests, clean upTom Cherry2019-05-151-113/+57
* | Add removed platform functions used by apps.Christopher Ferris2019-05-081-0/+37
|/
* Merge "Match maximum command line size for startup tracing."Florian Mayer2019-05-071-10/+11
|\
| * Match maximum command line size for startup tracing.Florian Mayer2019-05-031-10/+11
* | Fix malloc_info missing large allocs.Christopher Ferris2019-05-031-8/+8
|/
* Make purging clear the current thread cache too.Christopher Ferris2019-05-011-0/+8
* Merge "Allow device launched before Q to use legacy OEM AID value"Tom Cherry2019-04-291-2/+29
|\
| * Allow device launched before Q to use legacy OEM AID valueTom Cherry2019-04-251-2/+29
* | Don't honor LIBC_HOOKS_ENABLE across a security boundaryNick Kralevich2019-04-261-0/+1
* | Don't honor LD_CONFIG_FILE across security transitionsNick Kralevich2019-04-261-0/+1
* | Make pthread_get/setschedparam weak for native bridgedimitry2019-04-252-0/+5
|/
* Merge "Refactor some pieces of grp_pwd.cpp"Tom Cherry2019-04-241-57/+25
|\
| * Refactor some pieces of grp_pwd.cppTom Cherry2019-04-241-57/+25
* | Merge "threads.h: Add C11 thread support."Elliott Hughes2019-04-241-0/+32
|\ \
| * | threads.h: Add C11 thread support.Elliott Hughes2019-04-241-0/+32