summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/dev/event.c
AgeCommit message (Expand)Author
2022-05-26KNF a bit.tsutsui
2021-09-26Driver "kqfilter" entry points return an error code, so if an invalidthorpej
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2020-12-19Use sel{record,remove}_knote().thorpej
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2017-10-25Use C99 initializer for filteropsmaya
2014-03-21Replace tsleep(9)/wakeup(9) with condvar(9) as practice.tsutsui
2008-03-01Welcome to 4.99.55:rmind
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-01-18de-__P, remove register, ansify.chs
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15rcsidlukem
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2001-12-27bcopy/bcmp/bzero -> memcpy/memcmp/memsetwiz
1996-11-27renamed variable in ev_poll(), compile again.oki
1996-11-23Implement poll(2).oki
1996-05-29added missing splx(s). pointed out by thorpej.oki
1996-05-05NetBSD/x68k, by Masaru Oki.oki