]> git.ipfire.org Git - thirdparty/glibc.git/history - ChangeLog
Use semget syscall for Linux implementation
[thirdparty/glibc.git] / ChangeLog
2016-12-28  Adhemerval ZanellaUse semget syscall for Linux implementation
2016-12-28  Adhemerval ZanellaConsolidate Linux semctl implementation
2016-12-28  Adhemerval ZanellaAdd SYSV message queue test
2016-12-28  Adhemerval ZanellaUse msgget syscall for Linux implementation
2016-12-28  Adhemerval ZanellaUse msgsnd syscall for Linux implementation
2016-12-28  Adhemerval ZanellaConsolidate Linux msgrcv implementation
2016-12-28  Adhemerval ZanellaConsolidate Linux msgctl implementation
2016-12-28  Adhemerval ZanellaRefactor Linux ipc_priv header
2016-12-28  Adhemerval ZanellaAdd __ASSUME_DIRECT_SYSVIPC_SYSCALL for Linux
2016-12-28  Tulio Magno Quites... powerpc: Fix powerpc32/power7 memchr for large input...
2016-12-28  Rajalakshmi Sriniv... powerpc64: strchr/strchrnul optimization for power8
2016-12-28  Florian WeimerFix various typos in the ChangeLog
2016-12-28  Florian WeimerAdd file missing from ChangeLog in previous commit
2016-12-28  Florian Weimersupport: Add support for delayed test failure reporting
2016-12-27  Steve EllceyAdd comments to check-c++-types.sh.
2016-12-27  Dmitry V. LevinFix typos in the spelling of "implementation"
2016-12-27  Adhemerval Zanellapowerpc: Remove f{max,min}{f} assembly implementations
2016-12-27  Gabriel F. T. GomesFix typo in manual for iseqsig
2016-12-27  Florian WeimerDeclare getentropy in <unistd.h> [BZ #17252]
2016-12-27  Florian Weimerresolv: Remove processing of unimplemented "spoof"...
2016-12-27  Florian Weimersunrpc: Always obtain AF_INET addresses from NSS [BZ...
2016-12-27  Florian Weimerrpcinfo: Remove traces of unbuilt helper program
2016-12-27  Adhemerval ZanellaFix x86_64 memchr for large input sizes
2016-12-26  Nick AlcockEnable -fstack-protector=* when requested by configure...
2016-12-26  Nick AlcockDo not stack-protect sigreturn stubs [BZ #7065]
2016-12-26  Nick AlcockDrop explicit stack-protection of pieces of the system...
2016-12-26  Nick AlcockLink a non-libc-using test with -fno-stack-protector...
2016-12-26  Nick AlcockPLT avoidance for __stack_chk_fail [BZ #7065]
2016-12-26  Nick AlcockWork even with compilers which enable -fstack-protector...
2016-12-26  Nick AlcockIgnore __stack_chk_fail* in the rtld mapfile computatio...
2016-12-26  Nick AlcockCompile the dynamic linker without stack protection...
2016-12-26  Nick AlcockDisable stack protector in early static initialization...
2016-12-26  Nick AlcockDo not stack-protect ifunc resolvers [BZ #7065]
2016-12-26  Nick AlcockInitialize the stack guard earlier when linking statica...
2016-12-26  Nick AlcockConfigure support for --enable-stack-protector [BZ...
2016-12-23  Carlos O'DonellFix failing pretty printer tests when CPPFLAGS has...
2016-12-23  Carlos O'DonellAdd deferred cancellation regression test for getpwuid_r.
2016-12-23  Carlos O'DonellBug 11941: ld.so: Improper assert map->l_init_called...
2016-12-23  Florian Weimerscripts/test_printers_common.py: Log GDB error message
2016-12-22  Siddhesh PoyarekarAdd configure check for python program
2016-12-21  Joseph MyersFix nss_nisplus build with mainline GCC (bug 20978).
2016-12-21  Joseph MyersUpdate miscellaneous files from upstream sources.
2016-12-21  Wilco DijkstraThis patch cleans up the strsep implementation and...
2016-12-21  Florian WeimerRemove unused function _dl_tls_setup
2016-12-21  Nick Alcockx86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE...
2016-12-21  Nick AlcockMove all tests out of the csu subdirectory
2016-12-21  Rical Jasanmanual: Convert @tables of variables to @vtables.
2016-12-21  Joseph MyersAdd roundeven, roundevenf, roundevenl.
2016-12-20  Joseph MyersAdd preprocessor indentation for llogb macro in tgmath.h.
2016-12-20  Gabriel F. T. GomesReplace use of snprintf with strfrom in libm tests
2016-12-20  Stefan LieblerS390: Optimize lock-elision by decrementing adapt_count...
2016-12-20  Stefan LieblerS390: Use new __libc_tbegin_retry macro in elision...
2016-12-20  Stefan LieblerS390: Use own tbegin macro instead of __builtin_tbegin.
2016-12-20  Stefan LieblerS390: Use C11-like atomics instead of plain memory...
2016-12-20  Florian WeimerDo not require memset elimination in explicit_bzero...
2016-12-20  Joseph MyersAdd fmaxmag, fminmag functions.
2016-12-19  Torvald RiegelRobust mutexes: Fix lost wake-up.
2016-12-19  Adhemerval Zanellabenchtests: Add fmaxf/fminf benchmarks
2016-12-19  Adhemerval Zanellabenchtests: Add fmax/fmin benchmarks
2016-12-19  Adhemerval ZanellaAdjust benchtests to new support library.
2016-12-19  Andrew SenkevichDisable TSX on some Haswell processors.
2016-12-18  Florian WeimerAdd missing bug number to ChangeLog
2016-12-18  Jim Meyeringassert.h: allow gcc to detect assert(a = 1) errors
2016-12-17  Siddhesh PoyarekarLink benchset tests against libsupport
2016-12-17  Siddhesh PoyarekarAdd ChangeLog for previous commit
2016-12-16  Joseph MyersDocument sNaN argument error handling.
2016-12-16  Zack WeinbergNew string function explicit_bzero (from OpenBSD).
2016-12-16  Joseph MyersDefine FE_SNANS_ALWAYS_SIGNAL.
2016-12-16  Adhemerval ZanellaFix typos and missing closing bracket in test-memchr.c
2016-12-16  Joseph MyersMake build-many-glibcs.py flush stdout before execv.
2016-12-16  Adhemerval ZanellaFix powerpc64/power7 memchr for large input sizes
2016-12-16  Gabriel F. T. GomesMake w_scalbln type-generic
2016-12-15  Joseph MyersFix x86, x86_64 fmax, fmin sNaN handling, add tests...
2016-12-15  Andreas SchwabFix assertion failure on test timeout
2016-12-15  Joseph MyersFix powerpc fmax, fmin sNaN handling (bug 20947).
2016-12-14  Joseph MyersFix generic fmax, fmin sNaN handling (bug 20947).
2016-12-14  Joseph MyersRefactor long double information into bits/long-double.h.
2016-12-14  Joseph MyersInclude <linux/falloc.h> in bits/fcntl-linux.h.
2016-12-14  Gabriel F. T. GomesFix arg used as litteral suffix in tst-strfrom.h
2016-12-14  Adhemerval ZanellaConsolidate renameat Linux implementation
2016-12-14  Adhemerval ZanellaConsolidate rename Linux implementation
2016-12-14  Joseph MyersAdd [BZ #19398] marker to ChangeLog entry.
2016-12-14  Wilco DijkstraImprove strtok and strtok_r performance. Instead of...
2016-12-14  Gabriel F. T. GomesMake w_log1p type-generic
2016-12-14  Wilco DijkstraImprove generic rawmemchr for targets that don't have an
2016-12-14  Joseph MyersUse Linux 4.9 (headers) in build-many-glibcs.py.
2016-12-13  Andrew SenkevichBetter design of libm.a installation rule.
2016-12-13  Andreas Schwabpowerpc: remove _dl_platform_string and _dl_powerpc_pla...
2016-12-13  Florian Weimernptl/tst-cancel7: Add missing case label
2016-12-13  Florian WeimerExpose linking against libsupport as make dependency
2016-12-13  Rajalakshmi Sriniv... powerpc: strncmp optimization for power9
2016-12-12  Florian WeimerAdd getentropy, getrandom, <sys/random.h> [BZ #17252]
2016-12-10  Florian Weimerdebug: Additional compiler barriers for backtrace tests...
2016-12-10  Andreas SchwabFix testsuite timeout handling
2016-12-09  Florian Weimerinet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with...
2016-12-09  Florian Weimersupport: Introduce new subdirectory for test infrastructure
2016-12-08  Joseph MyersFix tests-printers handling for cross compiling.
2016-12-08  Andrew SenkevichInstall libm.a as linker script (bug 20539).
2016-12-08  Martin GalvanAdd pretty printers for the NPTL lock types
2016-12-07  Joseph MyersAdd build-many-glibcs.py option to strip installed...
next