summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/aed.c
AgeCommit message (Expand)Author
2021-09-26Driver "kqfilter" entry points return an error code, so if an invalidthorpej
2021-09-26Use seltrue_filtops rather than rolling our own with filt_seltrue.thorpej
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2020-12-19Use sel{record,remove}_knote().thorpej
2017-10-25Use C99 initializer for filteropsmaya
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-27split device_t/softc for all remaining drivers.chs
2011-06-18struct device * -> device_tmatt
2009-11-01Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).snj
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-03-01Welcome to 4.99.55:rmind
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-29Use device_cfdata().thorpej
2005-12-11merge ktrace-lwp.christos
2005-06-05Don't shadow global aed_sc with local aed_sc.nathanw
2003-07-15__KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc builtdarrenr
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-02-17Sync with mac68k.tsubai
1998-10-18Add wsmouse support.tsubai
1998-10-13Fix cut-and-paste miss...tsubai
1998-10-13Split ADB driver to aed (ADB event device), akbd (ADB keyboard),tsubai