summaryrefslogtreecommitdiffstats
path: root/libc/tools
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Remove Frame Record from ARM64 syscallsSerban Constantinescu2014-06-091-11/+0
* Add a few more C11 functions to the whitelist.Elliott Hughes2014-06-061-1/+5
* Remove unnecessary instructions from x86/x86_64 syscalls.Elliott Hughes2014-06-051-2/+0
* Fix x86 cfi directives for syscalls.Christopher Ferris2014-05-291-8/+12
* Add some more BSD symbols to the list.Elliott Hughes2014-05-221-0/+8
* Add cfi directives for arm64 assembler.Christopher Ferris2014-05-211-2/+6
* Merge "Treat zero or >1 dat files as an error"Neil Fuller2014-05-211-3/+8
|\
| * Treat zero or >1 dat files as an errorNeil Fuller2014-05-211-3/+8
* | Merge "Add a few more symbols to check-symbols-glibc."Elliott Hughes2014-05-211-1/+9
|\ \ | |/ |/|
| * Add a few more symbols to check-symbols-glibc.Elliott Hughes2014-05-201-1/+9
* | Merge "Change update-tzdata.py to update ICU data as well"Neil Fuller2014-05-211-35/+75
|\ \ | |/ |/|
| * Change update-tzdata.py to update ICU data as wellNeil Fuller2014-05-201-35/+75
* | Add a script for finding symbols in bionic that aren't in glibc.Elliott Hughes2014-05-191-0/+120
|/
* Update the NOTICE files and improve the script slightly.Elliott Hughes2014-05-051-1/+4
* Fix for libgcc compat generation script.Dmitriy Ivanov2014-04-181-26/+17
* Bring the generate-NOTICE script up to date.Elliott Hughes2014-03-061-1/+1
* Merge "Added script generating additions to libgcc_compat.c from linker errors"Dmitriy Ivanov2014-02-201-0/+144
|\
| * Added script generating additions to libgcc_compat.c from linker errorsDmitriy Ivanov2014-02-201-0/+144
* | Remove the useless _C_LABEL from generated system calls.Elliott Hughes2014-02-191-1/+1
* | Make mips/mips64 syscall stubs more like the other architectures.Elliott Hughes2014-02-191-24/+4
* | Make mips generated assembler more like the mips64 stuff.Elliott Hughes2014-02-191-7/+9
|/
* Fix build by avoiding the _C_LABEL macro.Elliott Hughes2014-02-181-2/+2
* Implement some of the missing LFS64 support.Elliott Hughes2014-02-181-1/+1
* Build syscall stubs in their own library.Elliott Hughes2014-02-111-16/+0
* [MIPS64] Add syscall related filesChris Dearman2014-02-062-1/+46
* bionic: rename aarch64 target to arm64Colin Cross2014-01-232-31/+32
* Add cfi directives to x86 syscalls.Christopher Ferris2014-01-061-20/+27
* Clean up <sched.h>.Elliott Hughes2014-01-021-1/+1
* Add cfi directives to all arm assembly.Christopher Ferris2013-12-021-4/+9
* Stop using the non-uapi <linux/err.h> header file.Elliott Hughes2013-11-071-3/+1
* AArch64: Add support for AArch64 to the syscall interfaceSerban Constantinescu2013-10-282-3/+35
* Fix the exit syscall stub's name.Elliott Hughes2013-10-241-1/+0
* Use hidden visibility for generated stubs whose names begin with underscores.Elliott Hughes2013-10-241-6/+13
* Sort the syscalls.mk files, give all generated files the same header.Elliott Hughes2013-10-161-6/+17
* Remove support for the useless 'custom' option in SYSCALLS.TXT.Elliott Hughes2013-10-151-3/+1
* Refactor the syscall generation script.Elliott Hughes2013-10-071-151/+157
* Add an optional alias list to SYSCALLS.TXTH.J. Lu2013-10-072-3/+24
* x86_64: Add x86_64 syscalls and tune gen scripts for x86_64Pavel Chupin2013-10-012-59/+91
* Make it easier to add syscalls for another architecture.Elliott Hughes2013-09-262-100/+55
* Simplify the SYSCALLS.TXT format.Elliott Hughes2013-09-241-27/+20
* Slight script cleanup; make gensyscalls work from any directory.Elliott Hughes2013-06-172-209/+16
* Don't avoid IPv6 when looking for new tzdata.Elliott Hughes2013-04-241-10/+0
* Disable IPv6 when looking for tzdata updates.Elliott Hughes2013-04-221-2/+11
* Add signature checking to HTTP tzdata updates.Elliott Hughes2013-04-221-10/+21
* Rename the tzdata update tool, and add HTTP support.Elliott Hughes2013-04-221-19/+58
* Fix the SYSCALLS.TXT documentation and remove a dead script.Elliott Hughes2013-04-031-188/+0
* Remove some dead script code and fix a script comment.Elliott Hughes2013-03-251-3/+1
* Stop generating <sys/linux-syscalls.h>.Elliott Hughes2013-03-221-62/+5
* Use the correct names for the __ARM_NR_* syscalls.Elliott Hughes2013-03-221-10/+19
* The SYS_ constants should cover all __NR_ values.Elliott Hughes2013-03-211-18/+30