Ryan Heywood ryan
  • Joined on 2023-05-17
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 19:15:17 +00:00
0252a625c0 Include basic usage examples
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 18:53:31 +00:00
50ef776988 use exec as default mode
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 18:50:36 +00:00
c3c7e9eaa3 actually use the CStr versions instead of Rustic
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 18:47:05 +00:00
32570cc3b9 add command name as first argument
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 18:43:23 +00:00
8bd07cccaa don't construct nullptr cstring
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 18:34:20 +00:00
b3a16d49bc fixup error handling
68326174f7 add nullptr to last arg in execv()
Compare 2 commits »
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 18:25:52 +00:00
42d499e76a add hello-world binary
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 03:16:38 +00:00
b14e4260b2 cleanup, prep for exec example
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 01:06:48 +00:00
c388eb1fc5 so, that was a B7, not an 87. hours of my life gone, because of two pixels
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 00:42:47 +00:00
d942d615d5 remove check for casting size to u32
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 00:39:49 +00:00
3266a7fccf attempt assigning fields from zeroed memory
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 00:33:10 +00:00
b2e35f9f5a ignore errors when attempting heartbeat
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 00:14:56 +00:00
449e934cf0 attempt autodetection of NSM
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 00:06:17 +00:00
b7316b5741 move that config down lower
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-12 00:05:00 +00:00
6aafe87deb print out config
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-11 23:59:03 +00:00
1641e7b793 more dmesg lines
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-11 23:52:07 +00:00
f35a923dee add dmesg-y lines
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-11 23:37:28 +00:00
4df0b611b1 use mount_self() instead of from tuple
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-11 23:03:29 +00:00
01f595657d assume nsm.ko is embedded in kernel
9ab33ecadc disable broken mounts, for now
Compare 2 commits »
ryan pushed to refactor-enclaveos-to-nit at public/nit 2025-07-11 22:54:56 +00:00
46b1ab1dd8 fix mount() not converting data to CString