serenity/Ports/libuv/patches
2022-10-25 15:33:34 -06:00
..
0001-unix-Stub-out-get-set-priority-for-serenity.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0002-fs-Stub-out-unsupported-syscalls.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0003-stream-Don-t-use-AF_INET6.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0004-tcp-Don-t-use-SO_LINGER.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0005-build-Add-SerenityOS-platform-definitions.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0006-include-Teach-the-header-about-serenity.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0007-build-Add-platform-specific-stubs-and-implementation.patch Ports/libuv: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
ReadMe.md Ports: Bring all ReadMes in line with their respective patches 2022-05-22 00:11:16 +01:00

Patches for libuv on SerenityOS

0001-unix-Stub-out-get-set-priority-for-serenity.patch

unix: Stub out {get,set}priority for serenity

0002-fs-Stub-out-unsupported-syscalls.patch

fs: Stub out unsupported syscalls

0003-stream-Don-t-use-AF_INET6.patch

stream: Don't use AF_INET6

0004-tcp-Don-t-use-SO_LINGER.patch

tcp: Don't use SO_LINGER

0005-build-Add-SerenityOS-platform-definitions.patch

build: Add SerenityOS platform definitions

0006-include-Teach-the-header-about-serenity.patch

include: Teach the header about serenity

0007-build-Add-platform-specific-stubs-and-implementation.patch

build: Add platform-specific stubs and implementations