| Commit message (Expand) | Author | Age | Files | Lines |
| * | Have EVFILT_TIMERS allocate their callouts via malloc() instead of using | Jonathan Lemon | 2001-09-29 | 1 | -14/+30 |
| * | Use the passed in thread to selrecord() instead of curthread. | John Baldwin | 2001-09-21 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -42/+42 |
| * | Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(), | Matthew Dillon | 2001-09-01 | 1 | -6/+20 |
| * | Introduce EVFILT_TIMER, which allows a process to establish an | Jonathan Lemon | 2001-07-19 | 1 | -2/+66 |
| * | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | Robert Watson | 2001-07-05 | 1 | -1/+1 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -0/+2 |
| * | Change the pfind() and zpfind() functions to lock the process that they | John Baldwin | 2001-04-24 | 1 | -2/+3 |
| * | o Make kqueue's filt_procattach() function use the error value returned | Robert Watson | 2001-04-12 | 1 | -2/+3 |
| * | Add an EV_SET() convenience macro for initializing struct kevent prior | Jonathan Lemon | 2001-02-24 | 1 | -1/+1 |
| * | Fix typo in comment (knode -> knote). | Jonathan Lemon | 2001-02-23 | 1 | -1/+1 |
| * | Extend kqueue down to the device layer. | Jonathan Lemon | 2001-02-15 | 1 | -69/+38 |
| * | Proc locking. | John Baldwin | 2001-01-24 | 1 | -2/+4 |
| * | select() DKI is now in <sys/selinfo.h>. | Garrett Wollman | 2001-01-09 | 1 | -1/+1 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -2/+1 |
| * | This patchset fixes a large number of file descriptor race conditions. | Matthew Dillon | 2000-11-18 | 1 | -11/+28 |
| * | o Centralize inter-process access control, introducing: | Robert Watson | 2000-08-30 | 1 | -1/+1 |
| * | Fix bug with timeout; previously, when attempting to poll the kqueue by | Jonathan Lemon | 2000-08-07 | 1 | -14/+22 |
| * | Back out rev 1.12; its not clear that this is the right thing to do, | Jonathan Lemon | 2000-08-01 | 1 | -2/+5 |
| * | Fix warnings - make kevent args in comment match those in syscalls.master. | Peter Wemm | 2000-07-28 | 1 | -4/+4 |
| * | Have kevent() automatically restart if interrupted by a signal. If this | Jonathan Lemon | 2000-07-27 | 1 | -5/+2 |
| * | Fix a bug which would cause some knotes to get lost when two kqueues | Jonathan Lemon | 2000-07-18 | 1 | -1/+2 |
| * | Simplify kqueue API slightly. | Jonathan Lemon | 2000-07-18 | 1 | -20/+16 |
| * | Report a file type (S_IFIFO) in kqueue_stat(). | Chris Costello | 2000-06-28 | 1 | -0/+1 |
| * | Add code so that the udata field is preserved across a TRACK event. | Jonathan Lemon | 2000-06-22 | 1 | -9/+18 |
| * | malloc(..., M_WAITOK) will not return NULL, so remove the error | Jonathan Lemon | 2000-06-10 | 1 | -34/+15 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -3/+3 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -3/+3 |
| * | Back out NOTE_EXIT status reporting pending discussion. | Brian Feldman | 2000-05-21 | 1 | -5/+0 |
| * | Put the wait(2) exit status in "data" for NOTE_EXIT kevents. | Brian Feldman | 2000-05-17 | 1 | -0/+5 |
| * | Fix one bug where the kn_head list could be manipulated without | Jonathan Lemon | 2000-05-04 | 1 | -2/+8 |
| * | Add files that I forgot to `cvs add' on last commit. | Jonathan Lemon | 2000-04-16 | 1 | -0/+907 |