Age | Commit message (Expand) | Author |
2017-11-25 | Only emulate fstatfs64 if __NR_fstatfs64 is not defined | Eugene Rudoy |
2017-11-25 | fix regression from a745c4bfc8a9b5db4e48387170da0dc1d39e3abe | Waldemar Brodkorb |
2017-11-22 | remove misleading comment about f_frsize field | Eugene Rudoy |
2017-11-22 | librt: fix broken posix_spawn | Waldemar Brodkorb |
2017-11-19 | csky: port to uclibc-ng | Guo Ren |
2017-11-19 | remove unused FORTIFY code fragments | Waldemar Brodkorb |
2017-11-18 | use atomic instructions for atomics | Stafford Horne |
2017-11-16 | or1k: remove unused file | Waldemar Brodkorb |
2017-11-03 | math: add exception handling functionality | Sergey Cherkashin |
2017-11-03 | Define _STATFS_F_FRSIZE for MIPS | Waldemar Brodkorb |
2017-11-03 | Only emulate statfs64 if __NR_statfs64 is not defined | Waldemar Brodkorb |
2017-11-03 | malloc-standard/malloc.h: use getpagesize | Yitai Schwartz |
2017-11-02 | convert accept4() to use cancel.h macros | Waldemar Brodkorb |
2017-10-11 | h8300: remove dead code | Waldemar Brodkorb |
2017-10-08 | socketcall: fix compile issue with older Linux kernel | Waldemar Brodkorb |
2017-10-01 | recvmmsg/sendmmsg: add recvmmsg sendmmsg support. | Guo Ren |
2017-10-01 | statfs: bugfix statfs02 fstatfs02 failed in ltp-testsuite | Guo Ren |
2017-10-01 | preadv/pwritev: bugfix preadv/pwritev syscall should be 5 args | Guo Ren |
2017-09-14 | arc: Ensure that debugger can recognize sigrestorer | Anton Kolesov |
2017-08-20 | arc: Merge ARCv2 string routines in generic ARC .S files | Alexey Brodkin |
2017-08-10 | sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant | Waldemar Brodkorb |
2017-07-28 | aarch64: finetuning, sync with glibc | Waldemar Brodkorb |
2017-07-28 | fix tolower and locales | Eugene Yudin |
2017-07-28 | cleanup unused defines and includes from clone.S | Waldemar Brodkorb |
2017-06-23 | sparc64: add basic support | Waldemar Brodkorb |
2017-06-21 | remove editor hints for vi | Waldemar Brodkorb |
2017-06-08 | fcntl.h: fixup namespace for O_DIRECTORY/O_NOFOLLOW/O_CLOEXEC | Waldemar Brodkorb |
2017-06-08 | Fix mkostemp64 creation mode. | Ignacy Gawędzki |
2017-06-06 | fix gcc warning with -Wmisleading-indentation | Waldemar Brodkorb |
2017-05-24 | sparc: cleanup sparc64 bits and unused soft-fp | Waldemar Brodkorb |
2017-05-17 | x86: fix segfaults on SMP machine | Waldemar Brodkorb |
2017-05-14 | or1k: add NPTL/TLS support | Waldemar Brodkorb |
2017-05-14 | or1k: add clone() from old GNU libc implementation | Waldemar Brodkorb |
2017-04-22 | remove unused HP_TIMING_AVAIL and header | Waldemar Brodkorb |
2017-04-17 | remove old regex implementation | Waldemar Brodkorb |
2017-04-17 | remove old fnmatch implementation | Waldemar Brodkorb |
2017-04-16 | or1k: remove unused file | Waldemar Brodkorb |
2017-04-16 | libm: allow long double wrappers for all architectures | Waldemar Brodkorb |
2017-03-20 | remove RPC implementation | Waldemar Brodkorb |
2017-03-17 | Discard 3072 bytes instead of 256 bytes | Loganaden Velvindron |
2017-02-25 | Only set *memptr when success for posix_memalign | Kito Cheng |
2017-02-23 | guard new syscalls preadv/pwritev | Waldemar Brodkorb |
2017-02-18 | or1k: add missing definition of ucontext | Waldemar Brodkorb |
2017-02-18 | remove dead code in dlfcn.h | Waldemar Brodkorb |
2017-02-13 | remove unused assignment in clone | Waldemar Brodkorb |
2017-02-03 | fstat: make new code aarch64 specific | Waldemar Brodkorb |
2017-02-01 | aarch64: fix syscall_error_handler, fixes tst-mqueue errors | Waldemar Brodkorb |
2017-02-01 | g/c __libc_errno | mirabilos |
2017-02-01 | add experimental aarch64 support | Waldemar Brodkorb |
2017-01-29 | use safe, even if possibly a few cycles slower, six-argument syscall implemen... | mirabilos |