Skip to content

Instantly share code, notes, and snippets.

View kallisti5's full-sized avatar

Alexander von Gluck kallisti5

View GitHub Profile
# Trac over 30 seconds, healthy
[root@limerick ~]# strace -cvvFfp 30403
strace: deprecated option -F ignored
strace: Process 30403 attached with 5 threads
strace: Process 6762 attached
strace: Process 6763 attached
strace: Process 6764 attached
strace: Process 6765 attached
strace: Process 6766 attached
hrev55181+57 x86_64, Ryzen 1800x, Radeon RX 480
/Data/Code/haiku/src/tests/servers/app/benchmark> ../../../../../generated/objects/haiku/x86_64/release/tests/servers/app/benchmark/Benchmark Strings
Drawing mode: B_OP_COPY
Glyphs per DrawString() call: 60
Glyphs per second: 1412508.461
Average time between iterations: 0.0002 seconds.
/Data/Code/haiku/src/tests/servers/app/benchmark> ../../../../../generated/objects/haiku/x86_64/release/tests/servers/app/benchmark/Benchmark Strings
Drawing mode: B_OP_COPY
Glyphs per DrawString() call: 60
hrev55507, x86_64, Ryzen 7 1800x, Radeon RX 480
/Data/Code/haiku/src/tests/servers/app/benchmark> ../../../../../generated/objects/haiku/x86_64/release/tests/servers/app/benchmark/Benchmark Strings
Drawing mode: B_OP_COPY
Glyphs per DrawString() call: 60
Glyphs per second: 1468383.124
Average time between iterations: 0.0002 seconds.
/Data/Code/haiku/src/tests/servers/app/benchmark> ../../../../../generated/objects/haiku/x86_64/release/tests/servers/app/benchmark/Benchmark Strings
Drawing mode: B_OP_COPY
Glyphs per DrawString() call: 60
@kallisti5
kallisti5 / gist:76cbf6d120e2e2cdba6d34c26b84b058
Created September 18, 2021 22:16
Haiku on SiFive Unmatched
U-Boot 2021.10-rc1-00432-g85ccbf666e (Aug 13 2021 - 08:28:37 -0500)
CPU: rv64imafdc
Model: SiFive HiFive Unmatched A00
DRAM: 16 GiB
MMC: spi@10050000:mmc@0: 0
Loading Environment from nowhere... OK
EEPROM: SiFive PCB EEPROM format v1
Product ID: 0002 (HiFive Unmatched)
PCB revision: 3
Welcome to kernel debugger output!
Haiku revision: hrev55374+1, debug level: 2
reserve_io_interrupt_vectors: reserved 128 vectors starting from 0
vm_translation_map_init: entry
physical memory ranges:
80040000 - 87ef5000
87f0b000 - fe71d000
fe724000 - fe725000
fe726000 - fe728000
fe72c000 - fe72d000
diff --git a/headers/private/kernel/arch/arm/arch_kernel_args.h b/headers/private/kernel/arch/arm/arch_kernel_args.h
index 78b34058d7..087ee7ab9d 100644
--- a/headers/private/kernel/arch/arm/arch_kernel_args.h
+++ b/headers/private/kernel/arch/arm/arch_kernel_args.h
@@ -34,7 +34,7 @@ typedef struct {
FixedWidthPointer<void> acpi_root;
FixedWidthPointer<void> fdt;
- uart_info uart;
+ uart_info* uart;
Directory Source/WTF/wtf/haiku
Checking Source/WTF/wtf/haiku/CurrentProcessMemoryStatus.cpp...
Checking Source/WTF/wtf/haiku/CurrentProcessMemoryStatus.h...
Checking Source/WTF/wtf/haiku/FileSystemHaiku.cpp...
Checking Source/WTF/wtf/haiku/MemoryFootprintHaiku.cpp...
Checking Source/WTF/wtf/haiku/RunLoopHaiku.cpp...
Checking Source/WTF/wtf/haiku/WorkQueueHaiku.cpp...
Directory Source/WTF/wtf/text/haiku
Checking Source/WTF/wtf/text/haiku/TextBreakIteratorInternalICUHaiku.cpp...
Directory Source/WebCore/PAL/pal/system/haiku
--- webkit-old/Source/WebCore/platform/graphics/haiku//FontCacheHaiku.cpp 2021-07-13 20:32:56.222965697 -0500
+++ haikuwebkit/Source/WebCore/platform/graphics/haiku//FontCacheHaiku.cpp 2021-07-12 15:24:09.706791713 -0500
@@ -110,7 +110,7 @@
for (int index = 0; index < count; index++)
{
- get_font_style(familyName, index, &nativeStyle);
+ get_font_style(familyName, index, &nativeStyle);
result.uncheckedAppend(nativeStyle);
}
@kallisti5
kallisti5 / diff.patch
Created June 23, 2021 00:33
initial-packages x86_gcc2h r1b2 vs r1b3
--- initial-packages.r1b2 2021-06-23 00:32:20.018455781 +0000
+++ initial-packages.r1b3 2021-06-23 00:32:09.544172156 +0000
@@ -2,125 +2,130 @@
.
..
autoconf-2.69-8-x86_gcc2.hpkg
-automake-1.16.2-1-x86_gcc2.hpkg
-bash-5.0.017-1-x86_gcc2.hpkg
+automake-1.16.3-1-x86_gcc2.hpkg
+bash-5.1-1-x86_gcc2.hpkg
@kallisti5
kallisti5 / diff.patch
Created June 22, 2021 23:54
initial-packages x86_64 r1b2 vs r1b3
--- initial-packages.r1b2 2021-06-22 23:52:45.678887164 +0000
+++ initial-packages.r1b3 2021-06-22 23:52:37.161655040 +0000
@@ -2,167 +2,174 @@
.
..
autoconf-2.69-8-x86_64.hpkg
-automake-1.16.2-1-x86_64.hpkg
-bash-5.0.017-1-x86_64.hpkg
+automake-1.16.3-1-x86_64.hpkg
+bash-5.1-1-x86_64.hpkg