summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event/KQueue.hsc
Commit message (Expand)AuthorAgeFilesLines
* Add linting of `base` to the CIHécate2020-10-091-7/+8
* Do not ignore events deletion when events to be added are provided (#16916)Ivan Kasatenko2019-07-211-4/+4
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-5/+20
* KQueue: Fix write notification requests being ignored...Matthias Treydte2018-01-121-25/+21
* Prefer #if defined to #ifdefBen Gamari2017-04-281-2/+2
* base: Track timer PSQ timeouts as Word64 instead of DoubleBen Gamari2017-04-171-6/+6
* KQueue: Eliminate redundant importBen Gamari2017-03-121-4/+3
* KQueue.hsc: fix build failure on FreeBSDSergei Trofimovich2017-03-091-2/+3
* base: Import Data.Int in KQueueBen Gamari2017-03-081-0/+1
* base: kevent.filter is signedBen Gamari2017-03-071-3/+3
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+2
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+2
* Fixes cyclic import on OS X(#9635)Dave Laing2014-09-251-1/+0
* Remove unnecessary imports in GHC.Event.KQueue to fix compiler warnings.Andreas Voellmy2014-09-171-2/+0
* Derive `FiniteBits` for integral newtype wrappersHerbert Valerio Riedel2014-01-301-3/+3
* Add missing/remove redundant `{-# LANGUAGE CPP #-}`sHerbert Valerio Riedel2013-09-281-2/+1
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+0
* Fix build on OS XIan Lynagh2013-06-221-1/+0
* Update parallel IO manager to handle the invalid files in the same way as pre...Andreas Voellmy2013-05-051-12/+23
* Build fix for iOS; fixes #7759Ian Lynagh2013-04-211-4/+4
* Eliminate use of kevent64() calls.Andreas Voellmy2013-02-111-62/+2
* refactoring with guard.Kazu Yamamoto2013-02-111-8/+6
* minor refactoring.Kazu Yamamoto2013-02-111-2/+3
* Making KQueue.poll similar to EPoll.poll.Kazu Yamamoto2013-02-111-10/+18
* renaming parameters.Kazu Yamamoto2013-02-111-9/+9
* Renaming QueueFd to KQueueFd.Kazu Yamamoto2013-02-111-11/+11
* renaming EventQueue to KQueue.Kazu Yamamoto2013-02-111-19/+19
* Making KQueue compilable.Kazu Yamamoto2013-02-111-3/+6
* Added support for modifyFdOnce for the KQueue backend.Andreas Voellmy2013-02-111-2/+5
* Apply the epoll backend design (separate polling from registration) for the K...Andreas Voellmy2013-02-111-26/+27
* Allow backends to provide a command that register interest for an event sourc...Andreas Voellmy2013-02-111-1/+4
* Added support to backends for non-blocking poll() call.Andreas Voellmy2013-02-111-11/+26
* Add CApiFFI to the extensions used by GHC.Event.KQueueIan Lynagh2012-10-161-0/+1
* Use CAPI to make the C wrapper for keventIan Lynagh2012-10-151-1/+1
* FFI wrapper for kevent()Iku Iwasa2012-10-041-1/+1
* Adapt to NetBSD's struct keventIku Iwasa2012-10-041-0/+14
* Update base for latest Safe Haskell.David Terei2011-10-251-1/+2
* Update base for new Safe Haskell designDavid Terei2011-10-251-0/+1
* Fix error in KQueue caused by changes to FFI import requirementsMax Bolingbroke2011-10-221-4/+1
* Rename System.Event to GHC.EventIan Lynagh2011-03-211-0/+303