summaryrefslogtreecommitdiff
path: root/usr.bin/skeyinit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/skeyinit/Makefile')
0 files changed, 0 insertions, 0 deletions
vent(2) filter:thorpej 2021-10-13Add support for the NOTE_SECONDS, NOTE_MSECONDS, NOTE_USECONDS,thorpej 2021-10-10Fix typo in comment.wiz 2021-10-10The knotes for EVFILT_SIGNAL and EVFILT_PROC are maintained on a singlethorpej 2021-10-10Add a test case for the race condition in PR kern/50094, modeled afterthorpej 2021-10-10Add a test case to heavily exercise EVFILT_PROC + NOTE_TRACK.thorpej 2021-10-02- Add a new EVFILT_WRITE test case for FIFOs that correctly validatesthorpej 2021-10-02New EVFILT_READ test case for FIFOs; validates readability threshold andthorpej 2020-10-31Avoid hard-coding names and limits so this will not break again.christos 2019-02-15Fix reporting EOF via kevent and add a test casemgorny 2018-01-09Add EVFILT_FSmartin 2017-01-13Don't play with "../.." in includes for h_macros.h; deal with it centrally.christos 2016-04-29Tab alignmentryoon 2015-01-14bump warns.christos 2015-01-14PR/48958: rudolf: EVFILT_VNODE filter miscounting hardlinks (add test)christos 2012-11-17Unbreak the NOTE_TRACK event of EVFILT_PROC. When attaching to the childjoerg 2010-11-07Adjusts tests after import of atf-0.12:jmmv 2010-11-03add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazingchristos 2010-07-13Get rid of static Atffiles and let bsd.test.mk generate them on the fly.jmmv 2010-06-04atf-0.9 introduces an use.fs test-case property to allow tests to write tojmmv 2009-02-20Add the kernel-level tests developed by Lukasz Strzygowski as part of thejmmv