summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2020-10-19hasmntopt: better option matchingYann Sionneau
2020-09-22Fix warning about macro redefinitionYann Sionneau
2020-09-22Fix warning about missing const qualifierYann Sionneau
2020-09-02Revert "Fix static linking with GCC-10"Waldemar Brodkorb
2020-08-11Fix static linking with GCC-10Lance Fredrickson
2019-11-06riscv64: lazy relocations do not work like sparc/m68kWaldemar Brodkorb
2019-11-01riscv64: add shared library supportWaldemar Brodkorb
2019-06-21fix opendir, fpathconf and ttyname_r to use fstat64(), not fstat()Denys Vlasenko
2019-04-14Fix TLS allocation and loading in !SHARED caseYann Sionneau
2018-09-21wordexp: Fix the usage of the internal _itoa functionSegev Finer
2018-08-10nptl threads: Fix bug in using a weak variable.Christophe Lyon
2018-08-10Allow to generate PIE 'static' binaryChristophe Lyon
2018-08-10rtld: Add #if defined (__FDPIC__)Christophe Lyon
2018-02-03add libc version compatibilityWaldemar Brodkorb
2017-11-25Only emulate fstatfs64 if __NR_fstatfs64 is not definedEugene Rudoy
2017-11-03Only emulate statfs64 if __NR_statfs64 is not definedWaldemar Brodkorb
2017-10-01statfs: bugfix statfs02 fstatfs02 failed in ltp-testsuiteGuo Ren
2017-07-28fix tolower and localesEugene Yudin
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-04-17remove old regex implementationWaldemar Brodkorb
2017-04-17remove old fnmatch implementationWaldemar Brodkorb
2017-02-01g/c __libc_errnomirabilos
2017-01-14fts: fix gcc compiler warningWaldemar Brodkorb
2017-01-14fnmatch: fix gcc compiler warningsWaldemar Brodkorb
2016-12-21remove misc/gnu, cleanup commentWaldemar Brodkorb
2016-12-21remove obstack supportWaldemar Brodkorb
2016-12-10threads: optimize single threaded applicationsWaldemar Brodkorb
2016-12-03fix obstack compile issue after libintl/gettext removalWaldemar Brodkorb
2016-12-02remove libintl stub and libintl.h headerWaldemar Brodkorb
2016-11-27remove UCLIBC_HAS_LFSWaldemar Brodkorb
2016-11-27Fix handling of unterminated [ expression in fnmatch.Waldemar Brodkorb
2016-10-20Fix nftw when called with FTW_CHDIR and FTW_DEPTHJohn Ata
2016-09-26locale: cleanup supportWaldemar Brodkorb
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb
2016-06-07ssp: remove SSP legacy codeWaldemar Brodkorb
2016-06-01remove MJN only debug messagesWaldemar Brodkorb
2016-04-03Provide an alias to _obstack_freeAlexey Neyman
2016-02-07frv: resurrect port somehow, totally untestedWaldemar Brodkorb
2016-01-03libc: getpass,getutent: allocate buffer dynamicallyWaldemar Brodkorb
2015-12-17Fix syslog messages lost if syslogd is temporary busyVladislav Grishenko
2015-12-17Fix syslog messages lost after syslogd restartsVladislav Grishenko
2015-12-17fix readdir_r returns success code while it in fact failedWaldemar Brodkorb
2015-10-12fix static binaries linked with pthread and compiled with sspWaldemar Brodkorb
2015-08-14add mkstemps, mkstemps64 and mkostemps, mkostemps64 functionsRomain Naour
2015-06-10strftime: comment on %0xY %+nY %-nYBernhard Reutner-Fischer
2015-04-24merge uClibc changesWaldemar Brodkorb
2015-04-22NPTL: Rename a variableBernhard Reutner-Fischer
2015-03-29merge uClibc git masterWaldemar Brodkorb
2015-03-25utmp: favour POSIX utmpx over SVID utmpBernhard Reutner-Fischer
2015-03-25utmp: Remove unneeded aliasBernhard Reutner-Fischer