Mark Poliakov alnyan
alnyan pushed to alnyan/yggdrasil-1.84.0 at yggdrasil/yggdrasil-rust 2025-01-05 14:46:00 +02:00
127b7e16a5 alnyan/yggdrasil: add rt functions for env directories
alnyan pushed to master at alnyan/yggdrasil 2025-01-05 14:45:37 +02:00
dfa6f7c296 rt: add stubs for current_exe()/home_directory()/make_temp_directory()
alnyan closed issue alnyan/yggdrasil#29 2025-01-05 14:25:42 +02:00
std: pal/yggdrasil/time implementation
alnyan commented on issue alnyan/yggdrasil#29 2025-01-05 14:25:29 +02:00
std: pal/yggdrasil/time implementation

Implemented in the ABI by: dc76c5b7a82a9c8db6345d40aaa076c540b04c1c + 97e11c3b Implemented in the std by: https://git.alnyan.me/yggdrasil/yggdrasil-rust/commit/e0acd83bdbd7996c639192e6f54b94d8fb7…

alnyan pushed to alnyan/yggdrasil-1.84.0 at yggdrasil/yggdrasil-rust 2025-01-05 14:25:00 +02:00
f753410498 alnyan/yggdrasil: use SystemTime::now() instead of struct syntax
alnyan pushed to master at alnyan/yggdrasil 2025-01-05 14:24:06 +02:00
97e11c3bee abi: fix bug in checked_sub_duration(), add tests
dc76c5b7a8 abi: implement time functions
Compare 2 commits »
alnyan pushed to alnyan/yggdrasil-1.84.0 at yggdrasil/yggdrasil-rust 2025-01-05 12:26:10 +02:00
e0acd83bdb alnyan/yggdrasil: use ABI functions for SystemTime
alnyan opened issue alnyan/yggdrasil#29 2025-01-03 19:57:01 +02:00
std: pal/yggdrasil/time implementation
alnyan opened issue alnyan/yggdrasil#28 2025-01-03 19:53:57 +02:00
std: pal/yggdrasil/process implementation
alnyan closed issue alnyan/yggdrasil#10 2025-01-03 19:13:55 +02:00
std: filesystem handling
alnyan opened issue alnyan/yggdrasil#27 2025-01-03 19:13:47 +02:00
std: pal/yggdrasil/fs implementation
alnyan closed issue alnyan/yggdrasil#20 2025-01-03 19:09:13 +02:00
vfs: don't create filesystem until mountpoint is checked
alnyan commented on issue alnyan/yggdrasil#20 2025-01-03 19:09:10 +02:00
vfs: don't create filesystem until mountpoint is checked

Fixed by 595504b3715cd08be5adb2fc7023f2ac8fb843e7

alnyan pushed to alnyan/yggdrasil-1.84.0 at yggdrasil/yggdrasil-rust 2025-01-03 19:08:57 +02:00
e81d391d35 alnyan/yggdrasil: implement getcwd()
alnyan opened issue alnyan/yggdrasil#26 2025-01-03 19:08:38 +02:00
std: pal/yggdrasil/os implementation
alnyan pushed to master at alnyan/yggdrasil 2025-01-03 19:07:00 +02:00
89f4965460 shell: better readline, rsh: allow builtin pubkey
alnyan opened issue alnyan/yggdrasil#25 2025-01-03 19:01:53 +02:00
rsh: figure out why malformed frames are sent
alnyan pushed to alnyan/yggdrasil-1.84.0 at yggdrasil/yggdrasil-rust 2025-01-03 15:29:22 +02:00
8099ae1760 alnyan/yggdrasil: better fd inheritance in spawn
alnyan pushed to master at alnyan/yggdrasil 2025-01-03 15:28:45 +02:00
f36436ee07 shell: better parser, kernel: better fd inheritance in spawn
alnyan commented on issue alnyan/yggdrasil#24 2025-01-03 15:28:42 +02:00
shell feature tracking

Input/output redirection implemented in f36436ee