mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:27:34 +00:00
Ports: Bring all ReadMes in line with their respective patches
This commit is contained in:
parent
0e0db33a2a
commit
6641868c35
15 changed files with 118 additions and 139 deletions
|
@ -1,72 +1,37 @@
|
|||
# Patches for LibUV on SerenityOS
|
||||
# Patches for libuv on SerenityOS
|
||||
|
||||
## `0001-unix-Stub-out-get-set-priority-for-serenity.patch`
|
||||
|
||||
Serenity does not have `{get,set}priority()`, this stubs them out.
|
||||
unix: Stub out {get,set}priority for serenity
|
||||
|
||||
### Status
|
||||
- [X] Local?
|
||||
- [ ] Should be merged to upstream?
|
||||
- [X] Resolves issues(s) with our side of things
|
||||
- [X] Hack
|
||||
|
||||
## `0002-fs-Stub-out-unsupported-syscalls.patch`
|
||||
|
||||
Makes libuv use `statvfs` instead of `statfs`.
|
||||
fs: Stub out unsupported syscalls
|
||||
|
||||
### Status
|
||||
- [ ] Local?
|
||||
- [X] Should be merged to upstream?
|
||||
- [ ] Resolves issues(s) with our side of things
|
||||
- [ ] Hack
|
||||
|
||||
## `0003-stream-Don-t-use-AF_INET6.patch`
|
||||
|
||||
Serenity does not support IPv6, this removes them.
|
||||
stream: Don't use AF_INET6
|
||||
|
||||
### Status
|
||||
- [ ] Local?
|
||||
- [ ] Should be merged to upstream?
|
||||
- [X] Resolves issues(s) with our side of things
|
||||
- [ ] Hack
|
||||
|
||||
## `0004-tcp-Don-t-use-SO_LINGER.patch`
|
||||
|
||||
Serenity does not support `SO_LINGER`, this removes them.
|
||||
tcp: Don't use SO_LINGER
|
||||
|
||||
### Status
|
||||
- [ ] Local?
|
||||
- [ ] Should be merged to upstream?
|
||||
- [X] Resolves issues(s) with our side of things
|
||||
- [X] Hack
|
||||
|
||||
## `0005-build-Add-SerenityOS-platform-definitions.patch`
|
||||
|
||||
Adds SerenityOS platform definitions to the build.
|
||||
build: Add SerenityOS platform definitions
|
||||
|
||||
### Status
|
||||
- [ ] Local?
|
||||
- [X] Should be merged to upstream?
|
||||
- [ ] Resolves issues(s) with our side of things
|
||||
- [ ] Hack
|
||||
|
||||
## `0006-include-Teach-the-header-about-serenity.patch`
|
||||
|
||||
Make the header include guards understand that SerenityOS is a thing.
|
||||
include: Teach the header about serenity
|
||||
|
||||
### Status
|
||||
- [ ] Local?
|
||||
- [X] Should be merged to upstream?
|
||||
- [ ] Resolves issues(s) with our side of things
|
||||
- [ ] Hack
|
||||
|
||||
## `0007-build-Add-platform-specific-stubs-and-implementation.patch`
|
||||
|
||||
Adds implementations for libuv's primitives specific to SerenityOS.
|
||||
build: Add platform-specific stubs and implementations
|
||||
|
||||
### Status
|
||||
- [ ] Local?
|
||||
- [X] Should be merged to upstream?
|
||||
- [ ] Resolves issues(s) with our side of things
|
||||
- [ ] Hack
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue