Commit Graph

27 Commits

Author SHA1 Message Date
d7f1ac06cb remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
5593db5202 replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
094b64078b add (UNUSED) after lock assertions 2024-08-09 15:02:13 -05:00
bac9d797b9 fix entity gen comparison 2024-08-06 16:05:29 -05:00
5eb515ab90 rename suffix assume_locked -> ...locked 2024-06-25 19:58:48 -05:00
04db1226e2 refactor mutexes to use 'sys_lock' objects. make all mutexes rw mutexes. 2024-06-25 19:54:33 -05:00
3061d465d1 minor tweaks & fixes 2024-06-25 18:35:53 -05:00
377b83e035 cleanup 2024-06-21 12:16:22 -05:00
d571a9647d worker loop cleanup 2024-06-20 16:02:16 -05:00
ebc73abfb7 more buildit accommodations 2024-05-22 18:45:51 -05:00
42a2d97d3d fix sheet evictor breaking before releasing bucket lock 2024-04-30 17:29:33 -05:00
f414cd874b sheet eviction when over memory budget 2024-04-30 14:04:18 -05:00
35ded9dbac sheet loader thread 2024-04-26 14:00:31 -05:00
925ef5a482 replace semaphore usage w/ condition variable 2024-04-24 20:03:07 -05:00
e3830fccae working sheet cache prototype 2024-04-24 18:19:19 -05:00
228bef5a68 more proper sys_panic 2024-04-15 19:31:22 -05:00
511364ee05 app exit / shutdown callbacks 2024-04-15 18:02:38 -05:00
aaad37da27 minor tweak 2024-04-11 13:12:20 -05:00
2d593fee03 rename global 'L' vars to 'G' 2024-04-11 12:50:28 -05:00
02b31ab441 rename DEBUG_LVAR -> DEBUG_ALIAS 2024-04-11 12:42:44 -05:00
d11d2d8309 rename tls -> thread_local 2024-04-07 00:10:29 -05:00
773a221b44 more unified tls model. testing json parsing & unicode display. 2024-04-05 18:02:17 -05:00
7afa567ea0 tls.h & tls.c 2024-03-28 18:19:26 -05:00
04eb118e60 system startup receipts 2024-03-28 13:31:35 -05:00
3b0cdfd1f4 more fleshed out atomics for i32, i64, u32, u64 2024-03-15 22:37:49 -05:00
8f3aaba794 alter DEBUG_LVAR semantics 2024-03-08 17:19:09 -06:00
8284923173 initial commit 2024-02-29 16:01:51 -06:00