1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 09:47:35 +00:00
serenity/DevTools
Andreas Kling 339f12e8a2 UserspaceEmulator: Implement an assortment of system calls
Here goes mkdir(), unlink(), socket(), getsockopt(), fchmod()
bind(), connect(), listen(), select() and recvfrom().

They're not perfect but they seem to work. :^)
2020-07-15 18:47:45 +02:00
..
FormCompiler AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
HackStudio LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode 2020-07-15 13:19:44 +02:00
Inspector LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
IPCCompiler AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
Profiler Profiler: Use SortingProxyModel::set_sort_role() 2020-07-04 19:22:30 +02:00
UserspaceEmulator UserspaceEmulator: Implement an assortment of system calls 2020-07-15 18:47:45 +02:00
VisualBuilder LibGUI: Turn GUI::Application::the() into a pointer 2020-07-04 16:54:55 +02:00
CMakeLists.txt UserspaceEmulator: Start building a userspace X86 emulator :^) 2020-07-07 22:44:58 +02:00