| Commit message (Expand) | Author | Age | Files | Lines |
* | network: recvmsg and sendmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 1 | -5/+3 |
* | conformtest: Correct some limits.h expectations for XPG3, XPG4. | Joseph Myers | 2016-05-23 | 1 | -3/+3 |
* | conformtest: Correct ftw.h expectations for XPG3, XPG4. | Joseph Myers | 2016-05-20 | 1 | -0/+9 |
* | conformtest: Correct pwd.h expectations for XPG3. | Joseph Myers | 2016-05-19 | 1 | -1/+1 |
* | conformtest: Correct search.h expectations for XPG3. | Joseph Myers | 2016-05-19 | 1 | -0/+4 |
* | conformtest: Correct some stdlib.h expectations for XPG3. | Joseph Myers | 2016-05-13 | 1 | -14/+26 |
* | conformtest: Do not expect strdup in string.h for XPG3. | Joseph Myers | 2016-05-13 | 1 | -1/+1 |
* | conformtest: Correct time.h XPG3 expectations. | Joseph Myers | 2016-05-12 | 1 | -2/+2 |
* | conformtest: Correct some unistd.h expectations for XPG3, XPG4. | Joseph Myers | 2016-05-12 | 1 | -21/+27 |
* | Declare gethostname for XPG4 (bug 20054). | Joseph Myers | 2016-05-12 | 1 | -1/+1 |
* | conformtest: Do not expect S_IF* in fcntl.h. | Joseph Myers | 2016-05-12 | 1 | -9/+0 |
* | Declare tcgetsid for XPG4 (bug 20055). | Joseph Myers | 2016-05-11 | 1 | -1/+1 |
* | conformtest: Correct some sys/stat.h expectations for XPG3. | Joseph Myers | 2016-05-10 | 1 | -4/+8 |
* | conformtest: Fix st_blksize, st_blocks expectations for XPG3, XPG4. | Joseph Myers | 2016-05-10 | 1 | -1/+9 |
* | conformtest: Remove some bogus sys/types.h expectations for XPG3 and XPG4. | Joseph Myers | 2016-05-09 | 1 | -0/+4 |
* | conformtest: Add langinfo.h expectations for YESSTR, NOSTR. | Joseph Myers | 2016-04-28 | 1 | -0/+5 |
* | conformtest: Correct stdio.h expectations for fdopen. | Joseph Myers | 2016-04-27 | 1 | -1/+1 |
* | conformtest: Correct some stdio.h expectations for UNIX98. | Joseph Myers | 2016-04-27 | 1 | -6/+6 |
* | conformtest: Correct some signal.h expectations for XOPEN2K. | Joseph Myers | 2016-04-27 | 1 | -1/+1 |
* | conformtest: Correct XOPEN2K stdarg.h expectations. | Joseph Myers | 2016-04-26 | 1 | -1/+1 |
* | Don't declare float / long double Bessel functions for XSI POSIX (bug 18977). | Joseph Myers | 2015-09-16 | 1 | -20/+0 |
* | conformtest: Fix pselect expectations. | Joseph Myers | 2015-06-19 | 1 | -1/+1 |
* | conformtest: Support xfail markers on individual assertions. | Joseph Myers | 2015-06-19 | 6 | -10/+19 |
* | Fix netdb.h addrinfo namespace (bug 18529). | Joseph Myers | 2015-06-12 | 1 | -0/+6 |
* | Fix grp.h endgrent, getgrent namespace (bug 18528). | Joseph Myers | 2015-06-12 | 1 | -3/+1 |
* | struct stat is not posix conform | Szabolcs Nagy | 2015-05-26 | 1 | -0/+5 |
* | conformtest: correct POSIX expectations for locale.h. | Joseph Myers | 2015-05-20 | 1 | -1/+1 |
* | conformtest: clean up POSIX expectations for unistd.h. | Joseph Myers | 2015-05-20 | 1 | -3/+80 |
* | conformtest: clean up POSIX expections for sys/utsname.h, sys/wait.h. | Joseph Myers | 2014-10-14 | 2 | -4/+10 |
* | conformtest: clean up POSIX expectations for sys/mman.h, sys/stat.h, sys/type... | Joseph Myers | 2014-06-11 | 3 | -2/+9 |
* | conformtest: clean up POSIX expectations for termios.h, time.h. | Joseph Myers | 2014-06-09 | 2 | -3/+13 |
* | conformtest: clean up POSIX expectations for stdlib.h, string.h. | Joseph Myers | 2014-04-30 | 2 | -3/+3 |
* | conformtest: clean up POSIX expectations for semaphore.h, signal.h, tar.h. | Joseph Myers | 2014-03-07 | 3 | -37/+63 |
* | conformtest: correct set of standards for which more headers are tested. | Joseph Myers | 2014-03-06 | 4 | -4/+4 |
* | conformtest: correct set of standards for which some headers are tested. | Joseph Myers | 2014-03-06 | 26 | -26/+26 |
* | conformtest: Clean up expectations for POSIX for sched.h. | Joseph Myers | 2013-09-25 | 1 | -3/+11 |
* | conformtest: Clean up expectations for POSIX for pthread.h. | Joseph Myers | 2013-09-24 | 1 | -7/+8 |
* | conformtest: Clean up expectations for POSIX for more headers. | Joseph Myers | 2012-11-19 | 4 | -8/+57 |
* | conformtest: Clean up expectations for POSIX for various headers. | Joseph Myers | 2012-11-19 | 7 | -66/+107 |
* | conformtest: Fix miscellaneous expectations for XPG4. | Joseph Myers | 2012-11-19 | 6 | -9/+33 |
* | conformtest: Fix miscellaneous UNIX98 expectations. | Joseph Myers | 2012-11-10 | 5 | -6/+14 |
* | conformtest: Fix pthreads expectations for XPG3 / XPG4 / UNIX98. | Joseph Myers | 2012-11-07 | 2 | -8/+18 |
* | conformtest: Fix setenv / unsetenv expectations. | Joseph Myers | 2012-11-07 | 1 | -2/+2 |
* | conformtest: Fix isnan function return type. | Joseph Myers | 2012-11-07 | 1 | -1/+1 |
* | conformtest: Fix sys/mman.h expectations for UNIX98. | Joseph Myers | 2012-11-07 | 1 | -10/+10 |
* | conformtest: Only expect mknodat for XOPEN2K8. | Joseph Myers | 2012-11-07 | 1 | -0/+2 |
* | conformtest: Clean up / correct / expand C99 and C11 expectations. | Joseph Myers | 2012-11-07 | 11 | -549/+302 |
* | conformtest: Fix typo in CLK_TCK condition. | Joseph Myers | 2012-11-07 | 1 | -1/+1 |
* | conformtest: Add test data for fenv.h. | Joseph Myers | 2012-11-02 | 1 | -0/+36 |
* | conformtest: Enable complex.h and inttypes.h testing for XOPEN2K8. | Joseph Myers | 2012-11-02 | 2 | -2/+2 |