summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-10nptl: Add pthread_mutex_getprioceiling and pthread_mutex_setprioceiling supportChristophe Lyon
2018-08-10nptl: Allow sem_open to work on MMU-less systemsChristophe Lyon
2018-08-10nptl: Use linker-defined symbol to find start of .tdata section.Christophe Lyon
2018-08-10nptl: Do not use madviseChristophe Lyon
2018-08-10nptl: Disable fork and atfork on MMU-less systems.Christophe Lyon
2018-08-10nptl: disable mprotect usage in stack protectionChristophe Lyon
2018-08-10rtld: Initialize _dl_error_catch_tsd without FUNCDESC relocationChristophe Lyon
2018-08-10rtld: Use ELF_RTYPE_CLASS_DLSYMChristophe Lyon
2018-08-10enable NPTL on TARGET_armChristophe Lyon
2018-08-10arm/clone.S: Fix threading supportChristophe Lyon
2018-08-10rtld: Compile with -fno-unwind-tables -fno-asynchronous-unwind-tablesChristophe Lyon
2018-08-10rtld: Add lazy binding supportChristophe Lyon
2018-08-10TLS: fix relocation computationChristophe Lyon
2018-08-10Allow to generate PIE 'static' binaryChristophe Lyon
2018-08-10Add runtime support needed for C++ exceptionsChristophe Lyon
2018-08-10Add application startup code for FDPICChristophe Lyon
2018-08-10Fix bug in _dl_pread when using pread64 syscallChristophe Lyon
2018-08-10rtld: Add startup codeChristophe Lyon
2018-08-10rtld: Avoid FUNCDESC relocation on _startChristophe Lyon
2018-08-10rtld: Add FDPIC code for armChristophe Lyon
2018-08-10rtld: Add #if defined (__FDPIC__)Christophe Lyon
2018-08-10rtld: Do not protect RELRO segments when we don't use an MMU.Christophe Lyon
2018-08-10Allow to select FDPIC ELF for arm architectureChristophe Lyon
2018-06-29elf.h: add some missing definesWaldemar Brodkorb
2018-06-29ldso/arc: fix LD_DEBUG segv when printing R_ARC_NONEVineet Gupta
2018-06-15Fix prototypes for preadv pwritev.Vlad Starodubtsev
2018-06-10risc-v: initial 64 bit port, static only (no TLS/NPTL)Waldemar Brodkorb
2018-06-06remove unused assembler functions for armFlorian La Roche
2018-05-29libiconv: add missing header files from previuos commitWaldemar Brodkorb
2018-05-27libiconv: port over simplified iconv from muslWaldemar Brodkorb
2018-05-05librt: clock_nanosleep could be even used without threadsWaldemar Brodkorb
2018-05-01librt: declare clock_nanosleep not only for NPTLWaldemar Brodkorb
2018-04-29Revert "ldconfig: add glibc compatibility fix"Waldemar Brodkorb
2018-04-28bump for release 1.0.30v1.0.30Waldemar Brodkorb
2018-04-28mention Tile architectureWaldemar Brodkorb
2018-04-27libdl: first execute all destructors, then munmap libraryWaldemar Brodkorb
2018-04-27libdl: calculate the length for second parameter of munmap.Dave Flogeras
2018-04-22linuxthreads: implement pthread_condattr_{s,g}etclock()Waldemar Brodkorb
2018-04-22libdl: end must be bigger than startWaldemar Brodkorb
2018-04-22libdl: remove gcc warningsWaldemar Brodkorb
2018-04-22libiconv: remove function, which is not available w/o libiconv a4 macrosWaldemar Brodkorb
2018-04-17libdl: fix problem with unmappingWaldemar Brodkorb
2018-04-17libdl: better checking and logging for ctors/dtorsWaldemar Brodkorb
2018-04-17libdl: remove dead codeWaldemar Brodkorb
2018-04-17libdl: remove LDSO_NO_CLEANUPWaldemar Brodkorb
2018-04-17libdl: cleanup old inline changelogWaldemar Brodkorb
2018-04-17Revert "libdl: fix dlclose() issue"Waldemar Brodkorb
2018-04-17common/sendfile.c: bugfix can't support offset is NULLGuo Ren
2018-04-17Revert "common/sendfile.c: bugfix can't support offset is NULL"Waldemar Brodkorb
2018-04-13lseek.c: bugfix ltp lseek01.cGuo Ren