summaryrefslogtreecommitdiffstats
path: root/libc/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't #define SYS_ constants unless they make sense for the current architect...Elliott Hughes2013-03-211-28/+29
* Provide glibc-compatible SYS_* aliases for the __NR_* constants.Elliott Hughes2013-03-211-12/+29
* Fix a bug in ZoneCompactor that meant the zonetab offset was wrong.Elliott Hughes2013-03-141-2/+2
* Use the kernel's MAX_ERRNO in the syscall stubs.Elliott Hughes2013-03-121-7/+11
* Remove dead code from gensyscalls.py.Elliott Hughes2013-02-071-117/+13
* Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs.Elliott Hughes2013-02-061-8/+5
* Upgrade libm.Elliott Hughes2013-02-011-0/+64
* Clean up trailing whitespace in the kernel headers.Elliott Hughes2013-01-302-21/+0
* arm syscall : for eabi call_default don't use stackMatthieu Castet2013-01-161-3/+2
* Verify architecture neutral syscall numbersChris Dearman2012-11-291-4/+3
* Upgrade to tzdata2012j.Elliott Hughes2012-11-261-4/+6
* Upgrade to tzdata2012i.Elliott Hughes2012-11-051-17/+29
* Support zone.tab in bionic, and remove the file format version.Elliott Hughes2012-10-222-13/+20
* Merge "Change ZoneCompator to generate the single "tzdata" file."Elliott Hughes2012-10-193-310/+259
|\
| * Change ZoneCompator to generate the single "tzdata" file.Elliott Hughes2012-10-193-310/+259
* | Update generate-NOTICE.py to know about tzdata.Elliott Hughes2012-10-191-1/+1
|/
* Do all the zoneinfo.* file generation in Java.Elliott Hughes2012-10-192-22/+16
* Switch bionic over to using libcore's copy of libcore.util.ZoneInfo.Elliott Hughes2012-10-193-289/+60
* Put all the tzdata in one file.Elliott Hughes2012-10-171-0/+77