summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/apm.c
AgeCommit message (Expand)Author
2024-05-29indent with tabs not spaces; from jon@elytron.openbsd.amsterdamJonathan Gray
2024-05-28Garbage collect sleep_abort(); it doesn't do anything useful anymore.Mark Kettenis
2023-07-08Adds request_sleep(), a MI way of sending the machine to sleep inTobias Heider
2022-10-23Connect macppc's power button and lid to the SUSPEND stubsGeorge Koehler
2022-03-13Constify struct cfattach.Martin Pieuchot
2022-02-16change MD gosleep() and sleep_finish() to return int, the MI code will beTheo de Raadt
2022-02-15Since acpitoshiba brightness button processing no longer plays gamesTheo de Raadt
2022-02-15when the MI suspend code encounters problems, we need a way toTheo de Raadt
2022-02-15MI disable_lid_wakeups() is not needed, x86 systems can do thisTheo de Raadt
2022-02-12add MP stubsTheo de Raadt
2022-02-12for non-SUSPEND kernel, put the ioctl pieces entirely inside #ifdefTheo de Raadt
2022-02-11the sleep_clocks() hook is not needed because the architectures whichTheo de Raadt
2022-02-10Add stubs for macppc suspendGeorge Koehler
2021-03-26Return EOPNOTSUPP for unsupported ioctlskn
2020-12-25Refactor klist insertion and removalVisa Hankala
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
2016-12-05Harmonize battery state thresholds accross platforms.Frederic Cambus
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-06-16Uses generic confargs to attach the apm(4) and piic(4) drivers instead ofMartin Pieuchot
2011-06-15Add a const char* as first member of struct adb_attach_args, so that we canMiod Vallat
2009-02-26Add a two new ioctls to the apm(4) interface.Owain Ainsworth
2007-12-11reword license to change regents to authors, and remove advertising clause.Ted Unangst
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
2005-10-15- merge adb_direct.h bits into adbvar.hMartin Reindl
2005-03-29Missing break;Miod Vallat
2003-10-16spacesTheo de Raadt
2003-10-16more ANSI/KNF.Dale Rahn
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-06-07KNFMiod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-03Add $OpenBSD$ tags which were removed when this code was copied.Dale Rahn
2001-10-03apm support for macppc. This is not fully implemented, sleep modesDale Rahn