Commit graph

25 commits

Author SHA1 Message Date
Ivan Chikish
6e6b8c0495 Logs: color notice 2023-07-30 12:09:58 +03:00
DH
84b2419241 [rpcsx-os] Use orbis::File instead of IoDeviceInstance 2023-07-29 19:53:56 +03:00
Ivan Chikish
907905b6ff shared_cv: improve waiting 2023-07-23 06:58:59 +03:00
Ivan Chikish
630213afb6 Fixup shared_mutex::lock_forced 2023-07-23 06:01:56 +03:00
Ivan Chikish
881e5b8bcc Fix shared_mutex::lock_forced 2023-07-23 04:45:21 +03:00
Ivan Chikish
9717128c1f [Logs] Fix uint8_t formatting 2023-07-15 17:24:00 +03:00
Ivan Chikish
50a6d1a074 [Logs] Use std::string_view for msg 2023-07-15 09:25:41 +03:00
Ivan Chikish
d89f315bd8 Logs: compact small hex numbers 2023-07-14 15:01:36 +03:00
elad335
0e3cbd6627 [SharedCV] Fix typo in shared_cv::impl_wait 2023-07-13 15:54:38 +03:00
Ivan Chikish
a4ad666817 [Logs] Don't print empty () 2023-07-12 21:41:14 +03:00
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