Age | Commit message (Expand) | Author |
2010-11-10 | microblaze: build infrastructure | Steven J. Magnani |
2010-11-10 | microblaze: thread support | Steven J. Magnani |
2010-11-10 | microblaze: misc headers | Steven J. Magnani |
2010-11-10 | microblaze: kernel headers | Steven J. Magnani |
2010-11-10 | microblaze: Restore soft-float | Steven J. Magnani |
2010-11-10 | microblaze: vfork/clone interface | Steven J. Magnani |
2010-11-10 | microblaze: syscall interface | Steven J. Magnani |
2010-11-10 | microblaze: Fix crt bootstrap | Steven J. Magnani |
2010-11-10 | microblaze: Fix setjmp/longjmp | Steven J. Magnani |
2010-10-31 | libm: improve readability of math.h; expand comments and docs | Denys Vlasenko |
2010-10-27 | Fix msync() redefinition for noMMU build | Bernhard Reutner-Fischer |
2010-10-27 | mips: fix errno setting after syscall | Alexander Gordeev |
2010-10-22 | *: inline constant __sig{add,del}set and __sigismember | Denys Vlasenko |
2010-10-22 | remove superfluous libc_hidden_proto(memcpy) and #include | Denys Vlasenko |
2010-10-22 | sleep: employ __USE_EXTERN_INLINES (with necessary fixes) | Denys Vlasenko |
2010-10-01 | sparc: pipe.S | Austin Foxley |
2010-09-20 | nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled | Carmelo Amoroso |
2010-09-16 | nptl_sh: Fix compiler warning due to shadowed variable | Carmelo Amoroso |
2010-09-15 | libc: Fix cancellation handling in some C functions | Salvatore Cro |
2010-08-31 | libc: Provide both getpgid and __getpgid symbols | Carmelo Amoroso |
2010-08-06 | nptl i686: avoid cpp problems with thunk section | Bernhard Reutner-Fischer |
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-27 | lutimes: add lutimes support | Vladimir Zapolskiy |
2010-07-26 | bfin: pull in common/sysdep.h | Mike Frysinger |
2010-07-26 | msync: skip if syscall is missing | Mike Frysinger |
2010-07-26 | nommu: fix building of fork.c when stubs are disabled | Mike Frysinger |
2010-07-26 | bfin: add exec stack markings to assembly files | Mike Frysinger |
2010-07-21 | arm/crt1.S: Avoid dependency on PC+4 or PC+8 | Khem Raj |
2010-07-15 | arm: Macros in sysdeps/linux/arm also needed to be changed to accept _a1 to _... | Khem Raj |
2010-07-14 | silence shadow warnings | Bernhard Reutner-Fischer |
2010-07-09 | include/param.h: Dont use ARG_MAX from kernel headers | Khem Raj |
2010-07-07 | arm: Silence warning about shadow declarations | Khem Raj |
2010-07-06 | nptl: fix buildsys | Bernhard Reutner-Fischer |
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-30 | mips/syscall-error: Choose the correct version for setting up errno. | Khem Raj |
2010-06-29 | remove redundant args to do_ln | Bernhard Reutner-Fischer |
2010-06-24 | use uniform form of C99 keywords | Bernhard Reutner-Fischer |
2010-06-24 | libc: silence warnings about undefined cpp tokens | Bernhard Reutner-Fischer |
2010-06-22 | MIPS: Fix build error with linuxthreads.old | Abdoulaye Walsimou Gaye |
2010-06-17 | libc: define cfi_personality and cfi_lsda | Bernhard Reutner-Fischer |
2010-06-11 | silence some warnings about missing prototypes | Bernhard Reutner-Fischer |
2010-06-07 | mips/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK definitions for mips | Khem Raj |
2010-06-01 | inotify: add inotify_init1 system call support | Vladimir Zapolskiy |
2010-06-01 | bits/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK support | Vladimir Zapolskiy |
2010-05-19 | mips: Add vfork to libc | Khem Raj |