Age | Commit message (Expand) | Author |
2012-08-04 | bits/time.h: sync with glibc 2.16 | Peter Korsgaard |
2012-06-15 | bits/types.h: remove thread types, users should include pthread.h | Peter S. Mazinger |
2012-06-15 | getopt.h: cleanup header, remove anything already in cdefs.h | Peter S. Mazinger |
2012-06-15 | types.h: both icc and tendra support long long | Peter S. Mazinger |
2012-06-15 | uClibc_pthread.h: remove __pthread_mutex_destroy, unused | Peter S. Mazinger |
2012-06-15 | remove uClibc_mutex.h on install | Peter S. Mazinger |
2012-06-15 | errno, h_errno: correct them for non-TLS | Peter S. Mazinger |
2012-06-15 | errno and *_init cleanup | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: change the guard used to include stdio-lock.h | Peter S. Mazinger |
2012-06-15 | do not define _ISOC99_SOURCE in specific files | Peter S. Mazinger |
2012-06-15 | uClibc_pthread.h: do not install on target | Peter S. Mazinger |
2012-06-15 | uClibc_mutex.h: fix bug in conditional macros | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: guard internals with _LIBC | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: remove consistency check | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: remove parts solved in features.h | Peter S. Mazinger |
2012-06-15 | stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.h | Peter S. Mazinger |
2012-06-15 | uClibc_stdio.h: move internal to _stdio.h and make them hidden | Peter S. Mazinger |
2012-06-15 | locale.c, uClibc_locale.h: provide hidden __curlocale[_set] | Peter S. Mazinger |
2012-06-15 | math: avoid jump relocation in libm | Peter S. Mazinger |
2012-06-15 | mathcalls.h: fix comment, MATHCALLI and MATHCALL_PRIV include libm_hidden_proto | Peter S. Mazinger |
2012-06-15 | semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always defined | Peter S. Mazinger |
2012-06-15 | posix_opt.h: update to POSIX 2008 | Peter S. Mazinger |
2012-06-15 | posix_opt.h: update to glibc's NPTL version | Peter S. Mazinger |
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 |