看板 DFBSD_commit 關於我們 聯絡資訊
commit 4bafc82a7e4a915c6595de890c9633f79fe96702 Author: Samuel J. Greear <sjg@thesjg.com> Date: Sun Jun 13 13:48:20 2010 +0000 test - Add OOB tests for select and kqueue Summary of changes: tools/test/kqueue/Makefile | 8 +++++ tools/test/kqueue/kqueue_oob.c | 62 ++++++++++++++++++++++++++++++++++++++++ tools/test/select/Makefile | 8 +++++ tools/test/select/select_oob.c | 57 ++++++++++++++++++++++++++++++++++++ 4 files changed, 135 insertions(+), 0 deletions(-) create mode 100644 tools/test/kqueue/Makefile create mode 100644 tools/test/kqueue/kqueue_oob.c create mode 100644 tools/test/select/Makefile create mode 100644 tools/test/select/select_oob.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4bafc82a7e4a915c6595de890c9633f79fe96702 -- DragonFly BSD source repository