summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-21testsuite: Fix gcc 12 warningsChris Johns53-81/+81
2022-04-12testsuites/psxtests/psxhdrs/unistd/*: Change license to BSD-2Joel Sherrill23-69/+506
Updates #3053.
2022-04-12testsuites/psxtests/psxhdrs/time/*: Change license to BSD-2Joel Sherrill24-72/+528
Updates #3053.
2022-04-12testsuites/psxtests/psxhdrs/sys/socket/*: Change license to BSD-2Joel Sherrill17-51/+374
Updates #3053.
2022-04-12testsuites/psxtests/psxhdrs/sys/mman/*: Change license to BSD-2Joel Sherrill11-33/+242
Updates #3053.
2022-04-12testsuites/psxtests/psxhdrs/signal*: Change license to BSD-2Joel Sherrill9-27/+198
Updates #3053.
2022-04-12testsuites/psxtests/psxhdrs/sched/*: Change license to BSD-2Joel Sherrill8-24/+176
Updates #3053.
2022-04-12testsuites/psxtests/psxhdrs/pthread/*: Change license to BSD-2Joel Sherrill67-465/+1540
Updates #3053.
2022-04-12testsuites/psxtests/psxhdrs/devctl/*: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2021-08-09Turn off executable permissions for a number of source filesJoel Sherrill134-0/+0
Cloning under Cygwin turned off executable permission on these files. This shows them as modified even though they have not explicitly been touched. Executable permission should not have been on for these files so this is just a minor clean up.
2021-05-05psxtests: Fix math function build warningsStephen Clark60-0/+231
Added conditionals to ensure that long double function tests were only built when newlib has long double math functions.
2020-08-05psxhdrs/strncpy/stpncpy: Fix string turncation warningAschref Ben Thabet2-8/+6
Since we need to test the strncpy function, using a character array with a fixed array size in this case in place of character pointer can avoid the string turncation warning.
2020-07-30psxhdrs/strncat: Fix string truncation warningAschref Ben Thabet1-1/+1
2020-04-16Canonicalize config.h includeSebastian Huber60-60/+60
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2019-12-02Move feature macro before "config.h" includeSebastian Huber22-35/+56
This allows to use header includes in "config.h" to reduce the build configuration checks. Update #3818.
2019-05-07psxhdrs: Add POSIX API Signature Compliance Tests for termios.hJacob Shin11-0/+549
2019-03-25psxhdrs/stdio/v*.c: Fix warnings in varargs testsJoel Sherrill8-16/+26
2019-02-12psxtests: Remove bogus fileSebastian Huber1-38/+0
This file is unused and makes trouble on Windows. Updates #3638.
2019-01-08psxhdrs: Add POSIX API Signature Compliance Tests for errno.hJacob Shin1-0/+44
2018-12-20psxhdrs: Changing copyright license to BSD-2-ClauseJacob Shin139-1535/+3062
2018-12-14psxhdrs: Update licenses to 2-Clause BSD (GCI 2018)Marçal Comajoan Cara12-132/+264
Updated licenses of the files I wrote to the 2-Clause BSD License. This work was part of GCI 2018.
2018-12-14Some minor fix on psxhdrsHimanshu404-18/+4
2018-12-14psxhdrs: Changed the copyright license to BSD-2-Clause (GCI 2018)Himanshu40218-2663/+5067
2018-12-13psxhdrs: Changed the Copyright license to BSD-2-Clause .Pritish Jain195-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 .
2018-12-13psxhdrs: Add POSIX API Signature Compliance Tests for sys/msg.h (GCI 2018)Jacob Shin4-0/+215
2018-12-13psxhdrs: Add POSIX API Signature Compliance Tests for sys/select.h (GCI 2018)Jacob Shin6-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.
2018-12-13psxhdrs: Add POSIX Signature Compliance Test for sys/shm.h (GCI 2018)ABR290B4-0/+147
2018-12-13POSIX Signature Compliance Test for utmpx.h (GCI2018)ABR290B6-0/+212
2018-12-13POSIX Signature Compliance Test for sys/statvfs.h (GCI 2018)ABR290B2-0/+74
2018-12-12psxhdrs: Add POSIX API Signature Compliance Tests for net/if.hJacob Shin4-0/+191
2018-12-11psxhdrs/: Changed boilerplate licenses to BSD-2 (GCI 2018)zehata187-2149/+4205
2018-12-11psxhdrs: POSIX API Signature Compliance Test for setjmp.h (GCI2018)ABR290B4-0/+141
2018-12-11psxhdrs: Implement POSIX API Signature Compliance Tests for poll.h (GCI 2018)Marçal Comajoan Cara1-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.
2018-12-11psxhdrs: Add POSIX Compliance Tests for wordexp.h (GCI 2018)Pritish Jain2-0/+99
2018-12-11psxhdrs: Fix compile errorsSebastian Huber8-16/+16
2018-12-10psxhdrs: Add POSIX API Signature Compliance Tests for pwd.h (GCI 2018)Himanshu407-0/+288
2018-12-10psxhdrs: Add POSIX API Signature Compliance Tests for fcntl.h (GCI 2018)Zenon4-0/+151
2018-12-10psxhdrs: Add POSIX API Signature Compliance Tests for sys/resource.h (GCI 2018)Jacob Shin5-0/+196
2018-12-09psxhdrs: Implement POSIX API Signature Compliance Tests for sys/times.h (GCI ↵Marçal Comajoan Cara1-0/+37
2018)
2018-12-09psxhdrs: Add POSIX Conformance Test for sys/ipc.h (GCI 2018)Shashvat Jain1-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
2018-12-09psxhdrs: Add POSIX API Signature Compliance Tests for sys/stat.h (GCI 2018)Jacob Shin16-0/+622
2018-12-09psxhdrs: Added POSIX API Signature Compliance Tests for threads.h (GCI 2018)Himanshu4025-0/+1044
2018-12-09psxhdrs: Add POSIX API Signature Compliance Tests for stdlib.h (GCI 2018)Jacob Shin65-0/+2398
2018-12-08psxhdrs: POSIX Signature Test for syslog.h (GCI2018)ABR290B4-0/+136
2018-12-08psxhdrs: added POSIX API Signature Compliance Tests for libgen.h (GCI 2018)Himanshu402-0/+76
2018-12-08psxhdrs: Added POSIX Compliance Test for wchar.h (GCI 2018)zehata82-0/+3190
2018-12-08Implement POSIX API Signature Compliance Tests for stddef.h (GCI 2018)Marçal Comajoan Cara1-0/+38
2018-12-08POSIX Signature Test for arpa/inet.h (GCI2018)ABR290B4-0/+156
2018-12-07psxhdrs: POSIX API Signature Compliance Tests for netdb.h (GCI 2018)Himanshu4025-0/+1001
2018-12-07Implement POSIX API Signature Compliance Tests for uchar.hMarçal Comajoan Cara4-0/+164
This header file is C11 and not currently supported by RTEMS. See #3643. This work was part of GCI 2018.