Age | Commit message (Expand) | Author | Files | Lines |
2017-05-18 | posix: Consolidate Linux nanosleep syscall | Adhemerval Zanella | 1 | -0/+1 |
2017-05-18 | posix: Consolidate Linux pause syscall | Adhemerval Zanella | 1 | -1/+0 |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 1 | -5/+6 |
2017-05-09 | Move shared pthread definitions to common headers | Adhemerval Zanella | 1 | -0/+1 |
2017-05-08 | support: Prevent multiple deletion of temporary files | Florian Weimer | 4 | -88/+45 |
2017-05-04 | Fix network headers stdint.h namespace (bug 21455). | Joseph Myers | 1 | -24/+3 |
2017-04-25 | Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426). | Joseph Myers | 1 | -0/+1 |
2017-04-25 | [BZ 21340] add support for POSIX_SPAWN_SETSID | Adhemerval Zanella | 4 | -1/+98 |
2017-04-19 | A third round of inclusion fixes for _ISOMAC testsuite. | Zack Weinberg | 1 | -0/+1 |
2017-04-18 | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 1 | -6/+2 |
2017-04-18 | Assume that pipe2 is always available | Florian Weimer | 1 | -29/+3 |
2017-04-12 | Consolidate Linux mmap implementation (BZ#21270) | Adhemerval Zanella | 1 | -19/+69 |
2017-04-12 | posix: Add cleanup on the trap list for globtest.sh | Adhemerval Zanella | 1 | -3/+6 |
2017-04-07 | getopt: merge from gnulib: use angle-bracket includes consistently | Paul Eggert | 1 | -1/+1 |
2017-04-07 | getopt: annotate files with relationship to gnulib. | Zack Weinberg | 7 | -9/+14 |
2017-04-07 | getopt: eliminate __need_getopt by splitting up getopt.h. | Zack Weinberg | 6 | -181/+228 |
2017-04-07 | getopt: merge _GL_UNUSED annotations from gnulib | Zack Weinberg | 1 | -1/+2 |
2017-04-07 | getopt: merge from gnulib: alloca avoidance | Zack Weinberg | 2 | -127/+160 |
2017-04-07 | getopt: refactor long-option handling | Zack Weinberg | 2 | -305/+212 |
2017-04-07 | getopt: tidy up _getopt_initialize a bit | Zack Weinberg | 2 | -16/+6 |
2017-04-07 | getopt: merge from gnulib: function prototype adjustments | Zack Weinberg | 4 | -65/+78 |
2017-04-07 | getopt: clean up error reporting | Zack Weinberg | 3 | -309/+342 |
2017-04-07 | getopt: fix fencepost error in ambiguous-W-option handling | Zack Weinberg | 1 | -1/+0 |
2017-04-07 | getopt: merge straightforward changes from gnulib | Zack Weinberg | 3 | -158/+80 |
2017-04-07 | getopt: merge from gnulib: don't use `...' quotes | Zack Weinberg | 4 | -66/+66 |
2017-04-07 | getopt: remove USE_NONOPTION_FLAGS | Zack Weinberg | 4 | -175/+3 |
2017-03-15 | Fix test-errno issues | Adhemerval Zanella | 1 | -2/+2 |
2017-03-13 | Remove the str(n)dup inlines from string/bits/string2.h. Although inlining | Wilco Dijkstra | 1 | -1/+1 |
2017-03-08 | Test for correct setting of errno. | Yury Norov | 2 | -1/+154 |
2017-03-07 | timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576] | Florian Weimer | 1 | -1/+1 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 1 | -1/+2 |
2017-02-25 | Split DIAG_* macros to new header libc-diag.h. | Zack Weinberg | 1 | -1/+1 |
2017-02-16 | Add missing header files throughout the testsuite. | Zack Weinberg | 8 | -6/+7 |
2017-02-16 | Move bits/types.h into posix/bits. | Zack Weinberg | 1 | -0/+203 |
2017-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 209 | -209/+209 |
2016-12-31 | getentropy: Declare it in <unistd.h> for __USE_MISC [BZ #17252] | Florian Weimer | 1 | -1/+1 |
2016-12-27 | Declare getentropy in <unistd.h> [BZ #17252] | Florian Weimer | 1 | -0/+5 |
2016-12-09 | support: Introduce new subdirectory for test infrastructure | Florian Weimer | 1 | -7/+14 |
2016-12-08 | Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L. | Zack Weinberg | 2 | -2/+2 |
2016-12-07 | Fix writes past the allocated array bounds in execvpe (BZ#20847) | Adhemerval Zanella | 2 | -125/+82 |
2016-11-22 | Fix writes past the allocated array bounds in execvpe (BZ#20847) | Adhemerval Zanella | 1 | -5/+10 |
2016-11-09 | Consolidate Linux ftruncate implementations | Adhemerval Zanella | 3 | -113/+110 |
2016-10-31 | Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707) | Andreas Schwab | 2 | -39/+42 |
2016-10-07 | Consolidate posix_fadvise implementations | Adhemerval Zanella | 4 | -1/+176 |
2016-09-28 | posix: Fix open file action for posix_spawn on Linux | Adhemerval Zanella | 2 | -1/+190 |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 3 | -12/+10 |
2016-09-23 | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg | 1 | -1/+1 |
2016-08-03 | Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h> | Zack Weinberg | 1 | -1/+7 |
2016-08-03 | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 1 | -1/+1 |