summary refs log tree commit diff stats
path: root/lib/posix/kqueue.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-5/+3
|
* Fixes to support Dragonfly BSD. (#5552)Eugene Kabanov2017-03-171-3/+9
| | | | | | | | | * Fix kqueue.nim and ansi_c.nim to support dragonfly. * Fix ioselectors.nim, threads.nim to support dragonfly. * Fix deprecated dealloc call in tioselectors.nim. * Fix tfsmonitor.nim test to run only on Linux. * Fix osproc.nim return wrong exit codes. * Fix getAppFilename() for dragonfly. * Fix proper exit code handling.
* Fix few typosFederico Ceratto2016-10-171-1/+1
|
* Modified and more reliable kqueue.nim, made according to ↵cheatfate2016-03-181-25/+110
| | | | openbsd/netbsd/freebsd and macosx headers.
* Fix KEvent header includesdef2016-03-061-2/+3
|
* lib/posix: OS X & Free/Open/NetBSD kqueue APIAdam Strzelecki2015-09-291-0/+71