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: epoll and more libc function #75

Merged
merged 1 commit into from
Jun 16, 2023
Merged

Conversation

coolyjg
Copy link
Contributor

@coolyjg coolyjg commented Jun 6, 2023

  • Add epoll implementation
    • epoll_create, epoll_ctl, epoll_wait
  • More libc functions especially strto-float
    • strtof
    • strtod
    • strtold. Something wrong with long double type in riscv64.
    • other conversion function like strtol remains the same because their "C" implementations are more concise.

@coolyjg coolyjg changed the title Libc Libc: epoll and more libc function Jun 6, 2023
@coolyjg coolyjg force-pushed the libc-dev9 branch 2 times, most recently from 460e6fa to e2926d0 Compare June 7, 2023 05:47
@chyyuu
Copy link
Member

chyyuu commented Jun 8, 2023

@coolyjg Good work!

ulib/libax/src/cbindings/epoll.rs Outdated Show resolved Hide resolved
ulib/c_libax/include/string.h Outdated Show resolved Hide resolved
ulib/c_libax/include/unistd.h Outdated Show resolved Hide resolved
ulib/c_libax/src/math.c Outdated Show resolved Hide resolved
ulib/c_libax/src/unistd.c Outdated Show resolved Hide resolved
ulib/c_libax/include/dirent.h Outdated Show resolved Hide resolved
ulib/libax/src/cbindings/str.rs Outdated Show resolved Hide resolved
ulib/libax/src/cbindings/utils.rs Outdated Show resolved Hide resolved
ulib/libax/src/cbindings/str.rs Outdated Show resolved Hide resolved
ulib/c_libax/include/sys/epoll.h Outdated Show resolved Hide resolved
ulib/libax/src/cbindings/io_mpx/mod.rs Show resolved Hide resolved
ulib/libax/src/cbindings/mod.rs Outdated Show resolved Hide resolved
ulib/libax/src/cbindings/io_mpx/epoll.rs Outdated Show resolved Hide resolved
ulib/libax/src/cbindings/io_mpx/epoll.rs Outdated Show resolved Hide resolved
ulib/libax/src/cbindings/io_mpx/epoll.rs Outdated Show resolved Hide resolved
ulib/libax/src/cbindings/io_mpx/epoll.rs Outdated Show resolved Hide resolved
ulib/libax/src/cbindings/io_mpx/epoll.rs Outdated Show resolved Hide resolved
ulib/libax/src/cbindings/io_mpx/epoll.rs Outdated Show resolved Hide resolved
ulib/libax/src/cbindings/io_mpx/epoll.rs Outdated Show resolved Hide resolved
ulib/libax/src/cbindings/io_mpx/epoll.rs Outdated Show resolved Hide resolved
ulib/libax/build.rs Outdated Show resolved Hide resolved
ulib/libax/build.rs Outdated Show resolved Hide resolved
ulib/libax/axconfig.h Outdated Show resolved Hide resolved
@coolyjg coolyjg force-pushed the libc-dev9 branch 2 times, most recently from 787d40b to 6593978 Compare June 15, 2023 09:28
@equation314 equation314 merged commit 4e9c267 into arceos-org:main Jun 16, 2023
@coolyjg coolyjg deleted the libc-dev9 branch August 14, 2023 07:07
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.

3 participants