summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Permit compilation with -std=c89.Andrew G. Morgan2021-06-213-6/+12
* Clean up some compilation warningsAndrew G. Morgan2021-06-201-2/+5
* Validate that user namespaces require CAP_SETFCAP to map UID=0.Andrew G. Morgan2021-05-163-11/+173
* Fruit of more static analysis resultsAndrew G. Morgan2021-04-221-1/+1
* Add some test cases for cap_func_launcher() and callbacksAndrew G. Morgan2021-03-061-1/+36
* Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit.Andrew G. Morgan2020-12-261-1/+2
* Migrate building progs/tcapsh-static to sudotestAndrew G. Morgan2020-11-101-4/+4
* Support systems with no available pthreads support.Andrew G. Morgan2020-10-271-24/+56
* Lessen the system requirements for running make sudotestAndrew G. Morgan2020-10-251-2/+2
* Demonstrate why libpsx is important for multithreaded C code.Andrew G. Morgan2020-10-243-1/+177
* Fix tests:sudotest for DYNAMIC=yes testingAndrew G. Morgan2020-10-182-9/+13
* Support shared library build and linkage of -lpsxAndrew G. Morgan2020-10-131-14/+16
* Be slightly more selective in what to build.Andrew G. Morgan2020-09-121-1/+3
* Support dynamic test compilation and execution.Andrew G. Morgan2020-09-071-8/+15
* no more psx_test_wrapPetr Ovtchenkov2020-08-052-2/+1
* Rewrite libpsx thread shutdown path to support musl.Andrew G. Morgan2020-07-092-24/+16
* Better protect some header #define's.Andrew G. Morgan2020-06-042-0/+4
* Implement cap_launch.Andrew G. Morgan2020-02-235-7/+209
* A convenient IAB abstraction for inherited capability vectors.Andrew G. Morgan2020-02-231-0/+2
* Add support for fork() in libpsx.Andrew G. Morgan2020-02-173-8/+79
* Ensure that gcc -std=c89 build works.Andrew G. Morgan2019-12-232-5/+6
* Break out test into two parts: test or sudotest.Andrew G. Morgan2019-12-151-0/+2
* Restructure the make files into build vs. testAndrew G. Morgan2019-12-131-4/+11
* Add support to libcap for overriding system call functions.Andrew G. Morgan2019-12-063-2/+20
* Implement a helper library for POSIX semantics syscalls.Andrew G. Morgan2019-12-053-0/+133