about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* hurd: Fix posix glob testSamuel Thibault2018-01-061-0/+3
* Increase some test timeouts.Joseph Myers2018-01-041-0/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01230-230/+230
* Avoid gcc warnings on cygwinEric Blake2017-12-222-1/+3
* copy_file_range: New function to copy file dataFlorian Weimer2017-12-221-1/+6
* regex: Fix spelling in comments.Arnold Robbins2017-12-194-7/+7
* glob: Silence warning about void pointer arithmeticAdhemerval Zanella2017-12-191-1/+2
* glob: pacify fuzzer for mempcpyAdhemerval Zanella2017-12-191-2/+5
* Fix truncation warnings in posix/tst-glob_symlinks.c.Joseph Myers2017-12-181-1/+1
* Fix testing with read-only source directory.Joseph Myers2017-12-151-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-22/+22
* posix: Make tst-getaddrinfo[45] xtests due to DNS dependency [BZ #20826]Florian Weimer2017-11-281-3/+3
* * posix/regcomp.c (init_word_char): Add comments.Paul Eggert2017-11-221-0/+3
* regex: don't assume uint64_t or uint32_tPaul Eggert2017-11-201-14/+15
* posix/tst-glob-tilde.c: Add test for bug 22332Florian Weimer2017-11-021-23/+30
* Assume that _DIRENT_HAVE_D_TYPE is always defined.Florian Weimer2017-10-304-31/+0
* tst-gnuglob64: New test for glob64 based on tst-gnuglobFlorian Weimer2017-10-304-486/+553
* glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert2017-10-221-2/+2
* glob: Add new test tst-glob-tildeFlorian Weimer2017-10-212-2/+146
* CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert2017-10-201-1/+1
* fix posix/tst-spawn testSzabolcs Nagy2017-10-121-8/+12
* posix: remove glob internal bogus extern declAdhemerval Zanella2017-10-091-3/+0
* Hide internal __sched_setparam function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide __posix_spawn_file_actions_realloc/__spawni [BZ #18822]H.J. Lu2017-10-011-2/+3
* Hide internal regex functions [BZ #18822]H.J. Lu2017-10-012-0/+4
* Mark __dso_handle as hidden [BZ #18822]H.J. Lu2017-09-261-3/+2
* posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella2017-09-257-25/+389
* Use execveat syscall in fexecve (bug 22134)Andreas Schwab2017-09-192-1/+89
* Add missing libc_hidden_weak/def callsSamuel Thibault2017-09-171-0/+1
* hurd: Fix build without NO_HIDDENSamuel Thibault2017-09-122-0/+2
* posix: Use enum for __glob_pattern_type resultAdhemerval Zanella2017-09-083-10/+18
* posix: fix glob bugs with long login namesAdhemerval Zanella2017-09-081-58/+30
* posix: Fix getpwnam_r usage (BZ #1062)Adhemerval Zanella2017-09-081-140/+24
* posix: Allow glob to match dangling symlinks [BZ #866]Adhemerval Zanella2017-09-084-243/+223
* posix: accept inode 0 is a valid inode number (BZ #19971)Adhemerval Zanella2017-09-081-21/+0
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2017-09-088-411/+578
* Update tst-regex.c/tst-regex2.c for old ChangeLog moveH.J. Lu2017-09-012-2/+2
* posix: Remove internal_function attributeFlorian Weimer2017-08-319-243/+115
* Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu2017-08-213-6/+0
* Remove __qaddr_t.Joseph Myers2017-08-091-1/+0
* Do not use __ptr_t.Joseph Myers2017-08-081-1/+1
* Fix missing redirects in testsuite targetsAndreas Schwab2017-08-071-3/+3
* sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]Florian Weimer2017-07-042-1/+97
* Use __builtin_popcount in __sched_cpucount [BZ #21696]H.J. Lu2017-07-011-17/+10
* posix: Adapt tst-spawn{2,3} to use libsupport.Adhemerval Zanella2017-06-282-73/+41
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-231-1/+1
* Fix wait3 namespace (bug 21625).Joseph Myers2017-06-191-1/+2
* Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers2017-06-191-0/+6
* Correct indentation in posix/bits/cpu-set.h.Zack Weinberg2017-06-131-22/+22