Remove __ASSUME_GETCPU_SYSCALL.
[platform/upstream/glibc.git] / include /
2017-05-04 Joseph MyersFix network headers stdint.h namespace (bug 21455).
2017-05-02 Adhemerval Zanellaposix: Fix internal p{read,write} plt usage
2017-04-25 Joseph MyersFix sys/socket.h namespace issues from sys/uio.h inclus...
2017-04-18 Florian WeimerAssume that O_CLOEXEC is always defined and works
2017-04-18 Florian WeimerAssume that dup3 is available
2017-04-18 Florian WeimerAssume that pipe2 is always available
2017-04-13 Florian Weimerresolv: Reduce EDNS payload size to 1200 bytes [BZ...
2017-04-07 Zack Weinberggetopt: eliminate __need_getopt by splitting up getopt.h.
2017-04-07 Zack Weinberggetopt: merge _GL_UNUSED annotations from gnulib
2017-04-07 Zack Weinberggetopt: clean up error reporting
2017-04-07 Zack Weinberggetopt: remove USE_NONOPTION_FLAGS
2017-04-04 Florian Weimernss_dns: Replace local declarations with declarations...
2017-03-21 Thorsten KukukMerge branch 'master' of ssh://sourceware.org/git/glibc
2017-03-21 Thorsten KukukDeprecate libnsl by default (only shared library will be
2017-03-15 Gabriel F. T. GomesSplit helper classification macros from mathcalls.h
2017-03-13 Wilco Dijkstra Remove the str(n)dup inlines from string/bits/string2...
2017-03-07 Florian Weimertimezone: Remove TZNAME_MAX limit from sysconf [BZ...
2017-03-02 Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-02-25 Zack WeinbergSplit DIAG_* macros to new header libc-diag.h.
2017-02-25 Zack WeinbergClean up conditionals for declaration of gets.
2017-02-21 Mike FABIANBug 20313: Update to Unicode 9.0.0
2017-02-16 Zack WeinbergClean up redundancies between string.h and strings.h.
2017-02-16 Zack WeinbergMove bits/types.h into posix/bits.
2017-02-15 Wilco DijkstraThe internal header include/string.h does not work...
2017-02-06 Wilco DijkstraAs a minor cleanup remove the (r)index defines from...
2017-02-05 Siddhesh PoyarekarUpdate for 2.25 release
2017-01-05 Adhemerval ZanellaUse fortify macros for b{zero,copy} along decl from...
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31 Florian WeimerCVE-2015-5180: resolv: Fix crash with internal QTYPE...
2016-12-30 Florian Weimerresolv: Turn historic name lookup functions into compat...
2016-12-27 Florian Weimersunrpc: Always obtain AF_INET addresses from NSS [BZ...
2016-12-26 Nick AlcockDo not stack-protect ifunc resolvers [BZ #7065]
2016-12-21 Joseph MyersAdd roundeven, roundevenf, roundevenl.
2016-12-16 Zack WeinbergNew string function explicit_bzero (from OpenBSD).
2016-12-08 Zack WeinbergMake _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_S...
2016-12-05 Torvald RiegelUse C11-like atomics instead of plain memory accesses...
2016-11-18 Adhemerval ZanellaFix hurd __access_noerrno implementation.
2016-11-16 Joseph MyersFix crypt snprintf namespace (bug 20829).
2016-11-16 Adhemerval ZanellaNew internal function __access_noerrno
2016-10-30 Carlos O'DonellBug 20729: Fix building with -Os.
2016-10-29 Carlos O'DonellAdd include/crypt.h.
2016-10-26 Carlos O'DonellFix atomic_fetch_xor_release.
2016-10-07 Stefan Liebleri386, x86: Use libc_ifunc macro for time, gettimeofday.
2016-10-07 Stefan LieblerUse gcc attribute ifunc in libc_ifunc macro instead...
2016-10-04 Joseph MyersFix LONG_WIDTH, ULONG_WIDTH include ordering issue.
2016-09-23 Zack WeinbergInstalled header hygiene (BZ#20366): Test of installed...
2016-09-23 Zack WeinbergInstalled-header hygiene (BZ#20366): time.h types.
2016-09-23 Zack WeinbergInstalled-header hygiene (BZ#20366): conditionally...
2016-09-23 Zack WeinbergInstalled-header hygiene (BZ#20366): obsolete BSD u_...
2016-09-21 Florian Weimerresolv: Remove unsupported hook functions from the...
2016-09-19 Joseph MyersAdd <limits.h> integer width macros.
2016-08-26 Florian Weimermalloc: Simplify static malloc interposition [BZ #20432]
2016-08-09 Torvald RiegelAdd atomic operations required by the new condition...
2016-08-05 Torvald RiegelAdd atomic_exchange_relaxed.
2016-08-03 Joseph MyersSupport __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test...
2016-08-03 Zack WeinbergMinimize sysdeps code involved in defining major/minor...
2016-08-03 Zack WeinbergAdd utility macros for clang detection, and deprecation...
2016-08-03 Joseph MyersSupport __STDC_WANT_IEC_60559_BFP_EXT__ feature test...
2016-08-02 Joseph MyersSupport __STDC_WANT_LIB_EXT2__ feature test macro.
2016-08-02 Florian WeimerAdd support for referencing specific symbol versions
2016-08-02 Carlos O'DonellUpdate for glibc 2.24 release. upstream-2.24 upstream/2.24
2016-06-24 Torvald RiegelRemove atomic_compare_and_exchange_bool_rel.
2016-06-20 Florian WeimerRevert __malloc_initialize_hook symbol poisoning
2016-06-10 Florian Weimermalloc: Remove __malloc_initialize_hook from the API...
2016-06-04 Andreas SchwabUse __typeof instead of typeof
2016-06-04 Carlos O'DonellFix include/wchar.h for C++
2016-04-30 Stephen GallagherNSS: Implement group merging support.
2016-04-14 Florian WeimerRemove union wait [BZ #19613]
2016-04-08 Joseph MyersFix limits.h NL_NMAX namespace (bug 19929).
2016-04-04 Florian Weimerstrfmon_l: Use specified locale for number formatting...
2016-03-20 Samuel Thibaulthurd: Do not hide rtld symbols which need to be preempted
2016-03-08 Aurelien JarnoAdd sys/auxv.h wrapper to include/sys/
2016-03-07 Adhemerval Zanellaposix: New Linux posix_spawn{p} implementation
2016-02-18 Adhemerval ZanellaUpdate version.h and include/features.h for 2.23 release
2016-02-18 H.J. LuAdd _STRING_INLINE_unaligned and string_private.h
2016-01-06 H.J. LuMark internal unistd functions hidden in ld.so
2016-01-06 H.J. LuMark ld.so internal mmap functions hidden in ld.so
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-10 Mike FABIANUpdate to Unicode 8.0.0.
2015-11-24 Joseph MyersRefactor strtod parsing of NaN payloads.
2015-11-20 Joseph MyersFix lgamma setting signgam for ISO C (bug 15421).
2015-11-05 Joseph MyersFix features.h for -Wundef (bug 19212).
2015-10-29 Joseph MyersUse max_align_t from <stddef.h>.
2015-10-19 H.J. LuMark ld.so internel __fxstatat64 hidden
2015-10-19 Joseph MyersRemove .weak, .weakext configure tests.
2015-10-17 Florian WeimerAssume that SOCK_CLOEXEC is available and works
2015-10-15 H.J. LuMark ld.so internel __uname hidden
2015-10-15 H.J. LuMark ld.so internel string functions hidden
2015-10-15 H.J. LuMark ld.so internel stdlib functions hidden
2015-10-15 H.J. LuMark ld.so internel sigaction functions hidden
2015-10-15 H.J. LuMark internal setjmp functions hidden
2015-10-15 H.J. LuMark ld.so internel __profile_frequency hidden
2015-10-15 H.J. LuMark internal fcntl functions hidden
2015-10-15 H.J. LuMark internal dirent functions hidden
2015-10-15 H.J. LuMark _dl_catch_error hidden
2015-10-15 Joseph MyersRemove .previous, .popsection configure tests.
2015-10-14 Carlos O'Donellinclude/stap-probe.h: Fix formatting.
2015-10-02 Florian WeimerHarden putpwent, putgrent, putspent, putspent against...
2015-09-18 Wilco DijkstraSince we now inline isinf, isnan and isfinite in math...
2015-09-15 Joseph MyersMark fegetround pure (bug 16296).
next