mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:17:34 +00:00
Ports: Format patches without numbering, commit hash or version number
This commit is contained in:
parent
d69a79b03b
commit
d426c5a4b2
371 changed files with 806 additions and 1884 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue