1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 08:47:35 +00:00

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,7 +1,7 @@
From 6476eefcda05b18de380eca3b772042648107b07 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Fri, 18 Jun 2021 15:06:37 +0200
Subject: [PATCH 1/4] Skip use of glob() in serenity
Subject: [PATCH] Skip use of glob() in serenity
We don't have that yet.
---
@ -40,6 +40,3 @@ index fa09872..96002ac 100644
}
int create_dir(const char *path, uint32_t mode, uint32_t flags) noexcept
--
2.36.1

View file

@ -1,7 +1,7 @@
From e62df15632c7473f88055973d2e84aec9f7dc3d8 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Fri, 18 Jun 2021 15:06:37 +0200
Subject: [PATCH 2/4] Replace some size_t => Bitu
Subject: [PATCH] Replace some size_t => Bitu
FIXME: No information as to why this is a thing exists as of yet, fill
them in when that stuff is known.
@ -31,6 +31,3 @@ index 355a082..6c20b5c 100644
void WriteToRegister();
// Collections
--
2.36.1

View file

@ -1,7 +1,7 @@
From 73cb3bfcc987687c1ff1c1de02905b302a98a47a Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Fri, 18 Jun 2021 15:06:37 +0200
Subject: [PATCH 3/4] Manually hardcode SDL2 library name
Subject: [PATCH] Manually hardcode SDL2 library name
---
configure.ac | 6 ++----
@ -24,6 +24,3 @@ index 28e9281..1cc3691 100644
PRESDL_LIBS="$LIBS"
LIBS="$LIBS $SDL_LIBS"
CPPFLAGS="$CPPFLAGS $SDL_CFLAGS"
--
2.36.1

View file

@ -1,7 +1,7 @@
From 19c66fff43c31010e3cae00c4a4a6898c0a9a30a Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Fri, 18 Jun 2021 15:06:37 +0200
Subject: [PATCH 4/4] Disable SDL's accelerated rendering
Subject: [PATCH] Disable SDL's accelerated rendering
---
src/gui/sdlmain.cpp | 1 -
@ -19,6 +19,3 @@ index 7039f27..d445ebd 100644
(sdl.desktop.vsync ? SDL_RENDERER_PRESENTVSYNC : 0));
if (!sdl.renderer) {
LOG_MSG("%s\n", SDL_GetError());
--
2.36.1