aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2024-02-21Add another link to the benchmark docs.Elliott Hughes
2024-01-11Give a bit more background on "uapi headers".Elliott Hughes
2024-01-10Clarify what's in the upstream- directories...Elliott Hughes
2023-10-04s/master/main/Elliott Hughes
2023-07-19Add musl handling in run-on-host.sh.Dan Albert
2023-06-22Fix tzalloc(nullptr) and add a test.Elliott Hughes
2023-05-08Explain the header tests better.Elliott Hughes
2022-11-10Update the README.mdzijunzhao
2022-05-10Improve the "how to add a system call" doczijunzhao
2022-04-22Improve the "how to add a system call" documentation.Elliott Hughes
2022-04-11Polish the syscall docs a bit more.Elliott Hughes
2022-04-01Improve the documentation about adding trivial syscall wrappers.Elliott Hughes
2021-10-18Update bionic coverage docs.Dan Albert
2020-02-13Remove dead code.Elliott Hughes
2019-06-17Remove reference to obsolete script.Elliott Hughes
2019-04-25Move /system dependency on tz_version to bionicNeil Fuller
2019-04-16Generate assembler system call stubs via genrule.Elliott Hughes
2018-09-04Explain up-front what bionic actually _is_.Elliott Hughes
2018-02-08Document the rules of thumb for "should I add a syscall wrapper?".Elliott Hughes
2017-11-03test: trivial fixes in documentationSergii Piatakov
2017-08-29Add new status document, based on internal wiki.Elliott Hughes
2017-08-25Update the bionic benchmarks documentation.Anders Lewis
2017-07-20Explain how to handle device-specific headers.Elliott Hughes
2017-07-17Document the intricacies of `_FILE_OFFSET_BITS=32` for LP32.Elliott Hughes
2016-12-05Document how to run CTS in the public documentation too.Elliott Hughes
2016-11-17Add note about pid_max to host test documentation.Josh Gao
2016-11-08Document how to run the benchmarks.Elliott Hughes
2016-08-01Update testing docs.Elliott Hughes
2016-07-19Expand the testing docs slightly.Elliott Hughes
2016-05-26Update the "adding a syscall" docs.Elliott Hughes
2016-01-25Malloc debug rewrite.Christopher Ferris
2016-01-25Remove dlmalloc.Josh Gao
2015-12-19Improve the 32-bit ABI documentation.Elliott Hughes
2015-09-18Add a hint about using --no-isolate for GDB.Dan Albert
2015-08-11Fix test steps for 64-bit bionicDuane Sand
2015-04-01Update README.md for running tests on the host.Elliott Hughes
2015-01-09Markdown-ify 5137db3.Dan Albert
2015-01-09Add our LP32 ABI defects to the readme.Elliott Hughes
2014-11-12Add documentation about checkbuild.Dan Albert
2014-10-10Fix some formatting so GitHub displays it nicely.Dan Albert
2014-10-10Improve documentation for testing and coverage.Dan Albert