| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use the passed in thread to selrecord() instead of curthread. | jhb | 2001-09-21 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -42/+42 |
* | Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(), | dillon | 2001-09-01 | 1 | -6/+20 |
* | Introduce EVFILT_TIMER, which allows a process to establish an | jlemon | 2001-07-19 | 1 | -2/+66 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | rwatson | 2001-07-05 | 1 | -1/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -0/+2 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 1 | -2/+3 |
* | o Make kqueue's filt_procattach() function use the error value returned | rwatson | 2001-04-12 | 1 | -2/+3 |
* | Add an EV_SET() convenience macro for initializing struct kevent prior | jlemon | 2001-02-24 | 1 | -1/+1 |
* | Fix typo in comment (knode -> knote). | jlemon | 2001-02-23 | 1 | -1/+1 |
* | Extend kqueue down to the device layer. | jlemon | 2001-02-15 | 1 | -69/+38 |
* | Proc locking. | jhb | 2001-01-24 | 1 | -2/+4 |
* | select() DKI is now in <sys/selinfo.h>. | wollman | 2001-01-09 | 1 | -1/+1 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |