[PR #3506] [MERGED] AF_UNIX preliminary support #3525

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3506
Author: @mikusp
Created: 9/2/2025
Status: Merged
Merged: 9/6/2025
Merged by: @georgemoralis

Base: mainHead: socketpair


📝 Commits (6)

📊 Changes

7 files changed (+550 additions, -0 deletions)

View changed files

📝 CMakeLists.txt (+1 -0)
📝 src/core/libraries/kernel/kernel.cpp (+10 -0)
📝 src/core/libraries/network/net.h (+7 -0)
📝 src/core/libraries/network/sockets.h (+30 -0)
📝 src/core/libraries/network/sys_net.cpp (+106 -0)
📝 src/core/libraries/network/sys_net.h (+3 -0)
src/core/libraries/network/unix_sockets.cpp (+393 -0)

📄 Description

Used in the implementation of socketpair call. Might help with some esoteric apps


🔄 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/3506 **Author:** [@mikusp](https://github.com/mikusp) **Created:** 9/2/2025 **Status:** ✅ Merged **Merged:** 9/6/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `socketpair` --- ### 📝 Commits (6) - [`85b0b66`](https://github.com/shadps4-emu/shadPS4/commit/85b0b662a45881f370fe7067a3c10ef5462c119b) AF_UNIX preliminary support - [`e3351bb`](https://github.com/shadps4-emu/shadPS4/commit/e3351bb45c789f58e3f6f34aa17d037c10c4814e) fixed windows - [`0241a38`](https://github.com/shadps4-emu/shadPS4/commit/0241a38ec56ee4da67bcf1c103f7752eee884d59) added windows implemenation for socketpair - [`7927c7d`](https://github.com/shadps4-emu/shadPS4/commit/7927c7dc17a81ba7aba78e1d382ea25708b0bcfd) More gotos - [`3ddc852`](https://github.com/shadps4-emu/shadPS4/commit/3ddc852fa05b213ecb69eb4ade07d70474eacdac) added sys_socketpair for libkernel_ps2emu - [`dcd5218`](https://github.com/shadps4-emu/shadPS4/commit/dcd5218563a9e917c2c4a4c39f3f127a51cee143) Merge branch 'socketpair' of https://github.com/mikusp/shadPS4 into socketpair ### 📊 Changes **7 files changed** (+550 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -0) 📝 `src/core/libraries/kernel/kernel.cpp` (+10 -0) 📝 `src/core/libraries/network/net.h` (+7 -0) 📝 `src/core/libraries/network/sockets.h` (+30 -0) 📝 `src/core/libraries/network/sys_net.cpp` (+106 -0) 📝 `src/core/libraries/network/sys_net.h` (+3 -0) ➕ `src/core/libraries/network/unix_sockets.cpp` (+393 -0) </details> ### 📄 Description Used in the implementation of socketpair call. Might help with some esoteric apps --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:01 +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#3525
No description provided.