mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 03:37:36 +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 d8b37ad7569de3883ae7d40eb55d3b2fdd763d35 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Liav A <liavalb@gmail.com>
|
||||
Date: Fri, 27 May 2022 10:18:35 +0300
|
||||
Subject: [PATCH 1/3] Stop compiler warnings on dangling pointer
|
||||
Subject: [PATCH] Stop compiler warnings on dangling pointer
|
||||
|
||||
Use static variable to prevent using a dangling pointer from a previous
|
||||
stack trace.
|
||||
|
@ -22,6 +22,3 @@ index f789e68..fd18f5c 100644
|
|||
|
||||
|
||||
AcpiGbl_EntryStackPointer = &CurrentSp;
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From a8a2509d9e9a0eb293747fa44a63dd899077db98 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Liav A <liavalb@gmail.com>
|
||||
Date: Fri, 27 May 2022 10:19:35 +0300
|
||||
Subject: [PATCH 2/3] Disable sprintf debug message with formatting issues
|
||||
Subject: [PATCH] Disable sprintf debug message with formatting issues
|
||||
|
||||
---
|
||||
source/compiler/dtfield.c | 6 +++---
|
||||
|
@ -24,6 +24,3 @@ index f931631..f9fb310 100644
|
|||
DtError (ASL_ERROR, ASL_MSG_STRING_LENGTH, Field, AslGbl_MsgBuffer);
|
||||
Length = ByteLength;
|
||||
}
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 85ad6c144eb08d3cd94a4b28ac57e46df9f9c497 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Liav A <liavalb@gmail.com>
|
||||
Date: Fri, 27 May 2022 22:00:38 +0300
|
||||
Subject: [PATCH 3/3] Fix printf bad specifier formatting
|
||||
Subject: [PATCH] Fix printf bad specifier formatting
|
||||
|
||||
Fix sprintf specifier being written in a bad format leading to iASL to
|
||||
crash.
|
||||
|
@ -31,6 +31,3 @@ index 440c5fb..d722e3d 100644
|
|||
Name, Value);
|
||||
}
|
||||
}
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue