Age | Commit message (Expand) | Author |
2012-06-15 | local_lim.h: add NPTL version for alpha,ia64,powerpc,sparc, update common | Peter S. Mazinger |
2012-06-15 | signal.h: move prototypes for __syscall_[rt_]sigaction to common place | Peter S. Mazinger |
2012-06-15 | getopt.c, getopt.h: avoid the need for __FORCE_GLIBC | Peter S. Mazinger |
2012-04-28 | epoll.h: sync with glibc | Mike Frysinger |
2012-04-08 | signalfd.h: Use new "bits/" scheme for arch-specific flags | Kevin Cernekee |
2012-04-08 | timerfd.h: Use new "bits/" scheme for arch-specific flags | Kevin Cernekee |
2012-04-08 | inotify.h: Use new "bits/" scheme for arch-specific flags | Kevin Cernekee |
2012-02-05 | Declare __err and pass it to INTERNAL_SYSCALL_NCS so subsequent macros can us... | Khem Raj |
2012-01-29 | tmpnam, tempnam are obsolete in SUSV4 | Bernhard Reutner-Fischer |
2012-01-26 | *: silence some warnings | Bernhard Reutner-Fischer |
2011-11-07 | libc: flesh out linux scheduler functions | Henning Heinold |
2011-11-07 | ldso: support RTLD_NOLOAD | Timo Teräs |
2011-11-04 | libm: implement a generic sincos(). | William Pitcock |
2011-05-11 | add pipe2() | Bernhard Reutner-Fischer |
2011-05-11 | accept4: Implement cancellation | Bernhard Reutner-Fischer |
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-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 | use common sigthread.h | Peter S. Mazinger |
2011-02-09 | sync bits/socket.h PF_* / AF_* values with 2.6.38-rc3 | Peter Korsgaard |
2010-10-31 | libm: improve readability of math.h; expand comments and docs | Denys Vlasenko |
2010-10-22 | *: inline constant __sig{add,del}set and __sigismember | Denys Vlasenko |
2010-10-22 | sleep: employ __USE_EXTERN_INLINES (with necessary fixes) | Denys Vlasenko |
2010-08-05 | math: isnan is a C99 feature | Henning Heinold |
2010-08-02 | nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6 | Bernhard Reutner-Fischer |
2010-07-27 | new helper funcs for alloca/malloc with mmu/nommu | Mike Frysinger |
2010-07-27 | remove trailing comma in enum | Bernhard Reutner-Fischer |
2010-07-09 | include/param.h: Dont use ARG_MAX from kernel headers | Khem Raj |
2010-07-06 | Revert "don't make __errno_location / __h_errno_location hidden" | Austin Foxley |
2010-07-05 | don't make __errno_location / __h_errno_location hidden | Peter Korsgaard |
2010-07-03 | remove extra comma in lock macro | Austin Foxley |
2010-06-01 | bits/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK support | Vladimir Zapolskiy |
2010-04-28 | fix a few build errors for the no threads case | Austin Foxley |
2010-04-22 | nptl: fix libc internal, dynamically enabled locking | Timo Teräs |
2010-04-20 | nptl: remove unneeded libc-lock.h include | Timo Teräs |
2010-04-16 | libc: remove libc weak __pthreads_* wrappers | Timo Teras |
2010-04-02 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-03-05 | pull kernel-features.h from NPTL | Bernhard Reutner-Fischer |
2010-03-04 | poll: unavailable on linux < 2.2.0 | Bernhard Reutner-Fischer |
2010-02-19 | update kernel-features.h with futex features | Austin Foxley |
2010-02-17 | Assorted fixed to get nptl compiling on ARM | Khem Raj |
2010-02-05 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-02-05 | kernel-features: add __ASSUME_POSIX_CPU_TIMERS | Bernhard Reutner-Fischer |
2010-02-02 | time,times: stop interpreting negative return values ar errors | Denys Vlasenko |
2009-11-30 | uClibc_ctype.h: fix inverted check for susv4 macro | Austin Foxley |
2009-11-30 | uClibc_ctype.h: fix inverted check for susv4 macro | Austin Foxley |
2009-11-28 | Merge remote branch 'origin/master' into nptl | Austin Foxley |