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