mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #174] [MERGED] - sceKernelOpen: added rdwr and append modes #1362
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#1362
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/174
Author: @raziel1000
Created: 6/8/2024
Status: ✅ Merged
Merged: 6/9/2024
Merged by: @georgemoralis
Base:
main← Head:kernel_stuff📝 Commits (6)
3b34aeb- sceKernelOpen: added rdwr and append modes8115665fixed sceKernelClose when decriptor is negative value05e4a4bhackish random/urandom supportc16275fposix_usleep,posix_pthread_equald3adcf2posix_pthread_mutex_trylocka790c30added 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.