[PR #1529] [MERGED] Minor Kernel Fixes #2152

Closed
opened 2026-02-27 21:15:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1529
Author: @StevenMiller123
Created: 11/13/2024
Status: Merged
Merged: 11/14/2024
Merged by: @georgemoralis

Base: mainHead: miscfixes


📝 Commits (7)

  • 8c95a52 Skip destruction of adaptive mutex initializers
  • 9504124 Fix posix_lseek result overflow
  • 3095e34 Add posix_fsync
  • fd6a404 Properly handle VirtualQuery calls on PoolReserved memory.
  • f8c755f Export posix_getpagesize under libkernel
  • 64f73b5 Clang
  • 95654dd Merge branch 'shadps4-emu:main' into miscfixes

📊 Changes

4 files changed (+20 additions, -2 deletions)

View changed files

📝 src/core/libraries/kernel/file_system.cpp (+13 -1)
📝 src/core/libraries/kernel/libkernel.cpp (+1 -0)
📝 src/core/libraries/kernel/thread_management.cpp (+4 -0)
📝 src/core/memory.cpp (+2 -1)

📄 Description

I've fixed a handful of kernel-related issues I've observed recently. This build brings Hatsune Miku Project Diva X ingame for Linux users. Let me know if there is anything I should change.


🔄 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/1529 **Author:** [@StevenMiller123](https://github.com/StevenMiller123) **Created:** 11/13/2024 **Status:** ✅ Merged **Merged:** 11/14/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `miscfixes` --- ### 📝 Commits (7) - [`8c95a52`](https://github.com/shadps4-emu/shadPS4/commit/8c95a521d093fbf3766360c4c85d1d07612009c6) Skip destruction of adaptive mutex initializers - [`9504124`](https://github.com/shadps4-emu/shadPS4/commit/950412412a25552161821609aada8a51bdd12368) Fix posix_lseek result overflow - [`3095e34`](https://github.com/shadps4-emu/shadPS4/commit/3095e34583e7a08e8679fc8a9b0fd754ca462cca) Add posix_fsync - [`fd6a404`](https://github.com/shadps4-emu/shadPS4/commit/fd6a40467526eed100a13515ea1aa3875c683747) Properly handle VirtualQuery calls on PoolReserved memory. - [`f8c755f`](https://github.com/shadps4-emu/shadPS4/commit/f8c755fb1013073bb2748940aa99a2503a27c367) Export posix_getpagesize under libkernel - [`64f73b5`](https://github.com/shadps4-emu/shadPS4/commit/64f73b57eff6c32049b75d2b0938b12f22e99493) Clang - [`95654dd`](https://github.com/shadps4-emu/shadPS4/commit/95654dd9bc8842c1402f2091a448dc0b0bc88838) Merge branch 'shadps4-emu:main' into miscfixes ### 📊 Changes **4 files changed** (+20 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/file_system.cpp` (+13 -1) 📝 `src/core/libraries/kernel/libkernel.cpp` (+1 -0) 📝 `src/core/libraries/kernel/thread_management.cpp` (+4 -0) 📝 `src/core/memory.cpp` (+2 -1) </details> ### 📄 Description I've fixed a handful of kernel-related issues I've observed recently. This build brings Hatsune Miku Project Diva X ingame for Linux users. Let me know if there is anything I should change. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:15:23 +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#2152
No description provided.