Re: request_sleep: new machine independent sleep api

2023-07-08 Thread Peter Hessler
On 2023 Jul 08 (Sat) at 13:09:00 +0300 (+0300), Tobias Heider wrote: : : :On July 8, 2023 11:36:21 AM GMT+03:00, Mark Kettenis wrote: :>> Date: Sat, 8 Jul 2023 10:10:51 +0200 :>> From: Tobias Heider :>> :>> This diff adds request_sleep(), a MI way of sending the machine to sleep in a :>> safe

Re: request_sleep: new machine independent sleep api

2023-07-08 Thread Tobias Heider
On July 8, 2023 11:36:21 AM GMT+03:00, Mark Kettenis wrote: >> Date: Sat, 8 Jul 2023 10:10:51 +0200 >> From: Tobias Heider >> >> This diff adds request_sleep(), a MI way of sending the machine to sleep in a >> safe thread. Support is limited to amd64, i386 and arm64 at the moment, >> macppc

Re: request_sleep: new machine independent sleep api

2023-07-08 Thread Mark Kettenis
> Date: Sat, 8 Jul 2023 10:10:51 +0200 > From: Tobias Heider > > This diff adds request_sleep(), a MI way of sending the machine to sleep in a > safe thread. Support is limited to amd64, i386 and arm64 at the moment, macppc > is currently an empty stub since it doesn't implement a sleep task (yet

request_sleep: new machine independent sleep api

2023-07-08 Thread Tobias Heider
This diff adds request_sleep(), a MI way of sending the machine to sleep in a safe thread. Support is limited to amd64, i386 and arm64 at the moment, macppc is currently an empty stub since it doesn't implement a sleep task (yet). Once this works, my next plan is adding a Ks_Cmd_Sleep keybinding t