Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libc: More libc functions for Redis(Part 3) #108

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

coolyjg
Copy link
Contributor

@coolyjg coolyjg commented Jul 26, 2023

Most of this pr are function declarations and "unimplemented" definitions, EXCEPT:

  • rename implementation.
  • pow and log implementated by C.
  • sysfs and procfs implemented by ramfs.
  • mktime and strftime implemented by Rust, following relibc.

@equation314
Copy link
Member

equation314 commented Jul 26, 2023

Please remove ulib/libax, ulib/c_libax

ulib/axlibc/c/file.c Outdated Show resolved Hide resolved
ulib/axlibc/c/netdb.c Outdated Show resolved Hide resolved
ulib/axlibc/c/network.c Outdated Show resolved Hide resolved
ulib/axlibc/src/file.rs Outdated Show resolved Hide resolved
ulib/axlibc/src/mktime.rs Show resolved Hide resolved
modules/axfs/src/fs/fatfs.rs Show resolved Hide resolved
modules/axfs/Cargo.toml Outdated Show resolved Hide resolved
modules/axfs/src/root.rs Outdated Show resolved Hide resolved
modules/axfs/src/root.rs Outdated Show resolved Hide resolved
modules/axfs/src/root.rs Show resolved Hide resolved
ulib/axlibc/src/file.rs Outdated Show resolved Hide resolved
ulib/axlibc/c/network.c Outdated Show resolved Hide resolved
ulib/axlibc/c/network.c Outdated Show resolved Hide resolved
ulib/axlibc/c/network.c Outdated Show resolved Hide resolved
modules/axfs/src/root.rs Outdated Show resolved Hide resolved
modules/axfs/src/root.rs Outdated Show resolved Hide resolved
modules/axfs/src/root.rs Outdated Show resolved Hide resolved
modules/axfs/src/root.rs Outdated Show resolved Hide resolved
modules/axfs/src/root.rs Outdated Show resolved Hide resolved
modules/axfs/src/root.rs Outdated Show resolved Hide resolved
@equation314 equation314 merged commit 5be216b into arceos-org:main Jul 27, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants