mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:57: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 06224692b112908e3cc13dcdb1b2c2037849d30c Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tobias Christiansen <tobyase@serenityos.org>
|
||||
Date: Thu, 24 Mar 2022 15:41:48 +0100
|
||||
Subject: [PATCH 1/4] Tell prng.c that we don't have arc4random_buf
|
||||
Subject: [PATCH] Tell prng.c that we don't have arc4random_buf
|
||||
|
||||
FIXME: This function does exist, perhaps outdated or some issue -
|
||||
explain the issue here if so.
|
||||
|
@ -21,6 +21,3 @@ index 004906d..d73b05c 100644
|
|||
#ifdef HAVE_arc4random_buf
|
||||
# define HAVE_ARC4RANDOM
|
||||
# ifndef ARC4RANDOM_IN_BSD
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 8e430a265acf87063fff9b00b18dff91c4a6f073 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tobias Christiansen <tobyase@serenityos.org>
|
||||
Date: Thu, 24 Mar 2022 15:41:48 +0100
|
||||
Subject: [PATCH 2/4] Define MAX inline instead of using sys/param.h
|
||||
Subject: [PATCH] Define MAX inline instead of using sys/param.h
|
||||
|
||||
---
|
||||
lib/fungestring/funge_str-two-way.h | 2 +-
|
||||
|
@ -20,6 +20,3 @@ index 70295f4..a3e0888 100644
|
|||
|
||||
/* We use the Two-Way string matching algorithm, which guarantees
|
||||
linear complexity with constant space. Additionally, for long
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 2ef179368040355b7a99d3a55c9defdc162baa32 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tobias Christiansen <tobyase@serenityos.org>
|
||||
Date: Thu, 24 Mar 2022 15:41:48 +0100
|
||||
Subject: [PATCH 3/4] define _POSIX_MAPPED_FILES
|
||||
Subject: [PATCH] define _POSIX_MAPPED_FILES
|
||||
|
||||
Serenity has a working mmap().
|
||||
---
|
||||
|
@ -20,6 +20,3 @@ index 0b78647..dc1f830 100644
|
|||
#if !defined(_POSIX_MAPPED_FILES) || (_POSIX_MAPPED_FILES < 1)
|
||||
# error "cfunge needs a working mmap(), which this system claims it lacks."
|
||||
#endif
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 0e1b34946cdc2b4360d9a44f7f44cb5c743a9a78 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Tobias Christiansen <tobyase@serenityos.org>
|
||||
Date: Thu, 24 Mar 2022 15:41:48 +0100
|
||||
Subject: [PATCH 4/4] Define _POSIX_REGEXP
|
||||
Subject: [PATCH] Define _POSIX_REGEXP
|
||||
|
||||
Serenity's libc does have regex.
|
||||
---
|
||||
|
@ -20,6 +20,3 @@ index c208078..88616b2 100644
|
|||
#if !defined(_POSIX_REGEXP) || (_POSIX_REGEXP < 1)
|
||||
# error "cfunge needs POSIX regular expressions, which this system claims it doesn't have."
|
||||
#endif
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue