| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lstat/stat/fstat: Use 64bit version of syscall if availablemaster | Khem Raj | 2012-02-05 | 3 | -13/+42 |
| * | Declare __err and pass it to INTERNAL_SYSCALL_NCS so subsequent macros can us... | Khem Raj | 2012-02-05 | 1 | -2/+2 |
| * | tmpnam, tempnam are obsolete in SUSV4 | Bernhard Reutner-Fischer | 2012-01-29 | 1 | -1/+3 |
| * | *: silence some warnings | Bernhard Reutner-Fischer | 2012-01-26 | 1 | -8/+14 |
| * | stubs: mark stubs as used | Bernhard Reutner-Fischer | 2012-01-18 | 1 | -0/+1 |
| * | libc: do not rely upon ulimit kernel syscall. | Carmelo Amoroso | 2011-11-23 | 1 | -8/+0 |
| * | libc: flesh out linux scheduler functions | Henning Heinold | 2011-11-07 | 7 | -17/+198 |
| * | ldso: support RTLD_NOLOAD | Timo Teräs | 2011-11-07 | 1 | -2/+2 |
| * | Add stub for eventfd. | Jean-Christian de Rivaz | 2011-11-04 | 1 | -0/+4 |
| * | libm: implement a generic sincos(). | William Pitcock | 2011-11-04 | 1 | -1/+1 |
| * | setegid: use setresgid conditionally | Bernhard Reutner-Fischer | 2011-11-02 | 1 | -0/+6 |
| * | stubs: remove leftover undefs | Bernhard Reutner-Fischer | 2011-11-02 | 1 | -61/+0 |
| * | stubs: handle linux module functions | Bernhard Reutner-Fischer | 2011-11-02 | 2 | -4/+5 |
| * | stubs: handle linux-specific | Bernhard Reutner-Fischer | 2011-11-02 | 2 | -19/+184 |
| * | stubs: fix inverted socket logic | Bernhard Reutner-Fischer | 2011-11-02 | 1 | -19/+19 |
| * | stubs: undef linux specific unless they were asked for | Bernhard Reutner-Fischer | 2011-11-02 | 1 | -0/+34 |
| * | Add eventfd support. | Jean-Christian de Rivaz | 2011-10-31 | 3 | -1/+68 |
| * | Fix __libc_epoll_pwait compile failure on x86 | Phil Blundell | 2011-06-10 | 1 | -2/+3 |
| * | libc: make common longjmp usable with NPTL | Filippo Arcidiacono | 2011-05-27 | 1 | -2/+2 |
| * | sh: use the common implementation for longjmp | Filippo Arcidiacono | 2011-05-27 | 1 | -1/+1 |
| * | unwind.h: Move to libc/sysdeps from nptl sysdeps | Khem Raj | 2011-05-13 | 1 | -0/+220 |
| * | epoll: redo cancellation to match master | Bernhard Reutner-Fischer | 2011-05-13 | 1 | -15/+32 |
| * | epoll.c: add cancellation to epoll_[p]wait() | Peter S. Mazinger | 2011-05-13 | 1 | -4/+21 |
| * | NPTL: needs madvise internally | Bernhard Reutner-Fischer | 2011-05-12 | 1 | -4/+3 |
| * | socket: fix stubs | Bernhard Reutner-Fischer | 2011-05-12 | 1 | -19/+19 |
| * | epoll: unify epoll.h | Bernhard Reutner-Fischer | 2011-05-11 | 1 | -2/+24 |
| * | Implement epoll_create1 and epoll_pwait system calls. | Thierry Reding | 2011-05-11 | 2 | -4/+52 |
| * | add pipe2() | Bernhard Reutner-Fischer | 2011-05-11 | 4 | -1/+39 |
| * | socketcalls: add stubs | Bernhard Reutner-Fischer | 2011-05-11 | 1 | -0/+94 |
| * | accept4: Implement cancellation | Bernhard Reutner-Fischer | 2011-05-11 | 2 | -0/+16 |
| * | getcwd: Fix memory-leak in error path | Bernhard Reutner-Fischer | 2011-05-10 | 1 | -1/+2 |
| * | buildsys: prettify ssp.c handling | Bernhard Reutner-Fischer | 2011-05-03 | 1 | -4/+1 |
| * | madvise is LINUX_SPECIFIC | Bernhard Reutner-Fischer | 2011-05-03 | 1 | -1/+1 |
| * | __rt_sigwaitinfo: depends on HAS_REALTIME | Bernhard Reutner-Fischer | 2011-04-29 | 1 | -1/+1 |
| * | buildsys: fix GNU make v3.80 compatibility again | Kevin Cernekee | 2011-04-13 | 1 | -2/+6 |
| * | lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not defined | Peter S. Mazinger | 2011-03-19 | 2 | -1/+9 |
| * | nanosleep.c: remove duplicated libc_hidden_proto | Peter S. Mazinger | 2011-03-10 | 1 | -1/+0 |
| * | remove trailing ';' from _syscallX() | Peter S. Mazinger | 2011-03-09 | 1 | -1/+1 |
| * | bits/statvfs.h: update, adding ST_RELATIME | Peter S. Mazinger | 2011-03-09 | 1 | -2/+4 |
| * | types.h: remove __ipc_pid_t | Peter S. Mazinger | 2011-03-09 | 1 | -5/+0 |
| * | guard *_chk() related stuff with UCLIBC_HAS_FORTIFY | Peter S. Mazinger | 2011-03-09 | 2 | -2/+6 |
| * | The C6X port | Aurelien Jacquiot | 2011-03-05 | 1 | -0/+1 |
| * | provide internal hidden version of __fcntl_nocancel | Peter S. Mazinger | 2011-03-03 | 1 | -0/+1 |
| * | add _dl_errno support to errno.h, cleanup | Peter S. Mazinger | 2011-03-03 | 1 | -43/+0 |
| * | simplify guard of uClibc internals | Peter S. Mazinger | 2011-03-03 | 1 | -1/+1 |
| * | remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H... | Peter S. Mazinger | 2011-03-03 | 1 | -0/+2 |
| * | remove error handling from some syscalls | Peter S. Mazinger | 2011-03-03 | 9 | -51/+33 |
| * | fix stubs | Peter S. Mazinger | 2011-03-03 | 1 | -5/+1 |
| * | Correct ssp code | Peter S. Mazinger | 2011-03-03 | 1 | -1/+2 |
| * | add missing prototypes | Peter S. Mazinger | 2011-03-03 | 1 | -0/+4 |
