summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips/syscalls
Commit message (Collapse)AuthorAgeFilesLines
* Add mlockall and munlockall for Google TV.Elliott Hughes2012-09-062-0/+44
| | | | Change-Id: I10e961d701e74aab07211ec7975f61167e387853
* Add getsid system call to bionicIrina Tirdea2012-09-031-0/+22
| | | | | | | | | | | | | | | | | | Add getsid() system call to bionic for all architectures. This is needed for various tools (e.g. perf). Adding the getsid system call was done in 3 steps: () add getsid system call (function name and syscall number) to libc/SYSCALLS.TXT () generate all necessary headers by calling libc/tools/gensyscalls.py. This patch is adding the generated files since the build system does not call gensyscalls.py. () add the system call signature to libc/include/unistd.h Change-Id: Id69a257e13ec02e1a44085a6b217a3f19ab025b1 Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
* Add unshare() syscall.Jeff Sharkey2012-08-101-0/+22
| | | | | | | (cherry-pick of 5467f25f82934d611c60f8bc57a05114f3c1bea0.) Bug: 6925012 Change-Id: Ic5ea2fbd606311087de05d7a3594df2fa9b2fef9
* resolved conflicts for merge of e5408907 to jb-dev-plus-aospElliott Hughes2012-05-093-0/+66
| | | | Change-Id: If4c3f51bf87b28da8074be2e46ae772a374b266f
* [MIPS] Add support for MIPS syscallsRaghu Gandham2012-05-09196-0/+4312
Change-Id: I4deba67e15c865c4c2db03064c04098a09828ea6 Signed-off-by: Raghu Gandham <raghu@mips.com> Signed-off-by: Chris Dearman <chris@mips.com>