summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips
Commit message (Expand)AuthorAgeFilesLines
* Make it easier to add syscalls for another architecture.Elliott Hughes2013-09-261-2/+2
* Ensure we have the off64_t variant of every function that takes an off_t.Elliott Hughes2013-09-193-0/+46
* [MIPS] __dso_handle.S and __dso_handle_so.S not needed.Pete Delaney2013-07-222-78/+0
* [MIPS] Rewrite MIPS crtbegin* as C files.Pete Delaney2013-07-175-231/+114
* libc: add swapon and swapoff syscallsRom Lemarchand2013-06-253-0/+46
* libc: add timerfd callsTodd Poynor2013-05-144-0/+69
* Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>.Elliott Hughes2013-03-211-2/+3
* The SYS_ constants should cover all __NR_ values.Elliott Hughes2013-03-21204-204/+204
* Expose wait4 as wait4 rather than __wait4.Elliott Hughes2013-03-212-5/+5
* Clean up internal libc logging.Elliott Hughes2013-03-151-2/+1
* Break bionic implementations into arch versions.Christopher Ferris2013-03-121-0/+25
* Fix the pthread_setname_np test.Elliott Hughes2013-02-151-7/+6
* Use the NetBSD <sys/exec_elf.h>.Elliott Hughes2013-01-291-0/+196
* Fix the duplication in the debugging code.Elliott Hughes2013-01-181-3/+3
* Add signalfd call to bionicRom Lemarchand2013-01-102-0/+23
* Fix <endian.h> and <sys/endian.h>.Elliott Hughes2012-12-111-0/+0
* Remove (near-)duplicate definitions of size_t and ssize_t.Elliott Hughes2012-11-291-2/+0
* Clean up _BYTE_ORDER definitions for better x86 portability.Elliott Hughes2012-11-272-20/+7
* Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>"David 'Digit' Turner2012-10-175-233/+135
* libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>David 'Digit' Turner2012-10-175-135/+233
* [MIPS] Check error status from pipe system callKwongYuan Wong2012-09-111-5/+16
* Add mlockall and munlockall for Google TV.Elliott Hughes2012-09-063-0/+46
* Add getsid system call to bionicIrina Tirdea2012-09-032-0/+23
* libc: remove ctors/dtors sectionsArd Biesheuvel2012-08-222-24/+0
* Add unshare() syscall.Jeff Sharkey2012-08-102-0/+23
* MIPS support for libc.Raghu Gandham2012-08-0240-0/+4324
* resolved conflicts for merge of e5408907 to jb-dev-plus-aospElliott Hughes2012-05-094-0/+69
* [MIPS] Add support for MIPS syscallsRaghu Gandham2012-05-09197-0/+4510