Age | Commit message (Expand) | Author |
2018-08-10 | Allow to generate PIE 'static' binary | Christophe Lyon |
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 | Fix bug in _dl_pread when using pread64 syscall | Christophe Lyon |
2018-08-10 | rtld: Add startup code | Christophe Lyon |
2018-08-10 | rtld: Avoid FUNCDESC relocation on _start | Christophe Lyon |
2018-08-10 | rtld: Add FDPIC code for arm | Christophe Lyon |
2018-08-10 | rtld: Add #if defined (__FDPIC__) | Christophe Lyon |
2018-08-10 | rtld: Do not protect RELRO segments when we don't use an MMU. | Christophe Lyon |
2018-08-10 | Allow to select FDPIC ELF for arm architecture | Christophe Lyon |
2018-06-29 | elf.h: add some missing defines | Waldemar Brodkorb |
2018-06-29 | ldso/arc: fix LD_DEBUG segv when printing R_ARC_NONE | Vineet Gupta |
2018-06-15 | Fix prototypes for preadv pwritev. | Vlad Starodubtsev |
2018-06-10 | risc-v: initial 64 bit port, static only (no TLS/NPTL) | Waldemar Brodkorb |
2018-06-06 | remove unused assembler functions for arm | Florian La Roche |
2018-05-29 | libiconv: add missing header files from previuos commit | Waldemar Brodkorb |
2018-05-27 | libiconv: port over simplified iconv from musl | Waldemar Brodkorb |
2018-05-05 | librt: clock_nanosleep could be even used without threads | Waldemar Brodkorb |
2018-05-01 | librt: declare clock_nanosleep not only for NPTL | Waldemar Brodkorb |
2018-04-29 | Revert "ldconfig: add glibc compatibility fix" | Waldemar Brodkorb |
2018-04-28 | bump for release 1.0.30v1.0.30 | Waldemar Brodkorb |
2018-04-28 | mention Tile architecture | Waldemar Brodkorb |
2018-04-27 | libdl: first execute all destructors, then munmap library | Waldemar Brodkorb |
2018-04-27 | libdl: calculate the length for second parameter of munmap. | Dave Flogeras |
2018-04-22 | linuxthreads: implement pthread_condattr_{s,g}etclock() | Waldemar Brodkorb |
2018-04-22 | libdl: end must be bigger than start | Waldemar Brodkorb |
2018-04-22 | libdl: remove gcc warnings | Waldemar Brodkorb |
2018-04-22 | libiconv: remove function, which is not available w/o libiconv a4 macros | Waldemar Brodkorb |
2018-04-17 | libdl: fix problem with unmapping | Waldemar Brodkorb |
2018-04-17 | libdl: better checking and logging for ctors/dtors | Waldemar Brodkorb |
2018-04-17 | libdl: remove dead code | Waldemar Brodkorb |
2018-04-17 | libdl: remove LDSO_NO_CLEANUP | Waldemar Brodkorb |
2018-04-17 | libdl: cleanup old inline changelog | Waldemar Brodkorb |
2018-04-17 | Revert "libdl: fix dlclose() issue" | 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-15 | libdl: fix dlclose() issue | Waldemar Brodkorb |
2018-03-14 | Revert "Revert "libdl: fix size parameter when unmap library in dlclose"" | Waldemar Brodkorb |
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-05 | utils: fix compile of msgfmt/msgmerge | Waldemar Brodkorb |
2018-03-04 | fenv: only allow for ppc e500 | Waldemar Brodkorb |
2018-03-03 | bump for release 1.0.29v1.0.29 | Waldemar Brodkorb |
2018-03-01 | add missing include to quieten compiler | Waldemar Brodkorb |