index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_event.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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