summaryrefslogtreecommitdiff
path: root/tests/lib/semaphore
AgeCommit message (Collapse)Author
2020-03-01Centralize the base rump libraries into a variable used by all the otherchristos
Makefiles so that we can make changes to it centrally as needed and have less mess. Fixes the sun2 build that needs rumpvfs after librump after the latest changes.
2019-06-01Deal with fallout from the addition ofkre
KERN_PROC_CWD in sysctl(3) That is kern.proc.$$.KERN_PROC_CWD (I think - not that it matters here) The effect is that -lrump now requires -lrumpvfs This set of changes fixes (I believe) regular dynamic builds, more might be required for static builds (will be verified soon).
2017-01-13Don't play with "../.." in includes for h_macros.h; deal with it centrally.christos
Minor fixes.
2016-01-23Define _KERNTYPES for things that need it.christos
2015-06-22Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.matt
2014-06-10Fix static linking for the tests: -lrump is also used by -lrumpuser,he
so we also need -lrump after -lrumpuser. Fixes build for sun2.
2012-08-08Exclude tests that use rumpchristos
2012-03-10No more -lrumpkern_ksem.joerg
2012-03-09PR 43452 no longer applies.joerg
2012-03-08Implement sem_timedwait.joerg
2011-03-23Explicitly terminate threads to prevent crashes on exit.joerg
2010-11-10Now that copyinstr() correctly returns error, trim the semaphorepooka
name to fit into SEM_MAX_NAMELEN.
2010-11-03add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazingchristos
how many bugs this found :-)
2010-07-13Get rid of static Atffiles and let bsd.test.mk generate them on the fly.jmmv
2010-07-03Replace custom xfail settings with the new expected failure support injmmv
atf 0.10.
2010-06-17* remove pastopooka
* set short timeout for the blockwait test
2010-06-16Set xfail for tests which have a PR for them.pooka
2010-06-12Function which does not return needs to return a value.pooka
2010-06-10quote PR kern/43452 in descrpooka
2010-06-10Add tests for semaphores. Note: the "unlink" one fails because ourpooka
implementation is broken. I'll file a PR shortly.