sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-23 18:07:35 +00:00
parent 358e427f5b
commit 6f57aa08fd
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
149 changed files with 1364 additions and 3248 deletions

View file

@ -3,7 +3,7 @@ Replace sysctl HW_PHYSMEM/MEMSIZE/whatever madness with sysconf.
Index: builtin/gc.c
--- builtin/gc.c.orig
+++ builtin/gc.c
@@ -258,20 +258,13 @@ static uint64_t total_ram(void)
@@ -267,20 +267,13 @@ static uint64_t total_ram(void)
if (!sysinfo(&si))
return si.totalram;