[PR #174] [MERGED] - sceKernelOpen: added rdwr and append modes #1362

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/174
Author: @raziel1000
Created: 6/8/2024
Status: Merged
Merged: 6/9/2024
Merged by: @georgemoralis

Base: mainHead: kernel_stuff


📝 Commits (6)

  • 3b34aeb - sceKernelOpen: added rdwr and append modes
  • 8115665 fixed sceKernelClose when decriptor is negative value
  • 05e4a4b hackish random/urandom support
  • c16275f posix_usleep,posix_pthread_equal
  • d3adcf2 posix_pthread_mutex_trylock
  • a790c30 added sceKernelSleep and small fix on usleep

📊 Changes

7 files changed (+263 additions, -9 deletions)

View changed files

📝 src/core/libraries/kernel/file_system.cpp (+11 -0)
📝 src/core/libraries/kernel/libkernel.cpp (+15 -1)
📝 src/core/libraries/kernel/memory_management.cpp (+13 -2)
📝 src/core/libraries/kernel/memory_management.h (+3 -0)
📝 src/core/libraries/kernel/thread_management.cpp (+211 -4)
📝 src/core/libraries/kernel/thread_management.h (+4 -0)
📝 src/core/libraries/save_data/savedata.cpp (+6 -2)

📄 Description

  • saveDataMount: added mount mode 9, 28 and 34
  • pthread: added a bunch of needed functions
  • mem: added sceKernelMapNamedDirectMemory

🔄 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/174 **Author:** [@raziel1000](https://github.com/raziel1000) **Created:** 6/8/2024 **Status:** ✅ Merged **Merged:** 6/9/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `kernel_stuff` --- ### 📝 Commits (6) - [`3b34aeb`](https://github.com/shadps4-emu/shadPS4/commit/3b34aebe061a114f22aa0ad9b14e8accd1d03f96) - sceKernelOpen: added rdwr and append modes - [`8115665`](https://github.com/shadps4-emu/shadPS4/commit/8115665a905b9a7e7eca532389379e506a0af1f2) fixed sceKernelClose when decriptor is negative value - [`05e4a4b`](https://github.com/shadps4-emu/shadPS4/commit/05e4a4b4e1f86373f7f8c406ce95be8095f2b04a) hackish random/urandom support - [`c16275f`](https://github.com/shadps4-emu/shadPS4/commit/c16275fe16cdd2ab7931c28b904eeda70513bbeb) posix_usleep,posix_pthread_equal - [`d3adcf2`](https://github.com/shadps4-emu/shadPS4/commit/d3adcf2e6c02a62e4ced210cc7e4f1ef5f804b9b) posix_pthread_mutex_trylock - [`a790c30`](https://github.com/shadps4-emu/shadPS4/commit/a790c30c283c5190adf65517437cd60c30fb4c30) added sceKernelSleep and small fix on usleep ### 📊 Changes **7 files changed** (+263 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/file_system.cpp` (+11 -0) 📝 `src/core/libraries/kernel/libkernel.cpp` (+15 -1) 📝 `src/core/libraries/kernel/memory_management.cpp` (+13 -2) 📝 `src/core/libraries/kernel/memory_management.h` (+3 -0) 📝 `src/core/libraries/kernel/thread_management.cpp` (+211 -4) 📝 `src/core/libraries/kernel/thread_management.h` (+4 -0) 📝 `src/core/libraries/save_data/savedata.cpp` (+6 -2) </details> ### 📄 Description - saveDataMount: added mount mode 9, 28 and 34 - pthread: added a bunch of needed functions - mem: added sceKernelMapNamedDirectMemory --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:15 +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#1362
No description provided.