Commit graph

15 commits

Author SHA1 Message Date
Ivan Chikish de973e369f Fix shared_cv deadlock
Was incorrect order of args for futex
2023-07-12 14:05:31 +03:00
Ivan Chikish 389627ff73 [Logs] Print colors only on TTY 2023-07-10 04:58:21 +03:00
Ivan Chikish cae3d4ec7a [Logs] Add colors to formatting 2023-07-09 12:07:39 +03:00
Ivan Chikish d1651531c3 [Logs] Implement format_n for char[N] 2023-07-08 19:10:48 +03:00
Ivan Chikish aec2574018 [Logs] Don't read nullptr string 2023-07-08 17:39:59 +03:00
Ivan Chikish 820a97ddec [orbis-kernel] shared_cv: fix formatting 2023-07-07 21:37:24 +03:00
Ivan Chikish cab89f44a5 [orbis-kernel] shared_cv fixup 2023-07-07 14:16:35 +03:00
Ivan Chikish 3d78443496 [orbis-kernel] Hopefully fix shared_cv 2023-07-07 13:49:59 +03:00
Ivan Chikish 99f520491c [orbis-kernel] shared_cv fixup
notify_one should work, notify_all probably doesn't.
2023-07-07 04:58:59 +03:00
DH 4caf726005 [orbis-kernel] Logs: fix crash on char[N] format
Cleanup, remove duplicated const formatters
Allow filtering by log level
2023-07-07 02:04:05 +03:00
Isaac Marovitz 1f05a8a6a6 Run clang-format 2023-07-06 21:37:30 +01:00
Ivan Chikish 5bb820084e [orbis-kernel] Implement shared_cv
Shared (IPC-ready) condition variable.
Relicensed and improved from RPCS3.
2023-07-06 16:11:21 +03:00
DH 14cfdd0eb3 [orbis-kernel] Implement evf syscalls 2023-07-05 01:43:47 +03:00
jas0n098 0f76e72de1 Fix build failure with gcc-13
std::uintmax_t and std::uintptr_t need <cstdint>
2023-07-03 19:07:28 +03:00
Ivan Chikish 1ee6b7c970 Merge orbis-kernel submodule 2023-07-03 14:12:41 +03:00