summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_event.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r268843 (by bapt):kib2014-12-181-7/+35
* MFC r259609 (by se):kib2014-12-181-1/+5
* MFC r272528: Make kevent(2) periodic timer events more reliably periodic.ian2014-10-261-5/+8
* MFC r264146:kib2014-04-121-26/+32
* MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182:pjd2013-11-181-4/+11
* 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
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-161-0/+2
* Rename CAP_*_KEVENT to CAP_*_EVENT.jonathan2011-08-121-3/+3
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-3/+4
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)kib2011-04-011-1/+1
* Defer freeing a kevent list until after dropping kqueue locks.jhb2010-03-301-4/+6
* Do not leak process lock when current thread is not allowed to see target.kib2010-02-141-1/+3
* If a filter has already been added, actually return EEXIST when tryingbrooks2009-12-311-1/+2
* The devices that supported EVFILT_NETDEV kqueue filters were removed inbrooks2009-12-311-1/+1
* Postpone dropping fp till both kq_global and kqueue mutexes arekib2009-10-101-3/+3
* Use correct sizeof() object for klist 'list'. Currently, struct klistdelphij2009-09-281-4/+4
* Change unsigned foo to u_foo as required by style(9).rdivacky2009-09-221-3/+3
* Fix the style of the previous commit.rdivacky2009-09-171-1/+2
* Make these argument/variable unsigned as the defines for them don't fitrdivacky2009-09-171-3/+3
* Add EV_RECEIPT to kevents.sson2009-09-161-1/+1
* Add the EV_DISPATCH flag to kevents.sson2009-09-161-2/+4
* Add EVFILT_USER to kevents.sson2009-09-161-0/+99
* Add optional touch event filter hooks to kevents.sson2009-09-161-37/+56
* Use C99 initialization for struct filterops.rwatson2009-09-121-10/+25
* - Turn the third (islocked) argument of the knote call into flags parameter.stas2009-06-281-6/+18
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-14/+29
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-3/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-6/+5
* The kqueue_register() function assumes that it is called from the top ofkib2008-07-071-15/+67
* The r178914 I erronously put the setting of the KQ_FLUXWAIT flag beforekib2008-07-071-2/+1
OpenPOWER on IntegriCloud