serenity/Ports/libuv/patches
2022-05-22 00:11:16 +01:00
..
0001-unix-Stub-out-get-set-priority-for-serenity.patch Ports: Add libuv 2021-07-09 15:36:50 +02:00
0002-fs-Stub-out-unsupported-syscalls.patch Ports/libuv: Fix build failure due to missing statfs() function 2021-12-27 02:02:03 -08:00
0003-stream-Don-t-use-AF_INET6.patch Ports: Add libuv 2021-07-09 15:36:50 +02:00
0004-tcp-Don-t-use-SO_LINGER.patch Ports: Add libuv 2021-07-09 15:36:50 +02:00
0005-build-Add-SerenityOS-platform-definitions.patch Ports: Add libuv 2021-07-09 15:36:50 +02:00
0006-include-Teach-the-header-about-serenity.patch Ports: Add libuv 2021-07-09 15:36:50 +02:00
0007-build-Add-platform-specific-stubs-and-implementation.patch Ports/libuv: Update libuv to version 1.44.1 2022-04-11 19:43:56 -07: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