Age | Commit message (Expand) | Author |
2011-11-04 | Add stub for eventfd. | Jean-Christian de Rivaz |
2011-11-04 | libm: implement a generic sincos(). | William Pitcock |
2011-11-02 | setegid: use setresgid conditionally | Bernhard Reutner-Fischer |
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-10-31 | Add eventfd support. | Jean-Christian de Rivaz |
2011-06-10 | Fix __libc_epoll_pwait compile failure on x86 | Phil Blundell |
2011-05-27 | libc: make common longjmp usable with NPTL | Filippo Arcidiacono |
2011-05-27 | sh: use the common implementation for longjmp | Filippo Arcidiacono |
2011-05-13 | unwind.h: Move to libc/sysdeps from nptl sysdeps | Khem Raj |
2011-05-13 | epoll: redo cancellation to match master | Bernhard Reutner-Fischer |
2011-05-13 | epoll.c: add cancellation to epoll_[p]wait() | Peter S. Mazinger |
2011-05-12 | NPTL: needs madvise internally | Bernhard Reutner-Fischer |
2011-05-12 | socket: fix stubs | Bernhard Reutner-Fischer |
2011-05-11 | epoll: unify epoll.h | Bernhard Reutner-Fischer |
2011-05-11 | Implement epoll_create1 and epoll_pwait system calls. | Thierry Reding |
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-05-10 | getcwd: Fix memory-leak in error path | Bernhard Reutner-Fischer |
2011-05-03 | buildsys: prettify ssp.c handling | Bernhard Reutner-Fischer |
2011-05-03 | madvise is LINUX_SPECIFIC | Bernhard Reutner-Fischer |
2011-04-29 | __rt_sigwaitinfo: depends on HAS_REALTIME | Bernhard Reutner-Fischer |
2011-04-13 | buildsys: fix GNU make v3.80 compatibility again | Kevin Cernekee |
2011-03-19 | lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not defined | Peter S. Mazinger |
2011-03-10 | nanosleep.c: remove duplicated libc_hidden_proto | Peter S. Mazinger |
2011-03-09 | remove trailing ';' from _syscallX() | Peter S. Mazinger |
2011-03-09 | bits/statvfs.h: update, adding ST_RELATIME | Peter S. Mazinger |
2011-03-09 | types.h: remove __ipc_pid_t | Peter S. Mazinger |
2011-03-09 | guard *_chk() related stuff with UCLIBC_HAS_FORTIFY | Peter S. Mazinger |
2011-03-05 | The C6X port | Aurelien Jacquiot |
2011-03-03 | provide internal hidden version of __fcntl_nocancel | Peter S. Mazinger |
2011-03-03 | add _dl_errno support to errno.h, cleanup | Peter S. Mazinger |
2011-03-03 | simplify guard of uClibc internals | Peter S. Mazinger |
2011-03-03 | remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H... | Peter S. Mazinger |
2011-03-03 | remove error handling from some syscalls | Peter S. Mazinger |
2011-03-03 | fix stubs | Peter S. Mazinger |
2011-03-03 | Correct ssp code | Peter S. Mazinger |
2011-03-03 | add missing prototypes | Peter S. Mazinger |
2011-03-03 | use common sigthread.h | Peter S. Mazinger |
2011-02-25 | nptl:arm: add a wrapper for .cfi_sections pseudo-ops | Carmelo Amoroso |
2011-02-24 | unify stub logic | Mike Frysinger |
2011-02-22 | nptl: imit waitpid just for MIPS O32 | Bernhard Reutner-Fischer |
2011-02-16 | buildsys: fix inverted logic with thread impls | Bernhard Reutner-Fischer |
2011-02-14 | buildsys: use kbuild style | Bernhard Reutner-Fischer |
2011-02-14 | buildsys: remove wrong file | Bernhard Reutner-Fischer |
2011-02-14 | nptl: fix typo in buildsys | Bernhard Reutner-Fischer |