1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:37: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,7 +1,7 @@
From 2029ec1800c3e9a1d8a50f158c1550523c022cec Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Mon, 28 Feb 2022 22:57:52 +0100
Subject: [PATCH 1/2] build: When cross-compiling, get type sizes of the target
Subject: [PATCH] build: When cross-compiling, get type sizes of the target
system.
Fixes <https://issues.guix.gnu.org/54198>.
@ -80,6 +80,3 @@ index 01b14f1..691ebd0 100644
pf ("\n");
pf ("/* same as POSIX \"struct timespec\" -- always defined */\n");
--
2.36.1

View file

@ -1,7 +1,7 @@
From fcd26f263a018d69cf62135f798a04d4c354d5f1 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Peter Elliott <pelliott@ualberta.ca>
Date: Wed, 18 May 2022 01:43:41 -0600
Subject: [PATCH 2/2] Remove contents of return_unused_stack_to_os
Subject: [PATCH] Remove contents of return_unused_stack_to_os
guile attempts to madvise(2) away parts of the stack, but serenity only
supports madvise(2) on entire mmaped regions.
@ -44,6 +44,3 @@ index 6fd5c55..2eab110 100644
}
#define SLOT_MAP_CACHE_SIZE 32U
--
2.36.1