| Commit message (Expand) | Author | Age | Files | Lines |
* | unlock global lock in kqueue_scan before msleep'ing to prevent dead | jmg | 2004-09-14 | 1 | -0/+2 |
* | remove giant required from kqueue_close.. | jmg | 2004-09-10 | 1 | -2/+0 |
* | don't call f_detach if the filter has alread removed the knote.. This | jmg | 2004-09-06 | 1 | -8/+10 |
* | Allocate the marker, when scanning a kqueue, from the "heap" instead of the | green | 2004-08-16 | 1 | -6/+12 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -328/+956 |
* | looks like rwatson forgot tabs... :) | jmg | 2004-08-13 | 1 | -2/+2 |
* | Trim trailing white space. | rwatson | 2004-08-12 | 1 | -11/+11 |
* | Push Giant acquisition down into fo_stat() from most callers. Acquire | rwatson | 2004-07-22 | 1 | -0/+1 |
* | Push acquisition of Giant from fdrop_closed() into fo_close() so that | rwatson | 2004-07-22 | 1 | -1/+2 |
* | Disable SIGIO for now, leave a comment as to why it's busted and hard | alfred | 2004-07-15 | 1 | -0/+20 |
* | Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues. | alfred | 2004-07-14 | 1 | -2/+29 |
* | Introduce a new kevent filter. EVFILT_FS that will be used to signal | alfred | 2004-07-04 | 1 | -0/+2 |
* | Add GIANT_REQUIRED to kqueue_close(), since kqueue currently requires | rwatson | 2004-06-01 | 1 | -0/+2 |
* | Fix filt_timer* races: Finish initializing a knote before we pass it to | cperciva | 2004-04-07 | 1 | -2/+2 |
* | Make sure to wake up any select waiters when closing a kqueue (also, not | green | 2004-02-20 | 1 | -0/+4 |
* | Don't TAILQ_INIT kq_head twice, once is enough. | dwmalone | 2003-12-25 | 1 | -1/+0 |
* | Better fix than my previous commit: | cognet | 2003-11-14 | 1 | -8/+2 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -1/+1 |
* | I believe kbyanc@ really meant this in rev 1.58. | cognet | 2003-11-04 | 1 | -2/+2 |
* | Do not attempt to report proc event if NOTE_EXIT has already been received. | cognet | 2003-11-04 | 1 | -0/+7 |
* | falloc allocates a file structure and adds it to the file descriptor | dwmalone | 2003-10-19 | 1 | -0/+2 |
* | Initialize struct fileops with C99 sparse initialization. | phk | 2003-06-18 | 1 | -8/+7 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Fix race between a process registering a NOTE_EXIT EVFILT_PROC event and | kbyanc | 2003-04-12 | 1 | -0/+15 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -4/+4 |
* | Do not allow kqueues to be passed via unix domain sockets. | alfred | 2003-02-15 | 1 | -1/+2 |
* | Fix LOR with PROC/filedesc. Introduce fdesc_mtx that will be used as a | alfred | 2003-02-15 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -4/+4 |
* | Rewrite the SMP filedesc locking in knote_attach() in order to | hsu | 2003-01-21 | 1 | -23/+11 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -10/+10 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -10/+10 |
* | When compiling the kernel do not implicitly include filedesc.h from proc.h, | alfred | 2003-01-01 | 1 | -0/+1 |
* | White-space changes. | phk | 2002-12-24 | 1 | -7/+7 |
* | Detediousficate declaration of fileops array members by introducing | phk | 2002-12-23 | 1 | -12/+8 |
* | Minor comment typo fix. | rwatson | 2002-10-29 | 1 | -1/+1 |
* | hashinit() calls MALLOC(), so release the filedesc lock in knote_attach() | truckman | 2002-10-03 | 1 | -4/+16 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 1 | -2/+3 |
* | Correct white space nits that crept in during my recent merges of | rwatson | 2002-08-16 | 1 | -2/+2 |
* | Make similar changes to fo_stat() and fo_poll() as made earlier to | rwatson | 2002-08-16 | 1 | -5/+8 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -4/+4 |
* | More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t. | alfred | 2002-06-29 | 1 | -2/+2 |
* | More caddr_t removal. | alfred | 2002-06-29 | 1 | -7/+7 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -5/+7 |
* | Add entry for EVFILT_NETDEV, which was inadverdently omitted back in Sept. | jlemon | 2002-01-24 | 1 | -0/+1 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -4/+4 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -21/+71 |
* | Make AIO a loadable module. | alfred | 2001-12-29 | 1 | -2/+41 |
* | remove holdfp() | dillon | 2001-11-14 | 1 | -8/+4 |
* | Have EVFILT_TIMERS allocate their callouts via malloc() instead of using | jlemon | 2001-09-29 | 1 | -14/+30 |