summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2017-06-08fcntl.h: fixup namespace for O_DIRECTORY/O_NOFOLLOW/O_CLOEXECWaldemar Brodkorb
2017-06-08Fix mkostemp64 creation mode.Ignacy Gawędzki
2017-06-06fix gcc warning with -Wmisleading-indentationWaldemar Brodkorb
2017-05-24sparc: cleanup sparc64 bits and unused soft-fpWaldemar Brodkorb
2017-05-17x86: fix segfaults on SMP machineWaldemar Brodkorb
2017-05-14or1k: add NPTL/TLS supportWaldemar Brodkorb
2017-05-14or1k: add clone() from old GNU libc implementationWaldemar Brodkorb
2017-04-22remove unused HP_TIMING_AVAIL and headerWaldemar Brodkorb
2017-04-17remove old regex implementationWaldemar Brodkorb
2017-04-17remove old fnmatch implementationWaldemar Brodkorb
2017-04-16or1k: remove unused fileWaldemar Brodkorb
2017-04-16libm: allow long double wrappers for all architecturesWaldemar Brodkorb
2017-03-20remove RPC implementationWaldemar Brodkorb
2017-03-17Discard 3072 bytes instead of 256 bytesLoganaden Velvindron
2017-02-25Only set *memptr when success for posix_memalignKito Cheng
2017-02-23guard new syscalls preadv/pwritevWaldemar Brodkorb
2017-02-18or1k: add missing definition of ucontextWaldemar Brodkorb
2017-02-18remove dead code in dlfcn.hWaldemar Brodkorb
2017-02-13remove unused assignment in cloneWaldemar Brodkorb
2017-02-03fstat: make new code aarch64 specificWaldemar Brodkorb
2017-02-01aarch64: fix syscall_error_handler, fixes tst-mqueue errorsWaldemar Brodkorb
2017-02-01g/c __libc_errnomirabilos
2017-02-01add experimental aarch64 supportWaldemar Brodkorb
2017-01-29use safe, even if possibly a few cycles slower, six-argument syscall implemen...mirabilos
2017-01-29extract six-argument syscalls from the restmirabilos
2017-01-29remove dead codeWaldemar Brodkorb
2017-01-29Fix make rule for generation of "ucontext_i.h" when building in separate dire...Sergey Organov
2017-01-28remove PID cachingWaldemar Brodkorb
2017-01-28mips: PROF is never defined, kill dead codeWaldemar Brodkorb
2017-01-22nds32: add NPTL/TLS, *context function, libm changes and code cleanupVincent Ren-Wei Chen
2017-01-20ppc: fix mq_sendWaldemar Brodkorb
2017-01-14fix gcc compiler warningWaldemar Brodkorb
2017-01-14fts: fix gcc compiler warningWaldemar Brodkorb
2017-01-14fnmatch: fix gcc compiler warningsWaldemar Brodkorb
2017-01-14add wrappers for preadv/pwritevWaldemar Brodkorb
2017-01-14add secure_getenv() functionWaldemar Brodkorb
2017-01-12use multiline comment for better copyright parsingWaldemar Brodkorb
2017-01-05mips: sync with GNU libc, fix mips64r6 n32 compilationWaldemar Brodkorb
2016-12-30inet: fix getnameinfo problem found by new test casesWaldemar Brodkorb
2016-12-30remove inline changelog, we have gitWaldemar Brodkorb
2016-12-28add init_module/delete_module syscall wrappersWaldemar Brodkorb
2016-12-26mips: use the common dirent.hWaldemar Brodkorb
2016-12-23remove UCLIBC_LINUX_MODULE_26Waldemar Brodkorb
2016-12-21remove misc/gnu, cleanup commentWaldemar Brodkorb
2016-12-21remove obstack supportWaldemar Brodkorb
2016-12-20remove __MALLOC_GLIBC_COMPAT__ optionWaldemar Brodkorb
2016-12-20add stub implementation for libintl/gettextWaldemar Brodkorb
2016-12-14add libiconv-tiny implementationWaldemar Brodkorb
2016-12-10threads: optimize single threaded applicationsWaldemar Brodkorb
2016-12-10libc/sysdeps/linux/common/madvise.c: disable on noMMU architecturesThomas Petazzoni