aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2017-05-20Remove __need macros from signal.h.Zack Weinberg3-4/+6
2017-05-18posix: Consolidate Linux nanosleep syscallAdhemerval Zanella1-0/+1
2017-05-18posix: Consolidate Linux pause syscallAdhemerval Zanella1-1/+0
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-5/+6
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella1-0/+1
2017-05-08support: Prevent multiple deletion of temporary filesFlorian Weimer4-88/+45
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers1-24/+3
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers1-0/+1
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella4-1/+98
2017-04-19A third round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg1-0/+1
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-6/+2
2017-04-18Assume that pipe2 is always availableFlorian Weimer1-29/+3
2017-04-12Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella1-19/+69
2017-04-12posix: Add cleanup on the trap list for globtest.shAdhemerval Zanella1-3/+6
2017-04-07getopt: merge from gnulib: use angle-bracket includes consistentlyPaul Eggert1-1/+1
2017-04-07getopt: annotate files with relationship to gnulib.Zack Weinberg7-9/+14
2017-04-07getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg6-181/+228
2017-04-07getopt: merge _GL_UNUSED annotations from gnulibZack Weinberg1-1/+2
2017-04-07getopt: merge from gnulib: alloca avoidanceZack Weinberg2-127/+160
2017-04-07getopt: refactor long-option handlingZack Weinberg2-305/+212
2017-04-07getopt: tidy up _getopt_initialize a bitZack Weinberg2-16/+6
2017-04-07getopt: merge from gnulib: function prototype adjustmentsZack Weinberg4-65/+78
2017-04-07getopt: clean up error reportingZack Weinberg3-309/+342
2017-04-07getopt: fix fencepost error in ambiguous-W-option handlingZack Weinberg1-1/+0
2017-04-07getopt: merge straightforward changes from gnulibZack Weinberg3-158/+80
2017-04-07getopt: merge from gnulib: don't use `...' quotesZack Weinberg4-66/+66
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg4-175/+3
2017-03-15Fix test-errno issuesAdhemerval Zanella1-2/+2
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra1-1/+1
2017-03-08Test for correct setting of errno.Yury Norov2-1/+154
2017-03-07timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer1-1/+1
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+2
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg1-1/+1
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg8-6/+7
2017-02-16Move bits/types.h into posix/bits.Zack Weinberg1-0/+203
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers209-209/+209
2016-12-31getentropy: Declare it in <unistd.h> for __USE_MISC [BZ #17252]Florian Weimer1-1/+1
2016-12-27Declare getentropy in <unistd.h> [BZ #17252]Florian Weimer1-0/+5
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer1-7/+14
2016-12-08Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg2-2/+2
2016-12-07Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella2-125/+82
2016-11-22Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella1-5/+10
2016-11-09Consolidate Linux ftruncate implementationsAdhemerval Zanella3-113/+110
2016-10-31Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707)Andreas Schwab2-39/+42
2016-10-07Consolidate posix_fadvise implementationsAdhemerval Zanella4-1/+176
2016-09-28posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella2-1/+190
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg3-12/+10
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg1-1/+1
2016-08-03Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>Zack Weinberg1-1/+7