You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Vm::handle_page_fault: lock IRQ since threads share the same VM and
can be a case where the lock is held and a reschedule interrupt occured.
* syscall::time: For monotonic, currently just return the realtime value
(in-order to make Xorg function).
* Pipe::write_at: lock IRQ
* Pipe::poll: initial implmentation and lock IRQ there aswell
* epoll: remove unused import
* time: `REALTIME_CLOCK` lock IRQ
* xorg: use poll instead of epoll for now
* xorg: compile with debug symbols
fun! :^)
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
0 commit comments