summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_event.c
Commit message (Expand)AuthorAgeFilesLines
* Provide high precision conversion from ns,us,ms -> sbintime in keventgibbs2016-03-121-17/+42
* Ensure that we test the event condition when a disabled kevent is enabled.markj2016-02-191-11/+8
* Return an error if both EV_ENABLE and EV_DISABLE are specified for a kevent.markj2016-02-191-0/+3
* kqueue EVFILT_PROC: avoid collision between NOTE_CHILD and NOTE_EXITvangyzen2016-01-281-10/+51
* kqueue: simplify kern_kqueue by not refing/unrefing creds too earlymjg2015-09-231-16/+8
* Exit notification for EVFILT_PROC removes knote from the knlist. Inkib2015-09-011-8/+7
* Clean up the kqueue use of the uma KPI.kib2015-09-011-13/+15
* Perform cleanups in response to D3307.ed2015-08-121-0/+7
* Add support for anonymous kqueues.ed2015-08-111-50/+87
* Allow the creation of kqueues with a restricted set of Capsicum rights.ed2015-08-051-3/+3
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-181-1/+1
* Implement lockless resource limits.mjg2015-06-101-5/+1
* For future use in the Linuxulator:dchagin2015-05-241-9/+26
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* prevent doing filter ops locking for staticly compiled filter ops...jmg2014-11-161-17/+39
* Make kevent(2) periodic timer events more reliably periodic. The eventian2014-10-041-5/+9
* Add a new fo_fill_kinfo fileops method to add type-specific information tojhb2014-09-221-0/+11
* Fix various issues with invalid file operations:jhb2014-09-121-35/+3
* Extend kqueue's EVFILT_TIMER by adding precision unit flags supportbapt2014-07-181-7/+34
* Hide internal details of sbintime_t implementation wrapping INT64_MAX intodavide2014-04-121-3/+3
* Implement kqueue(2) for procdesc(4).ed2014-04-071-12/+7
* When KN_INFLUX is set on the knote due to kqueue_register() orkib2014-04-051-26/+32
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Add in a default initialiser for the EVOPS_SENDFILE kqueue filterops.adrian2014-01-171-0/+1
* Add a compile-time control over the size of KN_HASHSIZE.adrian2014-01-071-0/+4
* Fix compilation on 32 bit architectures and use INT64_MAX instead ofse2013-12-191-3/+6
* Fix overflow for timeout values of more than 68 years, which is the maximumse2013-12-191-1/+2
* Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I hadpjd2013-11-151-4/+11
* kqueue: Change error for kqueues rlimit from EMFILE to ENOMEM and documentjilles2013-11-031-1/+1
* Add a resource limit for the total number of kqueues available to thekib2013-10-211-1/+23
* Do not allow negative timeouts for kqueue timers, check for thekib2013-09-261-2/+10
* Pre-acquire the filedesc sx when a possibility exists that the laterkib2013-09-221-3/+30
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-181-71/+52
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-181-52/+71
* Use TAILQ instead of STAILQ for kqeueue filedescriptors to ensure constantkib2013-09-131-3/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-3/+9
* fix up some comments and a white space issue...jmg2013-08-261-6/+6
* Make sendfile() a method in the struct fileops. Currently onlyglebius2013-08-151-0/+1
* Some small cleanups to the fixes in r180340:jhb2013-08-131-3/+3
* Don't emit a spurious EVFILT_PROC event with no fflags set on process exitjhb2013-08-071-2/+19
* Change callout use counter to use C11 atomics.ed2013-06-161-10/+15
* Rework overflow checks of r247898 to not let too "intelligent" compiler tomav2013-03-091-3/+4
* Fix off-by-one error in nanoseconds validation.mav2013-03-071-1/+1
* Fix time math overflows and improve zero intervals handling in poll(),mav2013-03-061-5/+10
* MFcalloutng:davide2013-03-041-53/+29
* Make the interval timings for EVFILT_TIMER more accurate. tvtohz() alwaysjhb2012-07-131-5/+12
* Update comment.pjd2012-06-141-1/+1
* - Add knlist_init_rw_reader() function to kqueue(9).melifaro2012-03-261-0/+42
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Fix a deficiency in the selinfo interface:attilio2011-08-251-0/+1
OpenPOWER on IntegriCloud