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