1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:17:45 +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 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

View file

@ -1,7 +1,7 @@
From 35566f37112c812ab3695e4843ff653792b1d532 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brendan Coles <bcoles@gmail.com>
Date: Thu, 23 Dec 2021 10:26:29 +0100
Subject: [PATCH 2/4] Replace a use of rindex() with strrchr()
Subject: [PATCH] Replace a use of rindex() with strrchr()
Co-Authored-By: Daniel Bertalan <dani@danielbertalan.dev>
---
@ -29,6 +29,3 @@ index b6122a9..582a0e2 100644
if(!p)
{
glob = fspec;
--
2.36.1

View file

@ -1,7 +1,7 @@
From 83c869b96b9651ff4fc16989cffb9a27d21329b2 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 3/4] Install into /usr/local
Subject: [PATCH] Install into /usr/local
---
Makefile | 2 +-
@ -20,6 +20,3 @@ index 80dd6ec..7026600 100644
OBJS=\
cpu.o\
--
2.36.1

View file

@ -1,7 +1,7 @@
From 9dec9f5ffc1a75ab15d4ecec19cb03fa4792b31d Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Brendan Coles <bcoles@gmail.com>
Date: Fri, 7 Jan 2022 17:26:40 +0100
Subject: [PATCH 4/4] Don't use setitimer()
Subject: [PATCH] Don't use setitimer()
Co-Authored-By: Tim Schumacher <timschumi@gmx.de>
---
@ -33,6 +33,3 @@ index d0c0d2f..7e313a0 100644
init_bios_mem();
while(1)
{
--
2.36.1