summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips64/syscalls
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-281-25/+0
* Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-281-0/+25
* Lose the hand-written futex assembler.Elliott Hughes2014-05-221-25/+0
* Remove the tkill(2) stub.Elliott Hughes2014-05-221-25/+0
* Remove __syslog; we have the public klogctl API.Elliott Hughes2014-05-201-26/+0
* Remove perf_event_open.Elliott Hughes2014-05-201-25/+0
* Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran2014-05-193-30/+6
* Hide __signalfd4, used to implement signalfd(3).Elliott Hughes2014-05-161-2/+3
* Mark sockets on accept().Sreeram Ramachandran2014-05-141-2/+3
* Introduce netd_client, a dynamic library that talks to netd.Sreeram Ramachandran2014-05-131-2/+3
* Remove the useless indirection in mips' __set_tls.Elliott Hughes2014-05-121-3/+3
* Implement _Exit(3).Elliott Hughes2014-04-081-0/+3
* Add accept4() syscallAndrei Emeltchenko2014-03-261-0/+25
* Add recvmmsg and sendmmsg syscalls.Guillaume Ranquet2014-02-272-0/+50
* Remove the useless _C_LABEL from generated system calls.Elliott Hughes2014-02-1929-29/+29
* Make mips/mips64 syscall stubs more like the other architectures.Elliott Hughes2014-02-19192-1728/+576
* Fix build by avoiding the _C_LABEL macro.Elliott Hughes2014-02-1815-30/+30
* Implement some of the missing LFS64 support.Elliott Hughes2014-02-184-16/+28
* [MIPS64] Add syscall related filesChris Dearman2014-02-06192-0/+6014