Age | Commit message (Expand) | Author |
2016-01-31 | Make sure to always terminate decoded string | Waldemar Brodkorb |
2016-01-31 | Do not follow compressed items forever. | Waldemar Brodkorb |
2016-01-31 | libdl: dlopen() mustn't forget RTLD_NODELETE flag | Leonid Lisovskiy |
2016-01-30 | add exp10() from glibc | Waldemar Brodkorb |
2016-01-27 | nios2: allow to build toolchain | Waldemar Brodkorb |
2016-01-27 | test: disable tests requiring math headers | Waldemar Brodkorb |
2016-01-25 | hppa: unbreak toolchain building | Waldemar Brodkorb |
2016-01-12 | Suppress warning "_GNU_SOURCE" redefined | Waldemar Brodkorb |
2016-01-10 | bump version for releasev1.0.11 | Waldemar Brodkorb |
2016-01-10 | h8300: O_DIRECT and O_DIRECTORY swapping. | Yoshinori Sato |
2016-01-10 | ARCH_NATIVE_BIT should in the first place be passed when building utils for host | Eugene Rudoy |
2016-01-10 | order of special checks matters | Waldemar Brodkorb |
2016-01-10 | NPTL: fix infinite recursion | Waldemar Brodkorb |
2016-01-10 | NPTL: Fix __pthread_once old style declaration | Waldemar Brodkorb |
2016-01-10 | Add implementation for copysignl for i386 | Waldemar Brodkorb |
2016-01-10 | Implement legacy bcopy/bzero/bcmp/index/rindex as inline functions | Waldemar Brodkorb |
2016-01-10 | Provide XTI __t_scalar_t types, like glibc | Waldemar Brodkorb |
2016-01-10 | test-skeleton: Fixes from glibc | Waldemar Brodkorb |
2016-01-09 | fix compile with DODEBUG=y | Waldemar Brodkorb |
2016-01-07 | disable always failing tst-signal7 | Waldemar Brodkorb |
2016-01-06 | Remove alias. | Yoshinori Sato |
2016-01-06 | openat argument fix. | Yoshinori Sato |
2016-01-06 | pthread_atfork handlers not removed during dlclose | Waldemar Brodkorb |
2016-01-06 | __ARCH_HAS_DEPRECATED_SYSCALLS__ case fix. getdents is deprecated. | Yoshinori Sato |
2016-01-06 | h8300: vfork flags update. | Yoshinori Sato |
2016-01-06 | linuxthreads.old: Implement pthread_tryjoin_np(), pthread_timedjoin_np() | Leonid Lisovskiy |
2016-01-06 | extra/Configs/Config.in: add syncfs() to Linux-specific functions | Anthony G. Basile |
2016-01-03 | libc: getpass,getutent: allocate buffer dynamically | Waldemar Brodkorb |
2016-01-03 | remove pregenerated locale support, we don't support it | Waldemar Brodkorb |
2016-01-02 | libc/inet: Unbreak gethostent() | Waldemar Brodkorb |
2016-01-02 | Use dynamic buffers for gethostent/gethostbyname/gethostbyaddr | Waldemar Brodkorb |
2016-01-02 | libc/pwd_grp: Allocate buffers for non-reentrant functions dynamically | Waldemar Brodkorb |
2016-01-02 | lm32: fix testsuite compile problems | Waldemar Brodkorb |
2016-01-02 | lm32: add missing types | Waldemar Brodkorb |
2016-01-02 | test/Test.mak: Properly define MAKE_SRCS variable | Leonid Lisovskiy |
2016-01-02 | remove attribute hidden, as the function is used in linuxthreads.old | Waldemar Brodkorb |
2016-01-02 | remove deprecated architectures v850/i960 | Waldemar Brodkorb |
2016-01-02 | inet/getaddrinfo: simplest /etc/gai.conf to control IPv6/IPv4 addresses sort ... | Leonid Lisovskiy |
2016-01-01 | Add argp implementation | Salvatore Cro |
2016-01-01 | Fix "pselect: Use linux pselect6 syscall when available" | Leonid Lisovskiy |
2015-12-29 | Xtensa is biendian, allow to choose between the modes. | Waldemar Brodkorb |
2015-12-29 | xtensa: fix vfork return address calculations | Max Filippov |
2015-12-24 | prepare for release of 1.0.10v1.0.10 | Waldemar Brodkorb |
2015-12-23 | Replace bltzal with lapc for MIPS R6 builds. | Steve Ellcey |
2015-12-22 | Replace MIPS specific memcpy.S/memset.S with version from glibc/newlib. | Steve Ellcey |
2015-12-22 | pselect: Use linux pselect syscall when available | Nicolas S. Dade |
2015-12-22 | libc/pwd_grp: Create template for non-reentrant functions | Waldemar Brodkorb |
2015-12-22 | Use gcc's __builtin_mempcpy() as __mempcpy(), if possible | Waldemar Brodkorb |
2015-12-22 | use arch specific thread stack size for nptl | Waldemar Brodkorb |
2015-12-22 | Do define some IPv6 related symbols even with IPv6 disabled | Waldemar Brodkorb |