| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop the kqueue global mutex as soon as we are finished with it rather | John Baldwin | 2006-04-14 | 1 | -4/+2 |
* | spell unlock correctly, this is relatively minor as it's rare someone would | John-Mark Gurney | 2006-04-07 | 1 | -1/+1 |
* | mask out any action when copying the flags from the event to the knote.. | John-Mark Gurney | 2006-04-01 | 1 | -0/+2 |
* | hold the list lock over the f_event and KNOTE_ACTIVATE calls... This closes | John-Mark Gurney | 2006-03-29 | 1 | -1/+1 |
* | Add in kqueue support to LIO event notification and fix how it handled | Doug Ambrisko | 2005-10-12 | 1 | -2/+6 |
* | Fix race condition that caused activation of an event to | Stephan Uphoff | 2005-09-15 | 1 | -2/+4 |
* | Fix the recent panics/LORs/hangs created by my kqueue commit by: | Suleiman Souhlal | 2005-07-01 | 1 | -28/+83 |
* | Wrap copyin/copyout for kevent so the 32bit wrapper does not have | Paul Saab | 2005-06-03 | 1 | -44/+51 |
* | make stat return an zero'd struct, and be a FIFO again... This is only | John-Mark Gurney | 2005-05-24 | 1 | -1/+10 |
* | fix aio+kq... I've been running ambrisko's test program for much longer | John-Mark Gurney | 2005-03-18 | 1 | -8/+11 |
* | Use kern_kevent instead of the stackgap for 32bit syscall wrapping. | Paul Saab | 2005-03-01 | 1 | -33/+75 |
* | When invoking callout_init(), spell '1' as "CALLOUT_MPSAFE". | Robert Watson | 2005-02-22 | 1 | -1/+1 |
* | Make a bunch of malloc types static. | Poul-Henning Kamp | 2005-02-10 | 1 | -1/+2 |
* | Move a FILEDESC_UNLOCK upwards to silence witness. | Poul-Henning Kamp | 2004-11-16 | 1 | -1/+1 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | Poul-Henning Kamp | 2004-11-13 | 1 | -4/+4 |
* | /me gets the wrong patch out of the pr :( | John-Mark Gurney | 2004-10-14 | 1 | -2/+2 |
* | fix a bug where signal events didn't set the flags for attach/detach.. | John-Mark Gurney | 2004-10-13 | 1 | -0/+2 |
* | unlock global lock in kqueue_scan before msleep'ing to prevent dead | John-Mark Gurney | 2004-09-14 | 1 | -0/+2 |
* | remove giant required from kqueue_close.. | John-Mark Gurney | 2004-09-10 | 1 | -2/+0 |
* | don't call f_detach if the filter has alread removed the knote.. This | John-Mark Gurney | 2004-09-06 | 1 | -8/+10 |
* | Allocate the marker, when scanning a kqueue, from the "heap" instead of the | Brian Feldman | 2004-08-16 | 1 | -6/+12 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | John-Mark Gurney | 2004-08-15 | 1 | -328/+956 |
* | looks like rwatson forgot tabs... :) | John-Mark Gurney | 2004-08-13 | 1 | -2/+2 |
* | Trim trailing white space. | Robert Watson | 2004-08-12 | 1 | -11/+11 |
* | Push Giant acquisition down into fo_stat() from most callers. Acquire | Robert Watson | 2004-07-22 | 1 | -0/+1 |
* | Push acquisition of Giant from fdrop_closed() into fo_close() so that | Robert Watson | 2004-07-22 | 1 | -1/+2 |
* | Disable SIGIO for now, leave a comment as to why it's busted and hard | Alfred Perlstein | 2004-07-15 | 1 | -0/+20 |
* | Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues. | Alfred Perlstein | 2004-07-14 | 1 | -2/+29 |
* | Introduce a new kevent filter. EVFILT_FS that will be used to signal | Alfred Perlstein | 2004-07-04 | 1 | -0/+2 |
* | Add GIANT_REQUIRED to kqueue_close(), since kqueue currently requires | Robert Watson | 2004-06-01 | 1 | -0/+2 |
* | Fix filt_timer* races: Finish initializing a knote before we pass it to | Colin Percival | 2004-04-07 | 1 | -2/+2 |
* | Make sure to wake up any select waiters when closing a kqueue (also, not | Brian Feldman | 2004-02-20 | 1 | -0/+4 |
* | Don't TAILQ_INIT kq_head twice, once is enough. | David Malone | 2003-12-25 | 1 | -1/+0 |
* | Better fix than my previous commit: | Olivier Houchard | 2003-11-14 | 1 | -8/+2 |
* | - Implement selwakeuppri() which allows raising the priority of a | Seigo Tanimura | 2003-11-09 | 1 | -1/+1 |
* | I believe kbyanc@ really meant this in rev 1.58. | Olivier Houchard | 2003-11-04 | 1 | -2/+2 |
* | Do not attempt to report proc event if NOTE_EXIT has already been received. | Olivier Houchard | 2003-11-04 | 1 | -0/+7 |
* | falloc allocates a file structure and adds it to the file descriptor | David Malone | 2003-10-19 | 1 | -0/+2 |
* | Initialize struct fileops with C99 sparse initialization. | Poul-Henning Kamp | 2003-06-18 | 1 | -8/+7 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
* | Fix race between a process registering a NOTE_EXIT EVFILT_PROC event and | Kelly Yancey | 2003-04-12 | 1 | -0/+15 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -4/+4 |
* | Do not allow kqueues to be passed via unix domain sockets. | Alfred Perlstein | 2003-02-15 | 1 | -1/+2 |
* | Fix LOR with PROC/filedesc. Introduce fdesc_mtx that will be used as a | Alfred Perlstein | 2003-02-15 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -4/+4 |
* | Rewrite the SMP filedesc locking in knote_attach() in order to | Jeffrey Hsu | 2003-01-21 | 1 | -23/+11 |
* | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -10/+10 |
* | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -10/+10 |
* | When compiling the kernel do not implicitly include filedesc.h from proc.h, | Alfred Perlstein | 2003-01-01 | 1 | -0/+1 |
* | White-space changes. | Poul-Henning Kamp | 2002-12-24 | 1 | -7/+7 |