1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:27: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,14 +1,14 @@
From bfc602df4e7eedd1cdc54dc5664ff1ff453fef1b Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Daniel Bertalan <dani@danielbertalan.dev>
Date: Fri, 5 Nov 2021 22:32:10 +0100
Subject: [PATCH 1/5] Add some compat macros for serenity
Subject: [PATCH] Add some compat macros for serenity
---
portable.h | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
portable.h | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/portable.h b/portable.h
index 5c86edd..6ccf7f6 100644
index 5c86edd..c840c69 100644
--- a/portable.h
+++ b/portable.h
@@ -61,7 +61,7 @@
@ -35,6 +35,3 @@ index 5c86edd..6ccf7f6 100644
#ifndef HAVE_SETRESGID
#define setresgid(x, y, z) setgid(x); setegid(y); setgid(z)
#endif /* !HAVE_SETRESGID */
--
2.36.1

View file

@ -1,7 +1,7 @@
From 83b82de3eed21eda75179417c1c234b5a56a52d6 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Daniel Bertalan <dani@danielbertalan.dev>
Date: Fri, 5 Nov 2021 22:32:10 +0100
Subject: [PATCH 2/5] Add pconfig.h
Subject: [PATCH] Add pconfig.h
---
pconfig.h | 30 ++++++++++++++++++++++++++++++
@ -44,6 +44,3 @@ index 0000000..3274014
+#define HAVE_SIGNAME
+#define HAVE_TIMERADD
+#define HAVE_TIMERCLEAR
--
2.36.1

View file

@ -1,7 +1,7 @@
From eed1007382d7ce6593ec55512bb21ed69343e9cc Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
Date: Mon, 5 Apr 2021 22:58:01 +0200
Subject: [PATCH 3/5] Disable flock
Subject: [PATCH] Disable flock
Serenity does not support flock.
---
@ -36,6 +36,3 @@ index 59876da..b03cc7a 100644
}
/*
--
2.36.1

View file

@ -1,7 +1,7 @@
From 072da9d917bd529cf55973de264c1d288cbf7138 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
Date: Mon, 5 Apr 2021 22:58:01 +0200
Subject: [PATCH 4/5] Disable rlimit
Subject: [PATCH] Disable rlimit
Serenity does not have rlimit support.
---
@ -78,6 +78,3 @@ index 65e0cca..587f08a 100644
- }
+ }*/
}
--
2.36.1

View file

@ -1,7 +1,7 @@
From 126df60a9ec402c3a87710500d44b647615c0d8d Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Daniel Bertalan <dani@danielbertalan.dev>
Date: Fri, 5 Nov 2021 22:32:10 +0100
Subject: [PATCH 5/5] Don't emit the default pconfig.h
Subject: [PATCH] Don't emit the default pconfig.h
---
configure | 35 -----------------------------------
@ -54,6 +54,3 @@ index 710dc3b..0625338 100755
Makefile
exit 0
--
2.36.1