[PR #3293] [MERGED] Wiring misc functions #3362

Closed
opened 2026-02-27 22:03:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3293
Author: @mikusp
Created: 7/22/2025
Status: Merged
Merged: 7/23/2025
Merged by: @georgemoralis

Base: mainHead: wiring


📝 Commits (7)

  • f6dce11 Register some posix functions
  • 218ecc5 Stub sceKernelIsAddressSanitizerEnabled
  • a80df92 Wire more pthread_attr functions
  • d5d598d Register sys_getsockopt to libScePosix
  • 2318e68 Register sys_getpeername to libScePosix
  • c80ec5b getpid() returns tid now
  • 974bca9 Log sceKernelIsAddressSanitizerEnabled

📊 Changes

5 files changed (+30 additions, -1 deletions)

View changed files

📝 src/core/libraries/kernel/kernel.cpp (+5 -1)
📝 src/core/libraries/kernel/memory.cpp (+7 -0)
📝 src/core/libraries/kernel/threads/condvar.cpp (+2 -0)
📝 src/core/libraries/kernel/threads/pthread.cpp (+12 -0)
📝 src/core/libraries/kernel/threads/pthread_attr.cpp (+4 -0)

📄 Description

Extracted from Network WIP


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3293 **Author:** [@mikusp](https://github.com/mikusp) **Created:** 7/22/2025 **Status:** ✅ Merged **Merged:** 7/23/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `wiring` --- ### 📝 Commits (7) - [`f6dce11`](https://github.com/shadps4-emu/shadPS4/commit/f6dce114cd5204cbdc372ac0391976f77d53f34b) Register some posix functions - [`218ecc5`](https://github.com/shadps4-emu/shadPS4/commit/218ecc5d0aa38964665e985cf4bfa28c21d548f0) Stub sceKernelIsAddressSanitizerEnabled - [`a80df92`](https://github.com/shadps4-emu/shadPS4/commit/a80df920b3f3ce7b6818c2d71f3d65667c61f697) Wire more pthread_attr functions - [`d5d598d`](https://github.com/shadps4-emu/shadPS4/commit/d5d598d399a68083b42cbef6c3159f173a05a47f) Register sys_getsockopt to libScePosix - [`2318e68`](https://github.com/shadps4-emu/shadPS4/commit/2318e68c74ecb0e36fb606954d3adee3c94d5e00) Register sys_getpeername to libScePosix - [`c80ec5b`](https://github.com/shadps4-emu/shadPS4/commit/c80ec5b9b7bd7d6fe12d55db70aad457cd0596da) getpid() returns tid now - [`974bca9`](https://github.com/shadps4-emu/shadPS4/commit/974bca971267dfd5f9064ba2fba9b2e61c92ed3d) Log sceKernelIsAddressSanitizerEnabled ### 📊 Changes **5 files changed** (+30 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/kernel.cpp` (+5 -1) 📝 `src/core/libraries/kernel/memory.cpp` (+7 -0) 📝 `src/core/libraries/kernel/threads/condvar.cpp` (+2 -0) 📝 `src/core/libraries/kernel/threads/pthread.cpp` (+12 -0) 📝 `src/core/libraries/kernel/threads/pthread_attr.cpp` (+4 -0) </details> ### 📄 Description Extracted from Network WIP --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3362
No description provided.