Age | Commit message (Expand) | Author |
2018-08-10 | Add runtime support needed for C++ exceptions | Christophe Lyon |
2018-08-10 | Add application startup code for FDPIC | Christophe Lyon |
2018-08-10 | rtld: Add FDPIC code for arm | Christophe Lyon |
2018-08-10 | rtld: Add #if defined (__FDPIC__) | Christophe Lyon |
2018-06-10 | risc-v: initial 64 bit port, static only (no TLS/NPTL) | Waldemar Brodkorb |
2018-04-17 | libdl: cleanup old inline changelog | Waldemar Brodkorb |
2018-04-17 | common/sendfile.c: bugfix can't support offset is NULL | Guo Ren |
2018-04-17 | Revert "common/sendfile.c: bugfix can't support offset is NULL" | Waldemar Brodkorb |
2018-04-13 | lseek.c: bugfix ltp lseek01.c | Guo Ren |
2018-04-13 | common/sendfile.c: bugfix can't support offset is NULL | Guo Ren |
2018-04-13 | or1k: add F_{DUPFD_CLOEXEC, SETPIPE_SZ, GETPIPE_SZ} | Thomas Petazzoni |
2018-04-02 | use __NR_newfstatat only for modern Linux architectures | Waldemar Brodkorb |
2018-03-22 | hppa: fix runtime issues | Waldemar Brodkorb |
2018-03-15 | csky: support bsd-setjmp and bsd-_setjmp. | Guo Ren |
2018-03-12 | tile: add basic support for tilegx | Waldemar Brodkorb |
2018-03-09 | sparc32: Add nop before __startcontext to stop unwinding | Waldemar Brodkorb |
2018-03-01 | add missing include to quieten compiler | Waldemar Brodkorb |
2018-02-26 | stat.h: fix issue with aarch64 | Waldemar Brodkorb |
2018-02-17 | bits/socket.h: add missing defines | Waldemar Brodkorb |
2018-02-12 | uClibc-ng does not implement name_to_handle_at | Alexey Neyman |
2018-02-04 | mman: disable memfd_create declaration | Waldemar Brodkorb |
2018-02-03 | csky: bugfix ltp open12 failed. | Guo Ren |
2018-02-03 | add libc version compatibility | Waldemar Brodkorb |
2018-02-03 | bits/mman.h: consolidate header file | Waldemar Brodkorb |
2018-01-31 | malloc: add glibc compat symbols | Waldemar Brodkorb |
2018-01-31 | malloc: add malloc_usable_size() | Waldemar Brodkorb |
2018-01-31 | remove arc4random (rc4 based) | Waldemar Brodkorb |
2018-01-31 | aarch64/sys/ucontext.h: include bits/sigcontext.h | Bernd Kuhls |
2018-01-21 | simplify and fix getcwd | Waldemar Brodkorb |
2018-01-15 | xtensa: fix strcmp | Max Filippov |
2018-01-15 | rt: cleanup and allow to build for linuxthreads | Waldemar Brodkorb |
2018-01-15 | nds32: Add syscall macros for 5 and 6 parameters | Stafford Horne |
2018-01-15 | nds32: Use new common syscall() implementation | Stafford Horne |
2018-01-15 | or1k: Use new common syscall() implementation | Stafford Horne |
2018-01-15 | syscall: Make common implementation match unistd.h | Stafford Horne |
2018-01-08 | csky: bugfix libc sync_file_range.c for csky. | Guo Ren |
2018-01-02 | remove COMPAT_ATEXIT | Waldemar Brodkorb |
2017-12-31 | m68k: add NPTL/TLS support | Waldemar Brodkorb |
2017-12-28 | csky: add Copyright. | Guo Ren |
2017-12-10 | or1k: syscall: Pass arguments on the stack | Joel Stanley |
2017-12-03 | x86_64: add fenv support from glibc | Waldemar Brodkorb |
2017-11-25 | statfs.h: add f_flags | Waldemar Brodkorb |
2017-11-25 | setjmp/longjmp saves only non-call clobbered regs | Christian Svensson |
2017-11-25 | Update __longjmp.S | Christian Svensson |
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 |