]> sourceware.org Git - glibc.git/shortlog
glibc.git
2016-12-30 Joseph MyersDefine __intmax_t, __uintmax_t in bits/types.h.
2016-12-30 Joseph MyersFix tst-support_record_failure-2 for run-built-tests...
2016-12-30 Andreas SchwabFix ChangeLog typo
2016-12-30 Mike Frysingerlocaledata: bs_BA: fix yesexpr/noexpr [BZ #20974]
2016-12-30 Siddhesh PoyarekarFix pretty printer tests for run-built-tests == no
2016-12-28 Adhemerval... Add SYSV shared memory test
2016-12-28 Adhemerval... Use shmget syscall for linux implementation
2016-12-28 Adhemerval... Use shmdt syscall for linux implementation
2016-12-28 Adhemerval... Consolidate Linux shmctl implementation
2016-12-28 Adhemerval... Use shmat syscall for Linux implementation
2016-12-28 Adhemerval... Add SYSV semaphore test
2016-12-28 Adhemerval... Consolidate Linux semtimedop implementation
2016-12-28 Adhemerval... Use semop syscall for Linux implementation
2016-12-28 Adhemerval... Use semget syscall for Linux implementation
2016-12-28 Adhemerval... Consolidate Linux semctl implementation
2016-12-28 Adhemerval... Add SYSV message queue test
2016-12-28 Adhemerval... Use msgget syscall for Linux implementation
2016-12-28 Adhemerval... Use msgsnd syscall for Linux implementation
2016-12-28 Adhemerval... Consolidate Linux msgrcv implementation
2016-12-28 Adhemerval... Consolidate Linux msgctl implementation
2016-12-28 Adhemerval... Refactor Linux ipc_priv header
2016-12-28 Adhemerval... Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for Linux
2016-12-28 Tulio Magno... powerpc: Fix powerpc32/power7 memchr for large input...
2016-12-28 Rajalakshmi... 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... powerpc: Remove f{max,min}{f} assembly implementations
2016-12-27 Gabriel F.... Fix 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... Fix 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-22 Joseph MyersUpdate NEWS feature test macro description of TS 18661...
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.... Replace 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... benchtests: Add fmaxf/fminf benchmarks
2016-12-19 Adhemerval... benchtests: Add fmax/fmin benchmarks
2016-12-19 Adhemerval... Adjust 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-17 Martin GalvanAdd -B to python invocation to avoid generating pyc...
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... Fix 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... Fix powerpc64/power7 memchr for large input sizes
2016-12-16 Gabriel F.... Make 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.... Fix arg used as litteral suffix in tst-strfrom.h
2016-12-14 Adhemerval... Consolidate renameat Linux implementation
2016-12-14 Adhemerval... Consolidate 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.... Make w_log1p type-generic
2016-12-14 Wilco DijkstraImprove generic rawmemchr for targets that don't have an
next
This page took 0.07296 seconds and 5 git commands to generate.