[PR #3927] WIP: port: Add x64 FreeBSD #3809

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3927
Author: @xinitrcn1
Created: 1/15/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (7)

📊 Changes

19 files changed (+179 additions, -91 deletions)

View changed files

📝 CMakeLists.txt (+11 -2)
📝 externals/CMakeLists.txt (+16 -8)
📝 src/common/adaptive_mutex.h (+1 -1)
📝 src/common/signal_context.cpp (+23 -8)
📝 src/core/address_space.cpp (+14 -2)
📝 src/core/debugger.cpp (+5 -3)
📝 src/core/file_sys/fs.cpp (+33 -31)
📝 src/core/libraries/kernel/threads/exception.cpp (+22 -0)
📝 src/core/libraries/kernel/time.cpp (+2 -2)
📝 src/core/libraries/network/net.cpp (+10 -3)
📝 src/core/libraries/network/net_epoll.cpp (+4 -0)
📝 src/core/libraries/network/net_epoll.h (+3 -2)
📝 src/core/libraries/network/net_util.cpp (+6 -3)
📝 src/core/tls.cpp (+2 -2)
📝 src/emulator.cpp (+1 -1)
📝 src/sdl_window.cpp (+2 -1)
📝 src/video_core/buffer_cache/region_manager.h (+1 -1)
📝 src/video_core/page_manager.cpp (+17 -17)
📝 src/video_core/page_manager.h (+6 -4)

📄 Description

adds freebsd support


🔄 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/3927 **Author:** [@xinitrcn1](https://github.com/xinitrcn1) **Created:** 1/15/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`6fc075a`](https://github.com/shadps4-emu/shadPS4/commit/6fc075afde224f2e1ff649641b30a2bb3cff31ad) port: Add x64 FreeBSD - [`b619326`](https://github.com/shadps4-emu/shadPS4/commit/b619326eabacc9bc1561ffde1623a6751c6a2574) clang formaa - [`9246975`](https://github.com/shadps4-emu/shadPS4/commit/9246975c6b9c98db44f3a0203c0145724d31da5d) fix epoll stuffs - [`d49e72b`](https://github.com/shadps4-emu/shadPS4/commit/d49e72b018ec11afc113b0f111f6bdea4ebfb736) date-tz for fbsd, force submodule zydis - [`6af3238`](https://github.com/shadps4-emu/shadPS4/commit/6af3238d0fbf5bdb93fd93dd9b5ac323426eaa61) fix filesystem hang + date-tz - [`25cbc11`](https://github.com/shadps4-emu/shadPS4/commit/25cbc116a54b6bafe5b7b5cbb80ff96de8540cb6) fix - [`3681080`](https://github.com/shadps4-emu/shadPS4/commit/3681080448fe084812c69a6b3c0cdea9c6be8e1b) fix freebsd SIGBUS ### 📊 Changes **19 files changed** (+179 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+11 -2) 📝 `externals/CMakeLists.txt` (+16 -8) 📝 `src/common/adaptive_mutex.h` (+1 -1) 📝 `src/common/signal_context.cpp` (+23 -8) 📝 `src/core/address_space.cpp` (+14 -2) 📝 `src/core/debugger.cpp` (+5 -3) 📝 `src/core/file_sys/fs.cpp` (+33 -31) 📝 `src/core/libraries/kernel/threads/exception.cpp` (+22 -0) 📝 `src/core/libraries/kernel/time.cpp` (+2 -2) 📝 `src/core/libraries/network/net.cpp` (+10 -3) 📝 `src/core/libraries/network/net_epoll.cpp` (+4 -0) 📝 `src/core/libraries/network/net_epoll.h` (+3 -2) 📝 `src/core/libraries/network/net_util.cpp` (+6 -3) 📝 `src/core/tls.cpp` (+2 -2) 📝 `src/emulator.cpp` (+1 -1) 📝 `src/sdl_window.cpp` (+2 -1) 📝 `src/video_core/buffer_cache/region_manager.h` (+1 -1) 📝 `src/video_core/page_manager.cpp` (+17 -17) 📝 `src/video_core/page_manager.h` (+6 -4) </details> ### 📄 Description adds freebsd support --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#3809
No description provided.