index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sun
/
event.c
Age
Commit message (
Expand
)
Author
2021-09-26
Change the kqueue filterops::f_isfd field to filterops::f_flags, and
thorpej
2020-12-18
Use sel{record,remove}_knote().
thorpej
2017-10-25
Use C99 initializer for filterops
maya
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-03-01
Welcome to 4.99.55:
rmind
2007-12-05
Do not "return 1" from kqfilter for errors. That value is passed
pooka
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-17
Change the process/lwp flags seen by userland via sysctl back to the
pavel
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-04
de-__P
perry
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
More changes for providing lwpid for ktrace (sparc GENERIC built)
darrenr
2002-11-26
si_ -> sel_
christos
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-21
vuid_event.h is in dev/sun now.
uwe
2002-01-14
Call malloc(9) with M_ZERO flag instead of bzero() after malloc().
tsutsui
2001-11-13
add RCSIDs
lukem
2001-06-07
LKM friendly: move ev_out32() to netbsd32 specific code; add an ev_out32 hook.
mrg
2000-08-22
#include <compat/netbsd32/netbsd32.h> if necessary
mrg
2000-08-20
Add COMPAT_NETBSD32 support.
eeh
2000-03-30
Remove register declarations.
augustss
1996-09-12
update these for poll(2) changes.
mrg
1996-05-29
Add missing splx(), per Jason.
pk
1996-01-24
New "child" drivers for Sun keyboard and mouse attached to z8530sc.
gwr