Commit graph

64 commits

Author SHA1 Message Date
DH 2ca090345a [orbis-os] Fix freetype initialization 2023-07-19 23:28:23 +03:00
Ivan Chikish 76db5849a0 [orbis-kernel] Implement basic sys_socketex
Implement sys_socketclose
2023-07-19 18:04:26 +03:00
DH 31fd85ce1d [rpcsx-os] vm: add getPageProtection api 2023-07-19 15:00:58 +03:00
DH 1d55e83965 [rpcsx-os] linker: fix module load order 2023-07-19 01:42:47 +03:00
DH 9818f5dc62 [rpcsx-os] linker: do not ignore symbols 2023-07-18 18:54:05 +03:00
Ivan Chikish ef879117f9 SysExit: print to stderr 2023-07-18 15:56:22 +03:00
DH adacb8daa6 [rpcsx-os] Use xbyak to set context 2023-07-18 03:26:33 +03:00
Ivan Chikish 9462e12735 Implement thread names 2023-07-17 15:22:23 +03:00
Ivan Chikish 3eb73b5534 [orbis-kernel] Fix sys_namedobj_delete+ 2023-07-15 17:00:47 +03:00
Eladash 3dbf146fbd [orbis-config.hpp] Add integral zero/sign extension specailization for uwrite 2023-07-15 14:48:16 +03:00
Ivan Chikish bc39c9be63 Linker: search /app0/sce_module/
Currently limited, requires decrypted modules with .elf ext
2023-07-14 15:04:23 +03:00
Ivan Chikish cca5a79200 Reduce libSceAbstractTwitch spam 2023-07-14 15:02:18 +03:00
Ivan Chikish d89f315bd8 Logs: compact small hex numbers 2023-07-14 15:01:36 +03:00
DH 81c7920a73 [rpcsx-os] Disallow sys_close on fd 0
Hack, will be removed
2023-07-14 04:34:57 +03:00
Ivan Chikish d6c8353636 Fix sys_open compilation 2023-07-13 23:37:21 +03:00
Ivan Chikish 653eff3d16 More flockfile 2023-07-13 23:34:46 +03:00
DH 39c2dc3dbb [rpcsx-os] Temporary pread implementation
Trace open/close
2023-07-13 22:34:49 +03:00
Ivan Chikish aa00adc9ec Minor logging improvements 2023-07-13 17:55:14 +03:00
DH f11efcd324 [rpcsx-os] use 8mb for alt stack 2023-07-13 17:50:36 +03:00
DH 7c45d9bb90 [rpcsx-os] Attempt to fix crash for gcc-12 2023-07-13 16:18:38 +03:00
DH 38f562181f [rpcsx-os] Setup altstack per thread 2023-07-13 15:53:05 +03:00
DH 01a98af098 [rpcsx-os] Wake umtx on thr_exit 2023-07-13 14:44:57 +03:00
DH 0bfc969b8e Disable clang-format for macros
clang-format-16 wrongly formats them
2023-07-13 13:41:03 +03:00
DH 6a137ea557 [rpcsx-os] backtrace: print module name if so name empty 2023-07-13 13:35:22 +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
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