about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* getopt: fix fencepost error in ambiguous-W-option handlingZack Weinberg2017-04-071-1/+0
* getopt: merge straightforward changes from gnulibZack Weinberg2017-04-073-158/+80
* getopt: merge from gnulib: don't use `...' quotesZack Weinberg2017-04-074-66/+66
* getopt: remove USE_NONOPTION_FLAGSZack Weinberg2017-04-074-175/+3
* Fix test-errno issuesAdhemerval Zanella2017-03-151-2/+2
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-131-1/+1
* Test for correct setting of errno.Yury Norov2017-03-082-1/+154
* timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer2017-03-071-1/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+2
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-251-1/+1
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-168-6/+7
* Move bits/types.h into posix/bits.Zack Weinberg2017-02-161-0/+203
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01209-209/+209
* getentropy: Declare it in <unistd.h> for __USE_MISC [BZ #17252]Florian Weimer2016-12-311-1/+1
* Declare getentropy in <unistd.h> [BZ #17252]Florian Weimer2016-12-271-0/+5
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-091-7/+14
* Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg2016-12-082-2/+2
* Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella2016-12-072-125/+82
* Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella2016-11-221-5/+10
* Consolidate Linux ftruncate implementationsAdhemerval Zanella2016-11-093-113/+110
* Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707)Andreas Schwab2016-10-312-39/+42
* Consolidate posix_fadvise implementationsAdhemerval Zanella2016-10-074-1/+176
* posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella2016-09-282-1/+190
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-233-12/+10
* Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg2016-09-231-1/+1
* Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>Zack Weinberg2016-08-031-1/+7