elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLT
[platform/upstream/glibc.git] / sysdeps / posix /
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-11-07 Adhemerval Zanellalinux: Decorate __libc_fatal error buffer
2023-10-24 Arjun ShankarMove getaddrinfo from 'posix' into 'nss'
2023-09-25 Romain GeisslerFix leak in getaddrinfo introduced by the fix for CVE...
2023-09-15 Siddhesh Poyarekargetaddrinfo: Fix use after free in getcanonname (CVE...
2023-09-11 Joe Simmons-Talbottstdio: Remove __libc_message alloca usage
2023-09-06 Joe Simmons-Talbottgetaddrinfo: Get rid of alloca
2023-09-05 Siddhesh Poyarekargetcanonname: Fix a typo
2023-06-20 Joe Simmons-Talbotthurd: readv: Get rid of alloca
2023-06-20 Joe Simmons-Talbotthurd: writev: Add back cleanup handler
2023-06-19 Joe Simmons-Talbotthurd: writev: Get rid of alloca
2023-06-13 Dridi Boukelmouneposix: Handle success in gai_strerror()
2023-05-29 Dridi Boukelmouneposix: Add error message for EAI_OVERFLOW
2023-03-28 Joe Simmons-Talbottsystem: Add "--" after "-c" for sh (BZ #28519)
2023-03-27 Adhemerval Zanella... libio: Do not autogenerate stdio_lim.h
2023-03-27 Adhemerval Zanella... Move libc_freeres_ptrs and libc_subfreeres to hidden...
2023-03-07 Adam Yiposix: Fix system blocks SIGCHLD erroneously [BZ #30163]
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-09-28 Jörg Sonnenbergerget_nscd_addresses: Fix subscript typos [BZ #29605]
2022-09-26 Wilco DijkstraUse atomic_exchange_release/acquire
2022-08-30 Adhemerval Zanellaposix: Fix macro expansion producing 'defined' has...
2022-08-24 Paul EggertMerge _GL_UNUSED C23 patch from Gnulib
2022-08-03 Florian Weimerstdio: Clean up __libc_message after unconditional...
2022-06-30 Adhemerval ZanellaRefactor internal-signals.h
2022-06-01 Adhemerval Zanellasocket: Use 64 bit stat for isfdtype (BZ# 29209)
2022-06-01 Adhemerval Zanellaposix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO...
2022-06-01 Adhemerval Zanellaposix: Use 64 bit stat for posix_fallocate fallback...
2022-03-23 Adhemerval Zanellagmon: Remove unused sprofil.c functions
2022-03-23 Siddhesh Poyarekargetaddrinfo: Refactor code for readability
2022-03-22 Siddhesh Poyarekargai_init: Avoid jumping from if condition to its else...
2022-03-22 Siddhesh Poyarekargaiconf_init: Refactor some bits for readability
2022-03-22 Siddhesh Poyarekargethosts: Return EAI_MEMORY on allocation failure
2022-03-22 Siddhesh Poyarekargaih_inet: Split result generation into its own function
2022-03-22 Siddhesh Poyarekargaih_inet: split loopback lookup into its own function
2022-03-22 Siddhesh Poyarekargaih_inet: make gethosts into a function
2022-03-22 Siddhesh Poyarekargaih_inet: separate nss lookup loop into its own function
2022-03-22 Siddhesh Poyarekargaih_inet: Split nscd lookup code into its own function.
2022-03-22 Siddhesh Poyarekargaih_inet: Split simple gethostbyname into its own...
2022-03-22 Siddhesh Poyarekargaih_inet: make numeric lookup a separate routine
2022-03-22 Siddhesh Poyarekargaih_inet: Simplify service resolution
2022-03-22 Siddhesh Poyarekargetaddrinfo: Fix leak with AI_ALL [BZ #28852]
2022-03-22 Siddhesh Poyarekargaih_inet: Simplify canon name resolution
2022-03-22 Siddhesh PoyarekarSimplify allocations and fix merge and continue actions...
2022-01-24 Siddhesh Poyarekargetcwd: Set errno to ERANGE for size == 1 (CVE-2021...
2022-01-15 Samuel Thibaulthurd: Fix timer/clock_getres crash on NULL res parameter
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-09-27 Adhemerval Zanellaposix: Remove spawni.c
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-08-03 Siddhesh Poyarekargethosts: Remove unused argument _type
2021-08-03 Siddhesh Poyarekargaiconf_init: Avoid double-free in label and precedence...
2021-07-21 Samuel Thibaultposix: Add sysconf(_SC_{MIN,}SIGSTKSZ) support
2021-07-09 H.J. LuDefine PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
2021-07-08 Adhemerval Zanellaposix: Add posix_spawn_file_actions_addclosefrom_np
2021-06-23 Adhemerval Zanellahurd: Fix build after 52a5fe70a2
2021-06-22 Adhemerval ZanellaUse 64 bit time_t stat internally
2021-06-22 Florian Weimernptl: Move pthreadP.h into sysdeps directory
2021-06-21 Florian Weimerrt: Replace generic stub of shm_unlink with the posix...
2021-06-21 Florian Weimerrt: Replace generic stub of shm_open with the posix...
2021-06-09 Adhemerval Zanellanptl: Implement raise in terms of pthread_kill
2021-05-17 Joseph MyersAdd C2X timespec_getres
2021-04-21 Florian Weimernptl: Move pthread_setcancelstate into libc
2021-03-09 DJ Delorienss: fix nss_database_lookup2's alternate handling...
2021-02-08 Florian Weimerlinux: Require /dev/shm as the shared memory file system
2021-01-12 Adhemerval Zanellaposix: consume less entropy on tempname
2021-01-11 Adhemerval Zanellaposix: Sync tempname with gnulib [BZ #26648]
2021-01-11 Adhemerval Zanellaposix: Fix return value of system if shell can not...
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-04 DJ Deloriensswitch: use new internal API (callers)
2020-10-16 Adhemerval Zanellalinux: Move posix dir implementations to Linux
2020-10-09 Adhemerval ZanellaRemove mknod wrapper functions, move them to symbols
2020-10-09 Adhemerval ZanellaRemove stat wrapper functions, move them to exported...
2020-09-11 Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-09-02 Adhemerval ZanellaUse LFS readdir in generic POSIX getcwd [BZ# 22899]
2020-09-02 Adhemerval ZanellaSync getcwd with gnulib
2020-06-14 Samuel Thibaulthurd: Fix __writev_nocancel_nostatus
2020-05-27 Adhemerval Zanellalinux: Use internal DIR locks when accessing filepos...
2020-03-23 Adhemerval Zanellaposix: Fix system error return value [BZ #25715]
2020-02-27 Adhemerval Zanellaposix: Remove posix waitid
2020-02-13 Florian Weimernss: Add function types and NSS_DECLARE_MODULE_FUNCTION...
2020-01-20 Florian Weimergetaddrinfo: Fix resource leak after strdup failure...
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-19 Adhemerval ZanellaConsolidate wait3 implementations
2019-12-19 Adhemerval ZanellaImplement wait in terms of waitpid
2019-12-19 Adhemerval ZanellaRemove __waitpid_nocancel
2019-12-01 Samuel Thibaulthurd: Fix ld.so __getcwd override from libc
2019-11-26 Tim Rühsensysdeps/posix/getaddrinfo: Return early on invalid...
2019-11-26 Tim Rühsensysdeps/posix: Simplify if expression in getaddrinfo
2019-10-30 Adhemerval ZanellaUse clock_gettime to implement gettimeofday.
2019-10-30 Zack WeinbergUse clock_gettime to implement timespec_get.
2019-10-30 Adhemerval ZanellaUse clock_gettime to implement time.
2019-10-30 Zack WeinbergChange most internal uses of __gettimeofday to __clock_...
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-09-04 Zack WeinbergFinish move of clock_* functions to libc. [BZ #24959]
2019-08-23 Adhemerval ZanellaRefactor sigcontextinfo.h
2019-08-19 Florian WeimerDo not print backtraces on fatal glibc errors
2019-08-01 Adhemerval ZanellaGet new entropy on each attempt __gen_tempname (BZ...
2019-05-15 Florian Weimernss: Turn __nss_database_lookup into a compatibility...
2019-04-08 Florian Weimerresolv: Remove support for RES_USE_INET6 and the inet6...
2019-03-22 Adhemerval ZanellaDo not use HP_TIMING_NOW for random bits
2019-03-22 Adhemerval Zanellanptl: Remove pthread_clock_gettime pthread_clock_settime
next