summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Add .cfi_startproc/.cfi_endproc to ENTRY/END.Christopher Ferris2013-11-1927-117/+27
* Provide <sys/user.h>.Elliott Hughes2013-11-191-0/+191
* Clean up forking and cloning.Elliott Hughes2013-11-1926-172/+44
* Merge "bionic: call stdio cleanup on exit"Elliott Hughes2013-11-193-19/+61
|\
| * bionic: call stdio cleanup on exitPawit Pornkitprasan2013-11-193-19/+61
* | Merge "Fix pthread_join."Elliott Hughes2013-11-1920-76/+207
|\ \
| * | Fix pthread_join.Elliott Hughes2013-11-1820-76/+207
* | | Pull in cleaned version.h header.Christopher Ferris2013-11-151-0/+20
|/ /
* | Clean up the pthread_create trampoline.Elliott Hughes2013-11-155-66/+28
* | Switch pthread_create over to __bionic_clone.Elliott Hughes2013-11-1514-276/+55
* | [MIPS] Reimplement syscall to invoke the system call directlyChris Dearman2013-11-145-25/+58
|/
* Remove the mips regdef.h and fpregdef.h old kernel headers.Elliott Hughes2013-11-132-228/+0
* Add a temporary uapi/linux/compiler.h until upstream has one.Elliott Hughes2013-11-081-0/+18
* Remove the dependency on the non-uapi __kernel_nlink_t.Elliott Hughes2013-11-081-1/+2
* Generate the uapi headers for mips and x86/x86_64.Elliott Hughes2013-11-08101-0/+9482
* Prepare to switch to the uapi <linux/signal.h>.Elliott Hughes2013-11-073-11/+7
* Stop using the non-uapi <linux/err.h> header file.Elliott Hughes2013-11-07765-2291/+805
* Remove pathconf's dependencies on non-uapi header files.Elliott Hughes2013-11-061-8/+5
* Fix a TODO; we've had SOCK_CLOEXEC for a while now.Elliott Hughes2013-11-061-3/+0
* Merge "Clean up the 32-bit kernel support, fix LP64 fcntl declaration."Elliott Hughes2013-11-0717-336/+99
|\
| * Clean up the 32-bit kernel support, fix LP64 fcntl declaration.Elliott Hughes2013-11-0617-336/+99
* | Merge "Add processed uapi kernel headers for ARM."Ben Cheng2013-11-0634-0/+1848
|\ \ | |/ |/|
| * Add processed uapi kernel headers for ARM.Ben Cheng2013-11-0634-0/+1848
* | Fix pread/pwrite for LP64.Elliott Hughes2013-11-066-4/+18
* | Make cpp.py less braindead.Elliott Hughes2013-11-0614-733/+285
|/
* Fix <sys/select.h> for LP64, clean up <time.h>.Elliott Hughes2013-11-053-94/+79
* Remove unnecessary #include.Elliott Hughes2013-11-051-1/+0
* Refresh libc/kernel/common/linux/uinput.hScott Anderson2013-10-311-7/+8
* Move the pthread debugging flags to the right place.Elliott Hughes2013-10-312-15/+5
* <pthread.h> fixes and pthread cleanup.Elliott Hughes2013-10-3119-970/+955
* Remove an obsolete ARM gdb hack.Elliott Hughes2013-10-301-20/+0
* Factor out some of the makefile cruft.Elliott Hughes2013-10-291-80/+63
* Explain the sigprocmask in pthread_exit.Elliott Hughes2013-10-293-32/+34
* Update <sys/exec_elf.h> to include EM_AARCH64.Elliott Hughes2013-10-281-1/+2
* AArch64: Add support for AArch64 to stdlib/strtod.cSerban Constantinescu2013-10-281-1/+1
* AArch64: Autogenerated syscalls for AArch64Serban Constantinescu2013-10-28188-1/+4822
* AArch64: Add support for AArch64 to the syscall interfaceSerban Constantinescu2013-10-283-55/+87
* Fix the *rand48 functions on LP64.Elliott Hughes2013-10-284-14/+12
* Update <sys/exec_elf.h> to get the DF_* flags.Elliott Hughes2013-10-281-1/+8
* Don't allow text relocations on 64-bit.Elliott Hughes2013-10-281-9/+35
* Fix utime/utimes when passed a NULL pointer.Elliott Hughes2013-10-282-6/+10
* Upgrade to tzdata2013h.Elliott Hughes2013-10-281-0/+0
* Fix the exit syscall stub's name.Elliott Hughes2013-10-2412-26/+25
* Merge "Use hidden visibility for generated stubs whose names begin with under...Elliott Hughes2013-10-2527-6/+39
|\
| * Use hidden visibility for generated stubs whose names begin with underscores.Elliott Hughes2013-10-2427-6/+39
* | Start moving 32-bit cruft somewhere it won't pollute 64-bit.Elliott Hughes2013-10-244-12/+56
|/
* Let the compiler worry about implementing ffs(3).Elliott Hughes2013-10-2410-179/+40
* Merge "Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system ...Elliott Hughes2013-10-2448-444/+432
|\
| * Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.Elliott Hughes2013-10-2448-444/+432
* | Merge "Add __EXPORTED_HEADERS__ as predefined macro."Ben Cheng2013-10-232-7/+5
|\ \ | |/ |/|