hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hak 2026-09-15 11:29:35 +00:00
1d17f1e708 fixed the mssing stack finalization is multiple process manipulation primitive functions
hyung-hwan pushed to main at hyung-hwan/hawk 2026-09-14 06:58:09 +00:00
c89df44d20 added sys::tempname()
hyung-hwan pushed to main at hyung-hwan/hawk 2026-09-13 22:37:25 +00:00
a7dff29ad9 adjusted t-011.c for haikuos
hyung-hwan pushed to main at hyung-hwan/hawk 2026-09-13 14:27:55 +00:00
16ce1fd923 updated h-027.hawk to cater for 32-bit systems
hyung-hwan pushed to main at hyung-hwan/hawk 2026-09-13 14:12:37 +00:00
5a9958229e updated the probe for haiku's get_thread_info
hyung-hwan pushed to main at hyung-hwan/hawk 2026-09-13 13:46:52 +00:00
e90130abf5 implemented native cstack checker to prevent stack overflow - 100% accuracty not guaranteed yet
hyung-hwan pushed to main at hyung-hwan/hawk 2026-09-12 03:07:42 +00:00
ef9d88359d added two more test files
hyung-hwan pushed to main at hyung-hwan/hak 2026-09-12 02:49:27 +00:00
f99a8c87f0 updated the Semaphore methods to relay the return value of primitive calls
hyung-hwan pushed to main at hyung-hwan/hak 2026-09-12 02:34:09 +00:00
7be5d0fe61 code simplification by using MUXEVT_FD in more places
hyung-hwan pushed to main at hyung-hwan/hawk 2026-09-12 02:26:34 +00:00
aebeb66a57 removed the dispatch table for binops and switched to use the plain "switch .. case" statements
hyung-hwan pushed to main at hyung-hwan/hak 2026-09-11 14:13:50 +00:00
baa01b22e3 relocated signal primitives to the sys module
58d1234020 added ticker to bin/main.go
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hawk 2026-09-11 13:50:12 +00:00
8593335d89 added a new test
hyung-hwan pushed to main at hyung-hwan/hak 2026-09-11 05:37:09 +00:00
bcdc7d8d36 ported the same command line options to the go code
1a8cc6ef43 split HAK_OPT_MODLIBDIRS and HAK_OPT_INCDIRS to BCSTR/UCSTR
15b42bc269 make the style of option enumerators more uniform
992b1344a8 update hak.go with modlibdirs and incdirs... still not complete
27115ca792 added HAK_OPT_INCDIRS
Compare 5 commits »
hyung-hwan pushed to main at hyung-hwan/hak 2026-09-10 06:02:02 +00:00
05b7e3f728 added the option.incdirs field
hyung-hwan pushed to main at hyung-hwan/hak 2026-09-10 05:31:08 +00:00
e63dc2c2a0 relocated some primitive functions(process,semaphore,etc) to the core module
hyung-hwan pushed to main at hyung-hwan/hak 2026-09-10 04:53:41 +00:00
92caa7e8db creating Seamphore and SemaphoreGroup classes
hyung-hwan pushed to main at hyung-hwan/hio 2026-09-08 16:39:21 +00:00
4d775e09cf not using perl in t/s-002.sh. using the yes command instead
6a89275a06 fixed more bugs related to kqueue/kevent
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hio 2026-09-08 12:53:36 +00:00
cf23605437 fixed more bugs found while using SOCK_STREAM for qx on haikuos
5477a7c3a0 updated the socket device check for BPF and QX
a85a646c4b updated bpf_state to u.bpf.state
Compare 3 commits »
hyung-hwan pushed to main at hyung-hwan/hio 2026-09-08 06:19:16 +00:00
a83fbe3db6 moved socket device specific data to a union part.
hyung-hwan pushed to main at hyung-hwan/hio 2026-09-07 03:25:22 +00:00
1ab34a80c9 updated the some testers to skip if curl is not found