summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips/syscalls.mk
Commit message (Expand)AuthorAgeFilesLines
* Build syscall stubs in their own library.Elliott Hughes2014-02-111-198/+0
* Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.Elliott Hughes2014-02-031-0/+1
* Fix <sys/resource.h>.Elliott Hughes2014-01-091-0/+1
* Clean up <sched.h>.Elliott Hughes2014-01-021-0/+1
* Clean up forking and cloning.Elliott Hughes2013-11-191-1/+0
* Fix pthread_join.Elliott Hughes2013-11-181-0/+1
* [MIPS] Reimplement syscall to invoke the system call directlyChris Dearman2013-11-141-1/+0
* Clean up the 32-bit kernel support, fix LP64 fcntl declaration.Elliott Hughes2013-11-061-1/+0
* Fix the exit syscall stub's name.Elliott Hughes2013-10-241-1/+1
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.Elliott Hughes2013-10-241-8/+4
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.Elliott Hughes2013-10-231-3/+3
* Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.Elliott Hughes2013-10-221-15/+4
* Fix sigaction(3) for 64-bit.Elliott Hughes2013-10-171-1/+1
* Sort the syscalls.mk files, give all generated files the same header.Elliott Hughes2013-10-161-184/+184
* Switch sigpending over to rt_sigpending.Elliott Hughes2013-10-161-3/+3
* Fix sigsuspend to use rt_sigsuspend on all platforms.Elliott Hughes2013-10-151-2/+2
* Clean up the sigprocmask/pthread_sigmask implementation.Elliott Hughes2013-10-151-1/+0
* Clean up the cpuacct cruft.Elliott Hughes2013-10-091-3/+3
* 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-191-0/+2
* libc: add swapon and swapoff syscallsRom Lemarchand2013-06-251-0/+2
* libc: add timerfd callsTodd Poynor2013-05-141-0/+3
* Expose wait4 as wait4 rather than __wait4.Elliott Hughes2013-03-211-1/+1
* Add signalfd call to bionicRom Lemarchand2013-01-101-0/+1
* Add mlockall and munlockall for Google TV.Elliott Hughes2012-09-061-0/+2
* Add getsid system call to bionicIrina Tirdea2012-09-031-0/+1
* Add unshare() syscall.Jeff Sharkey2012-08-101-0/+1
* resolved conflicts for merge of e5408907 to jb-dev-plus-aospElliott Hughes2012-05-091-0/+3
* [MIPS] Add support for MIPS syscallsRaghu Gandham2012-05-091-0/+198