]> sourceware.org Git - glibc.git/history - nptl
manual: clarify that scanf %n supports type modifiers
[glibc.git] / nptl /
2021-03-29 Samuel Thibaultfork.h: replace with register-atfork.h
2021-03-26 Adhemerval Zanellanptl: Remove unused rules
2021-03-26 Adhemerval Zanellanptl: Remove __libc_allocate_rtsig, __libc_current_sigr...
2021-03-26 Adhemerval Zanellanptl: Move sigaction to libc
2021-03-26 Adhemerval Zanellanptl: Remove pthread raise implementation
2021-03-26 Adhemerval Zanellanptl: Move pthread_kill to libc
2021-03-26 Adhemerval Zanellanptl: Remove sigsuspend from pthread-compat-wrappers
2021-03-26 Adhemerval Zanellanptl: Remove msgrcv from pthread-compat-wrappers
2021-03-26 Adhemerval Zanellanptl: Remove msgsnd from pthread-compat-wrappers
2021-03-26 Adhemerval Zanellanptl: Remove pwrite from libpthread
2021-03-26 Adhemerval Zanellanptl: Remove pread from libpthread
2021-03-26 Adhemerval Zanellanptl: Remove open from libpthread
2021-03-26 Adhemerval Zanellanptl: Remove lseek from libpthread
2021-03-26 Adhemerval Zanellanptl: Remove send from libpthread
2021-03-25 Florian WeimerSupport for multiple versions in versioned_symbol,...
2021-03-19 H.J. Lunptl: Remove MULTI_PAGE_ALIASING [BZ #23554]
2021-03-18 Adhemerval Zanellasignal: Add __libc_sigaction
2021-03-18 Adhemerval Zanellanptl: Move system to libc
2021-03-18 Adhemerval Zanellanptl: Move fcntl from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove sendmsg from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove recvmsg from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove sigwait from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove tcdrain from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove pause from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove msync from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove fsync from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove sendto from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove recvfrom from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove recv from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove connect from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove accept from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove close from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove read from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove write from libpthread
2021-03-12 Adhemerval Zanellanptl: Move fork into libc
2021-03-12 Adhemerval Zanellaposix: Consolidate register-atfork
2021-03-12 Adhemerval Zanellanptl: Move Linux pthread_kill to nptl
2021-03-05 Adhemerval Zanellanptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_...
2021-03-04 Jakub Jelinek[PATCH] pthread_once hangs when init routine throws...
2021-03-01 Florian Weimernptl: Use <unwind-link.h> for accessing the libgcc_s...
2021-02-23 Florian Weimernptl: Move elision implementations into libc
2021-02-22 Florian Weimernptl: Move futex-internal into libc
2021-02-22 Florian Weimernptl: Move lowlevellock into libc [BZ #15648]
2021-02-22 Florian Weimernptl: Move futex-internal.c into main nptl directory
2021-02-22 Florian Weimernptl: Reformat Versions
2021-02-22 Florian Weimernptl: Split libpthread-routines into one routine per...
2021-02-08 Adhemerval Zanellapthread: Refactor semaphore code
2021-02-08 Florian Weimerlinux: Require /dev/shm as the shared memory file system
2021-01-04 Jangwoong Kimnptl: Fix comment typo in pthread_cond_wait.c
2021-01-04 Florian Weimernptl: Remove set*id, set*gid files which are not built
2021-01-02 Paul EggertUpdate copyright dates not handled by scripts/update...
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-16 Samuel Thibault{nptl,htl}/semaphoreP.h: clean up
2020-12-16 Samuel Thibaulthtl: Get sem_open/sem_close/sem_unlink support [BZ...
2020-12-16 Samuel Thibaultpthread: Move semaphore initialization for open to...
2020-12-01 Lucas A. M. Magalhaesnptl: Fix __futex_clocklock64 return error check [BZ...
2020-11-30 Lukasz Majewskiy2038: Convert aio_suspend to support 64 bit time
2020-11-27 Adhemerval Zanellanptl: Add EOVERFLOW checks for futex calls
2020-11-27 Adhemerval Zanellanptl: Fix PTHREAD_PRIO_PROTECT timed lock
2020-11-25 Adhemerval Zanellanptl: Return EINVAL for invalid clock for pthread_clock...
2020-11-25 Adhemerval Zanellanptl: Return EINVAL for pthread_mutex_clocklock/PI...
2020-11-25 Adhemerval Zanellanptl: Replace lll_futex_wake with futex-internal.h
2020-11-25 Adhemerval Zanellanptl: Replace lll_futex_supported_clockid with futex...
2020-11-25 Adhemerval Zanellanptl: Replace lll_futex_{timed_}wait by futex-internal.h
2020-11-25 Adhemerval Zanellanptl: Replace lll_timedwait with __futex_abstimed_wait64
2020-11-25 Adhemerval Zanellanptl: Replace __futex_clocklock_wait64 with __futex_abs...
2020-11-25 Adhemerval Zanellanptl: Remove _futex_clock_wait_bitset64
2020-11-25 Adhemerval Zanellanptl: Remove clockwait_tid
2020-11-25 Adhemerval Zanellanptl: Remove futex_wait_cancelable
2020-11-25 Adhemerval Zanellanptl: Remove unused internal futex functions
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-13 Florian Weimernptl: Eliminate <smp.h> and __is_smp
2020-11-03 H.J. Lutst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ...
2020-10-30 Joseph MyersDisable spurious -Wstringop-overflow for setjmp/longjmp...
2020-10-21 Lukasz Majewskiy2038: nptl: Provide __futex_clock_wait_bitset64 to...
2020-10-15 Lukasz Majewskiy2038: nptl: Convert pthread_mutex_{clock|timed}lock...
2020-10-08 Andreas SchwabRevert "Fix missing redirects in testsuite targets"
2020-10-04 Lukasz Majewskiy2038: nptl: Convert pthread_rwlock_{clock|timed}{rd...
2020-10-02 Szabolcs Nagyaarch64: enforce >=64K guard size [BZ #26691]
2020-09-14 Lukasz Majewskiy2038: nptl: Convert sem_{clock|timed}wait to support...
2020-09-11 Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-09-02 Lukasz Majewskiy2038: nptl: Convert pthread_cond_{clock|timed}wait...
2020-08-17 H.J. Lunptl: Handle NULL abstime [BZ #26394]
2020-08-13 Lukasz Majewskiy2038: nptl: Convert pthread_{clock|timed}join_np to...
2020-08-06 Samuel Thibaulthtl: Enable tst-cancelx?[45]
2020-08-06 Samuel Thibaulttst-cancel4: Make blocking on write more portable
2020-07-27 H.J. Lunptl: Zero-extend arguments to SETXID syscalls [BZ...
2020-07-16 Florian WeimerLinux: Remove rseq support
2020-07-07 Adhemerval Zanellastring: Remove old TLS usage on strsignal
2020-07-07 Adhemerval Zanellalinux: Fix __NSIG_WORDS and add __NSIG_BYTES
2020-07-06 Florian WeimerAdd the __libc_single_threaded variable
2020-07-06 Mathieu DesnoyersLinux: Perform rseq registration at C startup and threa...
2020-07-05 Samuel Thibaulttst-cancel4: deal with ENOSYS errors
2020-06-29 Samuel Thibaulthtl: Enable cancel*16 an cancel*20 tests
2020-06-26 Samuel Thibaulttst-cancel4-common.c: fix calling socketpair
2020-06-25 Szabolcs Nagynptl: Don't madvise user provided stack
2020-06-23 Samuel Thibaulthtl: Make sem_*wait cancellations points
2020-06-23 Samuel Thibaulthtl: Enable tst-cancel25 test
2020-06-17 Samuel Thibaultnptl: Remove now-spurious tst-cancelx9 references
next
This page took 0.100842 seconds and 8 git commands to generate.