Age | Commit message (Expand) | Author |
2015-03-22 | libc: add getrandom(2) | Bernhard Reutner-Fischer |
2015-02-17 | libc: add setns() | Bernhard Reutner-Fischer |
2013-03-14 | utimes: Export utimensat based utimes | Vineet Gupta |
2013-02-20 | fstatfs: Add __libc_fstatfs wrapper | Markos Chandras |
2013-02-20 | ustat: Add ustat stub for arches that don't have the ustat system call | Markos Chandras |
2013-02-20 | sendfile: Use sendfile64 if arch does not have the sendfile syscall | Markos Chandras |
2013-02-20 | fork: Use clone if arch does not have the fork syscall | Markos Chandras |
2013-02-20 | inotify_init: Use inotify_init1 if inotify_init syscall is not defined | Markos Chandras |
2013-02-20 | epoll: Use epoll_pwait if arch does not have the epoll_wait syscall | Markos Chandras |
2013-02-20 | epoll: Use epoll_create1 if arch does not have the epoll_create syscall | Markos Chandras |
2013-02-20 | symlink: Use symlinkat if arch does not have the symlink syscall | Markos Chandras |
2012-06-10 | eventfd: Implement eventfd2 and fix eventfd | Khem Raj |
2012-04-26 | getpgrp: fix fallback handling | Mark Salter |
2012-04-04 | stubs: Disregard LFS | Bernhard Reutner-Fischer |
2012-03-26 | arm: disable ioperm/iopl stubs | Mike Frysinger |
2012-03-26 | stubs: unified from future | Bernhard Reutner-Fischer |
2012-01-18 | stubs: mark stubs as used | Bernhard Reutner-Fischer |
2011-11-07 | libc: flesh out linux scheduler functions | Henning Heinold |
2011-11-04 | Add stub for eventfd. | Jean-Christian de Rivaz |
2011-11-02 | stubs: remove leftover undefs | Bernhard Reutner-Fischer |
2011-11-02 | stubs: handle linux module functions | Bernhard Reutner-Fischer |
2011-11-02 | stubs: handle linux-specific | Bernhard Reutner-Fischer |
2011-11-02 | stubs: fix inverted socket logic | Bernhard Reutner-Fischer |
2011-11-02 | stubs: undef linux specific unless they were asked for | Bernhard Reutner-Fischer |
2011-05-12 | socket: fix stubs | Bernhard Reutner-Fischer |
2011-05-11 | add pipe2() | Bernhard Reutner-Fischer |
2011-05-11 | socketcalls: add stubs | Bernhard Reutner-Fischer |
2011-05-11 | accept4: Implement cancellation | Bernhard Reutner-Fischer |
2011-03-19 | lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not defined | Peter S. Mazinger |
2011-03-03 | fix stubs | Peter S. Mazinger |
2011-02-24 | unify stub logic | Mike Frysinger |