1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:17:36 +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 3a91827276d7f4797ba1f8a2f37356ce0985dc7a Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Sun, 11 Apr 2021 23:15:42 +0200
Subject: [PATCH 1/5] Don't use fcntl on serenity
Subject: [PATCH] Don't use fcntl on serenity
---
include/unixconf.h | 2 ++
@ -22,6 +22,3 @@ index c126d68..cafe766 100644
/*
* The remainder of the file should not need to be changed.
--
2.36.1

View file

@ -1,7 +1,7 @@
From 00d5d3dad4bd9410d106bf48b83dbd01943d8db0 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Sun, 11 Apr 2021 23:15:42 +0200
Subject: [PATCH 2/5] Use explicitly sized types
Subject: [PATCH] Use explicitly sized types
---
include/decl.h | 2 +-
@ -185,6 +185,3 @@ index cd971bc..de2757e 100644
qt_hdr.n_hdr, ofp);
if (debug) {
for (i = 0; i < qt_hdr.n_hdr; i++)
--
2.36.1

View file

@ -1,7 +1,7 @@
From 3d1ff1d1a12a4111b7ef29e8c6bbae05095c1bc1 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Sun, 11 Apr 2021 23:15:42 +0200
Subject: [PATCH 3/5] Use host tools where needed
Subject: [PATCH] Use host tools where needed
---
sys/unix/Makefile.dat | 68 +++++++++++++++++++++----------------------
@ -163,6 +163,3 @@ index 78e9d72..1a7efca 100644
# makedefs -z makes both vis_tab.h and vis_tab.c, but writes the .h first
../src/vis_tab.c: ../include/vis_tab.h
--
2.36.1

View file

@ -1,7 +1,7 @@
From c8dc69d845ea82c85222882e62af76a11d71695f Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Thu, 15 Apr 2021 15:43:18 +0200
Subject: [PATCH 4/5] Set the install path correctly
Subject: [PATCH] Set the install path correctly
---
sys/unix/Makefile.top | 4 ++--
@ -43,6 +43,3 @@ index 2c2b62c..70857b6 100755
# Since Nethack.ad is installed in HACKDIR, add it to XUSERFILESEARCHPATH
case "x$XUSERFILESEARCHPATH" in
--
2.36.1

View file

@ -1,7 +1,7 @@
From cac4f570dfb4cb392eaa4f6e8b2845a2875cf17e Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Thu, 15 Apr 2021 15:43:18 +0200
Subject: [PATCH 5/5] Add hints for serenity
Subject: [PATCH] Add hints for serenity
---
sys/unix/hints/serenity | 54 +++++++++++++++++++++++++++++++++++++++++
@ -68,6 +68,3 @@ index 0000000..1e0ed46
+VARDIRPERM = 0755
+VARFILEPERM = 0600
+GAMEPERM = 0755
--
2.36.1