]> sourceware.org Git - glibc.git/shortlog
glibc.git
2018-04-02 Samuel Thibaulthurd: Announce that glibc now builds unpatched
2018-04-02 Samuel Thibaulthurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+
2018-04-02 Samuel Thibaulthurd: Remove bogus net/if_ppp.h
2018-04-01 Samuel Thibaulthurd: Advertise libpthread
2018-04-01 Samuel Thibaulthurd libpthread: add function missing in ABI list
2018-04-01 Samuel Thibaulthurd: Add hurd thread library
2018-04-01 Samuel Thibaulthurd: avoid letting signals go to thread created by...
2018-04-01 Florian Weimersupport_format_addrinfo: Include unknown error number...
2018-03-29 Florian WeimerLinux i386: tst-bz21269 triggers SIGBUS on some kernels
2018-03-28 Adhemerval... sparc: Fix arch_fork definition
2018-03-28 Jesse Hathawaygetlogin_r: return early when linux sentinel value...
2018-03-27 Samuel Thibaulthurd: advertise process memory locking option
2018-03-27 Andreas SchwabFix crash in resolver on memory allocation failure...
2018-03-26 Joseph MyersUnify umount function implementations (bug 16552).
2018-03-26 Andreas SchwabRISC-V: add remaining relocations
2018-03-25 Samuel Thibaulthurd: Regenerate errno.h header
2018-03-24 Samuel Thibaulthurd: Fix calling __pthread_initialize_minimal in share...
2018-03-24 Samuel ThibaultAdd missing changelog from previous commit
2018-03-24 Samuel Thibaulthurd: Initialize TLS and libpthread before signal threa...
2018-03-24 Samuel Thibaulthurd: Fix accessing errno from rtld
2018-03-24 H.J. LuAdd $(tests-execstack-$(have-z-execstack)) after define...
2018-03-23 Andrew SenkevichFix i386 memmove issue (bug 22644).
2018-03-22 Joseph MyersRemove unused frame.h header, sigcontextinfo.h macros.
2018-03-21 Joseph MyersUse x86_64 backtrace as generic version.
2018-03-20 Joseph MyersRemove powerpc, sparc fdim inlines (bug 22987).
2018-03-20 Joseph MyersFix signed integer overflow in random_r (bug 17343).
2018-03-20 Samuel ThibaultFix errno values
2018-03-20 Samuel Thibaulthurd: Code style fixes
2018-03-20 Joseph MyersAdd narrowing subtract functions.
2018-03-19 Joseph MyersAdd SHT_X86_64_UNWIND to elf.h (bug 20079).
2018-03-19 Wilco DijkstraUndefine attribute_hidden to fix benchtests
2018-03-19 Samuel Thibaulthurd: Fix build with latest htl
2018-03-18 Samuel Thibaulthurd: fix build
2018-03-18 Richard BraunHurd: fix port leak in TLS
2018-03-18 Samuel Thibaulthurd: Add mlockall support
2018-03-18 Samuel Thibaulthurd: Fix boot with statically-linked exec server
2018-03-18 Samuel Thibaulthurd: Fix O_DIRECTORY | O_NOFOLLOW
2018-03-18 Samuel Thibaulthurd: Fix O_NOFOLLOW
2018-03-18 Samuel Thibaulthurd: Fix copyright years
2018-03-18 Agustina Arzillehurd: Reimplement libc locks using mach's gsync
2018-03-18 Agustina Arzillehurd: Rewrite __libc_cleanup_*
2018-03-18 Samuel Thibaulthurd: Add missing include
2018-03-18 Samuel Thibaultx86_64: Fix build with RTLD_PRIVATE_ERRNO defined to 1
2018-03-17 Samuel Thibaulthurd: Fix coding style
2018-03-17 Samuel Thibaulthurd: Fix link cthread/pthread symbol exposition.
2018-03-17 Samuel Thibaulthurd: Replace threadvars with TLS
2018-03-17 Samuel Thibaulthurd: Fix getting signal thread stack layout for fork
2018-03-17 Samuel Thibaulthurd: add TLS support
2018-03-16 Rafal LuzynskiNEWS: Mention the locale data changes (bug 22848, 22937...
2018-03-16 Joseph MyersRemove sysdeps/x86/fpu/bits/mathinline.h __finite inline.
2018-03-16 Joseph MyersUpdate i386 libm-test-ulps.
2018-03-16 Wilco DijkstraRevert m68k __ieee754_sqrt change
2018-03-15 Wilco DijkstraRemove all target specific __ieee754_sqrt(f/l) inlines
2018-03-15 Wilco DijkstraRename all __ieee754_sqrt(f/l) calls to sqrt(f/l)
2018-03-15 Wilco DijkstraAdd support for sqrt asm redirects
2018-03-15 Joseph MyersRemove more old-compilers parts of sysdeps/x86/fpu...
2018-03-15 Wilco DijkstraUse correct includes in benchtests
2018-03-15 Siddhesh Poyarekaraarch64/strncmp: Use lsr instead of mov+lsr
2018-03-15 Rafal Luzynskics_CZ locale: Add alternative month names (bug 22963).
2018-03-15 Rafal LuzynskiGreek (el_CY, el_GR) locales: Introduce ab_alt_mon...
2018-03-15 Rafal Luzynskilt_LT locale: Update abbreviated month names (bug 22932).
2018-03-15 Robert Bujca_ES locale: Update LC_TIME (bug 22848).
2018-03-14 Francois Goichonmalloc: harden removal from unsorted list
2018-03-14 Joseph MyersRemove old-GCC parts of x86 bits/mathinline.h.
2018-03-14 Siddhesh Poyarekaraarch64/strncmp: Unbreak builds with old binutils
2018-03-13 Siddhesh Poyarekaraarch64: Improve strncmp for mutually misaligned inputs
2018-03-13 Zack Weinberg[BZ 1190] Make EOF sticky in stdio.
2018-03-12 Dmitry V. LevinUpdate translations from the Translation Project
2018-03-11 David MichaelLookup the startup server through /servers/startup
2018-03-11 Zack Weinbergnldbl-compat.c: Include math.h before nldbl-compat.h.
2018-03-11 Samuel Thibaulthurd: add gscope support
2018-03-10 Zack WeinbergDon't include math.h/math_private.h in math_ldbl_opt.h.
2018-03-10 Zack Weinbergalpha/clone.S: Invoke .set noat/.set at around explicit...
2018-03-10 H.J. LuRemove hidden __libc_longjmp
2018-03-09 Florian Weimermalloc: Revert sense of prev_inuse in comments
2018-03-09 H.J. LuFix a typo in ChangeLog: auch_fork -> arch_fork
2018-03-08 Aurelien Jarnosparc32: Add nop before __startcontext to stop unwindin...
2018-03-07 Adhemerval... powerpc: Fix TLE build for SPE (BZ #22926)
2018-03-07 Adhemerval... Refactor Linux ARCH_FORK implementation
2018-03-06 Siddhesh Poyarekaraarch64: Fix branch target to loop16
2018-03-06 Siddhesh Poyarekaraarch64: Optimized memcmp for medium to large sizes
2018-03-06 Siddhesh PoyarekarAdd ChangeLog entry for last 3 commits
2018-03-06 Siddhesh Poyarekarbenchtests: Don't benchmark 0 length calls for strncmp
2018-03-06 Siddhesh Poyarekarbenchtests: Reallocate buffers for every strncmp implem...
2018-03-06 Siddhesh Poyarekarbenchtests: Convert strncmp benchmark output to json
2018-03-06 Samuel ThibaultAdd missing start-of-file descriptive comment.
2018-03-05 Samuel Thibaulthurd: Add futimesat and utimensat support
2018-03-05 Flávio Cruzhurd: Define and pass UTIME_NOW and UTIME_OMIT to new...
2018-03-05 Samuel Thibaulthurd: Fix includability of <hurd/signal.h> in all standards
2018-03-05 Joseph MyersFix s390 -Os iconv build.
2018-03-05 Adhemerval... Define _DIRENT_MATCHES_DIRENT64 regardless
2018-03-05 Adhemerval... nptl: Fix tst-cancel4 sendto tests
2018-03-05 Adhemerval... i386: Fix i386 sigaction sa_restorer initialization...
2018-03-04 Samuel Thibaulthurd: Add futimens support
2018-03-04 Samuel ThibaultSeparate out error_t definition
2018-03-04 Samuel Thibaulthurd: Make almost all hurd headers includable in all...
2018-03-04 Samuel Thibaulthurd: Fix inclusion of mach headers in all standards
2018-03-04 Samuel Thibaulthurd: Avoid using ino64_t and loff_t in headers
2018-03-04 Samuel Thibaulthurd: Add missing include
2018-03-04 Samuel Thibaulthurd: fix header conformity
next
This page took 0.069762 seconds and 5 git commands to generate.