hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hawk 2025-05-25 08:39:15 +00:00
05866d4353 changed the default value of --enable-static-module from no to yes
hyung-hwan pushed to main at hyung-hwan/hawk 2025-05-25 08:30:32 +00:00
4478ab6677 improved the HAWK_MOD m4 macro
hyung-hwan pushed to main at hyung-hwan/hawk 2025-05-25 08:16:11 +00:00
cbf85790ec updated the build files to be able to choose between static modules and dynamic modules even if the main library is static
hyung-hwan pushed to main at hyung-hwan/hawk 2025-05-24 02:19:42 +00:00
404b1297d3 refactored the main function
hyung-hwan pushed to main at hyung-hwan/hawk 2025-05-23 14:29:03 +00:00
d8b3e8ef9e updated the main function
hyung-hwan pushed to main at hyung-hwan/hodu 2025-05-19 07:30:08 +00:00
f06433d431 changed ioutil.ReadFile to os.ReadFile
hyung-hwan pushed to main at hyung-hwan/hodu 2025-05-18 02:40:19 +00:00
8318643735 changed the recipe name from test to check in Makefile
hyung-hwan pushed to main at hyung-hwan/hawk 2025-05-15 15:41:50 +00:00
a5f7e9d43c code update to proudct a single hawk binary including sed
hyung-hwan pushed to main at hyung-hwan/hodu 2025-05-12 10:09:08 +00:00
deb6f7b05a moved some waiting loops to goroutines to avoid race conditions
hyung-hwan pushed to main at hyung-hwan/hip 2025-05-05 17:43:18 +00:00
92c4376498 minor code change for portability
hyung-hwan pushed to main at hyung-hwan/hip 2025-05-05 17:25:13 +00:00
c2d6ce0f8a some code for delayed multiplexer operations
hyung-hwan pushed to main at hyung-hwan/hip 2025-05-04 03:00:11 +00:00
cf7bdd66fd converted nanoseconds to milliseconds if epoll_pwait2() is not avaiable and used epoll_pwait() at the compile time
hyung-hwan pushed to main at hyung-hwan/hip 2025-05-03 04:38:04 +00:00
a8eec75ce3 adding code for io waiting
hyung-hwan pushed to main at hyung-hwan/hip 2025-05-02 07:04:34 +00:00
19d2e97577 updated the multiplex function to handle hip_sleep()
hyung-hwan pushed to main at hyung-hwan/hodu 2025-05-01 04:07:35 +00:00
dee3711dd4 changed the address variable to print
hyung-hwan pushed to main at hyung-hwan/hip 2025-04-28 00:26:26 +00:00
3bf9936244 redefined some primitive types
hyung-hwan created branch main in hyung-hwan/hip 2025-04-27 18:06:43 +00:00
hyung-hwan pushed to main at hyung-hwan/hip 2025-04-27 18:06:43 +00:00
057269ff4a adding code for the first time
hyung-hwan created repository hyung-hwan/hip 2025-04-27 18:05:14 +00:00
hyung-hwan pushed to main at hyung-hwan/playground 2025-04-14 07:37:32 +00:00
659e4e9b4a updated Dockerfile.dev-gcc-rocky9