Mark Poliakov alnyan
alnyan closed issue alnyan/yggdrasil#30 2025-01-07 12:26:23 +02:00
std: pal/yggdrasil/pipe implementation
alnyan commented on issue alnyan/yggdrasil#30 2025-01-07 12:26:22 +02:00
std: pal/yggdrasil/pipe implementation

Rest implemented in f00e8d04af

alnyan pushed to alnyan/yggdrasil-1.84.0 at yggdrasil/yggdrasil-rust 2025-01-07 11:29:09 +02:00
f00e8d04af alnyan/yggdrasil: rework socket file descriptors
e24462c2fc alnyan/yggdrasil: merge remove() and remove_directory()
Compare 2 commits »
alnyan closed issue alnyan/yggdrasil#26 2025-01-07 09:10:40 +02:00
std: pal/yggdrasil/os implementation
alnyan pushed to master at alnyan/yggdrasil 2025-01-07 09:10:27 +02:00
f1256e262b abi: merge remove() and remove_directory()
alnyan pushed to master at alnyan/yggdrasil 2025-01-06 18:41:40 +02:00
f978a6b287 rt: move mem intrinsics
alnyan pushed to master at alnyan/yggdrasil 2025-01-06 18:33:55 +02:00
86f4a3f214 abi: update abi docs
alnyan commented on issue alnyan/yggdrasil#30 2025-01-06 16:48:37 +02:00
std: pal/yggdrasil/pipe implementation

Half implemented in cd5ae30181

alnyan pushed to alnyan/yggdrasil-1.84.0 at yggdrasil/yggdrasil-rust 2025-01-06 16:48:18 +02:00
650907d716 alnyan/yggdrasil: clean up unused code
cd5ae30181 alnyan/yggdrasil: rework FileDesc usage
Compare 2 commits »
alnyan pushed to master at alnyan/yggdrasil 2025-01-06 15:29:18 +02:00
34a5f4f0d8 abi: rework process options
alnyan opened issue alnyan/yggdrasil#30 2025-01-06 13:08:27 +02:00
std: pal/yggdrasil/pipe implementation
alnyan closed issue alnyan/yggdrasil#28 2025-01-06 13:07:18 +02:00
std: pal/yggdrasil/process implementation
alnyan commented on issue alnyan/yggdrasil#28 2025-01-06 13:07:13 +02:00
std: pal/yggdrasil/process implementation

Implemented in 090675c746

alnyan pushed to alnyan/yggdrasil-1.84.0 at yggdrasil/yggdrasil-rust 2025-01-06 13:07:00 +02:00
090675c746 alnyan/yggdrasil: implement process functions
alnyan commented on issue alnyan/yggdrasil#27 2025-01-06 10:51:40 +02:00
std: pal/yggdrasil/fs implementation

fsync()/fdatasync()/truncate()/set_times()/symlink()/link()/try_exists() implemented by 1889f07f89

alnyan pushed to alnyan/yggdrasil-1.84.0 at yggdrasil/yggdrasil-rust 2025-01-06 10:51:23 +02:00
1889f07f89 alnyan/yggdrasil: fsync()/truncate()/set_times()
alnyan pushed to master at alnyan/yggdrasil 2025-01-06 10:51:03 +02:00
e5b287e090 abi: add fsync()/truncate()
alnyan commented on issue alnyan/yggdrasil#26 2025-01-06 10:14:22 +02:00
std: pal/yggdrasil/os implementation

split_paths()/join_paths(): 82cfeff7e1

alnyan pushed to alnyan/yggdrasil-1.84.0 at yggdrasil/yggdrasil-rust 2025-01-06 10:14:08 +02:00
82cfeff7e1 alnyan/yggdrasil: implement join_paths()/split_paths()
alnyan commented on issue alnyan/yggdrasil#26 2025-01-05 14:46:39 +02:00
std: pal/yggdrasil/os implementation

current_exe()/home_directory()/make_temp_directory(): rt stubs added in dfa6f7c2 std calls added in 127b7e16a5