]> git.ipfire.org Git - thirdparty/glibc.git/history - posix
Sync FDL from https://www.gnu.org/licenses/fdl-1.3.texi
[thirdparty/glibc.git] / posix /
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)
2020-02-20  Andreas SchwabFix use-after-free in glob when expanding ~user (bug...
2020-02-20  Florian WeimerAdd hidden prototypes for __sched_getparam, __sched_get...
2020-02-07  Lukasz Majewskiy2038: Define __suseconds64_t type to be used with...
2020-01-01  Joseph MyersUpdate copyright dates not handled by scripts/update...
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-20  Adhemerval ZanellaAdd exception-based flags for wait4
2019-12-19  Adhemerval ZanellaConsolidate wait3 implementations
2019-12-19  Adhemerval ZanellaImplement waitpid in terms of wait4
2019-12-19  Adhemerval ZanellaImplement wait in terms of waitpid
2019-11-11  Andreas SchwabFix array bounds violation in regex matcher (bug 25149)
2019-11-06  Adhemerval ZanellaRefactor nanosleep in terms of clock_nanosleep
2019-11-06  Adhemerval Zanellaposix: Sync regex with gnulib
2019-10-09  Adhemerval Zanellaposix: Use posix_spawn for wordexp
2019-10-08  Florian Weimerposix/tst-wordexp-nocmd: Fix diagnostics output in...
2019-10-08  Florian Weimerwordexp: Split out command execution tests from posix...
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-29  Paul EggertFix posix/tst-regex by using UTF-8 and own test input
2019-08-28  Stefan LieblerFix posix/tst-regex by using a dedicated input-file.
2019-08-21  Paul EggertRemove dead regex code
2019-08-21  Paul EggertFix bad pointer / leak in regex code
2019-07-10  Adhemerval Zanellaposix: Fix large mmap64 offset for mips64n32 (BZ#24699)
2019-04-30  Paul EggertMake mktime etc. compatible with __time64_t
2019-03-14  Florian WeimerRemove obsolete, never-implemented XSI STREAMS declarations
2019-03-13  Zack WeinbergUse a proper C tokenizer to implement the obsolete...
2019-02-27  Joseph MyersAdd some spaces before '('.
2019-02-22  Joseph MyersBreak some lines before not after operators.
2019-02-12  Joseph MyersAdd fall-through comments.
2019-02-08  Florian WeimerProvide <bits/unistd_ext.h> as a sysdeps header exclusively
2019-02-08  Florian WeimerLinux: Add gettid system call wrapper [BZ #6399]
2019-02-04  Andreas SchwabFix handling of collating elements in fnmatch (bug...
2019-02-04  Florian Weimer<spawn.h>: Add missing nonnull attributes and __restric...
2019-02-01  Stefan Lieblerposix/tst-spawn: Fix racy tests in spawned processes.
2019-01-31  Paul Eggertregex: fix read overrun [BZ #24114]
2019-01-12  Dmitry V. LevinFix a few typos in comments
2019-01-05  Adhemerval Zanellaposix: Fix tst-spawn.c issue from commit 805334b26c
2019-01-03  Adhemerval Zanellaposix: Clear close-on-exec for posix_spawn adddup2...
2019-01-01  Joseph MyersUpdate copyright dates not handled by scripts/update...
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-31  Paul Eggertregex: improve Gnulib port to AIX
2018-12-27  Paul Eggertregex: simplify Gnulib port
2018-12-16  Paul Eggertregex: fix storage-exhaustion error
2018-12-16  Assaf Gordonregex: fix heap-use-after-free error
2018-12-07  Samuel Thibaulthurd: Fix linknamespace of spawni
2018-12-07  Florian Weimerposix: New function posix_spawn_file_actions_addfchdir_...
2018-11-29  Florian Weimerposix: Do not include testcases.h, ptestcases.h in...
2018-11-06  Florian Weimerposix: New function posix_spawn_file_actions_addchdir_n...
2018-11-01  Joseph MyersAvoid printf ("%s", NULL) in posix/bug-regex22.c.
2018-10-24  Albert ARIBAUD ... Y2038: Add 64-bit time for all architectures
2018-10-24  Adhemerval Zanellaposix: Add internal symbols for posix_spawn interface
2018-10-17  Andreas SchwabDon't reduce test timeout to less than default
2018-10-15  Paul Eggertregex: simplify by using intprops.h
2018-10-15  Paul Eggertregex: __builtin_expect → __glibc_unlikely
2018-09-25  Adhemerval ZanellaUse libsupport for tst-spawn.c
2018-08-28  Florian Weimerregex: Add test tst-regcomp-truncated [BZ #23578]
2018-08-26  Paul Eggertregex: fix uninitialized memory access
2018-08-23  Paul Eggertregex: port Gnulib code to z/OS POSIX environment
2018-08-10  Paul Eggertregex: Gnulib unibyte RRI uses bytes not chars
2018-08-01  Paul Eggertregex: fix memory leak in Gnulib
2018-07-25  Carlos O'DonellKeep expected behaviour for [a-z] and [A-z] (Bug 23393).
2018-07-20  Florian Weimerregcomp: Fix off-by-one bug in build_equiv_class [BZ...
2018-07-18  Joseph MyersAvoid insecure usage of tmpnam in tests.
2018-07-10  Florian Weimerregexec: Fix off-by-one bug in weight comparison [BZ...
2018-07-04  Adhemerval Zanellaposix: Fix bug-regex33 after regex sync
2018-07-04  Adhemerval Zanellaposix: Sync gnulib regex implementation
2018-06-29  Zack Weinbergmanual: Revise crypt.texi.
2018-06-29  Zack WeinbergDisallow use of DES encryption functions in new programs.
2018-06-27  Florian Weimerwordexp: Rewrite parse_tilde to use struct scratch_buff...
2018-06-26  Joseph MyersFix hardcoded /tmp paths in testing (bug 13888).
2018-06-12  Zack WeinbergAvoid cancellable I/O primitives in ld.so.
2018-06-08  Adhemerval Zanellaposix: Fix posix_spawnp to not execute invalid binaries...
2018-04-19  Samuel Thibaulthurd: Avoid exposing all <sched.h> symbols from sys...
2018-04-18  Samuel ThibaultRevert "Fix sched_param"
2018-04-18  Samuel ThibaultFix sched_param
2018-03-03  Andreas SchwabFix multiple definitions of __nss_*_database (bug 22918)
2018-02-27  Mike FABIANFix test cases tst-fnmatch and tst-regexloc for the...
2018-02-27  Mike FABIANFix posix/bug-regex5.c test case, adapt to iso14651_t1_...
2018-02-18  Aurelien JarnoFix posix/tst-glob_lstat_compat on alpha [BZ #22818]
2018-02-12  Zack Weinberg[BZ #19239] Don't include sys/sysmacros.h from sys...
2018-02-07  Joseph MyersDefine char16_t, char32_t consistently with uint_least1...
2018-02-07  Joseph MyersFix -Os gnu_dev_* linknamespace, localplt issues (bug...
2018-02-06  Joseph MyersCorrect type of SSIZE_MAX for 32-bit (bug 13575).
2018-02-06  Joseph MyersOnly define loff_t for __USE_MISC (bug 14553).
next