summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
2019-01-12Fix a few typos in commentsDmitry V. Levin
2019-01-05posix: Fix tst-spawn.c issue from commit 805334b26cAdhemerval Zanella
2019-01-03posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)Adhemerval Zanella
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-31regex: improve Gnulib port to AIXPaul Eggert
2018-12-27regex: simplify Gnulib portPaul Eggert
2018-12-16regex: fix storage-exhaustion errorPaul Eggert
2018-12-16regex: fix heap-use-after-free errorAssaf Gordon
2018-12-07hurd: Fix linknamespace of spawniSamuel Thibault
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer
2018-11-29posix: Do not include testcases.h, ptestcases.h in source treeFlorian Weimer
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer
2018-11-01Avoid printf ("%s", NULL) in posix/bug-regex22.c.Joseph Myers
2018-10-24Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)
2018-10-24posix: Add internal symbols for posix_spawn interfaceAdhemerval Zanella
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab
2018-10-14regex: simplify by using intprops.hPaul Eggert
2018-10-14regex: __builtin_expect → __glibc_unlikelyPaul Eggert
2018-09-25Use libsupport for tst-spawn.cAdhemerval Zanella
2018-08-28regex: Add test tst-regcomp-truncated [BZ #23578]Florian Weimer
2018-08-25regex: fix uninitialized memory accessPaul Eggert
2018-08-22regex: port Gnulib code to z/OS POSIX environmentPaul Eggert
2018-08-10regex: Gnulib unibyte RRI uses bytes not charsPaul Eggert
2018-08-01regex: fix memory leak in GnulibPaul Eggert
2018-07-25Keep expected behaviour for [a-z] and [A-z] (Bug 23393).Carlos O'Donell
2018-07-20regcomp: Fix off-by-one bug in build_equiv_class [BZ #23396]Florian Weimer
2018-07-18Avoid insecure usage of tmpnam in tests.Joseph Myers
2018-07-10regexec: Fix off-by-one bug in weight comparison [BZ #23036]Florian Weimer
2018-07-04posix: Fix bug-regex33 after regex syncAdhemerval Zanella
2018-07-04posix: Sync gnulib regex implementationAdhemerval Zanella
2018-06-29manual: Revise crypt.texi.Zack Weinberg
2018-06-29Disallow use of DES encryption functions in new programs.Zack Weinberg
2018-06-27wordexp: Rewrite parse_tilde to use struct scratch_buffer [BZ #18023]Florian Weimer
2018-06-26Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella
2018-04-19hurd: Avoid exposing all <sched.h> symbols from sys/types.hSamuel Thibault
2018-04-19Revert "Fix sched_param"Samuel Thibault
2018-04-18Fix sched_paramSamuel Thibault
2018-03-03Fix multiple definitions of __nss_*_database (bug 22918)Andreas Schwab
2018-02-27Fix test cases tst-fnmatch and tst-regexloc for the new iso14651_t1_common file.Mike FABIAN
2018-02-27Fix posix/bug-regex5.c test case, adapt to iso14651_t1_common upateMike FABIAN
2018-02-18Fix posix/tst-glob_lstat_compat on alpha [BZ #22818]Aurelien Jarno
2018-02-12[BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg
2018-02-07Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers
2018-02-07Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-02-06Correct type of SSIZE_MAX for 32-bit (bug 13575).Joseph Myers
2018-02-06Only define loff_t for __USE_MISC (bug 14553).Joseph Myers
2018-01-06hurd: Fix posix glob testSamuel Thibault