Age | Commit message (Expand) | Author |
2010-06-30 | mips/syscall-error: Choose the correct version for setting up errno. | Khem Raj |
2010-06-24 | use uniform form of C99 keywords | Bernhard Reutner-Fischer |
2010-06-22 | MIPS: Fix build error with linuxthreads.old | Abdoulaye Walsimou Gaye |
2010-06-07 | mips/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK definitions for mips | Khem Raj |
2010-05-19 | mips: Add vfork to libc | Khem Raj |
2010-04-27 | MIPS: restore INLINE_SYSCALL macro | Gabor Juhos |
2010-04-27 | nptl: mips needs updated clone() implementation | Andreas Schultz |
2010-02-17 | Fix nptl build for mips | Khem Raj |
2010-02-11 | mips/sysdep.h: Unify mips sysdep.h | Khem Raj |
2010-01-21 | mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat... | Khem Raj |
2009-11-28 | Merge remote branch 'origin/master' into nptl | Austin Foxley |
2009-11-23 | nommu: use MAP_UNINITIALIZE for mallocs | Mike Frysinger |
2009-11-22 | Merge remote branch 'origin/master' into nptl_merge | Austin Foxley |
2009-11-19 | sync some headers and disable unused prototypes | Peter S. Mazinger |
2009-10-17 | whitespace fixes | Austin Foxley |
2009-10-17 | mips specific bits needed for nptl | Austin Foxley |
2009-10-07 | clean up O_CLOEXEC handling | Mike Frysinger |
2009-09-26 | mips: do not save variables in "hi" or "lo" across system calls | Daniel Jacobowitz |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-08-30 | honour NO_LONG_DOUBLE_MATH | Bernhard Reutner-Fischer |
2009-08-30 | Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set. | Khem Raj |
2009-07-29 | build: Include Makefile.commonarch from common Makefile.in | Carmelo Amoroso |
2009-07-26 | add missing UTIME_* defines for *at funcs | Mike Frysinger |
2009-07-26 | enable nanosecond stat support for everyone | Mike Frysinger |
2009-07-20 | It fixes the following warnings seen on mips build. | Khem Raj |
2009-07-09 | syscall: unify part 2: NCS variety | Mike Frysinger |
2009-07-08 | syscall: unify common syscall defines | Mike Frysinger |
2009-07-03 | uClibc_arch_features: sync defines between ports | Mike Frysinger |
2008-12-15 | remove some duplicates in bits/signum.h. No code changes. | Denis Vlasenko |
2008-12-15 | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko |
2008-12-13 | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko |
2008-12-10 | *: remove some __libc_XXX functions: | Denis Vlasenko |
2008-12-04 | Remove __NTH from the declation. | Khem Raj |
2008-12-01 | fix sigset_t size for mips (it's the only arch with 128 signals). | Denis Vlasenko |
2008-11-29 | add libc_hidden_proto(__cmsg_nxthdr) for mips | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer |
2008-11-15 | - revert wrong r24049 | Bernhard Reutner-Fischer |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer |
2008-10-28 | - trim superfluous ';'. No objcode changes | Bernhard Reutner-Fischer |
2008-10-24 | - fix mips syscall (Atsushi Nemoto) | Bernhard Reutner-Fischer |
2008-10-22 | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer |
2008-10-06 | - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2008-10-03 | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer |
2008-09-29 | - fix ISO C keywords | Bernhard Reutner-Fischer |
2008-09-16 | - add sync_file_range() | Bernhard Reutner-Fischer |
2008-08-06 | - some more asm keyword fixes (Yann E. MORIN) | Bernhard Reutner-Fischer |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer |
2008-07-02 | Include errno.h from kernel headers instead of using internal errno_values.h | Carmelo Amoroso |