shadPS4/src/core/libraries/kernel
georgemoralis e6a144ddb0
[Libs] sceNet IV (#2867)
* dummy returns in p2p sockets

* added logging for sceNetSetsockopt

* possible fix for ORBIS_NET_SO_LINGER set

* logging for getsockoption as well

* disable kernel getsockname (seems to create issues with cyberpunk)

* some fixes with SetSocketOptions

* arggg

* posix_getsockname try

* mutex protection

* removed duplicated include (diegolix29)

* posix_getsockname appears to have issues in cyberpunk , comment it for now
2025-05-13 08:54:38 +03:00
..
sync semaphore: Attempt to acquire before checking timeout 2024-12-24 15:39:17 +02:00
threads kernel: Implement scePthreadGetaffinity (#2916) 2025-05-12 10:46:53 -07:00
aio.cpp kernel: Clean up and fix some mistakes. (#2907) 2025-05-11 14:22:17 -07:00
aio.h sceKernelAio* implementation (#2160) 2025-01-16 18:27:52 +02:00
debug.cpp Minor libkernel changes (#2721) 2025-03-30 01:27:33 +02:00
debug.h Minor libkernel changes (#2721) 2025-03-30 01:27:33 +02:00
equeue.cpp Fix VideoOut events (#2330) 2025-02-03 17:37:28 +02:00
equeue.h VideoOut event cleanup (#2849) 2025-04-27 09:04:17 +03:00
file_system.cpp Only perform early read-write open when truncating is needed (#2874) 2025-05-02 11:22:05 -07:00
file_system.h libkernel: Filesystem code cleanup (#2554) 2025-03-26 18:03:35 +02:00
kernel.cpp [Libs] sceNet IV (#2867) 2025-05-13 08:54:38 +03:00
kernel.h kernel: Clean up and fix some mistakes. (#2907) 2025-05-11 14:22:17 -07:00
memory.cpp libkernel: Implement sceKernelMemoryPoolBatch (#2909) 2025-05-11 19:51:03 -07:00
memory.h libkernel: Implement sceKernelMemoryPoolBatch (#2909) 2025-05-11 19:51:03 -07:00
orbis_error.h core: Library cleanup (#1631) 2024-11-30 22:37:36 +02:00
posix_error.h core: Library cleanup (#1631) 2024-11-30 22:37:36 +02:00
process.cpp Implement sceKernelGetModuleInfo, sceKernelGetModuleInfoInternal, and sceKernelGetModuleList (#2850) 2025-04-27 09:32:01 +03:00
process.h Handle error behavior in sceSysmoduleGetModuleInfoForUnwind stub (#2629) 2025-03-09 23:17:33 +02:00
threads.cpp kernel: Rewrite pthread emulation (#1440) 2024-11-21 22:59:38 +02:00
threads.h kernel: Implement scePthreadGetaffinity (#2916) 2025-05-12 10:46:53 -07:00
time.cpp clock_gettime fixes for windows (#2659) 2025-03-20 22:24:47 +02:00
time.h sceKernelAio* implementation (#2160) 2025-01-16 18:27:52 +02:00