about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg2017-06-123-5/+131
* Fix waitid namespace (bug 21561).Joseph Myers2017-06-091-2/+2
* Condition signal.h inclusion in sys/wait.h (bug 21560).Joseph Myers2017-06-091-2/+9
* Remove __need macros from signal.h.Zack Weinberg2017-05-203-4/+6
* posix: Consolidate Linux nanosleep syscallAdhemerval Zanella2017-05-181-0/+1
* posix: Consolidate Linux pause syscallAdhemerval Zanella2017-05-181-1/+0
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-5/+6
* Move shared pthread definitions to common headersAdhemerval Zanella2017-05-091-0/+1
* support: Prevent multiple deletion of temporary filesFlorian Weimer2017-05-084-88/+45
* Fix network headers stdint.h namespace (bug 21455).Joseph Myers2017-05-041-24/+3
* Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers2017-04-251-0/+1
* [BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella2017-04-254-1/+98
* A third round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg2017-04-191-0/+1
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-181-6/+2
* Assume that pipe2 is always availableFlorian Weimer2017-04-181-29/+3
* Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella2017-04-121-19/+69
* posix: Add cleanup on the trap list for globtest.shAdhemerval Zanella2017-04-121-3/+6
* getopt: merge from gnulib: use angle-bracket includes consistentlyPaul Eggert2017-04-071-1/+1
* getopt: annotate files with relationship to gnulib.Zack Weinberg2017-04-077-9/+14
* getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg2017-04-076-181/+228
* getopt: merge _GL_UNUSED annotations from gnulibZack Weinberg2017-04-071-1/+2
* getopt: merge from gnulib: alloca avoidanceZack Weinberg2017-04-072-127/+160
* getopt: refactor long-option handlingZack Weinberg2017-04-072-305/+212
* getopt: tidy up _getopt_initialize a bitZack Weinberg2017-04-072-16/+6
* getopt: merge from gnulib: function prototype adjustmentsZack Weinberg2017-04-074-65/+78
* getopt: clean up error reportingZack Weinberg2017-04-073-309/+342