mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-24 03:32:40 +03:00
Ports: Format patches without numbering, commit hash or version number
This commit is contained in:
parent
d69a79b03b
commit
d426c5a4b2
Notes:
sideshowbarker
2024-07-17 10:22:22 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/d426c5a4b2 Pull-request: https://github.com/SerenityOS/serenity/pull/14199 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/linusg ✅
@ -834,7 +834,7 @@ do_dev() {
|
||||
if [ "$first_hash" != "$current_hash" ]; then
|
||||
>&2 echo "Note: Regenerating patches as there are some commits in the port repo (started at $first_hash, now is $current_hash)"
|
||||
rm -fr patches/*.patch
|
||||
git -C "$git_repo" format-patch "$first_hash" -o "$(realpath patches)"
|
||||
git -C "$git_repo" format-patch --no-numbered --zero-commit --no-signature "$first_hash" -o "$(realpath patches)"
|
||||
do_generate_patch_readme
|
||||
fi
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
From a85ea6751a9628b9a6ff3caede0a1365490d3cec Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Pavel Safar <safar.pavel@gmail.com>
|
||||
Date: Mon, 7 Jun 2021 14:26:26 +0200
|
||||
Subject: [PATCH] Skip using find_package() for SDL2
|
||||
@ -24,6 +24,3 @@ index 38f6ba8..d0d8463 100644
|
||||
+target_link_libraries(raw SDL2)
|
||||
target_link_libraries(raw z)
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
7
Ports/RetroArch/patches/0001-Add-SerenityOS-platform.patch
Executable file → Normal file
7
Ports/RetroArch/patches/0001-Add-SerenityOS-platform.patch
Executable file → Normal file
@ -1,7 +1,7 @@
|
||||
From 53eae76554d4e4629fc1568cec785b644bde1f86 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: gouchi <gouchi@free.fr>
|
||||
Date: Sat, 7 May 2022 18:19:42 +0200
|
||||
Subject: [PATCH 1/6] Add SerenityOS platform
|
||||
Subject: [PATCH] Add SerenityOS platform
|
||||
|
||||
---
|
||||
qb/qb.system.sh | 5 +++--
|
||||
@ -27,6 +27,3 @@ index c7ac141..f7f198d 100644
|
||||
*) OS="Win32";;
|
||||
esac
|
||||
fi
|
||||
--
|
||||
2.36.0
|
||||
|
||||
|
7
Ports/RetroArch/patches/0002-Find-libgl.patch
Executable file → Normal file
7
Ports/RetroArch/patches/0002-Find-libgl.patch
Executable file → Normal file
@ -1,7 +1,7 @@
|
||||
From d65b301e331c52fd78a1b0205e4b3630a6200950 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: gouchi <gouchi@free.fr>
|
||||
Date: Sat, 7 May 2022 18:20:09 +0200
|
||||
Subject: [PATCH 2/6] Find libgl
|
||||
Subject: [PATCH] Find libgl
|
||||
|
||||
---
|
||||
qb/config.libs.sh | 2 +-
|
||||
@ -20,6 +20,3 @@ index 19cd2a6..672fb02 100644
|
||||
fi
|
||||
|
||||
if [ "$HAVE_OPENGL" = 'yes' ]; then
|
||||
--
|
||||
2.36.0
|
||||
|
||||
|
7
Ports/RetroArch/patches/0003-Add-strlcat.patch
Executable file → Normal file
7
Ports/RetroArch/patches/0003-Add-strlcat.patch
Executable file → Normal file
@ -1,7 +1,7 @@
|
||||
From 05fc282bdbe985fb77d746003ce213012a0292f8 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: gouchi <gouchi@free.fr>
|
||||
Date: Sat, 7 May 2022 18:20:35 +0200
|
||||
Subject: [PATCH 3/6] Add strlcat()
|
||||
Subject: [PATCH] Add strlcat()
|
||||
|
||||
---
|
||||
Makefile.common | 4 ++++
|
||||
@ -22,6 +22,3 @@ index 580beba..dbfbd39 100644
|
||||
ifeq ($(HAVE_UNIX), 1)
|
||||
OBJ += frontend/drivers/platform_unix.o
|
||||
|
||||
--
|
||||
2.36.0
|
||||
|
||||
|
7
Ports/RetroArch/patches/0004-Disable-pthread_attr_setschedpolicy.patch
Executable file → Normal file
7
Ports/RetroArch/patches/0004-Disable-pthread_attr_setschedpolicy.patch
Executable file → Normal file
@ -1,7 +1,7 @@
|
||||
From 365f17fb8bb303608d351f3a91219256746cdc60 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: gouchi <gouchi@free.fr>
|
||||
Date: Sat, 7 May 2022 18:20:52 +0200
|
||||
Subject: [PATCH 4/6] Disable pthread_attr_setschedpolicy()
|
||||
Subject: [PATCH] Disable pthread_attr_setschedpolicy()
|
||||
|
||||
---
|
||||
libretro-common/rthreads/rthreads.c | 2 +-
|
||||
@ -20,6 +20,3 @@ index 30ec6ff..08c8a96 100644
|
||||
#define HAVE_THREAD_ATTR
|
||||
#endif
|
||||
|
||||
--
|
||||
2.36.0
|
||||
|
||||
|
7
Ports/RetroArch/patches/0005-Use-SDL-software-instead-of-hardware-rendering.patch
Executable file → Normal file
7
Ports/RetroArch/patches/0005-Use-SDL-software-instead-of-hardware-rendering.patch
Executable file → Normal file
@ -1,7 +1,7 @@
|
||||
From 8494fc6dbd6abc799a2eb02933103361ea0202b0 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: gouchi <gouchi@free.fr>
|
||||
Date: Sat, 7 May 2022 18:21:50 +0200
|
||||
Subject: [PATCH 5/6] Use SDL software instead of hardware rendering
|
||||
Subject: [PATCH] Use SDL software instead of hardware rendering
|
||||
|
||||
---
|
||||
gfx/drivers/sdl2_gfx.c | 2 +-
|
||||
@ -20,6 +20,3 @@ index 4dbe33f..dd67b4a 100644
|
||||
|
||||
if (vid->video.vsync)
|
||||
flags |= SDL_RENDERER_PRESENTVSYNC;
|
||||
--
|
||||
2.36.0
|
||||
|
||||
|
9
Ports/RetroArch/patches/0006-Set-default-options-for-SerenityOS.patch
Executable file → Normal file
9
Ports/RetroArch/patches/0006-Set-default-options-for-SerenityOS.patch
Executable file → Normal file
@ -1,9 +1,9 @@
|
||||
From 53b20c98eed2b0ac68ad733c18b45da1bcbc771e Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: gouchi <gouchi@free.fr>
|
||||
Date: Sat, 7 May 2022 18:26:21 +0200
|
||||
Subject: [PATCH 6/6] Set default options for SerenityOS
|
||||
Subject: [PATCH] Set default options for SerenityOS
|
||||
|
||||
Set Libretro cores path to `/usr/lib/libretro`
|
||||
Set libretro cores path to `/usr/lib/libretro`
|
||||
Set video and audio driver to sdl2
|
||||
Disable vsync
|
||||
The libretro core won't keep running in the background when we are in the menu.
|
||||
@ -1055,6 +1055,3 @@ index 0000000..088e883
|
||||
+content_favorites_path = "~/.config/retroarch/content_favorites.lpl"
|
||||
+log_dir = "~/.config/retroarch/logs"
|
||||
+video_layout_directory = "~/.config/retroarch/layouts"
|
||||
--
|
||||
2.36.0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0b3d749c08bada65bc6868befe6c7190c2caf32b Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Sun, 15 May 2022 17:39:49 +0430
|
||||
Subject: [PATCH] Rewrite the makefile for serenity
|
||||
@ -88,6 +88,3 @@ index 8730b6c..bc1fefb 100644
|
||||
- rm -f *gnuboy sdl2gnuboy.exe mac-sdl2gnuboy gmon.out *.o sys/*.o lib/*/*.o sys/*/*.o src/*.o
|
||||
\ No newline at end of file
|
||||
+ rm -f *gnuboy sdl2gnuboy.exe gmon.out *.o sys/*.o sys/*/*.o $(OBJS)
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From f9447fa6782eef2c4791c963cedf469d9062c792 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Andreas Kling <kling@serenityos.org>
|
||||
Date: Sat, 27 Mar 2021 22:05:09 +0100
|
||||
Subject: [PATCH 1/2] Add SerenityOS platform support
|
||||
Subject: [PATCH] Add SerenityOS platform support
|
||||
|
||||
Co-Authored-By: Robin Burchell <robin+git@viroteck.net>
|
||||
Co-Authored-By: tgsm <doodrabbit@hotmail.com>
|
||||
@ -1704,6 +1704,3 @@ index 0000000..b5c6759
|
||||
+#endif /* SDL_serenityvideo_h_ */
|
||||
+
|
||||
+/* vi: set ts=4 sw=4 expandtab: */
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a788810465ed48f0c80494a463a89eec262acd60 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tim Schumacher <timschumi@gmx.de>
|
||||
Date: Sat, 21 May 2022 23:33:31 +0200
|
||||
Subject: [PATCH 2/2] Make sdl2-config prefixes configurable again
|
||||
Subject: [PATCH] Make sdl2-config prefixes configurable again
|
||||
|
||||
These were accidentally removed in
|
||||
6956f4aa1982b66b234026b46f7bb2dd44c67894.
|
||||
@ -26,6 +26,3 @@ index 2400d53..7a55d25 100644
|
||||
if(SDL_STATIC)
|
||||
set(ENABLE_STATIC_TRUE "")
|
||||
set(ENABLE_STATIC_FALSE "#")
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0f827bb1e7e70c292982d68d1be79c0c64317333 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tim Schumacher <timschumi@gmx.de>
|
||||
Date: Sun, 29 May 2022 15:01:28 +0200
|
||||
Subject: [PATCH] libtool: Enable shared library support for SerenityOS
|
||||
@ -71,6 +71,3 @@ index ddcc961..4767551 100755
|
||||
*)
|
||||
dynamic_linker=no
|
||||
;;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 1f0f0c7055a0f2556d9094b5d1c13381541c00bd Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tim Schumacher <timschumi@gmx.de>
|
||||
Date: Sun, 29 May 2022 15:01:28 +0200
|
||||
Subject: [PATCH] libtool: Enable shared library support for SerenityOS
|
||||
@ -71,6 +71,3 @@ index 7eb305d..4299214 100755
|
||||
*)
|
||||
dynamic_linker=no
|
||||
;;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 45c3472482141099e7a14fa67c159b0dcd4164da Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Andreas Kling <kling@serenityos.org>
|
||||
Date: Mon, 8 Mar 2021 13:15:35 +0100
|
||||
Subject: [PATCH 1/2] Skip building the playmus and playwav utilities
|
||||
Subject: [PATCH] Skip building the playmus and playwav utilities
|
||||
|
||||
---
|
||||
Makefile.in | 14 ++------------
|
||||
@ -60,6 +60,3 @@ index 2ff24b2..0e120a1 100644
|
||||
|
||||
clean:
|
||||
rm -rf $(objects)
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 2bc8e2c1b321c59ef39c7dbe95871f0f08d1d139 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tim Schumacher <timschumi@gmx.de>
|
||||
Date: Sun, 29 May 2022 15:01:28 +0200
|
||||
Subject: [PATCH 2/2] libtool: Enable shared library support for SerenityOS
|
||||
Subject: [PATCH] libtool: Enable shared library support for SerenityOS
|
||||
|
||||
For some odd reason, libtool handles the configuration for shared
|
||||
libraries entirely statically and in its configure script. If no
|
||||
@ -71,6 +71,3 @@ index 4df0be5..9a5f606 100755
|
||||
*)
|
||||
dynamic_linker=no
|
||||
;;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 1e79dfd03eeaf33b9249b2a74a9dede5c5da3a59 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Wed, 16 Jun 2021 11:08:32 +0200
|
||||
Subject: [PATCH 1/3] Undefine 'SIOCGIFCONF' on serenity
|
||||
Subject: [PATCH] Undefine 'SIOCGIFCONF' on serenity
|
||||
|
||||
FIXME: We don't know why yet.
|
||||
---
|
||||
@ -23,6 +23,3 @@ index 53d125a..87eab4c 100644
|
||||
int SDLNet_GetLocalAddresses(IPaddress *addresses, int maxcount)
|
||||
{
|
||||
int count = 0;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From ef51fb40f756e2d7a7de4d285590305c782ba9b7 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Wed, 16 Jun 2021 11:08:32 +0200
|
||||
Subject: [PATCH 2/3] Include sys/select.h
|
||||
Subject: [PATCH] Include sys/select.h
|
||||
|
||||
---
|
||||
SDLnetsys.h | 1 +
|
||||
@ -19,6 +19,3 @@ index 6f6dfae..bd9139d 100644
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 3986e0cc88c73b1ecb21b831f807333e1c46dad7 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tim Schumacher <timschumi@gmx.de>
|
||||
Date: Sun, 29 May 2022 15:01:28 +0200
|
||||
Subject: [PATCH 3/3] libtool: Enable shared library support for SerenityOS
|
||||
Subject: [PATCH] libtool: Enable shared library support for SerenityOS
|
||||
|
||||
For some odd reason, libtool handles the configuration for shared
|
||||
libraries entirely statically and in its configure script. If no
|
||||
@ -89,6 +89,3 @@ index 8c1d2d4..8ea327f 100755
|
||||
*)
|
||||
dynamic_linker=no
|
||||
;;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 1aec7f15c8d70f249b051a65823215c382fa0498 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tim Schumacher <timschumi@gmx.de>
|
||||
Date: Sun, 29 May 2022 15:01:28 +0200
|
||||
Subject: [PATCH] libtool: Enable shared library support for SerenityOS
|
||||
@ -89,6 +89,3 @@ index 02724d0..fec4760 100755
|
||||
*)
|
||||
dynamic_linker=no
|
||||
;;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 79a5522062cf03b1f7dc878799c66389e689b1d5 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
|
||||
Date: Sat, 3 Apr 2021 17:53:44 +0200
|
||||
Subject: [PATCH 1/4] Disable some extra features
|
||||
Subject: [PATCH] Disable some extra features
|
||||
|
||||
This just disables some extra features the game has such as screenshots, hardware acceleration, etc.
|
||||
---
|
||||
@ -95,6 +95,3 @@ index 698e7ed..0a935ee 100644
|
||||
|
||||
// Speed up the sound during fast forward using resampling.
|
||||
// If disabled, the sound is sped up by clipping out parts from it.
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d352df3380953ce7acb34aa26dc3b343853c32df Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gunnar@beutner.name>
|
||||
Date: Mon, 19 Apr 2021 16:17:10 +0200
|
||||
Subject: [PATCH 2/4] Use the correct include paths for SDL
|
||||
Subject: [PATCH] Use the correct include paths for SDL
|
||||
|
||||
The SDL port is installed into /usr/local, and its headers are
|
||||
accessible as <SDL2/...>.
|
||||
@ -24,6 +24,3 @@ index 1f696d1..b5ede07 100644
|
||||
//#endif
|
||||
|
||||
#if SDL_BYTEORDER != SDL_LIL_ENDIAN
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 4776a79fcc39601e79b79909f1fa3c69a42d958c Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
|
||||
Date: Sat, 3 Apr 2021 17:53:44 +0200
|
||||
Subject: [PATCH 3/4] Remove some unsupported scanf format specifiers
|
||||
Subject: [PATCH] Remove some unsupported scanf format specifiers
|
||||
|
||||
(Note that scanf has been rewritten since and probably supports these
|
||||
modifiers now, so this patch might not be necessary)
|
||||
@ -47,6 +47,3 @@ index 139c2d8..e2047fb 100644
|
||||
perror(names_path);
|
||||
continue;
|
||||
}
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From ddde9196a6a165ff06ac725c567f7e9aebe1d4a8 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gunnar@beutner.name>
|
||||
Date: Mon, 19 Apr 2021 16:17:10 +0200
|
||||
Subject: [PATCH 4/4] Fix SDL2 include path
|
||||
Subject: [PATCH] Fix SDL2 include path
|
||||
|
||||
SDL2 headers are installed into /usr/local under SDL2, make it so
|
||||
they're found.
|
||||
@ -26,6 +26,3 @@ index 3558a6c..d074e48 100644
|
||||
link_directories(${SDL2}/lib)
|
||||
endif()
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From bdb6569ba8bcc1332ee220b3128e94c8c69d47f7 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tim Schumacher <timschumi@gmx.de>
|
||||
Date: Sun, 29 May 2022 15:01:28 +0200
|
||||
Subject: [PATCH] libtool: Enable shared library support for SerenityOS
|
||||
@ -17,7 +17,7 @@ static library into a shared library.
|
||||
1 file changed, 23 insertions(+)
|
||||
|
||||
diff --git a/configure b/configure
|
||||
index e7c8c97..37ef6b5 100755
|
||||
index e7c8c97..c8a27a7 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -4244,6 +4244,10 @@ sysv4 | sysv4.3*)
|
||||
@ -71,6 +71,3 @@ index e7c8c97..37ef6b5 100755
|
||||
*)
|
||||
dynamic_linker=no
|
||||
;;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 1a5d08869b8084f5fdc3442c4b4ed237b7c7cf29 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: xSlendiX <gamingxslendix@gmail.com>
|
||||
Date: Sun, 19 Sep 2021 22:46:10 +0300
|
||||
Subject: [PATCH] Use pkgconfig to find SDL2
|
||||
@ -23,6 +23,3 @@ index c1b9241..a659246 100644
|
||||
include_directories(${SDL2_INCLUDE_DIRS} ${SDL2_INCLUDE_DIR})
|
||||
if(WIN32)
|
||||
# -lmingw32: gcc adds it automatically.
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From c7869092a313c1550a34675d1c9faebc1468ef1e Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Fri, 4 Jun 2021 00:29:36 +0200
|
||||
Subject: [PATCH 1/5] chdir() to the installed directory before execution
|
||||
Subject: [PATCH] chdir() to the installed directory before execution
|
||||
|
||||
The game expects its assets in the current directory, but we install
|
||||
those to /opt/Super_Mario, so chdir() there at program startup to avoid
|
||||
@ -32,6 +32,3 @@ index 040eb56..ca14d6f 100644
|
||||
|
||||
return 0;
|
||||
}
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 4a8e24e824e0de7557ae15414d30a1b49d14ce0d Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
|
||||
Date: Sun, 4 Apr 2021 00:41:48 +0200
|
||||
Subject: [PATCH 2/5] Disable graphics acceleration
|
||||
Subject: [PATCH] Disable graphics acceleration
|
||||
|
||||
Disables SDL2 hardware acceleration as we don't support that.
|
||||
---
|
||||
@ -28,6 +28,3 @@ index c04581b..f0c0308 100644
|
||||
-}
|
||||
\ No newline at end of file
|
||||
+}
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a780c6ee085103b0d3ffa39e0162ddd1848068bb Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
|
||||
Date: Sun, 4 Apr 2021 00:41:48 +0200
|
||||
Subject: [PATCH 3/5] Use pkgconfig instead of find_package() to look for
|
||||
Subject: [PATCH] Use pkgconfig instead of find_package() to look for
|
||||
dependencies
|
||||
|
||||
---
|
||||
@ -38,6 +38,3 @@ index 616d876..d1aa020 100644
|
||||
+target_link_libraries(uMario ${SDL2_LIBRARIES} ${SDL2_IMAGE_LIBRARIES} ${SDL2_MIXER_LIBRARIES}-lSDL2_mixer -lpthread -lm -lgfx -lgui -lipc -lcore)
|
||||
|
||||
install(TARGETS uMario RUNTIME DESTINATION ${BIN_DIR})
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 452f2ace4ba87e7d2e07a46adf4abdfb8970317d Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
|
||||
Date: Sun, 4 Apr 2021 00:41:48 +0200
|
||||
Subject: [PATCH 4/5] Fix a header include path
|
||||
Subject: [PATCH] Fix a header include path
|
||||
|
||||
---
|
||||
src/FireBall.cpp | 4 ++--
|
||||
@ -45,6 +45,3 @@ index b812b49..f6abbb9 100644
|
||||
-#endif
|
||||
\ No newline at end of file
|
||||
+#endif
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From e9d588e7519a15003ded6b68ed7fa10dbe0f8f11 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Thu, 29 Apr 2021 07:36:37 +0200
|
||||
Subject: [PATCH 5/5] Remove global static initializers
|
||||
Subject: [PATCH] Remove global static initializers
|
||||
|
||||
---
|
||||
src/CFG.cpp | 16 ++++++++++++----
|
||||
@ -54,6 +54,3 @@ index 90595a5..20dd6ea 100644
|
||||
return tSMBLOGO;
|
||||
}
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d8b37ad7569de3883ae7d40eb55d3b2fdd763d35 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Liav A <liavalb@gmail.com>
|
||||
Date: Fri, 27 May 2022 10:18:35 +0300
|
||||
Subject: [PATCH 1/3] Stop compiler warnings on dangling pointer
|
||||
Subject: [PATCH] Stop compiler warnings on dangling pointer
|
||||
|
||||
Use static variable to prevent using a dangling pointer from a previous
|
||||
stack trace.
|
||||
@ -22,6 +22,3 @@ index f789e68..fd18f5c 100644
|
||||
|
||||
|
||||
AcpiGbl_EntryStackPointer = &CurrentSp;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a8a2509d9e9a0eb293747fa44a63dd899077db98 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Liav A <liavalb@gmail.com>
|
||||
Date: Fri, 27 May 2022 10:19:35 +0300
|
||||
Subject: [PATCH 2/3] Disable sprintf debug message with formatting issues
|
||||
Subject: [PATCH] Disable sprintf debug message with formatting issues
|
||||
|
||||
---
|
||||
source/compiler/dtfield.c | 6 +++---
|
||||
@ -24,6 +24,3 @@ index f931631..f9fb310 100644
|
||||
DtError (ASL_ERROR, ASL_MSG_STRING_LENGTH, Field, AslGbl_MsgBuffer);
|
||||
Length = ByteLength;
|
||||
}
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 85ad6c144eb08d3cd94a4b28ac57e46df9f9c497 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Liav A <liavalb@gmail.com>
|
||||
Date: Fri, 27 May 2022 22:00:38 +0300
|
||||
Subject: [PATCH 3/3] Fix printf bad specifier formatting
|
||||
Subject: [PATCH] Fix printf bad specifier formatting
|
||||
|
||||
Fix sprintf specifier being written in a bad format leading to iASL to
|
||||
crash.
|
||||
@ -31,6 +31,3 @@ index 440c5fb..d722e3d 100644
|
||||
Name, Value);
|
||||
}
|
||||
}
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 03f7c6e9c77b5084fd5a2b32b3c6f13c152a52b5 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tim Schumacher <timschumi@gmx.de>
|
||||
Date: Sun, 17 Oct 2021 15:44:23 +0200
|
||||
Subject: [PATCH 1/2] Disable hardware acceleration
|
||||
Subject: [PATCH] Disable hardware acceleration
|
||||
|
||||
We don't support this, so disable it.
|
||||
---
|
||||
@ -32,6 +32,3 @@ index a678c29..51a343c 100644
|
||||
window->config->renderer_flags = SDL_RENDERER_SOFTWARE;
|
||||
} else {
|
||||
return PARSE_ERROR_INVALID_VALUE;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From dce25b95be530cb0d9c650fc93de34ac94161ee3 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tim Schumacher <timschumi@gmx.de>
|
||||
Date: Wed, 6 Apr 2022 02:25:34 +0200
|
||||
Subject: [PATCH 2/2] Fix up SDL path handling
|
||||
Subject: [PATCH] Fix up SDL path handling
|
||||
|
||||
Fix up some copy-paste and logic mistakes in the configure script that
|
||||
prevent us from setting a prefix for the SDL installation.
|
||||
@ -69,6 +69,3 @@ index c56ed42..d6e8e85 100755
|
||||
LIBS="${LIBS} ${SDL_LIBS}"
|
||||
if test "$enable_sdl" = "yes"; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for IMG_LoadPNG_RW in -lSDL_image" >&5
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 54cc5812382bc7d3b5e2d1ef0c3a18a60fa896b7 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Mattias Nilsson <mattias.nilsson@nshift.com>
|
||||
Date: Mon, 4 Apr 2022 22:05:38 +0200
|
||||
Subject: [PATCH 1/2] Make it possible to override HOSTCC and CC from the
|
||||
Subject: [PATCH] Make it possible to override HOSTCC and CC from the
|
||||
environment
|
||||
|
||||
---
|
||||
@ -23,6 +23,3 @@ index 9ceaaad..6b9dff5 100644
|
||||
|
||||
# By fiat, to make our lives easier, yacc is now defined to be bison.
|
||||
# If you want something else, you're on your own.
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8228e4130e9c373b24f87458bc7248272146bbac Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Mattias Nilsson <mattias.nilsson@nshift.com>
|
||||
Date: Mon, 4 Apr 2022 22:05:38 +0200
|
||||
Subject: [PATCH 2/2] Make the version descriptor match the built tag
|
||||
Subject: [PATCH] Make the version descriptor match the built tag
|
||||
|
||||
---
|
||||
main.c | 2 +-
|
||||
@ -20,6 +20,3 @@ index 986f1a3..e22f097 100644
|
||||
|
||||
#define DEBUG
|
||||
#include <stdio.h>
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 90287ce0f011bb46c082a5e176114c831a6f32e1 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Luke <luke.wilde@live.co.uk>
|
||||
Date: Fri, 14 Jan 2022 16:43:10 +0330
|
||||
Subject: [PATCH] accept.c: Include sys/select.h
|
||||
@ -21,6 +21,3 @@ index 54cf38c..fd8e7ed 100644
|
||||
|
||||
#include "loadables.h"
|
||||
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a866ef2debf6c1639d14e6990be440614dce9a56 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Thu, 24 Feb 2022 01:00:57 +0330
|
||||
Subject: [PATCH 1/7] Teach os_dep and gcconfig.h about serenity
|
||||
Subject: [PATCH] Teach os_dep and gcconfig.h about serenity
|
||||
|
||||
---
|
||||
include/private/gcconfig.h | 48 +++++++++++++++++++++++++++++++++++---
|
||||
@ -210,6 +210,3 @@ index b183423..a6d62b9 100644
|
||||
# define CODE_OK TRUE
|
||||
# elif defined(LINUX)
|
||||
# define CODE_OK TRUE
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From ae7f99f75b0957d62364a19e9a75e74e2ef9bd8d Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Thu, 24 Feb 2022 01:50:40 +0330
|
||||
Subject: [PATCH 2/7] Error on unknown arch
|
||||
Subject: [PATCH] Error on unknown arch
|
||||
|
||||
---
|
||||
include/private/gcconfig.h | 2 ++
|
||||
@ -20,6 +20,3 @@ index e9d1d42..8e48b66 100644
|
||||
# endif
|
||||
#endif
|
||||
# if defined(__HAIKU__) && (defined(__amd64__) || defined(__x86_64__))
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 1f1a8460083486969fd81d0e1bf74fff4fe18e3d Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Thu, 24 Feb 2022 01:54:50 +0330
|
||||
Subject: [PATCH 3/7] Teach dyn_load.c about serenity
|
||||
Subject: [PATCH] Teach dyn_load.c about serenity
|
||||
|
||||
---
|
||||
dyn_load.c | 23 ++++++++++++++++++++---
|
||||
@ -62,6 +62,3 @@ index d857246..734643d 100644
|
||||
|| (defined(__ELF__) && (defined(LINUX) || defined(FREEBSD) \
|
||||
|| defined(NACL) || defined(NETBSD) \
|
||||
|| defined(OPENBSD)))
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From de33591aec7243f14206913f8188519744714389 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Thu, 24 Feb 2022 03:30:02 +0330
|
||||
Subject: [PATCH 4/7] Teach bdwgc about serenity signals
|
||||
Subject: [PATCH] Teach bdwgc about serenity signals
|
||||
|
||||
Serenity doesn't have the realtime POSIX signals, so use SIGXCPU and
|
||||
SIGXFSZ instead.
|
||||
@ -61,6 +61,3 @@ index 4b2c429..25eb2a5 100644
|
||||
|| defined(GC_NETBSD_THREADS) || defined(GC_USESIGRT_SIGNALS)
|
||||
# if defined(_SIGRTMIN) && !defined(CPPCHECK)
|
||||
# define SIG_THR_RESTART _SIGRTMIN + 5
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 55a28f3dbf0ddcf24077281e38ba7bc7904308d6 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Thu, 24 Feb 2022 03:47:50 +0330
|
||||
Subject: [PATCH 5/7] Explicitly link with pthread
|
||||
Subject: [PATCH] Explicitly link with pthread
|
||||
|
||||
The cmakelists was using the wrong variable to link against pthread.
|
||||
---
|
||||
@ -68,6 +68,3 @@ index 3c84220..5e15727 100644
|
||||
-TARGET_LINK_LIBRARIES(smashtest gc-lib)
|
||||
+TARGET_LINK_LIBRARIES(smashtest gc-lib ${LIBS})
|
||||
ADD_TEST(NAME smashtest COMMAND smashtest)
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a9832f6c77e837637544926717061d00951a6321 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Fri, 25 Feb 2022 04:53:53 +0330
|
||||
Subject: [PATCH 6/7] Make the collector build with threads
|
||||
Subject: [PATCH] Make the collector build with threads
|
||||
|
||||
In an extremely limited way for now:
|
||||
- No extra threads
|
||||
@ -47,6 +47,3 @@ index 8e2e3a6..f38fb22 100644
|
||||
/* Not respected by PCR test. */
|
||||
#endif
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d55e0b907be765212bdd214c9b0c248646d294e8 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Elliott <pelliott@ualberta.ca>
|
||||
Date: Mon, 16 May 2022 23:55:41 -0600
|
||||
Subject: [PATCH 7/7] Add serenity to the conigure list of pthread unixes
|
||||
Subject: [PATCH] Add serenity to the conigure list of pthread unixes
|
||||
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
@ -20,6 +20,3 @@ index 3b38e6f..5b6daa4 100644
|
||||
AC_DEFINE(GC_THREADS)
|
||||
AC_DEFINE([_REENTRANT], [1],
|
||||
[Required define if using POSIX threads.])
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From cdc23372934196e822175a6ecbd6b06aed2bcea5 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Ross <pross@xvid.org>
|
||||
Date: Tue, 22 Feb 2022 18:43:09 +1100
|
||||
Subject: [PATCH] Use pkg-config for SDL2
|
||||
@ -43,6 +43,3 @@ index 5cc4088..d2bff12 100755
|
||||
fi
|
||||
# The enhanced X debugger depends on GTK2
|
||||
if test "$gui_debugger" = 1 -a "$DEFAULT_GUI" != win32; then
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From c0fa4cf699ff2f02d9f976deed689d968093313c Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: nooga <xnooga@gmail.com>
|
||||
Date: Sat, 15 May 2021 01:21:59 +0200
|
||||
Subject: [PATCH 1/2] Install the game data to /usr/local
|
||||
Subject: [PATCH] Install the game data to /usr/local
|
||||
|
||||
---
|
||||
config.mk | 2 +-
|
||||
@ -18,6 +18,3 @@ index b33967b..9655958 100644
|
||||
|
||||
# Include terminal support. Requires ncurses
|
||||
TERMINAL := NO
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From f74e17de5c426ae49522008cb5b5d24571345630 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: nooga <xnooga@gmail.com>
|
||||
Date: Sat, 15 May 2021 01:21:59 +0200
|
||||
Subject: [PATCH 2/2] Use pkg-config for SDL2
|
||||
Subject: [PATCH] Use pkg-config for SDL2
|
||||
|
||||
---
|
||||
config.mk | 2 +-
|
||||
@ -20,6 +20,3 @@ index 9655958..0ce2e55 100644
|
||||
|
||||
# Select web brogue mode. Requires POSIX system.
|
||||
WEBBROGUE := NO
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a91deb390a4765985718c4821c0306d433c036f5 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Valtteri Koskivuori <vkoskiv@gmail.com>
|
||||
Date: Tue, 25 Feb 2020 22:03:47 +0200
|
||||
Subject: [PATCH 1/8] Add a dummy configure file
|
||||
Subject: [PATCH] Add a dummy configure file
|
||||
|
||||
---
|
||||
configure | 1 +
|
||||
@ -15,6 +15,3 @@ index 0000000..04bfb39
|
||||
+++ b/configure
|
||||
@@ -0,0 +1 @@
|
||||
+#nop
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From dc634f4d49c98a7c0243b568631c626cd3da4125 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Linus Groh <mail@linusgroh.de>
|
||||
Date: Sat, 13 Mar 2021 22:11:07 +0100
|
||||
Subject: [PATCH 2/8] Disable checkBuf() on serenity
|
||||
Subject: [PATCH] Disable checkBuf() on serenity
|
||||
|
||||
Co-Authored-By: Valtteri Koskivuori <vkoskiv@gmail.com>
|
||||
---
|
||||
@ -21,6 +21,3 @@ index 6365973..2edfed8 100644
|
||||
fd_set set;
|
||||
struct timeval timeout;
|
||||
int rv;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From e9b3bd5acd86ffe35b0f4e22bf615b53e0af261c Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Linus Groh <mail@linusgroh.de>
|
||||
Date: Sat, 13 Mar 2021 22:11:07 +0100
|
||||
Subject: [PATCH 3/8] Let c-ray define its own version of vasprintf
|
||||
Subject: [PATCH] Let c-ray define its own version of vasprintf
|
||||
|
||||
Co-Authored-By: Valtteri Koskivuori <vkoskiv@gmail.com>
|
||||
---
|
||||
@ -21,6 +21,3 @@ index 70a95ac..7571e8a 100644
|
||||
int cray_vasprintf(char **strp, const char *format, va_list ap) {
|
||||
int len = vscprintf(format, ap);
|
||||
if (len == -1)
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 031255918e1421e343aedaaeb3a71b77a01dbe60 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Linus Groh <mail@linusgroh.de>
|
||||
Date: Fri, 1 Apr 2022 01:55:25 +0200
|
||||
Subject: [PATCH 4/8] Link with the needed serenity libraries
|
||||
Subject: [PATCH] Link with the needed serenity libraries
|
||||
|
||||
Co-Authored-By: Valtteri Koskivuori <vkoskiv@gmail.com>
|
||||
Co-Authored-By: EWouters <6179932+EWouters@users.noreply.github.com>
|
||||
@ -22,6 +22,3 @@ index 20f8440..dc254b5 100644
|
||||
endif ()
|
||||
|
||||
include(CheckIPOSupported)
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 2bbcdcb8ca63d8a9cf475b148f9f11f97df14c35 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Linus Groh <mail@linusgroh.de>
|
||||
Date: Sat, 13 Mar 2021 22:11:07 +0100
|
||||
Subject: [PATCH 5/8] Use usleep() on serenity
|
||||
Subject: [PATCH] Use usleep() on serenity
|
||||
|
||||
Co-Authored-By: Valtteri Koskivuori <vkoskiv@gmail.com>
|
||||
---
|
||||
@ -30,6 +30,3 @@ index dd83497..3a4357f 100644
|
||||
usleep(ms * 1000);
|
||||
#endif
|
||||
}
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 252852219ee147c38a885ea3f1e6118244f7f57d Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Valtteri Koskivuori <vkoskiv@gmail.com>
|
||||
Date: Sat, 13 Mar 2021 22:11:07 +0100
|
||||
Subject: [PATCH 6/8] Reduce HDR scene settings a bit
|
||||
Subject: [PATCH] Reduce HDR scene settings a bit
|
||||
|
||||
---
|
||||
input/hdr.json | 6 +++---
|
||||
@ -31,6 +31,3 @@ index f2f45b1..b7b5b63 100644
|
||||
},
|
||||
"display": {
|
||||
"isFullscreen": false,
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From bcf1e45d9975ff326d874eb60abaa148b321eb78 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Valtteri Koskivuori <vkoskiv@gmail.com>
|
||||
Date: Sat, 17 Apr 2021 08:30:03 +0000
|
||||
Subject: [PATCH 7/8] Replace the micro symbol with a 'u'
|
||||
Subject: [PATCH] Replace the micro symbol with a 'u'
|
||||
|
||||
Co-Authored-By: Linus Groh <mail@linusgroh.de>
|
||||
Co-Authored-By: Valtteri Koskivuori <vkoskiv@gmail.com>
|
||||
@ -22,6 +22,3 @@ index fe0e44e..6e5e20f 100644
|
||||
KBLU,
|
||||
interactive ? ((float)r->state.finishedPasses / (float)r->prefs.sampleCount) * 100.0f :
|
||||
((float)r->state.finishedTileCount / (float)r->state.tileCount) * 100.0f,
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From e552e1be81f8873930f3a75c051cf1efb2069b64 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Linus Groh <mail@linusgroh.de>
|
||||
Date: Sat, 13 Mar 2021 22:11:07 +0100
|
||||
Subject: [PATCH 8/8] Make SDL use software rendering
|
||||
Subject: [PATCH] Make SDL use software rendering
|
||||
|
||||
Serenity does not support accelerated rendering
|
||||
|
||||
@ -23,6 +23,3 @@ index 89553c7..4a52e6c 100644
|
||||
if (gdisplay->renderer == NULL) {
|
||||
logr(warning, "Renderer couldn't be created, error: \"%s\"\n", SDL_GetError());
|
||||
destroyDisplay();
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0bbcd79078f4d8cb88c1738c6aae1bcc705f3ceb Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: SeekingBlues <seekingblues@gmail.com>
|
||||
Date: Fri, 3 Jun 2022 16:05:10 -0500
|
||||
Subject: [PATCH] Do not define ESTALE in config.h.in
|
||||
@ -27,6 +27,3 @@ index 729a1d4..8aa07ca 100644
|
||||
#define SYSCONFDIR "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
|
||||
|
||||
#cmakedefine INODE_CACHE_SUPPORTED
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 06224692b112908e3cc13dcdb1b2c2037849d30c Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tobias Christiansen <tobyase@serenityos.org>
|
||||
Date: Thu, 24 Mar 2022 15:41:48 +0100
|
||||
Subject: [PATCH 1/4] Tell prng.c that we don't have arc4random_buf
|
||||
Subject: [PATCH] Tell prng.c that we don't have arc4random_buf
|
||||
|
||||
FIXME: This function does exist, perhaps outdated or some issue -
|
||||
explain the issue here if so.
|
||||
@ -21,6 +21,3 @@ index 004906d..d73b05c 100644
|
||||
#ifdef HAVE_arc4random_buf
|
||||
# define HAVE_ARC4RANDOM
|
||||
# ifndef ARC4RANDOM_IN_BSD
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8e430a265acf87063fff9b00b18dff91c4a6f073 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tobias Christiansen <tobyase@serenityos.org>
|
||||
Date: Thu, 24 Mar 2022 15:41:48 +0100
|
||||
Subject: [PATCH 2/4] Define MAX inline instead of using sys/param.h
|
||||
Subject: [PATCH] Define MAX inline instead of using sys/param.h
|
||||
|
||||
---
|
||||
lib/fungestring/funge_str-two-way.h | 2 +-
|
||||
@ -20,6 +20,3 @@ index 70295f4..a3e0888 100644
|
||||
|
||||
/* We use the Two-Way string matching algorithm, which guarantees
|
||||
linear complexity with constant space. Additionally, for long
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 2ef179368040355b7a99d3a55c9defdc162baa32 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tobias Christiansen <tobyase@serenityos.org>
|
||||
Date: Thu, 24 Mar 2022 15:41:48 +0100
|
||||
Subject: [PATCH 3/4] define _POSIX_MAPPED_FILES
|
||||
Subject: [PATCH] define _POSIX_MAPPED_FILES
|
||||
|
||||
Serenity has a working mmap().
|
||||
---
|
||||
@ -20,6 +20,3 @@ index 0b78647..dc1f830 100644
|
||||
#if !defined(_POSIX_MAPPED_FILES) || (_POSIX_MAPPED_FILES < 1)
|
||||
# error "cfunge needs a working mmap(), which this system claims it lacks."
|
||||
#endif
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 0e1b34946cdc2b4360d9a44f7f44cb5c743a9a78 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tobias Christiansen <tobyase@serenityos.org>
|
||||
Date: Thu, 24 Mar 2022 15:41:48 +0100
|
||||
Subject: [PATCH 4/4] Define _POSIX_REGEXP
|
||||
Subject: [PATCH] Define _POSIX_REGEXP
|
||||
|
||||
Serenity's libc does have regex.
|
||||
---
|
||||
@ -20,6 +20,3 @@ index c208078..88616b2 100644
|
||||
#if !defined(_POSIX_REGEXP) || (_POSIX_REGEXP < 1)
|
||||
# error "cfunge needs POSIX regular expressions, which this system claims it doesn't have."
|
||||
#endif
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e04b0fad889f05382a80fd5ac4bd3561afb1c058 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
|
||||
Date: Tue, 30 Mar 2021 17:26:39 +0200
|
||||
Subject: [PATCH] Disable SDL accelerated rendering
|
||||
@ -30,6 +30,3 @@ index cfd46b8..fc47912 100644
|
||||
|
||||
if (sdl_graphics_ptr->renderer == NULL)
|
||||
{
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 55c1e96ff844e75a9bf07114e00e27fabb7f54ee Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Fri, 11 Feb 2022 16:13:52 +0330
|
||||
Subject: [PATCH 1/9] Get rid of wordexp on serenity
|
||||
Subject: [PATCH] Get rid of wordexp on serenity
|
||||
|
||||
---
|
||||
src/file.c | 15 ++++++++++++++-
|
||||
@ -74,6 +74,3 @@ index a3bfd16..720a6e5 100644
|
||||
}
|
||||
|
||||
/**
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 9dd73dc37156e39a03cbf4c2af0d754bf84882ab Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Fri, 11 Feb 2022 16:32:42 +0330
|
||||
Subject: [PATCH 2/9] Make fiber a noop
|
||||
Subject: [PATCH] Make fiber a noop
|
||||
|
||||
Serenity doesn't have ucontext.
|
||||
---
|
||||
@ -141,6 +141,3 @@ index e8a99f1..23afae6 100644
|
||||
CtrStdFiber->info.sticky = 1;
|
||||
|
||||
ctr_internal_object_add_property(
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From ee5ca4723aa24d850d13c9a3fcbf7f23250cc4b7 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Fri, 11 Feb 2022 16:37:54 +0330
|
||||
Subject: [PATCH 3/9] Make coroutines a noop
|
||||
Subject: [PATCH] Make coroutines a noop
|
||||
|
||||
Serenity doesn't have ucontext.
|
||||
---
|
||||
@ -172,6 +172,3 @@ index 8497869..8215cfa 100644
|
||||
+ return 0;
|
||||
+#endif
|
||||
+}
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 3f73149c75a5755c2b45334abe682dd4b970144b Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Fri, 11 Feb 2022 16:46:16 +0330
|
||||
Subject: [PATCH 4/9] Don't mess with libsocket
|
||||
Subject: [PATCH] Don't mess with libsocket
|
||||
|
||||
---
|
||||
makefile | 8 +-------
|
||||
@ -47,6 +47,3 @@ index ded4d5a..b262cd0 100644
|
||||
$(BUILDDIR)/%.o: src/%.c
|
||||
$(CC) -fopenmp $(CFLAGS) -c $< -o $@
|
||||
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 345758e53e21b23c716c2efccdaccf5434f16f0e Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Fri, 11 Feb 2022 16:49:59 +0330
|
||||
Subject: [PATCH 5/9] Disable inject
|
||||
Subject: [PATCH] Disable inject
|
||||
|
||||
tcc requires ucontext.
|
||||
---
|
||||
@ -21,6 +21,3 @@ index b262cd0..2e05795 100644
|
||||
enable_ctypes ?= true
|
||||
enable_inline_asm ?= false
|
||||
enable_boehm_gc ?= true
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From e4b172e0a9db3eaa0c9c14c477e26185a2a596de Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Fri, 11 Feb 2022 16:52:51 +0330
|
||||
Subject: [PATCH 6/9] Disable openmp
|
||||
Subject: [PATCH] Disable openmp
|
||||
|
||||
---
|
||||
makefile | 4 ++--
|
||||
@ -29,6 +29,3 @@ index 2e05795..d916511 100644
|
||||
|
||||
$(BUILDDIR)/%.o: src/%.cpp
|
||||
$(CXX) -g $(CFLAGS) -c $< $(CXXFLAGS) -o $@
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 88242bebd8381deef7598470ed74c23dbffaacb4 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Fri, 11 Feb 2022 18:29:07 +0330
|
||||
Subject: [PATCH 7/9] Disable GC on serenity
|
||||
Subject: [PATCH] Disable GC on serenity
|
||||
|
||||
---
|
||||
src/memory.c | 4 ++++
|
||||
@ -55,6 +55,3 @@ index e42d09a..a6856b8 100644
|
||||
ctr_object* previousObject = NULL;
|
||||
ctr_object* currentObject = ctr_first_object;
|
||||
ctr_object* nextObject = NULL;
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 6e802d3d52c160ca31bc9f7d1b9bb875569e3417 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Sun, 13 Feb 2022 17:03:21 +0330
|
||||
Subject: [PATCH 8/9] Don't use libbsd on serenity
|
||||
Subject: [PATCH] Don't use libbsd on serenity
|
||||
|
||||
arc4random exists on serenity, there's no need to pull libbsd in for
|
||||
functionality that already exists.
|
||||
@ -22,6 +22,3 @@ index d916511..d1ce70d 100644
|
||||
|
||||
CFLAGS += -Wall -Wextra -Wno-unused-parameter\
|
||||
-D withTermios -D CTR_STD_EXTENSION_PATH=\"$(DATADIR)\"
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From adb932228a5b24159d98c53c51281cfae238b57b Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Sun, 13 Feb 2022 17:04:46 +0330
|
||||
Subject: [PATCH 9/9] Disable boehm GC on serenity
|
||||
Subject: [PATCH] Disable boehm GC on serenity
|
||||
|
||||
Serenity doesn't have a bdwgc port, so disable it here.
|
||||
---
|
||||
@ -21,6 +21,3 @@ index d1ce70d..307bf1c 100644
|
||||
use_libbsd ?= false
|
||||
|
||||
CFLAGS += -Wall -Wextra -Wno-unused-parameter\
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5e5e6f2f0c25da400093818cbc3c1ae277a1df23 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: AnotherTest <ali.mpfard@gmail.com>
|
||||
Date: Fri, 12 Feb 2021 13:42:50 +0330
|
||||
Subject: [PATCH 1/6] kwsys: Don't use siginfo
|
||||
Subject: [PATCH] kwsys: Don't use siginfo
|
||||
|
||||
We don't support SIGINFO. This patch removes uses of SIGINFO.
|
||||
|
||||
@ -49,6 +49,3 @@ index e6cc48f2..17fbd547 100644
|
||||
static int saOrigValid = 0;
|
||||
static struct sigaction saABRTOrig;
|
||||
static struct sigaction saSEGVOrig;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 75597807e541ebe1ae83345af9250a4113bf1480 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Wed, 12 Jan 2022 22:15:37 +0330
|
||||
Subject: [PATCH 2/6] /bin/bash
|
||||
Subject: [PATCH] /bin/bash
|
||||
|
||||
This patch swaps out /bin/sh for /bin/bash in two scripts that need it.
|
||||
|
||||
@ -33,6 +33,3 @@ index 11622160..0e6fc25d 100755
|
||||
+#!/bin/bash
|
||||
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
|
||||
exec "${cmake_source_dir}/bootstrap" "$@"
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 049e918181ba913bf992723dd805fb8066aae83b Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Wed, 12 Jan 2022 22:17:47 +0330
|
||||
Subject: [PATCH 3/6] Platform/SerenityOS
|
||||
Subject: [PATCH] Platform/SerenityOS
|
||||
|
||||
This patch adds the SerenityOS platform config file to CMake.
|
||||
|
||||
@ -45,6 +45,3 @@ index 00000000..952ff61a
|
||||
+unset(CMAKE_LIBRARY_ARCHITECTURE_REGEX)
|
||||
+
|
||||
+include(Platform/UnixPaths)
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a65e8be0dbde0e23fed88f8ebdcdf8668b238b9c Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Wed, 12 Jan 2022 22:18:02 +0330
|
||||
Subject: [PATCH 4/6] cmcurl: Include unistd
|
||||
Subject: [PATCH] cmcurl: Include unistd
|
||||
|
||||
Everyone gets this wrong. Most platforms are very lax with these includes, but we're not one of them.
|
||||
|
||||
@ -25,6 +25,3 @@ index 91cd95d3..9940748f 100644
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8094f0232a6c4c357ec8e2931d44399172123f47 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Wed, 12 Jan 2022 22:18:23 +0330
|
||||
Subject: [PATCH 5/6] cmcurl: Use struct stat and include sys/stat.h
|
||||
Subject: [PATCH] cmcurl: Use struct stat and include sys/stat.h
|
||||
|
||||
For unknown reasons, curl_setup_once.h does not include sys/stat.h. This patch includes sys/stat.h.
|
||||
|
||||
@ -25,6 +25,3 @@ index 7421b670..b06c19d8 100644
|
||||
# define struct_stat struct stat
|
||||
#endif
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From f0ae38c0f10805a2f4359ee0052766c371ee8d54 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Wed, 12 Jan 2022 22:18:57 +0330
|
||||
Subject: [PATCH 6/6] CMake: Disable tests
|
||||
Subject: [PATCH] CMake: Disable tests
|
||||
|
||||
We don't care about building tests for now, and it makes the compilation much faster.
|
||||
|
||||
@ -27,6 +27,3 @@ index b2ab30e1..24127b09 100644
|
||||
include (${CMAKE_ROOT}/Modules/Dart.cmake)
|
||||
|
||||
# Set up test-time configuration.
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From bad2922ad4cbc8c74765d50da61371925b1b80d7 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
|
||||
Date: Tue, 20 Apr 2021 18:42:04 +0300
|
||||
Subject: [PATCH 1/2] Use manual include & library paths for ncurses
|
||||
Subject: [PATCH] Use manual include & library paths for ncurses
|
||||
|
||||
Co-Authored-By: Panagiotis Vasilopoulos <hello@alwayslivid.com>
|
||||
---
|
||||
@ -35,6 +35,3 @@ index 6c50d7b..6ce5f9f 100644
|
||||
|
||||
add_executable(cmatrix cmatrix.c)
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 444b507fab58b76f52fa54abef855a264e8e9e1a Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
|
||||
Date: Tue, 17 May 2022 20:58:39 +0430
|
||||
Subject: [PATCH 2/2] Include curses.h from <ncurses> in serenity
|
||||
Subject: [PATCH] Include curses.h from <ncurses> in serenity
|
||||
|
||||
Co-Authored-By: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
|
||||
---
|
||||
@ -21,6 +21,3 @@ index 7e3fbb9..0d1053f 100644
|
||||
#include <ncurses/curses.h>
|
||||
#else
|
||||
#include <curses.h>
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f3a2d182fe9f6d569db5e6f28e3926ccdce84b1a Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Luke Wilde <lukew@serenityos.org>
|
||||
Date: Sun, 13 Mar 2022 16:50:19 +0000
|
||||
Subject: [PATCH] Teach curl.h about serenity's <sys/select.h> include
|
||||
@ -21,6 +21,3 @@ index 3a2c2ea..2b7c86b 100644
|
||||
(defined(__FreeBSD_version) && (__FreeBSD_version < 800000)) || \
|
||||
(defined(__MidnightBSD_version) && (__MidnightBSD_version < 100000))
|
||||
#include <sys/select.h>
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
From d6d5890a9938ce5bfb6e9a1ee98fb2d692a6efa3 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Sun, 10 May 2020 11:50:31 -0400
|
||||
Subject: [PATCH 1/2] Replace a use of wait3() with waitpid() in the job
|
||||
control
|
||||
Subject: [PATCH] Replace a use of wait3() with waitpid() in the job control
|
||||
|
||||
wait3() does not exist on serenity.
|
||||
---
|
||||
@ -22,6 +21,3 @@ index 606d603..92ac84d 100644
|
||||
if (err || !block)
|
||||
break;
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 481993ee4f0908cefcbddb0cca4e6811751d809c Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Mon, 12 Apr 2021 09:18:56 +0200
|
||||
Subject: [PATCH 2/2] Skip building helpers by default
|
||||
Subject: [PATCH] Skip building helpers by default
|
||||
|
||||
---
|
||||
configure.ac | 3 +++
|
||||
@ -35,6 +35,3 @@ index 139355e..e95491a 100644
|
||||
$(HELPERS): %: %.c
|
||||
$(COMPILE_FOR_BUILD) -o $@ $<
|
||||
+endif
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 546bd7af0869cb4064d7e29baacfdaa1e174d063 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Liav A <liavalb@gmail.com>
|
||||
Date: Fri, 1 Apr 2022 11:01:13 +0300
|
||||
Subject: [PATCH] Use serenity's firmware binary path
|
||||
@ -20,6 +20,3 @@ index cd2b5c9..49bf30e 100644
|
||||
#define SYS_ENTRY_FILE SYS_FIRMWARE_DIR "/smbios_entry_point"
|
||||
#define SYS_TABLE_FILE SYS_FIRMWARE_DIR "/DMI"
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 4a571a9e2bc04dfaeba2e9bee3f495615c7a26fe Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Nathan Ell <nathanjamesell@gmail.com>
|
||||
Date: Tue, 7 Dec 2021 20:00:58 -0700
|
||||
Subject: [PATCH] Link with `-lintl`
|
||||
@ -20,6 +20,3 @@ index 2edc74d..4ec93a6 100644
|
||||
|
||||
# ............................................................ flags ...
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 828399ef58c44dfe248c46bd3e7cadfcb904c5cd Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Patrick Meyer <git@the-space.agency>
|
||||
Date: Thu, 28 Apr 2022 01:50:11 +0000
|
||||
Subject: [PATCH 1/5] Disable some default options
|
||||
Subject: [PATCH] Disable some default options
|
||||
|
||||
Co-Authored-By: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
|
||||
---
|
||||
@ -32,6 +32,3 @@ index 536f4e7..5073b7c 100644
|
||||
|
||||
/* Note: PAM auth is quite simple and only works for PAM modules which just do
|
||||
* a simple "Login: " "Password: " (you can edit the strings in svr-authpam.c).
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 634f30f41971933508832954c142cc6c384d19ed Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Patrick Meyer <git@the-space.agency>
|
||||
Date: Thu, 28 Apr 2022 01:50:11 +0000
|
||||
Subject: [PATCH 2/5] Disable SSP
|
||||
Subject: [PATCH] Disable SSP
|
||||
|
||||
Co-Authored-By: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
|
||||
---
|
||||
@ -95,6 +95,3 @@ index 6a19479..28cd987 100644
|
||||
# FORTIFY_SOURCE
|
||||
DB_TRYADDCFLAGS([-D_FORTIFY_SOURCE=2])
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 6515921fcacaa71f666963a8ef8a8b3c0ad64eb2 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Patrick Meyer <git@the-space.agency>
|
||||
Date: Thu, 28 Apr 2022 01:50:11 +0000
|
||||
Subject: [PATCH 3/5] Include <sys/select.h>
|
||||
Subject: [PATCH] Include <sys/select.h>
|
||||
|
||||
Co-Authored-By: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
|
||||
---
|
||||
@ -20,6 +20,3 @@ index 1e00002..2208f94 100644
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 06371c6e143c43c31070a80d8d717e3213316296 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Patrick Meyer <git@the-space.agency>
|
||||
Date: Thu, 28 Apr 2022 01:50:11 +0000
|
||||
Subject: [PATCH 4/5] Install in bindir
|
||||
Subject: [PATCH] Install in bindir
|
||||
|
||||
FIXME: Not sure what this is exactly doing.
|
||||
|
||||
@ -23,6 +23,3 @@ index e824491..f30f508 100644
|
||||
mandir=@mandir@
|
||||
|
||||
.DELETE_ON_ERROR:
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From bc87404dcffad4d0e1577bf407a0bfbacb2d79f2 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Patrick Meyer <git@the-space.agency>
|
||||
Date: Thu, 28 Apr 2022 01:50:11 +0000
|
||||
Subject: [PATCH 5/5] Remove some unsupported socket operations
|
||||
Subject: [PATCH] Remove some unsupported socket operations
|
||||
|
||||
Co-Authored-By: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
|
||||
---
|
||||
@ -52,6 +52,3 @@ index 2ed9bb1..e0e9962 100644
|
||||
|
||||
#if defined(IPPROTO_IPV6) && defined(IPV6_V6ONLY)
|
||||
if (res->ai_family == AF_INET6) {
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 9aeccfdc1257204b18e0c8efa1f18f9a24cdab75 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Wed, 16 Jun 2021 11:23:34 +0200
|
||||
Subject: [PATCH 1/2] chdir() to the resource install path at program startup
|
||||
Subject: [PATCH] chdir() to the resource install path at program startup
|
||||
|
||||
The game tries to open its resource files using relative paths, and we
|
||||
install them into /opt, so chdr() there.
|
||||
@ -22,6 +22,3 @@ index 8fa842f..e16c35e 100644
|
||||
prngSrand(time(NULL));
|
||||
// Start up SDL and create window
|
||||
if (!init()) {
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 2837d8fc8be4d4bd3d03866cfd139152506f4e31 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Wed, 16 Jun 2021 11:23:34 +0200
|
||||
Subject: [PATCH 2/2] Make it use software rendering
|
||||
Subject: [PATCH] Make it use software rendering
|
||||
|
||||
---
|
||||
src/res.c | 2 ++
|
||||
@ -20,6 +20,3 @@ index ef4945a..6c46184 100644
|
||||
bool init() {
|
||||
// Initialization flag
|
||||
bool success = true;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d29259d2ea80767820f69b9b58f9377166440938 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: EWouters <6179932+EWouters@users.noreply.github.com>
|
||||
Date: Fri, 1 Apr 2022 02:54:00 +0200
|
||||
Subject: [PATCH 1/4] Make CC and friends overridable from the env
|
||||
Subject: [PATCH] Make CC and friends overridable from the env
|
||||
|
||||
Co-Authored-By: roytam1 <roytam@gmail.com>
|
||||
---
|
||||
@ -27,6 +27,3 @@ index 3531bcd..a225c14 100755
|
||||
|
||||
# checking whether we are using GNU C.
|
||||
/bin/sh -c "${CC} --version" > /dev/null 2>&1 || { CC=cc ; CFLAGS=-O2 ; }
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a61996a48d800229a267d9fef1548b08450997ab Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <ibara@users.noreply.github.com>
|
||||
Date: Sat, 1 Feb 2020 14:54:04 -0500
|
||||
Subject: [PATCH 2/4] Use stdbool instead of rolling a manual Bool
|
||||
Subject: [PATCH] Use stdbool instead of rolling a manual Bool
|
||||
|
||||
---
|
||||
ed.h | 3 +--
|
||||
@ -21,6 +21,3 @@ index db0b4a6..ef0c134 100644
|
||||
#endif
|
||||
|
||||
enum Pflags /* print suffixes */
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 492088ee0565b8d947d129125ab3518a4da6a7c9 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <ibara@users.noreply.github.com>
|
||||
Date: Fri, 1 Apr 2022 02:54:00 +0200
|
||||
Subject: [PATCH 3/4] Manually link with pcre2
|
||||
Subject: [PATCH] Manually link with pcre2
|
||||
|
||||
Co-Authored-By: EWouters <6179932+EWouters@users.noreply.github.com>
|
||||
---
|
||||
@ -21,6 +21,3 @@ index f716df4..c1a7880 100644
|
||||
|
||||
r$(progname) : r$(progname).in
|
||||
cat $(VPATH)/r$(progname).in > $@
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5d79ba1193bb0f9813c9650ee36ec416af525a1e Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <ibara@users.noreply.github.com>
|
||||
Date: Sat, 1 Feb 2020 14:54:04 -0500
|
||||
Subject: [PATCH 4/4] Use pcre2 for regex instead of libc's regex.h
|
||||
Subject: [PATCH] Use pcre2 for regex instead of libc's regex.h
|
||||
|
||||
---
|
||||
regex.c | 2 +-
|
||||
@ -20,6 +20,3 @@ index 9b38120..325b2f6 100644
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 0e8dbc3e4e44760da5817053eb2a9f6f2f55245b Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brendan Coles <bcoles@gmail.com>
|
||||
Date: Wed, 14 Apr 2021 17:24:58 +0000
|
||||
Subject: [PATCH 1/4] Include <strings.h>
|
||||
Subject: [PATCH] Include <strings.h>
|
||||
|
||||
---
|
||||
src/codepage.c | 1 +
|
||||
@ -19,6 +19,3 @@ index 3916b61..9df0bd8 100644
|
||||
|
||||
/* List of code-pages */
|
||||
struct cp_data
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user