1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:27:42 +00:00
serenity/Ports/citron/patches
Ali Mohammad Pur b760a1a4ba Ports: Update the citron patches after upstreaming a few
This also switches to checking out a specific commit instead of just the
master HEAD, as the port linter requires a hash (which is imo pointless
in this case), and we can't provide a stable hash for the master branch
HEAD.
2022-02-13 19:03:43 +03:30
..
0001-Get-rid-of-wordexp-on-serenity.patch Ports: Update the citron patches after upstreaming a few 2022-02-13 19:03:43 +03:30
0002-Make-fiber-a-noop.patch Ports: Update the citron patches after upstreaming a few 2022-02-13 19:03:43 +03:30
0003-Make-coroutines-a-noop.patch Ports: Update the citron patches after upstreaming a few 2022-02-13 19:03:43 +03:30
0004-Don-t-mess-with-libsocket.patch Ports: Update the citron patches after upstreaming a few 2022-02-13 19:03:43 +03:30
0005-Disable-inject.patch Ports: Update the citron patches after upstreaming a few 2022-02-13 19:03:43 +03:30
0006-Disable-openmp.patch Ports: Update the citron patches after upstreaming a few 2022-02-13 19:03:43 +03:30
0007-Disable-GC-on-serenity.patch Ports: Update the citron patches after upstreaming a few 2022-02-13 19:03:43 +03:30
0008-Don-t-use-libbsd-on-serenity.patch Ports: Update the citron patches after upstreaming a few 2022-02-13 19:03:43 +03:30
0009-Disable-boehm-GC-on-serenity.patch Ports: Update the citron patches after upstreaming a few 2022-02-13 19:03:43 +03:30
ReadMe.md Ports: Update the citron patches after upstreaming a few 2022-02-13 19:03:43 +03:30

Patches for citron on SerenityOS

0001-Get-rid-of-wordexp-on-serenity.patch

Get rid of wordexp on serenity

0002-Make-fiber-a-noop.patch

Make fiber a noop

Serenity doesn't have ucontext.

0003-Make-coroutines-a-noop.patch

Make coroutines a noop

Serenity doesn't have ucontext.

0004-Don-t-mess-with-libsocket.patch

Don't mess with libsocket

0005-Disable-inject.patch

Disable inject

tcc requires ucontext.

0006-Disable-openmp.patch

Disable openmp

0007-Disable-GC-on-serenity.patch

Disable GC on serenity

0008-Don-t-use-libbsd-on-serenity.patch

Don't use libbsd on serenity

arc4random exists on serenity, there's no need to pull libbsd in for functionality that already exists.

0009-Disable-boehm-GC-on-serenity.patch

Disable boehm GC on serenity

Serenity doesn't have a bdwgc port, so disable it here.