summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
2017-09-26Mark __dso_handle as hidden [BZ #18822]H.J. Lu
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella
2017-09-19Use execveat syscall in fexecve (bug 22134)Andreas Schwab
2017-09-17Add missing libc_hidden_weak/def callsSamuel Thibault
2017-09-12hurd: Fix build without NO_HIDDENSamuel Thibault
2017-09-08posix: Use enum for __glob_pattern_type resultAdhemerval Zanella
2017-09-08posix: fix glob bugs with long login namesAdhemerval Zanella
2017-09-08posix: Fix getpwnam_r usage (BZ #1062)Adhemerval Zanella
2017-09-08posix: Allow glob to match dangling symlinks [BZ #866]Adhemerval Zanella
2017-09-08posix: accept inode 0 is a valid inode number (BZ #19971)Adhemerval Zanella
2017-09-08posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella
2017-09-01Update tst-regex.c/tst-regex2.c for old ChangeLog moveH.J. Lu
2017-08-31posix: Remove internal_function attributeFlorian Weimer
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu
2017-08-09Remove __qaddr_t.Joseph Myers
2017-08-08Do not use __ptr_t.Joseph Myers
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-07-04sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]Florian Weimer
2017-07-01Use __builtin_popcount in __sched_cpucount [BZ #21696]H.J. Lu
2017-06-28posix: Adapt tst-spawn{2,3} to use libsupport.Adhemerval Zanella
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella
2017-06-19Fix wait3 namespace (bug 21625).Joseph Myers
2017-06-19Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers
2017-06-13Correct indentation in posix/bits/cpu-set.h.Zack Weinberg
2017-06-12Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg
2017-06-09Fix waitid namespace (bug 21561).Joseph Myers
2017-06-09Condition signal.h inclusion in sys/wait.h (bug 21560).Joseph Myers
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-18posix: Consolidate Linux nanosleep syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux pause syscallAdhemerval Zanella
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella
2017-05-08support: Prevent multiple deletion of temporary filesFlorian Weimer
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella
2017-04-19A third round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-04-18Assume that pipe2 is always availableFlorian Weimer
2017-04-12Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella
2017-04-12posix: Add cleanup on the trap list for globtest.shAdhemerval Zanella
2017-04-07getopt: merge from gnulib: use angle-bracket includes consistentlyPaul Eggert
2017-04-07getopt: annotate files with relationship to gnulib.Zack Weinberg
2017-04-07getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg
2017-04-07getopt: merge _GL_UNUSED annotations from gnulibZack Weinberg
2017-04-07getopt: merge from gnulib: alloca avoidanceZack Weinberg
2017-04-07getopt: refactor long-option handlingZack Weinberg
2017-04-07getopt: tidy up _getopt_initialize a bitZack Weinberg
2017-04-07getopt: merge from gnulib: function prototype adjustmentsZack Weinberg
2017-04-07getopt: clean up error reportingZack Weinberg