summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Merge "support _POSIX_REALTIME_SIGNALS"Yabin Cui2014-12-0913-1/+248
|\
| * support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-0813-1/+248
* | Merge "Change _POSIX_CPUTIME macro to make it compitable with glibc."Yabin Cui2014-12-092-4/+12
|\ \
| * | Change _POSIX_CPUTIME macro to make it compitable with glibc.Yabin Cui2014-12-092-4/+12
* | | Simplify our endian.h implementation.Elliott Hughes2014-12-087-472/+21
* | | Merge mips setjmp/longjmp family.Elliott Hughes2014-12-089-773/+287
* | | Switch arch-mips64/include/machine to a symlink.Elliott Hughes2014-12-087-659/+1
* | | Use 64-bit units in the aarch64 setjmp implementation.Elliott Hughes2014-12-081-50/+39
* | | Switch arm and arm64 over to the x86 style of jmpbuf.Elliott Hughes2014-12-082-45/+25
* | | Merge "Fix signal mask save/restore for x86-64."Elliott Hughes2014-12-081-10/+14
|\ \ \ | |/ / |/| |
| * | Fix signal mask save/restore for x86-64.Elliott Hughes2014-12-081-10/+14
* | | Fix signal mask save/restore for arm64.Elliott Hughes2014-12-062-25/+20
|/ /
* | Clean up the x86-64 and x86 setjmp families.Elliott Hughes2014-12-059-468/+181
* | Clean up arm setjmp family.Elliott Hughes2014-12-055-314/+146
* | Clean up the arm64 setjmp.Elliott Hughes2014-12-057-314/+148
* | Merge "Add cache related sysconf queries"Tao Bao2014-12-052-0/+34
|\ \
| * | Add cache related sysconf queriesTao Bao2014-12-042-0/+34
* | | Merge "Restore symbols from <arpa/nameser.h>."Elliott Hughes2014-12-041-74/+45
|\ \ \
| * | | Restore symbols from <arpa/nameser.h>.Elliott Hughes2014-12-041-74/+45
* | | | Merge "implement posix_madvise"Yabin Cui2014-12-044-1/+52
|\ \ \ \ | |/ / / |/| | |
| * | | implement posix_madviseYabin Cui2014-12-044-1/+52
* | | | Make the missing symbols script more useful.Elliott Hughes2014-12-041-12/+17
|/ / /
* | | Code using neon uses ARCH_ARM_HAVE_NEON.Elliott Hughes2014-12-031-16/+0
* | | Remove __ARM_HAVE_VFP.Elliott Hughes2014-12-033-18/+0
* | | Merge "Implement <pty.h>."Elliott Hughes2014-12-043-2/+130
|\ \ \
| * | | Implement <pty.h>.Elliott Hughes2014-12-033-2/+130
* | | | Merge "change argument type in madvise"Yabin Cui2014-12-032-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | change argument type in madviseYabin Cui2014-12-032-2/+2
* | | | Merge "Switch x86 and x86-64 to __builtin_bswap*."Elliott Hughes2014-12-032-47/+8
|\ \ \ \
| * | | | Switch x86 and x86-64 to __builtin_bswap*.Elliott Hughes2014-12-022-47/+8
| |/ / /
* | | | Switch aarch64 to __builtin_bswap16.Elliott Hughes2014-12-021-6/+1
|/ / /
* | | Remove __ARM_HAVE_HALFWORD_MULTIPLY.Elliott Hughes2014-12-021-5/+0
|/ /
* | Remove __ARM_HAVE_LDREXD.Elliott Hughes2014-12-031-8/+0
* | Kill <machine/exec.h>.Elliott Hughes2014-12-026-547/+0
* | Avoid pathological behavior in OpenBSD's fread.Elliott Hughes2014-12-022-2/+18
* | Use mmap to create the pthread_internal_t.Yabin Cui2014-12-024-11/+29
* | Merge "Specify .cpu cortex-a15"Christopher Ferris2014-12-021-0/+1
|\ \
| * | Specify .cpu cortex-a15Bernhard Rosenkränzer2014-11-301-0/+1
* | | Build our benchmarks against glibc too.Elliott Hughes2014-12-012-5/+9
* | | Merge "support _POSIX_CPUTIME"Yabin Cui2014-12-014-1/+54
|\ \ \
| * | | support _POSIX_CPUTIMEYabin Cui2014-11-264-1/+54
| | |/ | |/|
| * | Revert "Use mmap to create the pthread_internal_t."Nicolas Geoffray2014-11-264-34/+11
| * | Use mmap to create the pthread_internal_t.Yabin Cui2014-11-254-11/+34
* | | libc: Fix headers to allow direct inclusion.David 'Digit' Turner2014-12-013-2/+5
| |/ |/|
* | Add error-check when mapping socket to fdRobert Alm2014-11-271-0/+9
* | Move a private x86-64 header file out of the limelight.Elliott Hughes2014-11-261-65/+0
* | [MIPS] Rewrite of setjmp/longjmp for mips64 and mipsr6Duane Sand2014-11-2513-594/+497
|/
* Merge "flesh out sysconf(3) and the _POSIX_* constants"Yabin Cui2014-11-244-139/+254
|\
| * flesh out sysconf(3) and the _POSIX_* constantsYabin Cui2014-11-214-139/+254
* | Merge "Sync with upstream OpenBSD fts.c."Elliott Hughes2014-11-234-15/+66
|\ \