summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips/syscalls
Commit message (Expand)AuthorAgeFilesLines
* Implement <sys/fsuid.h>.Elliott Hughes2014-07-302-0/+38
* Add splice, tee, and vmsplice.Elliott Hughes2014-06-243-0/+57
* Cache getpid.Elliott Hughes2014-06-201-2/+2
* Remove ioprio_get(2) and ioprio_set(2) from LP64.Dan Albert2014-06-122-38/+0
* Remove getdents from bionic.Elliott Hughes2014-06-061-2/+2
* Avoid a system call in 'gettid'.Elliott Hughes2014-06-021-19/+0
* Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-281-19/+0
* Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-281-0/+19
* Lose the hand-written futex assembler.Elliott Hughes2014-05-221-19/+0
* Remove the tkill(2) stub.Elliott Hughes2014-05-221-19/+0
* Remove __syslog; we have the public klogctl API.Elliott Hughes2014-05-201-19/+0
* Remove perf_event_open.Elliott Hughes2014-05-201-19/+0
* Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran2014-05-193-23/+4
* Hide __signalfd4, used to implement signalfd(3).Elliott Hughes2014-05-161-2/+2
* Mark sockets on accept().Sreeram Ramachandran2014-05-141-2/+2
* Introduce netd_client, a dynamic library that talks to netd.Sreeram Ramachandran2014-05-131-2/+2
* Remove the useless indirection in mips' __set_tls.Elliott Hughes2014-05-121-2/+2
* Implement _Exit(3).Elliott Hughes2014-04-081-0/+3
* Add accept4() syscallAndrei Emeltchenko2014-03-261-0/+19
* Add recvmmsg and sendmmsg syscalls.Guillaume Ranquet2014-02-272-0/+38
* Make mips/mips64 syscall stubs more like the other architectures.Elliott Hughes2014-02-19196-1764/+588
* Make mips generated assembler more like the mips64 stuff.Elliott Hughes2014-02-19196-1372/+1764
* Fix build by avoiding the _C_LABEL macro.Elliott Hughes2014-02-182-4/+4
* Implement some of the missing LFS64 support.Elliott Hughes2014-02-182-8/+14
* Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.Elliott Hughes2014-02-031-0/+23
* Fix <sys/resource.h>.Elliott Hughes2014-01-091-0/+23
* Clean up <sched.h>.Elliott Hughes2014-01-021-0/+23
* Clean up forking and cloning.Elliott Hughes2013-11-191-23/+0
* Fix pthread_join.Elliott Hughes2013-11-181-0/+23
* [MIPS] Reimplement syscall to invoke the system call directlyChris Dearman2013-11-141-23/+0
* Clean up the 32-bit kernel support, fix LP64 fcntl declaration.Elliott Hughes2013-11-061-23/+0
* Fix the exit syscall stub's name.Elliott Hughes2013-10-241-4/+4
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.Elliott Hughes2013-10-248-111/+19
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.Elliott Hughes2013-10-233-15/+15
* Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.Elliott Hughes2013-10-2215-273/+20
* Fix sigaction(3) for 64-bit.Elliott Hughes2013-10-171-4/+4
* Sort the syscalls.mk files, give all generated files the same header.Elliott Hughes2013-10-16210-210/+420
* Switch sigpending over to rt_sigpending.Elliott Hughes2013-10-161-5/+5
* Fix sigsuspend to use rt_sigsuspend on all platforms.Elliott Hughes2013-10-151-5/+5
* Clean up the sigprocmask/pthread_sigmask implementation.Elliott Hughes2013-10-151-22/+0
* Clean up the cpuacct cruft.Elliott Hughes2013-10-093-12/+12
* Ensure we have the off64_t variant of every function that takes an off_t.Elliott Hughes2013-09-192-0/+44
* libc: add swapon and swapoff syscallsRom Lemarchand2013-06-252-0/+44
* libc: add timerfd callsTodd Poynor2013-05-143-0/+66
* The SYS_ constants should cover all __NR_ values.Elliott Hughes2013-03-21204-204/+204
* Expose wait4 as wait4 rather than __wait4.Elliott Hughes2013-03-211-4/+4
* Add signalfd call to bionicRom Lemarchand2013-01-101-0/+22
* Add mlockall and munlockall for Google TV.Elliott Hughes2012-09-062-0/+44
* Add getsid system call to bionicIrina Tirdea2012-09-031-0/+22
* Add unshare() syscall.Jeff Sharkey2012-08-101-0/+22