summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/sys (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-21testsuite: Fix gcc 12 warningsChris Johns11-20/+20
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.
2021-08-09Turn off executable permissions for a number of source filesJoel Sherrill11-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.
2019-12-02Move feature macro before "config.h" includeSebastian Huber2-3/+5
This allows to use header includes in "config.h" to reduce the build configuration checks. Update #3818.
2018-12-20psxhdrs: Changing copyright license to BSD-2-ClauseJacob Shin22-246/+488
2018-12-14psxhdrs: Update licenses to 2-Clause BSD (GCI 2018)Marçal Comajoan Cara1-11/+22
Updated licenses of the files I wrote to the 2-Clause BSD License. This work was part of GCI 2018.
2018-12-13psxhdrs: Changed the Copyright license to BSD-2-Clause .Pritish Jain1-13/+24
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 sys/statvfs.h (GCI 2018)ABR290B2-0/+74
2018-12-11psxhdrs/: Changed boilerplate licenses to BSD-2 (GCI 2018)zehata5-60/+115
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-05psxhdrs: POSIX API Signature Compliance Tests for sys/utsname.h (GCI 2018)Jacob Shin1-0/+37
2018-12-04psxhdrs: Fix warningsJoel Sherrill3-19/+10
2018-12-04psxhdrs: Added POSIX Compliance Test fot sys/time.h (GCI 2018)zehata5-0/+207
2018-11-14testsuites/psxtests/psxhdrs: Fix comment so copyright block is separateJoel Sherrill11-55/+55
2017-01-13posix: move sys/mman.h to newlib and test it in psxhdrsGedare Bloom11-0/+309
2015-02-12psxhdrs: Add tests for <sys/socket.h> API complianceJoel Sherrill17-0/+595