- Mar 28, 2020
-
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
I haven't been able to receive xhc interrupt anyway.
-
- Mar 06, 2020
-
-
Jeremy Soller authored
Fix warnings See merge request !114
-
Skallwar authored
-
Skallwar authored
-
Skallwar authored
-
- Feb 19, 2020
-
-
Jeremy Soller authored
-
- Feb 13, 2020
-
-
Jeremy Soller authored
-
- Feb 11, 2020
-
-
Jeremy Soller authored
-
- Feb 09, 2020
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Feb 08, 2020
-
-
Jeremy Soller authored
- Jan 26, 2020
-
-
Jeremy Soller authored
Update README's debugging instructions See merge request redox-os/kernel!113
-
Joshua Abraham authored
-
- Jan 25, 2020
-
-
Jeremy Soller authored
Fix deadlock in sys: scheme See merge request !112
-
Joshua Abraham authored
This patch fixes a deadlock in the sys: scheme that is triggered when the iostat resource() is called in the same scope where the RwLock protecting the scheme's handles is write-locked.
-
- Dec 23, 2019
-
-
Jeremy Soller authored
-
- Dec 07, 2019
-
-
Jeremy Soller authored
-
- Nov 14, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Nov 02, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Oct 08, 2019
-
-
Jeremy Soller authored
implement remainder for nanosleep See merge request !110
-
Timothy DeHerrera authored
-
- Oct 06, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Aug 21, 2019
-
-
Jeremy Soller authored
Final few ptrace changes See merge request redox-os/kernel!109
-
- Aug 15, 2019
-
-
jD91mZM2 authored
I believe this could cause a deadlock if a blocking I/O operation was interrupted by a signal or otherwise, and decided to exit and close all files. It's unlikely to happen, but it can happen nontheless. This removes the mutex, but it's difficult to keep the code tidy. Hopefully this is good enough.
-
jD91mZM2 authored
This will let you stop at process exit and inspect it right before the process dies.
-
jD91mZM2 authored
-
jD91mZM2 authored
-
- Aug 13, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-