Commit graph

18 commits

Author SHA1 Message Date
DH 0bfc969b8e Disable clang-format for macros
clang-format-16 wrongly formats them
2023-07-13 13:41:03 +03:00
DH 9482bd6704 [rpcsx-os] Implement munmap
Hack for unimplemented device mmap
Hack to ignore ftruncate (requires shm implementation)
2023-07-13 13:30:37 +03:00
Ivan Chikish de973e369f Fix shared_cv deadlock
Was incorrect order of args for futex
2023-07-12 14:05:31 +03:00
DH fa2db8ed4b Fixed compilation errors 2023-07-12 05:22:57 +03:00
DH 030327cd1d [rpcsx-os] Enable thr_new
Fix uwrite
2023-07-12 03:13:39 +03:00
DH 800c1ffcdc [orbis-kernel] evf: implement shared evf
Protect shared evfs with mutex
Fixed memory leak on shared evf allocation
Fixed set condition on wait
Update RcIdMap usage to use new api
2023-07-08 02:21:10 +03:00
Isaac Marovitz 1f05a8a6a6 Run clang-format 2023-07-06 21:37:30 +01:00
DH 7bfa977086 [orbis-kernel][rpcsx-os] POC thr_new implementation (disabled by default) 2023-07-06 16:55:44 +03:00
Ivan Chikish 0d7b090032 [orbis-kernel] Implement utils::kstring 2023-07-05 13:08:13 +03:00
DH cfd1374afa [rpcsx-os/linker] Implement SceFreeTypeFull building 2023-06-30 17:14:05 +03:00
DH aee2ee62f6 [rpcsx-os/linker] Ignore needed that not exists 2023-06-29 23:01:47 +03:00
DH e6f6c37675 [rpcsx-os/loader] Search for needed by object name 2023-06-29 21:23:02 +03:00
DH 56c2e3a447 [rpcsx-gpu/linker] fixed needed loading 2023-06-29 18:44:30 +03:00
DH c7f7242c63 [rpcsx-os/linker] Implement module overriding with -o flag 2023-06-29 13:51:08 +03:00
DH 4ee7d2d54a [rpcsx-os/linker] Fix ehframe setup 2023-06-29 13:30:24 +03:00
DH 163c78555e [rpcsx-os] Implement sys_lseek 2023-06-26 12:49:33 +03:00
DH d9c08ea98c [rpcsx-os] implemented sys_read 2023-06-26 12:45:32 +03:00
DH 1fdadaaee9 Initial commit 2023-06-23 03:28:14 +03:00