Age | Commit message (Expand) | Author |
2016-02-24 | Replace /etc/resolv.conf with _PATH_RESCONF to allow portability of the code ... | Ubaldo Porcheddu |
2016-02-24 | Replaced any occurence of /bin/sh with _PATH_BSHELL to allow easier portabili... | Ubaldo Porcheddu |
2016-02-07 | frv: resurrect port somehow, totally untested | Waldemar Brodkorb |
2016-02-03 | mips: fix build if threads are disabled | Waldemar Brodkorb |
2016-01-31 | mips: fix clashing symbols | Waldemar Brodkorb |
2016-01-31 | mips64: fix memcpy, patch from glibc | Waldemar Brodkorb |
2016-01-31 | Provide __adjtimex() alias, like glibc. | Leonid Lisovskiy |
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-30 | add exp10() from glibc | Waldemar Brodkorb |
2016-01-27 | nios2: allow to build toolchain | Waldemar Brodkorb |
2016-01-25 | hppa: unbreak toolchain building | Waldemar Brodkorb |
2016-01-12 | Suppress warning "_GNU_SOURCE" redefined | Waldemar Brodkorb |
2016-01-10 | h8300: O_DIRECT and O_DIRECTORY swapping. | Yoshinori Sato |
2016-01-10 | order of special checks matters | Waldemar Brodkorb |
2016-01-10 | Add implementation for copysignl for i386 | Waldemar Brodkorb |
2016-01-10 | Provide XTI __t_scalar_t types, like glibc | 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 | 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-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 | 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: fix vfork return address calculations | Max Filippov |
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 | Do define some IPv6 related symbols even with IPv6 disabled | Waldemar Brodkorb |
2015-12-22 | resolv: fix gethostbyname2_r to match gethostbyname_r, fixing bugs with AAAA ... | Waldemar Brodkorb |
2015-12-22 | inet/resolv: Fix broken h_aliases list terminator after 2dab3f5 | Waldemar Brodkorb |
2015-12-17 | Add implementation for copysignl for ppc | Khem Raj |
2015-12-17 | libc/stdlib: canonicalize_file_name() memory leak | Wojciech Nizinski |
2015-12-17 | Fix syslog messages lost if syslogd is temporary busy | Vladislav Grishenko |
2015-12-17 | Fix syslog messages lost after syslogd restarts | Vladislav Grishenko |
2015-12-17 | resolv: __dns_lookup - immediately switch to next server in case of poll() se... | Waldemar Brodkorb |
2015-12-17 | dynamically allocate ahostbuf buffer | Waldemar Brodkorb |
2015-12-17 | svc.c: svc_getreqset() buffer overflow | Waldemar Brodkorb |
2015-12-17 | libc/stdio: Rework custom streams interface similar to glibc. | Waldemar Brodkorb |