mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-24 23:36:00 +03:00
[PR #3927] WIP: port: Add x64 FreeBSD #3809
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#3809
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/3927
Author: @xinitrcn1
Created: 1/15/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (7)
6fc075aport: Add x64 FreeBSDb619326clang formaa9246975fix epoll stuffsd49e72bdate-tz for fbsd, force submodule zydis6af3238fix filesystem hang + date-tz25cbc11fix3681080fix freebsd SIGBUS📊 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.