Commit graph

39 commits

Author SHA1 Message Date
DH 6a66bcfcfc [rpcsx-os] dce: Ignore 0xc0308203 0x21 ioctl 2023-07-13 13:28:31 +03:00
DH 6e5792aff2 [rpcsx-os] Ignore 0x802450c9 gc ioctl 2023-07-13 13:27:15 +03:00
Ivan Chikish 230193129f [orbis-kernel] Add basic EFAULT check
Check for valid pointer range
Replace some deprecated checks
2023-07-12 17:40:11 +03:00
Ivan Chikish 1550bfc7b1 Partially replace printf with ORBIS_LOG 2023-07-12 15:12:34 +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 734bc9110e [rpcsx-os] Simplify syscall dispatch configuration 2023-07-12 04:19:13 +03:00
DH 030327cd1d [rpcsx-os] Enable thr_new
Fix uwrite
2023-07-12 03:13:39 +03:00
DH 679bf94b5c [orbis-kernel] Added uread/uwrite of arrays
Deprecate uread without error code
2023-07-11 23:13:09 +03:00
Marcos Vinicius 51150f4b07
Resolve compilation warnings (#15) 2023-07-10 18:48:20 +03:00
František Zatloukal 14f76e2a91 gcc: add a few missing includes (cstdlib, string) 2023-07-10 15:52:03 +03:00
Ivan Chikish c2e47df91f Fix formatting 2023-07-08 21:47:13 +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
DH cf9add7209 [rpcsx-os] export backtrace api 2023-07-08 02:01:24 +03:00
Chris Rizzitello 9aafaea7f0
Find packages and sane include dirs (#8) 2023-07-07 04:35:03 +03:00
Isaac Marovitz 1f05a8a6a6 Run clang-format 2023-07-06 21:37:30 +01:00
DH 5f6647540c [orbis-os] Fixed crash with gcc-12 2023-07-06 18:31:29 +03:00
DH 7bfa977086 [orbis-kernel][rpcsx-os] POC thr_new implementation (disabled by default) 2023-07-06 16:55:44 +03:00
DH c269d23665 [rpcsx-os] POC: jump to guest context 2023-07-06 14:26:57 +03:00
DH b50b6f6d48 [rpcsx-os] Protect vm with mutex 2023-07-05 23:08:51 +03:00
Ivan Chikish 0d7b090032 [orbis-kernel] Implement utils::kstring 2023-07-05 13:08:13 +03:00
Ivan Chikish 932bb30e79 [dipsw] Fix IoDevice naming
Fix DmemDevice redeclaration
2023-07-05 11:42:56 +03:00
Ivan Chikish d7a34f0904 Initial kernel allocator 2023-07-04 19:22:18 +03:00
DH 8f79685f77 [rpcsx-os/linker] Fix so name 2023-07-01 15:43:56 +03:00
DH a2fe62bd7d [rpcsx-os/linker] Do not load same prx twice 2023-07-01 15:32:16 +03:00
DH cfd1374afa [rpcsx-os/linker] Implement SceFreeTypeFull building 2023-06-30 17:14:05 +03:00
DH 1c480cd3f3 [rpcsx-os/linker] do not ignore detached symbols
Properly protect memory
TODO: handle relocation segment also
2023-06-30 16:04:07 +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 3d5ea2120c [rpcsx-os/vm] Added kMapInternalReserveOnly mapping flag
Use if you need to allocate guest memory, but delay host allocation
2023-06-29 13:33:21 +03:00
DH 4ee7d2d54a [rpcsx-os/linker] Fix ehframe setup 2023-06-29 13:30:24 +03:00
DH f6b73f6f29 [rpcsx-os/linker] Do not report PT_SCE_RELRO as segment 2023-06-29 13:28:10 +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 1e733facaa [rpcsx-gpu] Implemented swapchain 2023-06-25 16:54:49 +03:00
DH 2ab5cfb1f3 Add OS<->GPU IPC 2023-06-24 23:48:25 +03:00
DH 1fdadaaee9 Initial commit 2023-06-23 03:28:14 +03:00