getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)
[platform/upstream/glibc.git] / posix /
2023-01-06 Joseph MyersUpdate copyright dates not handled by scripts/update...
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-11-04 Florian Weimerposix: Make posix_spawn extensions available by default
2022-11-01 Adhemerval Zanellaconfigure: Use -Wno-ignored-attributes if compiler...
2022-10-05 Adhemerval Zanella... posix: Suppress -Os may be used uninitialized warnings...
2022-10-05 Adhemerval Zanella... posix: Suppress -Os warnings on fnmatch
2022-09-22 Adhemerval Zanella... Use '%z' instead of '%Z' on printf functions
2022-08-24 Paul EggertMerge getopt patch from Gnulib
2022-08-24 Paul EggertMerge _GL_UNUSED C23 patch from Gnulib
2022-07-05 Adhemerval ZanellaReplace __libc_multiple_threads with __libc_single_threaded
2022-06-24 Adhemerval Zanellamisc: Optimize internal usage of __libc_single_threaded
2022-06-02 Adhemerval Zanellalinux: Add process_madvise
2022-05-25 Arjun ShankarFix deadlock when pthread_atfork handler calls pthread_...
2022-05-17 Adhemerval Zanellalinux: Add P_PIDFD
2022-04-27 DJ Delorieposix/glob.c: update from gnulib
2022-04-14 Noah GoldsteinReplace {u}int_fast{16|32} with {u}int32_t
2022-03-31 Adhemerval Zanellaposix: Remove unused variable on tst-_Fork.c
2022-02-03 Adhemerval Zanellaposix: Fix tst-spawn6 terminal handling (BZ #28853)
2022-02-02 Adhemerval Zanellaposix: Replace posix_spawnattr_tc{get,set}pgrp_np with...
2022-01-25 Adhemerval Zanellaposix: Add terminal control setting support for posix_spawn
2022-01-24 Andreas SchwabFix handling of unterminated bracket expressions in...
2022-01-12 Siddhesh Poyarekardebug: Synchronize feature guards in fortified function...
2022-01-01 Paul EggertUpdate copyright dates not handled by scripts/update...
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-11-24 Paul Eggertregex: fix buffer read overrun in search [BZ#28470]
2021-11-24 Adhemerval Zanellaio: Refactor close_range and closefrom
2021-11-02 Fangrui Songregex: Unnest nested functions in regcomp.c
2021-10-21 Adhemerval Zanellaposix: Remove alloca usage for internal fnmatch impleme...
2021-10-20 Siddhesh PoyarekarMake sure that the fortified function conditionals...
2021-10-20 Siddhesh PoyarekarDon't add access size hints to fortifiable functions
2021-10-04 Szabolcs Nagyelf: Avoid deadlock between pthread_create and ctors...
2021-09-27 Adhemerval Zanellalinux: Simplify get_nprocs
2021-09-21 Paul Eggertregex: copy back from Gnulib
2021-09-16 Aurelien Jarnoposix: Fix attribute access mode on getcwd [BZ #27476]
2021-09-06 Carlos O'DonellAdd generic C.UTF-8 locale (Bug 17318)
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-09-01 DJ Delorieposix: remove some iso-8859-encoded characters
2021-08-26 Adhemerval ZanellaUse support_open_dev_null_range io/tst-closefrom, misc...
2021-07-22 Samuel Thibaulthurd: Fix glob lstat compatibility
2021-07-22 Siddhesh Poyarekarmcheck: Wean away from malloc hooks [BZ #23489]
2021-07-22 Siddhesh PoyarekarMove malloc hooks into a compat DSO
2021-07-13 Adhemerval Zanellaposix: Ignore non opened files on tst-spawn5
2021-07-09 H.J. LuProperly run tst-spawn5 directly [BZ #28067]
2021-07-08 Adhemerval Zanellaposix: Add posix_spawn_file_actions_addclosefrom_np
2021-07-08 Adhemerval Zanellaio: Add closefrom [BZ #10353]
2021-07-01 Stefan LieblerFix extra PLT reference in libc.so due to __glob64_time...
2021-06-28 Adhemerval Zanellaposix: Add _Fork [BZ #4737]
2021-06-27 Andreas Schwabwordexp: handle overflow in positional parameter number...
2021-06-24 Adhemerval Zanellaposix: Do not clobber errno by atfork handlers
2021-06-24 Adhemerval Zanellaposix: Consolidate fork implementation
2021-06-15 Adhemerval Zanellay2038: Add test coverage
2021-06-15 Adhemerval Zanellaposix: Add glob64 with 64-bit time_t support
2021-06-15 Adhemerval Zanellay2038: Add support for 64-bit time on legacy ABIs
2021-06-02 Florian WeimerAdd missing symbols to Version files
2021-05-18 Stefan LieblerFix stringop-overflow warning in bug-regex19.c.
2021-05-07 Adhemerval Zanellalinux: Use sched_getaffinity for __get_nprocs (BZ ...
2021-05-07 Adhemerval ZanellaRemove architecture specific sched_cpucount optimizations
2021-05-06 Martin SeborAnnotate additional APIs with GCC attribute access.
2021-05-05 Florian Weimernptl: Move sem_close, sem_open into libc
2021-05-04 Florian Weimerposix: Fix Hurd build failure in tst-execveat
2021-05-03 Alexandra Hájkoválinux: Add execveat system call wrapper
2021-04-21 Andreas SchwabFix argv overrun in getconf (bug 27761)
2021-04-15 Adhemerval Zanellaposix: Add wait3 tests
2021-03-12 Adhemerval Zanellaposix: Consolidate register-atfork
2021-03-09 Florian Weimerposix: tst-spawn4-compat can be a regular test
2021-03-09 Florian Weimerposix: tst-glob_lstat_compat no longer needs to be...
2021-03-05 Florian Weimerposix: glob, glob64 should not be declared __THROW...
2021-02-23 Adhemerval Zanellaposix: Falling back to non wide mode in case of encodin...
2021-02-16 Lukasz Majewskitst: Provide test for sched_rr_get_interval
2021-02-09 Adhemerval Zanellaregex: stop using alloca
2021-02-09 Adhemerval Zanellaregexec: remove alloca usage in build_trtable
2021-02-09 Adhemerval Zanellaregex: remove alloca usage on regex set_regs
2021-02-08 Florian Weimerlinux: Require /dev/shm as the shared memory file system
2021-02-03 Stafford Horne posix/tst-rfc3484: Fix compile failure linking to...
2021-02-01 H.J. Lusysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
2021-01-20 Adhemerval Zanellaposix: Fix fnmatch.c on bootstrap
2021-01-20 Adhemerval Zanellaposix: Fix regex_internal.h on bootstrap
2021-01-10 Martin Seborposix: Correct attribute access mode on readlinkat...
2021-01-04 Adhemerval Zanellaposix: Sync fnmatch with gnulib
2021-01-04 Adhemerval ZanellaSync flexmember.h with gnulib
2021-01-04 Adhemerval Zanellaposix: Sync glob code with gnulib
2021-01-04 Adhemerval Zanellaposix: Sync regex code with gnulib
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-31 Siddhesh Poyarekarnonstring: Enable __FORTIFY_LEVEL=3
2020-12-04 DJ Deloriensswitch: use new internal API (callers)
2020-11-25 Stefan LieblerMark mtrace tests UNSUPPORTED if bug-ga2.mtrace or...
2020-11-23 Stefan LieblerUse libnss_files.so for tests posix/bug-ga2 and resolv...
2020-11-13 Adhemerval ZanellaRemove tls.h inclusion from internal errno.h
2020-10-08 Andreas SchwabRevert "Fix missing redirects in testsuite targets"
2020-09-16 Andreas SchwabFix handling of collating symbols in fnmatch (bug 26620)
2020-09-11 Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-08-05 Paul EggertCopy regex_internal.h from Gnulib
2020-08-05 Paul EggertCopy regex BITSET_WORD_BITS porting from Gnulib
2020-08-05 Paul EggertSync regex.h from Gnulib
2020-05-11 Martin SeborSuppress GCC 10 true positive warnings [BZ #25967]
2020-05-04 Martin Seborimprove out-of-bounds checking with GCC 10 attribute...
2020-04-16 Carlos O'DonellFix typo in posix/tst-fnmatch.input (Bug 25790)
2020-04-14 Alistair Francisposix: Add wait4 test case
2020-02-27 Adhemerval Zanellaposix: Refactor tst-waitid (BZ #14666)
next