index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lib
/
semaphore
Age
Commit message (
Expand
)
Author
2020-03-01
Centralize the base rump libraries into a variable used by all the other
christos
2019-06-01
Deal with fallout from the addition of
kre
2017-01-13
Don't play with "../.." in includes for h_macros.h; deal with it centrally.
christos
2016-01-23
Define _KERNTYPES for things that need it.
christos
2015-06-22
Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.
matt
2014-06-10
Fix static linking for the tests: -lrump is also used by -lrumpuser,
he
2012-08-08
Exclude tests that use rump
christos
2012-03-10
No more -lrumpkern_ksem.
joerg
2012-03-09
PR 43452 no longer applies.
joerg
2012-03-08
Implement sem_timedwait.
joerg
2011-03-23
Explicitly terminate threads to prevent crashes on exit.
joerg
2010-11-10
Now that copyinstr() correctly returns error, trim the semaphore
pooka
2010-11-03
add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing
christos
2010-07-13
Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
jmmv
2010-07-03
Replace custom xfail settings with the new expected failure support in
jmmv
2010-06-17
* remove pasto
pooka
2010-06-16
Set xfail for tests which have a PR for them.
pooka
2010-06-12
Function which does not return needs to return a value.
pooka
2010-06-10
quote PR kern/43452 in descr
pooka
2010-06-10
Add tests for semaphores. Note: the "unlink" one fails because our
pooka