mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #3293] [MERGED] Wiring misc functions #3362
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3362
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:wiring📝 Commits (7)
f6dce11Register some posix functions218ecc5Stub sceKernelIsAddressSanitizerEnableda80df92Wire more pthread_attr functionsd5d598dRegister sys_getsockopt to libScePosix2318e68Register sys_getpeername to libScePosixc80ec5bgetpid() returns tid now974bca9Log 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.