opnsense-src/tools/regression/lib/libutil
Dag-Erling Smørgrav 75bd5e763f #ifdef out the lock-against-self test. I'm not sure it makes sense, and
it relies on non-portable flock(2) semantics.  Not only is flock(2) not
portable, but on some OSes that do have it, it is implemented in terms
of fcntl(2) locks, which are per-process rather than per-descriptor.
2008-10-20 17:26:30 +00:00
..
Makefile Add four utility functions related to struct grp processing modeled in-part 2008-04-23 00:49:13 +00:00
test-flopen.c #ifdef out the lock-against-self test. I'm not sure it makes sense, and 2008-10-20 17:26:30 +00:00
test-flopen.t Add regression tests for flopen(3). 2007-08-03 11:29:49 +00:00
test-grp.c Add four utility functions related to struct grp processing modeled in-part 2008-04-23 00:49:13 +00:00
test-grp.t Add four utility functions related to struct grp processing modeled in-part 2008-04-23 00:49:13 +00:00
test-trimdomain-nodomain.c Add regression tests for trimdomain(3). 2005-10-05 04:46:10 +00:00
test-trimdomain-nodomain.t Add regression tests for trimdomain(3). 2005-10-05 04:46:10 +00:00
test-trimdomain.c Add regression tests for trimdomain(3). 2005-10-05 04:46:10 +00:00
test-trimdomain.t Add regression tests for trimdomain(3). 2005-10-05 04:46:10 +00:00