summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move feature macro before "config.h" includeSebastian Huber2019-12-0222-35/+56
| | | | | | | This allows to use header includes in "config.h" to reduce the build configuration checks. Update #3818.
* psxhdrs: Add POSIX API Signature Compliance Tests for termios.hJacob Shin2019-05-0711-0/+549
|
* psxhdrs/stdio/v*.c: Fix warnings in varargs testsJoel Sherrill2019-03-258-16/+26
|
* psxtests: Remove bogus fileSebastian Huber2019-02-121-38/+0
| | | | | | This file is unused and makes trouble on Windows. Updates #3638.
* psxhdrs: Add POSIX API Signature Compliance Tests for errno.hJacob Shin2019-01-081-0/+44
|
* psxhdrs: Changing copyright license to BSD-2-ClauseJacob Shin2018-12-20139-1535/+3062
|
* psxhdrs: Update licenses to 2-Clause BSD (GCI 2018)Marçal Comajoan Cara2018-12-1412-132/+264
| | | | | | Updated licenses of the files I wrote to the 2-Clause BSD License. This work was part of GCI 2018.
* Some minor fix on psxhdrsHimanshu402018-12-144-18/+4
|
* psxhdrs: Changed the copyright license to BSD-2-Clause (GCI 2018)Himanshu402018-12-14218-2663/+5067
|
* psxhdrs: Changed the Copyright license to BSD-2-Clause .Pritish Jain2018-12-13195-2935/+5080
| | | | | The Copyright clause has been changed to BSD-2-Clause for all the tests in the header files math.h , utime.h , fmtmsg.h and sys/ipc.h .
* psxhdrs: Add POSIX API Signature Compliance Tests for sys/msg.h (GCI 2018)Jacob Shin2018-12-134-0/+215
|
* psxhdrs: Add POSIX API Signature Compliance Tests for sys/select.h (GCI 2018)Jacob Shin2018-12-136-0/+297
| | | | The Google Code-In finished before I could submit this, so I thought I would submit this instead of letting it go to waste.
* psxhdrs: Add POSIX Signature Compliance Test for sys/shm.h (GCI 2018)ABR290B2018-12-134-0/+147
|
* POSIX Signature Compliance Test for utmpx.h (GCI2018)ABR290B2018-12-136-0/+212
|
* POSIX Signature Compliance Test for sys/statvfs.h (GCI 2018)ABR290B2018-12-132-0/+74
|
* psxhdrs: Add POSIX API Signature Compliance Tests for net/if.hJacob Shin2018-12-124-0/+191
|
* psxhdrs/: Changed boilerplate licenses to BSD-2 (GCI 2018)zehata2018-12-11187-2149/+4205
|
* psxhdrs: POSIX API Signature Compliance Test for setjmp.h (GCI2018)ABR290B2018-12-114-0/+141
|
* psxhdrs: Implement POSIX API Signature Compliance Tests for poll.h (GCI 2018)Marçal Comajoan Cara2018-12-111-0/+50
| | | | | | | poll.h implements poll() which is not supported by RTEMS according to the RTEMS POSIX 1003.1 Compliance Guide. See #3657. This work was part of GCI 2018.
* psxhdrs: Add POSIX Compliance Tests for wordexp.h (GCI 2018)Pritish Jain2018-12-112-0/+99
|
* psxhdrs: Fix compile errorsSebastian Huber2018-12-118-16/+16
|
* psxhdrs: Add POSIX API Signature Compliance Tests for pwd.h (GCI 2018)Himanshu402018-12-107-0/+288
|
* psxhdrs: Add POSIX API Signature Compliance Tests for fcntl.h (GCI 2018)Zenon2018-12-104-0/+151
|
* psxhdrs: Add POSIX API Signature Compliance Tests for sys/resource.h (GCI 2018)Jacob Shin2018-12-105-0/+196
|
* psxhdrs: Implement POSIX API Signature Compliance Tests for sys/times.h (GCI ↵Marçal Comajoan Cara2018-12-091-0/+37
| | | | 2018)
* psxhdrs: Add POSIX Conformance Test for sys/ipc.h (GCI 2018)Shashvat Jain2018-12-091-0/+40
| | | | | | | Test for this file has been added but are disabled due to the absence of header file sys/ipc.h. see Ticket #3650
* psxhdrs: Add POSIX API Signature Compliance Tests for sys/stat.h (GCI 2018)Jacob Shin2018-12-0916-0/+622
|
* psxhdrs: Added POSIX API Signature Compliance Tests for threads.h (GCI 2018)Himanshu402018-12-0925-0/+1044
|
* psxhdrs: Add POSIX API Signature Compliance Tests for stdlib.h (GCI 2018)Jacob Shin2018-12-0965-0/+2398
|
* psxhdrs: POSIX Signature Test for syslog.h (GCI2018)ABR290B2018-12-084-0/+136
|
* psxhdrs: added POSIX API Signature Compliance Tests for libgen.h (GCI 2018)Himanshu402018-12-082-0/+76
|
* psxhdrs: Added POSIX Compliance Test for wchar.h (GCI 2018)zehata2018-12-0882-0/+3190
|
* Implement POSIX API Signature Compliance Tests for stddef.h (GCI 2018)Marçal Comajoan Cara2018-12-081-0/+38
|
* POSIX Signature Test for arpa/inet.h (GCI2018)ABR290B2018-12-084-0/+156
|
* psxhdrs: POSIX API Signature Compliance Tests for netdb.h (GCI 2018)Himanshu402018-12-0725-0/+1001
|
* Implement POSIX API Signature Compliance Tests for uchar.hMarçal Comajoan Cara2018-12-074-0/+164
| | | | | | | This header file is C11 and not currently supported by RTEMS. See #3643. This work was part of GCI 2018.
* psxhdrs: Add POSIX API Signature Compliance Tests for ucontext.h (GCI 2018)Jacob Shin2018-12-064-0/+192
|
* Implement POSIX API Signature Compliance Tests for inttypes.hMarçal Comajoan Cara2018-12-066-0/+235
| | | | This work was part of GCI 2018
* psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018)Shashvat Jain2018-12-061-17/+24
|
* psxhdrs:Add POSIX Conformance Test for fmtmsg.h (GCI 2018)Shashvat Jain2018-12-061-0/+39
| | | | | | | Includes test fmtmsg which has been disabled due to the absence of header file fmtmsg.h . Updates #3639
* psxhdrs: Add POSIX API Signature Compliance Tests for string.h (GCI 2018)Himanshu402018-12-0634-0/+1332
|
* Added POSIX Compliance Test for <ctype.h> (GCI 2018)zehata2018-12-0630-0/+1096
|
* psxhdrs: Add POSIX Conformance Tests for math.h (GCI 2018)Shashvat Jain2018-12-06193-0/+7305
| | | | | | | | | Includes API tests for y0l, y1l, and ynl which are in glibc but not in POSIX or newlib. They are disabled until further investigation as to compatibility requirements are determined per the referenced ticket. Updates #3638.
* POSIX Signature Test for fenv.h (GCI 2018)ABR290B2018-12-0611-0/+375
| | | | Updates #2971.
* psxhdrs: Add POSIX API Signature Compliance Tests for wctype.h (GCI 2018)Jacob Shin2018-12-0636-0/+1341
|
* POSIX Compliance Signature Test for glob.h (GCI 2018)ABR290B2018-12-052-0/+79
|
* Added POSIX Compliance Test for complex.h, and adding lines to define CYGWIN ↵zehata2018-12-0566-0/+2528
| | | | until complex.h is fixed (Ticket 3635) . (GCI 2018)
* psxhdrs: Add POSIX API Signature Compliance Tests for ftw.h (GCI 2018)Jacob Shin2018-12-052-0/+91
|
* psxhdrs: Fix spacingJoel Sherrill2018-12-0534-1070/+1070
|
* psxhdrs/strings/strncasecmp_l.c: Fix warningJoel Sherrill2018-12-051-1/+3
|