1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 16:07:46 +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 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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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