/lib/libpci/

-9.3 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/apm
AgeCommit message (Expand)Author
2023-07-10Implement logging for rwlock_enter() and rwlock_exit(), move from do-while ma...Merlin Scholz
2023-07-10Implement file and line logging for mutex locksMerlin Scholz
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2020-12-19Use sel{record,remove}_knote().thorpej
2018-07-10Remove unused macro.maya
2017-10-28Add some #includes to make a few more header files compile.riastradh
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2017-10-25Use C99 initializer for filteropsmaya
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
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
2013-11-08fix unused variablechristos
2012-09-30Remove code from dev/apm/apm.c for setting global variables to parameterisedsl
2012-09-30Remove the fields were are only used by the 'now removed' i386 APC biosdsl
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2010-03-10Fix apm(4) suspend/resume:bouyer
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-09-16In pmf(9), improve the implementation of device self-suspensiondyoung
2009-04-05buildfix: include <sys/selinfo.h> for struct selinfo.cegger
2009-04-03Treat OAPM_IOC_GETPOWER as APM_IOC_GETPOWER - from apmdev(4).uwe
2008-06-12use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-12Use device_t and its accessors throughout. Use aprint_*_dev().dyoung
2008-03-07Split device_t/softc for i386's apm(4), and other related cosmetic changes.cube
2008-03-01Welcome to 4.99.55:rmind
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-12-05lockmgr -> mutexad
2007-11-25Do not run the get_powstat callback in apm_attach(), this has a badxtraeme
2007-07-09warning: 'apm_create_thread' declared 'static' but never definedad
2007-07-09- struct proc *sc_thread;ad
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-12-10Use aprint_normal for attachment messages.uwe
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12Use __unused in function arguments where appropiate. (hi christos)xtraeme
2006-10-04add missing initializer elementdogcow
2006-07-17make APM_POWER_PRINT compile.christos
2006-07-10fix some field names (Arnaud Lacombe)christos
2006-07-08Make apm an MI backend to be used by the i386 bios implementation and thechristos
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-05-11Fix typo in defined variable; from Sergey Svishchev.wiz
2002-10-14Moved MI APM definitions into dev/apm.takemura