]> sourceware.org Git - glibc.git/shortlog
glibc.git
2020-11-27 Adhemerval... nptl: Fix PTHREAD_PRIO_PROTECT timed lock
2020-11-27 Adhemerval... sh: Add sh4 fpu Implies folder
2020-11-26 Xiaoming Niio: nftw/ftw: Fix stack overflow with large nopenfd...
2020-11-26 Florian Weimerelf: Introduce enum opt_format in the ldconfig implemen...
2020-11-26 Florian Weimersupport: Add support_copy_file
2020-11-25 Florian WeimerNEWS entry for commit b4f020c9b408fb3d1d3d4901c4a718391...
2020-11-25 Prasanth Rtimezone: Change zdump installation to bin directory
2020-11-25 Adhemerval... nptl: Return EINVAL for invalid clock for pthread_clock...
2020-11-25 Adhemerval... nptl: Return EINVAL for pthread_mutex_clocklock/PI...
2020-11-25 Adhemerval... nptl: Replace lll_futex_wake with futex-internal.h
2020-11-25 Adhemerval... nptl: Replace lll_futex_supported_clockid with futex...
2020-11-25 Adhemerval... nptl: Replace lll_futex_{timed_}wait by futex-internal.h
2020-11-25 Adhemerval... nptl: Replace lll_timedwait with __futex_abstimed_wait64
2020-11-25 Adhemerval... nptl: Replace __futex_clocklock_wait64 with __futex_abs...
2020-11-25 Adhemerval... nptl: Remove _futex_clock_wait_bitset64
2020-11-25 Adhemerval... nptl: Consolidate __futex_abstimed_wait_{cancelable}64
2020-11-25 Adhemerval... nptl: Extend __futex_abstimed_wait_cancelable64 comment
2020-11-25 Adhemerval... nptl: Remove clockwait_tid
2020-11-25 Adhemerval... nptl: Remove futex_wait_cancelable
2020-11-25 Adhemerval... nptl: Remove unused internal futex functions
2020-11-25 Stefan LieblerMark mtrace tests UNSUPPORTED if bug-ga2.mtrace or...
2020-11-24 Shuo Wangelf: Fix uninitialized variable for _dl_write
2020-11-24 Matheus Castanhopowerpc: Make PT_THREAD_POINTER available to assembly...
2020-11-23 Stefan LieblerUse libnss_files.so for tests posix/bug-ga2 and resolv...
2020-11-23 Samuel Thibaulthurd report-wait: Fix stpcpy usage
2020-11-23 Samuel Thibaulthurd S_msg_report_wait: Fix detecting fd ports
2020-11-23 Samuel Thibaulthurd S_msg_report_wait: Fix reporting ports
2020-11-22 Samuel Thibaulthurd: Fix strcpy calls
2020-11-22 Samuel Thibaulthurd: Fix _S_msg_get/set_env_variable prototype
2020-11-16 Samuel Thibaulthurd: Enable using ifunc
2020-11-16 Samuel ThibaultAdd {,sysdep-}ld-library-path make variable
2020-11-16 Florian Weimernptl: Move stack list variables into _rtld_global
2020-11-15 Samuel Thibaulthurd: let _dl_argv and __libc_stack_end be relro
2020-11-15 Samuel Thibaulthurd: Remove some remnants of cthreads
2020-11-14 Lukasz Majewskinanosleep: Pass NULL when rem == NULL on ports with...
2020-11-14 Lukasz Majewskiy2038: Convert thrd_sleep to support 64 bit time
2020-11-14 Lukasz Majewskiy2038: Convert mtx_timedlock to support 64 bit time
2020-11-14 Lukasz Majewskiy2038: Convert cnd_timedwait to support 64 bit time
2020-11-13 Samuel Thibaulthurd: Drop CLOCK_MONOTONIC change which slipped in
2020-11-13 Samuel Thibaulthurd: make ptsname fail with ENOTTY on non-master-pty
2020-11-13 Samuel Thibaultmach: Add missing assert.h include
2020-11-13 Samuel Thibaulthurd: break relocation loop between libc.so and lib...
2020-11-13 John David... Remove obsolete defines for HPUX support from fcntl...
2020-11-13 Adhemerval... Remove tls.h inclusion from internal errno.h
2020-11-13 Florian Weimernptl: Eliminate <smp.h> and __is_smp
2020-11-13 Florian Weimerpowerpc: Eliminate UP macro conditionals
2020-11-13 Florian Weimerx86: Remove UP macro. Define LOCK_PREFIX unconditionally.
2020-11-13 Florian Weimeralpha: Remove UP preprocessor conditionals
2020-11-13 Samuel Thibaulthurd: Make sure signals get started
2020-11-13 Samuel Thibaulthurd: initialize libpthread before starting the signal...
2020-11-13 Samuel Thibaulthurd: Make _hurd_libc_proc_init idempotent
2020-11-12 Raphael M Zinslypowerpc: Add optimized stpncpy for POWER9
2020-11-12 Raphael M Zinslypowerpc: Add optimized strncpy for POWER9
2020-11-12 Siddhesh PoyarekarDon't use nested function in test-ffs
2020-11-12 Siddhesh PoyarekarUse __builtin___stpncpy_chk when available
2020-11-12 Siddhesh Poyarekartests: Remove NULL check for an array
2020-11-11 Samuel Thibaulthurd: Move {,f,l}xstat{,at} and xmknod{at} to compat...
2020-11-11 Samuel Thibaulthurd: Notify the proc server later during initialization
2020-11-11 Samuel Thibaulthtl: Initialize later
2020-11-11 Samuel Thibaulthtl: Keep thread signals blocked during its initialization
2020-11-11 Samuel Thibaulthtl: Fix spurious symbols in namespaces
2020-11-11 Maximilian... Use O_CLOEXEC in sysconf [BZ #26791]
2020-11-11 Florian Weimerstruct _Unwind_Exception alignment should not depend...
2020-11-11 Samuel Thibaulthurd: keep only required PLTs in ld.so
2020-11-11 Samuel Thibaulthurd: Add missing startup calls
2020-11-10 Zong Liriscv: Get cache information through sysconf
2020-11-10 Jim WilsonRISC-V: Add _dl_start_user.
2020-11-09 Adhemerval... linux: Allow adjtime with NULL argument [BZ #26833]
2020-11-09 Florian Weimeraarch64: Add unwind information to _start (bug 26853)
2020-11-08 Samuel Thibaultbsd unlockpt: unlockpt needs to fail with EINVAL, not...
2020-11-07 Samuel ThibaultRearrange bsd_getpt vs bsd_openpt and implement posix_o...
2020-11-05 Siddhesh PoyarekarRemove __warndecl
2020-11-05 Siddhesh PoyarekarRemove __warn_memset_zero_len [BZ #25399]
2020-11-04 Arjun Shankariconv: Accept redundant shift sequences in IBM1364...
2020-11-04 Lukasz Majewskimsg: Remove redundant #include <sys/msg.h> header
2020-11-03 H.J. Lutst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ...
2020-11-02 Szabolcs Nagyaarch64: Add variant PCS lazy binding test [BZ #26798]
2020-11-02 Szabolcs Nagyaarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]
2020-10-31 Jonny Granthurd: Correct 'ethenet' spelling
2020-10-30 Joseph MyersAvoid -Wstringop-overflow warning in pthread_cleanup_pu...
2020-10-30 Joseph MyersDisable spurious -Warray-bounds for ypclnt.c (bug 26687)
2020-10-30 Joseph MyersDo not use array parameter to new_composite_name (bug...
2020-10-30 Joseph MyersDisable spurious -Wstringop-overflow for setjmp/longjmp...
2020-10-30 liqingqingmalloc debug: fix compile error when enable macro MALLO...
2020-10-30 liqingqingtst-tcfree2: adjust coding style.
2020-10-30 Florian Weimerelf: In ldconfig, extract the new_sub_entry function...
2020-10-30 Joseph MyersUse MPC 1.2.1 in build-many-glibcs.py.
2020-10-30 Carlos O'DonellArgument Syntax: Use "option", @option, and @command.
2020-10-30 Florian Weimerelf: Unify old and new format cache handling code in...
2020-10-28 Florian Weimerx86: Restore processing of cache size tunables in init_...
2020-10-28 Érico RolimMake elf.h header self contained.
2020-10-28 Sajan Karumanchix86: Optimizing memcpy for AMD Zen architecture.
2020-10-27 Adhemerval... Hurd: Fix ftime build
2020-10-27 Joseph MyersAdd IP_RECVERR_RFC4884 and IPV6_RECVERR_RFC4884 from...
2020-10-27 Florian Weimermisc: Add internal __getauxval2 function
2020-10-27 Adhemerval... Remove NEWS entry about ftime removal
2020-10-27 Adhemerval... time: Add 64-bit time_t support for ftime
2020-10-27 Adhemerval... Reinstate ftime and add deprecate message on ftime...
2020-10-26 Joseph MyersUpdate kernel version to 5.9 in tst-mman-consts.py.
2020-10-26 Jonny GrantAmend grammar and add a description
next
This page took 0.06705 seconds and 5 git commands to generate.