mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:47: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 e7cb850da0851c27197f39a2a6593c1c80981a6c Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Tue, 5 Apr 2022 23:05:14 +0200
|
||||
Subject: [PATCH 1/6] All sorts of fixes for the build
|
||||
Subject: [PATCH] All sorts of fixes for the build
|
||||
|
||||
Co-Authored-By: Kevin Nobel <kevin@2sk.nl>
|
||||
---
|
||||
|
@ -121,6 +121,3 @@ index effd57c..98800f9 100644
|
|||
typedef unsigned int uint;
|
||||
#endif
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 1e9569da4e5b1855031495ca2455ed6fa186b3df Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Sat, 17 Apr 2021 15:40:17 +0200
|
||||
Subject: [PATCH 2/6] Memory
|
||||
Subject: [PATCH] Memory
|
||||
|
||||
FIXME: There is no information available about this patch, fill this in.
|
||||
---
|
||||
|
@ -31,6 +31,3 @@ index 6d5ce01..2fda8df 100644
|
|||
|
||||
/* A big free block */
|
||||
_spritecache_ptr->size = (_allocated_sprite_cache_size - sizeof(MemBlock)) | S_FREE_MASK;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 4e0667f3f744b6e7a8ad73581747122d617ea069 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Kevin Nobel <kevin@2sk.nl>
|
||||
Date: Tue, 5 Apr 2022 23:05:14 +0200
|
||||
Subject: [PATCH 3/6] Pass `setsockopt` argument as char*
|
||||
Subject: [PATCH] Pass `setsockopt` argument as char*
|
||||
|
||||
---
|
||||
src/network/core/os_abstraction.cpp | 2 +-
|
||||
|
@ -20,6 +20,3 @@ index 225c95d..2da1575 100644
|
|||
#endif
|
||||
}
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 4a6442ab29becbd29418161635930a4d6d5d55e2 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Thu, 29 Apr 2021 23:45:51 +0200
|
||||
Subject: [PATCH 4/6] Stub GetPerformanceTimer() to return 0
|
||||
Subject: [PATCH] Stub GetPerformanceTimer() to return 0
|
||||
|
||||
---
|
||||
src/framerate_gui.cpp | 5 +++--
|
||||
|
@ -23,6 +23,3 @@ index 1077629..2d15c5b 100644
|
|||
}
|
||||
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 4cf117000029c0620085bd273776dc704e6ebc91 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Sat, 17 Apr 2021 15:40:17 +0200
|
||||
Subject: [PATCH 5/6] Don't use the asm version of rdtsc
|
||||
Subject: [PATCH] Don't use the asm version of rdtsc
|
||||
|
||||
---
|
||||
src/cpu.cpp | 2 +-
|
||||
|
@ -20,6 +20,3 @@ index d95c704..762da79 100644
|
|||
uint64 ottd_rdtsc()
|
||||
{
|
||||
uint32 high, low;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 42d2fd4d5ab2aa8883f3722c9008e7413980a755 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Sat, 17 Apr 2021 15:40:17 +0200
|
||||
Subject: [PATCH 6/6] Don't set any signal handlers
|
||||
Subject: [PATCH] Don't set any signal handlers
|
||||
|
||||
---
|
||||
src/os/unix/crashlog_unix.cpp | 2 +-
|
||||
|
@ -20,6 +20,3 @@ index fc3682d..32b5f1e 100644
|
|||
}
|
||||
}
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue