summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/stubs.c
AgeCommit message (Expand)Author
2015-03-22libc: add getrandom(2)Bernhard Reutner-Fischer
2015-02-17libc: add setns()Bernhard Reutner-Fischer
2013-03-14utimes: Export utimensat based utimesVineet Gupta
2013-02-20fstatfs: Add __libc_fstatfs wrapperMarkos Chandras
2013-02-20ustat: Add ustat stub for arches that don't have the ustat system callMarkos Chandras
2013-02-20sendfile: Use sendfile64 if arch does not have the sendfile syscallMarkos Chandras
2013-02-20fork: Use clone if arch does not have the fork syscallMarkos Chandras
2013-02-20inotify_init: Use inotify_init1 if inotify_init syscall is not definedMarkos Chandras
2013-02-20epoll: Use epoll_pwait if arch does not have the epoll_wait syscallMarkos Chandras
2013-02-20epoll: Use epoll_create1 if arch does not have the epoll_create syscallMarkos Chandras
2013-02-20symlink: Use symlinkat if arch does not have the symlink syscallMarkos Chandras
2012-06-10eventfd: Implement eventfd2 and fix eventfdKhem Raj
2012-04-26getpgrp: fix fallback handlingMark Salter
2012-04-04stubs: Disregard LFSBernhard Reutner-Fischer
2012-03-26arm: disable ioperm/iopl stubsMike Frysinger
2012-03-26stubs: unified from futureBernhard Reutner-Fischer
2012-01-18stubs: mark stubs as usedBernhard Reutner-Fischer
2011-11-07libc: flesh out linux scheduler functionsHenning Heinold
2011-11-04Add stub for eventfd.Jean-Christian de Rivaz
2011-11-02stubs: remove leftover undefsBernhard Reutner-Fischer
2011-11-02stubs: handle linux module functionsBernhard Reutner-Fischer
2011-11-02stubs: handle linux-specificBernhard Reutner-Fischer
2011-11-02stubs: fix inverted socket logicBernhard Reutner-Fischer
2011-11-02stubs: undef linux specific unless they were asked forBernhard Reutner-Fischer
2011-05-12socket: fix stubsBernhard Reutner-Fischer
2011-05-11add pipe2()Bernhard Reutner-Fischer
2011-05-11socketcalls: add stubsBernhard Reutner-Fischer
2011-05-11accept4: Implement cancellationBernhard Reutner-Fischer
2011-03-19lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not definedPeter S. Mazinger
2011-03-03fix stubsPeter S. Mazinger
2011-02-24unify stub logicMike Frysinger