serenity/Ports/abseil/patches
kleines Filmröllchen 181cd8fb0c Ports: Add abseil and protobuf
Abseil's Serenity support is a little limited:
- No support for any timezone shenanigans since protobuf hopefully
  doesn't use those. For now, abseil will always believe to be in UTC on
  Serenity.
- In most places where explicit platforms need to be added to a list of
  supported platforms, Serenity will be missing. Again I only added the
  ones that are required for protobuf.
2023-10-03 15:21:26 +02:00
..
0001-Remove-strptime-support-on-Serenity.patch Ports: Add abseil and protobuf 2023-10-03 15:21:26 +02:00
0002-Remove-LibC-timezone-support-on-Serenity.patch Ports: Add abseil and protobuf 2023-10-03 15:21:26 +02:00
0003-Only-check-error-codes-on-platforms-where-they-exist.patch Ports: Add abseil and protobuf 2023-10-03 15:21:26 +02:00
0004-Remove-elf_mem_image-support-on-Serenity.patch Ports: Add abseil and protobuf 2023-10-03 15:21:26 +02:00
0005-Recognize-Serenity-as-having-mmap-pthread_getschedpa.patch Ports: Add abseil and protobuf 2023-10-03 15:21:26 +02:00
ReadMe.md Ports: Add abseil and protobuf 2023-10-03 15:21:26 +02:00

Patches for abseil on SerenityOS

0001-Remove-strptime-support-on-Serenity.patch

Remove strptime support on Serenity

0002-Remove-LibC-timezone-support-on-Serenity.patch

Remove LibC timezone support on Serenity

0003-Only-check-error-codes-on-platforms-where-they-exist.patch

Only check error codes on platforms where they exist

0004-Remove-elf_mem_image-support-on-Serenity.patch

Remove elf_mem_image support on Serenity

0005-Recognize-Serenity-as-having-mmap-pthread_getschedpa.patch

Recognize Serenity as having mmap, pthread_getschedparam, and sched_yield