| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | This patchset fixes a large number of file descriptor race conditions. | dillon | 2000-11-18 | 1 | -11/+28 |
* | o Centralize inter-process access control, introducing: | rwatson | 2000-08-30 | 1 | -1/+1 |
* | Fix bug with timeout; previously, when attempting to poll the kqueue by | jlemon | 2000-08-07 | 1 | -14/+22 |
* | Back out rev 1.12; its not clear that this is the right thing to do, | jlemon | 2000-08-01 | 1 | -2/+5 |
* | Fix warnings - make kevent args in comment match those in syscalls.master. | peter | 2000-07-28 | 1 | -4/+4 |
* | Have kevent() automatically restart if interrupted by a signal. If this | jlemon | 2000-07-27 | 1 | -5/+2 |
* | Fix a bug which would cause some knotes to get lost when two kqueues | jlemon | 2000-07-18 | 1 | -1/+2 |
* | Simplify kqueue API slightly. | jlemon | 2000-07-18 | 1 | -20/+16 |
* | Report a file type (S_IFIFO) in kqueue_stat(). | chris | 2000-06-28 | 1 | -0/+1 |
* | Add code so that the udata field is preserved across a TRACK event. | jlemon | 2000-06-22 | 1 | -9/+18 |
* | malloc(..., M_WAITOK) will not return NULL, so remove the error | jlemon | 2000-06-10 | 1 | -34/+15 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -3/+3 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -3/+3 |
* | Back out NOTE_EXIT status reporting pending discussion. | green | 2000-05-21 | 1 | -5/+0 |
* | Put the wait(2) exit status in "data" for NOTE_EXIT kevents. | green | 2000-05-17 | 1 | -0/+5 |
* | Fix one bug where the kn_head list could be manipulated without | jlemon | 2000-05-04 | 1 | -2/+8 |
* | Add files that I forgot to `cvs add' on last commit. | jlemon | 2000-04-16 | 1 | -0/+907 |