• Joined on 2022-10-31
pjht pushed to master at mikros/touch 2024-11-20 21:33:42 -06:00
8284c683d1 Initial commit
pjht created branch master in mikros/touch 2024-11-20 21:33:42 -06:00
pjht created repository mikros/touch 2024-11-20 21:33:05 -06:00
pjht pushed to master at mikros/init_phase2 2024-11-20 14:01:12 -06:00
c22f840b55 Stop the terminal emulator when the shell exits
pjht pushed to master at mikros/psh 2024-11-20 14:00:19 -06:00
9002fa3b35 Exit on STDIN EOF
pjht pushed to master at mikros/proc_man 2024-11-20 14:00:00 -06:00
b8e49f71ae Add wait_async client function
pjht pushed to master at mikros/pty_server 2024-11-20 13:59:10 -06:00
fabf69b353 Update to latest line_discipline to handle EOF correctly
pjht pushed to master at mikros/line_discipline 2024-11-20 13:58:43 -06:00
e432c77cb8 Differentiate between no program input data and a 0-byte read
pjht pushed to master at mikros/file_rpc 2024-11-20 13:58:18 -06:00
ebdfa5fa51 Add try_get_list_result to PollEvents
pjht pushed to master at mikros/rust 2024-11-20 13:05:44 -06:00
c924e93ad9 mikros: Skip . and .. in ReadDir
pjht pushed to master at mikros/tarfs 2024-11-20 12:30:58 -06:00
7eff15592b Change the error when trying to write to a file to EROFS
pjht pushed to master at mikros/ext2 2024-11-20 12:30:43 -06:00
201c982b26 Change the error when trying to write to a file to EROFS
pjht pushed to master at mikros/os_build 2024-11-19 11:25:34 -06:00
45afa9e7c1 Add tmpfs to the initrd
pjht pushed to master at mikros/init 2024-11-19 11:25:13 -06:00
f4ad6d177a Start and mount tmpfs on boot
pjht created branch master in mikros/tmpfs 2024-11-19 10:43:07 -06:00
pjht pushed to master at mikros/tmpfs 2024-11-19 10:43:07 -06:00
2b51b024f7 Initial commit
pjht created repository mikros/tmpfs 2024-11-19 10:42:45 -06:00
pjht pushed to master at mikros/kernel 2024-11-17 22:02:22 -06:00
f0c6432740 Make send_ipc syscall use send_ipc_to function
pjht pushed to master at mikros/partserv 2024-11-17 22:00:19 -06:00
5ad4c54f47 Switch to using std::fs::File to open disk files
pjht pushed to master at mikros/partserv 2024-11-17 21:59:34 -06:00
d6b184319d Switch to using std::fs::File to open disk files