aboutsummaryrefslogtreecommitdiff
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Inline the raise(SIGABRT) for x86-64 too.Elliott Hughes2021-02-181-1/+11
| |/ / / /
* | | | | Merge "iconv(3): ignore src_bytes_left if src_bytes is null."Treehugger Robot2021-02-191-0/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | iconv(3): ignore src_bytes_left if src_bytes is null.Elliott Hughes2021-02-181-0/+4
* | | | | bp2build: mark crt_beginso1 as bp2build_available.Jingwen Chen2021-02-191-0/+1
| |/ / / |/| | |
* | | | Merge "Fix/update notices."Elliott Hughes2021-02-171-894/+0
|\ \ \ \
| * | | | Fix/update notices.Elliott Hughes2021-02-161-894/+0
| |/ / /
* | | | Merge "Mark cc_library_headers targets as being bp2build_available."Rupert Shuttleworth2021-02-172-1/+5
|\ \ \ \
| * | | | Mark cc_library_headers targets as being bp2build_available.Rupert Shuttleworth2021-02-162-1/+5
| |/ / /
* | | | Merge "Revert "[LSC] Add LOCAL_LICENSE_KINDS to bionic""Bob Badour2021-02-176-82/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "[LSC] Add LOCAL_LICENSE_KINDS to bionic"Elliott Hughes2021-02-166-82/+0
* | | | Merge "Rename __ANDROID_UNGUARDED_AVAILABILITY__ -> __ANDROID_UNAVAILABLE_SYM...Elliott Hughes2021-02-162-19/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Rename __ANDROID_UNGUARDED_AVAILABILITY__ -> __ANDROID_UNAVAILABLE_SYMBOLS_AR...Elliott Hughes2021-02-112-19/+12
| |/ /
* / / [LSC] Add LOCAL_LICENSE_KINDS to bionicBob Badour2021-02-126-0/+82
|/ /
* | Make fd overflow an abort.Elliott Hughes2021-02-091-14/+9
* | Merge "Fix freopen() where the path is null."Elliott Hughes2021-02-081-37/+41
|\ \
| * | Fix freopen() where the path is null.Elliott Hughes2021-02-041-37/+41
| |/
* | Mark //bionic filegroups/genrules as bp2build_available.Jingwen Chen2021-02-081-0/+7
* | Merge "Fix "deprecated instruction in IT block" warning"Chih-hung Hsieh2021-02-041-2/+2
|\ \
| * | Fix "deprecated instruction in IT block" warningChih-Hung Hsieh2021-02-031-2/+2
| |/
* | Convert generate-NOTICE.py to Python 3, fix name.Dan Albert2021-02-031-59/+81
* | Convert genfunctosyscallnrs to Python 3.Dan Albert2021-02-032-50/+52
* | Convert gensecomp.py to Python 3.Elliott Hughes2021-02-036-214/+76
* | Move gensseccomp and genfunctosyscallnrs next to their sources.Jingwen Chen2021-02-022-45/+51
|/
* Merge changes from topic "builtins-exported"Ryan Prichard2021-02-021-0/+9
|\
| * Use exported variants of arm32/x86 builtinsRyan Prichard2021-01-281-0/+9
* | Merge "[MemInit] Remove old API, introduce new MemInit API."Mitch Phillips2021-02-016-50/+22
|\ \
| * | [MemInit] Remove old API, introduce new MemInit API.Mitch Phillips2021-01-256-50/+22
* | | Fix __VERSIONER_NO_GUARD cases for availability.Dan Albert2021-02-017-13/+49
* | | Merge "Sync libm with upstream FreeBSD."Treehugger Robot2021-01-291-66/+0
|\ \ \ | |_|/ |/| |
| * | Sync libm with upstream FreeBSD.Elliott Hughes2021-01-261-66/+0
* | | Merge "[MTE] Change scudo init order to get correct PROT_MTE pages."Treehugger Robot2021-01-271-1/+5
|\ \ \
| * | | [MTE] Change scudo init order to get correct PROT_MTE pages.Mitch Phillips2021-01-201-1/+5
| | |/ | |/|
* | | Merge changes from topic "proc_madvise_framework"Edgar Arriaga2021-01-263-2/+14
|\ \ \ | |_|/ |/| |
| * | Add bionic headers for process_madviseEdgar Arriaga2021-01-143-2/+14
* | | Merge "PAC/BTI: no need to keep using `hint`."Elliott Hughes2021-01-253-6/+6
|\ \ \
| * | | PAC/BTI: no need to keep using `hint`.Elliott Hughes2021-01-253-6/+6
* | | | [libc] Change literal value in macroTamas Petz2021-01-251-1/+1
|/ / /
* | | Merge changes from topic "future_symbol"Jiyong Park2021-01-213-6/+63
|\ \ \ | |_|/ |/| |
| * | crtbegin_static is built with min_sdk_version: "current"Jiyong Park2021-01-151-0/+4
| * | Guard __libc_current_sigrtmin/max with __builtin_availableJiyong Park2021-01-151-2/+6
| * | __INTRODUCED_IN macros add the availability attributeJiyong Park2021-01-151-4/+53
* | | Merge "Don't set native_bridge_supported: true for ndk libraries"Colin Cross2021-01-201-1/+0
|\ \ \
| * | | Don't set native_bridge_supported: true for ndk librariesColin Cross2021-01-191-1/+0
* | | | Merge "Switch libc.so and linker to prebuilt LLVM libunwind"Ryan Prichard2021-01-201-14/+1
|\ \ \ \
| * | | | Switch libc.so and linker to prebuilt LLVM libunwindRyan Prichard2021-01-141-14/+1
* | | | | Remove the now-unnecessary android_mallopt() options.Elliott Hughes2021-01-153-25/+0
| |_|_|/ |/| | |
* | | | Merge "Make "disable memory mitigations" and "set heap tagging level" more av...Elliott Hughes2021-01-158-36/+78
|\ \ \ \
| * | | | Make "disable memory mitigations" and "set heap tagging level" more available.Elliott Hughes2021-01-148-36/+78
| |/ / /
* | | | Merge "[MTE] Add MEMTAG_OPTIONS and arm64.memtag.process.* sysprop parsing."Mitch Phillips2021-01-143-28/+117
|\ \ \ \ | |/ / / |/| | |
| * | | [MTE] Add MEMTAG_OPTIONS and arm64.memtag.process.* sysprop parsing.Mitch Phillips2021-01-143-28/+117
| | |/ | |/|