Wildan M
|
464c840697
|
Fix linux compilation
|
2026-03-29 14:39:43 +07:00 |
|
Wildan M
|
b2de3d6e2e
|
Implement exec cache from ld_so cache
|
2026-03-29 13:11:36 +07:00 |
|
Ibuki Omatsu
|
3385c66c6c
|
refactor: Reimplement the *at functions using openat and CWD fd
|
2026-03-01 07:08:31 -07:00 |
|
Jeremy Soller
|
82084440ad
|
Support nightly-2025-10-03
|
2025-10-03 21:51:10 -06:00 |
|
4lDO2
|
8b8b00da01
|
Use unsigned return values in read()-like Pal fns.
Returning a negative number of bytes makes absolutely no sense, besides
the "-1 and errno" pattern, which is now converted to Result<_, Errno>.
|
2024-09-27 10:39:26 +02:00 |
|
4lDO2
|
4b687c25d2
|
Convert more Pal methods to Result.
|
2024-09-26 16:24:01 +02:00 |
|
4lDO2
|
6e5959b3fa
|
Convert a bunch of c_int to Result<(), Errno>.
|
2024-09-26 16:21:34 +02:00 |
|
Jeremy Soller
|
1ac8c4834b
|
Format
|
2024-09-19 16:09:11 -06:00 |
|
Jeremy Soller
|
35743d7a18
|
Sync errno in File functions
|
2024-09-18 14:33:56 -06:00 |
|
4lDO2
|
198caa3bc5
|
Rustify Sys::open and some fs:: error handling.
|
2024-09-11 23:22:32 +02:00 |
|
4lDO2
|
4bd0d2a1ef
|
Move pthread::Errno to separate module.
|
2024-09-11 23:22:29 +02:00 |
|
4lDO2
|
4c11b607de
|
Implement pread and pwrite using the syscalls.
|
2024-06-14 14:10:47 +02:00 |
|
4lDO2
|
75d1c67ca2
|
Switch to a lightweight CStr wrapper
|
2023-11-04 18:29:38 +00:00 |
|
jD91mZM2
|
b8c50c7c64
|
Format
|
2019-08-04 19:05:45 +02:00 |
|
jD91mZM2
|
c7d499d4f2
|
Upgrade to the 2018 edition
I didn't think it'd be this useful first, but thank god for `cargo fix --edition`!
|
2019-08-04 19:05:45 +02:00 |
|
jD91mZM2
|
f389010fff
|
Initial ptrace compatibility for Redox OS
|
2019-08-04 19:05:45 +02:00 |
|
jD91mZM2
|
a8280e8991
|
Implement wcstol, wcstod, and printf:ing wchars
|
2019-07-18 12:29:22 +02:00 |
|
Jeremy Soller
|
0ac16556bc
|
Format
|
2018-11-25 10:34:42 -07:00 |
|
jD91mZM2
|
028378b8bf
|
Fix double close
Accidentally made file references not count as references and therefore also close the fd. My bad.
|
2018-10-07 10:54:37 +02:00 |
|
jD91mZM2
|
afc1ff134a
|
Rewrite IO to use core-io library
|
2018-09-26 16:13:09 +02:00 |
|
Jeremy Soller
|
aff35892be
|
Add fs module
|
2018-09-24 21:40:40 -06:00 |
|