redox: Unmask most of fs, some of time - #1638
Open
joshuamegnauth54 wants to merge 1 commit into
Open
joshuamegnauth54 wants to merge 1 commit into
joshuamegnauth54 wants to merge 1 commit into
Conversation
joshuamegnauth54
force-pushed
the
redox-more-at
branch
from
June 26, 2026 01:53
6af24b7 to
68d3db0
Compare
joshuamegnauth54
force-pushed
the
redox-more-at
branch
from
August 3, 2026 18:47
68d3db0 to
fd5cf29
Compare
fs, timefs, some of time
joshuamegnauth54
added a commit
to joshuamegnauth54/libc
that referenced
this pull request
Aug 3, 2026
Related: bytecodealliance/rustix#1638 clock_settime: https://gitlab.redox-os.org/redox-os/relibc/-/blob/3628bf4677029f0a3186f7d859789a573c47a334/src/header/time/mod.rs#L301 pause: https://gitlab.redox-os.org/redox-os/relibc/-/blob/b3d55c929ed11f276310b32659d0171e063b8448/src/header/unistd/mod.rs#L851
4 tasks
joshuamegnauth54
added a commit
to joshuamegnauth54/libc
that referenced
this pull request
Aug 3, 2026
Related: bytecodealliance/rustix#1638 clock_settime: https://gitlab.redox-os.org/redox-os/relibc/-/blob/3628bf4677029f0a3186f7d859789a573c47a334/src/header/time/mod.rs#L301 pause: https://gitlab.redox-os.org/redox-os/relibc/-/blob/b3d55c929ed11f276310b32659d0171e063b8448/src/header/unistd/mod.rs#L851
joshuamegnauth54
added a commit
to joshuamegnauth54/libc
that referenced
this pull request
Aug 13, 2026
Related: bytecodealliance/rustix#1638 clock_settime: https://gitlab.redox-os.org/redox-os/relibc/-/blob/3628bf4677029f0a3186f7d859789a573c47a334/src/header/time/mod.rs#L301 pause: https://gitlab.redox-os.org/redox-os/relibc/-/blob/b3d55c929ed11f276310b32659d0171e063b8448/src/header/unistd/mod.rs#L851
joshuamegnauth54
added a commit
to joshuamegnauth54/libc
that referenced
this pull request
Aug 19, 2026
Related: bytecodealliance/rustix#1638 clock_settime: https://gitlab.redox-os.org/redox-os/relibc/-/blob/3628bf4677029f0a3186f7d859789a573c47a334/src/header/time/mod.rs#L301 pause: https://gitlab.redox-os.org/redox-os/relibc/-/blob/b3d55c929ed11f276310b32659d0171e063b8448/src/header/unistd/mod.rs#L851
renovate-bot
pushed a commit
to renovate-bot/rust-lang-_-libc
that referenced
this pull request
Aug 20, 2026
Related: bytecodealliance/rustix#1638 clock_settime: https://gitlab.redox-os.org/redox-os/relibc/-/blob/3628bf4677029f0a3186f7d859789a573c47a334/src/header/time/mod.rs#L301 pause: https://gitlab.redox-os.org/redox-os/relibc/-/blob/b3d55c929ed11f276310b32659d0171e063b8448/src/header/unistd/mod.rs#L851
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 4, 2026
Related: bytecodealliance/rustix#1638 clock_settime: https://gitlab.redox-os.org/redox-os/relibc/-/blob/3628bf4677029f0a3186f7d859789a573c47a334/src/header/time/mod.rs#L301 pause: https://gitlab.redox-os.org/redox-os/relibc/-/blob/b3d55c929ed11f276310b32659d0171e063b8448/src/header/unistd/mod.rs#L851 (backport <rust-lang#5363>) (cherry picked from commit a0f07d9)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 4, 2026
Related: bytecodealliance/rustix#1638 clock_settime: https://gitlab.redox-os.org/redox-os/relibc/-/blob/3628bf4677029f0a3186f7d859789a573c47a334/src/header/time/mod.rs#L301 pause: https://gitlab.redox-os.org/redox-os/relibc/-/blob/b3d55c929ed11f276310b32659d0171e063b8448/src/header/unistd/mod.rs#L851 (backport <rust-lang#5363>) (cherry picked from commit a0f07d9)
joshuamegnauth54
force-pushed
the
redox-more-at
branch
from
September 17, 2026 01:25
fd5cf29 to
f6d0f05
Compare
joshuamegnauth54
force-pushed
the
redox-more-at
branch
from
September 17, 2026 01:32
f6d0f05 to
d7682ed
Compare
xtqqczze
reviewed
Sep 17, 2026
joshuamegnauth54
force-pushed
the
redox-more-at
branch
from
September 17, 2026 15:55
d7682ed to
cd573b1
Compare
Redox supports most of the *at functions as well as some of the `time` header.
joshuamegnauth54
force-pushed
the
redox-more-at
branch
from
September 17, 2026 16:11
cd573b1 to
32dd38b
Compare
joshuamegnauth54
marked this pull request as ready for review
September 17, 2026 16:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Redox supports most of the *at functions as well as some of the
timeheader.Sources :
accessat: relibc libcchmodat: relibc libcchownat: relibc libcclock_getres: relibc libcclock_settime: relibc libcDir::chdir: relibc libcDir::fd: relibc libcDir::new: relibc libcDir::read: relibc libcDir::rewind: relibc libcDir::seek: relibc libcDir::stat: relibc libcDir::statvfs: relibc libclinkat: relibc libcmkdirat: relibc libcmknodat: relibc libcnanosleep: relibc libcopenat: relibc libcpreadv: relibc libcpwritev: relibc libcreadlinkat: relibc libcstatat: relibc libcsymlinkat: relibc libcunlinkat: relibc libcutimensat: relibc libc