summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/defaults/default_kqfilter.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-2/+2
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* termios: Add kqueue() and poll() supportSebastian Huber2017-02-231-5/+7
| | | | Real implementation is provided by libbsd.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Filesystem: Add kernel event filter handlerSebastian Huber2013-11-041-0/+38
This handler is necessary to implement the KQUEUE(2) system calls. Add <sys/event.h> from FreeBSD 8.4.