index
:
wasix-libc.git
main
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc-top-half
Age
Commit message (
Expand
)
Author
2024-06-26
Remove left-over print statements
v2024-06-26.1
Arshia Ghafoori
2024-05-27
remove printf
M.Amin Rayej
2024-05-27
revert changes to the unmodified version
M.Amin Rayej
2024-05-27
refactor the common code
M.Amin Rayej
2024-05-27
introduce proc_exec2 syscall
M.Amin Rayej
2024-05-23
Fix gethostbyname* reporting addresses from the wrong family
Arshia Ghafoori
2024-05-23
Fix receiving multiple addresses back from resolve
Arshia Ghafoori
2024-02-27
adding epoll support
rodrigo araujo
2024-01-17
Wired the wakes back up to wasix
Johnathan Sharratt
2024-01-17
Updated the futex implementation to be hybrid between atomic wakes and wasix ...
Johnathan Sharratt
2023-09-13
Merge pull request #24 from wasix-org/feat-unix-streams
Arshia001
2023-09-13
Fix duplicate memcpy/memset declarations
Arshia Ghafoori
2023-09-12
Add TIOCGWINSZ implementation
Arshia Ghafoori
2023-08-31
Added some more functions and fixes
ptitSeb
2023-08-22
Merge pull request #10 from xbjfk/main
ptitSeb
2023-08-22
Make inner functions static
Arshia Ghafoori
2023-08-22
Merge branch 'main' into rust-wasm-signal-workaround
Arshia Ghafoori
2023-08-18
Rework default signal handlers to avoid fprintf in rust (see #13)
Arshia Ghafoori
2023-08-02
Added more network functions and structs fields to have more program buildabl...
ptitSeb
2023-08-02
Enabled popen/pclose on wasix (and use __wasilibc_environ)
ptitSeb
2023-08-02
Added popen/pclose function
ptitSeb
2023-07-24
Wired sysconf _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN using __wasi_thre...
ptitSeb
2023-06-30
signal.h: fix usage on C++
Reagan Bohan
2023-06-20
Added tzset to time header as it's already part of the build
ptitSeb
2023-06-08
Added inet_ntoa function
ptitSeb
2023-05-24
Fixed the 64bit build
Johnathan Sharratt
2023-05-24
network: enable host name resolution functions
wayne warren
2023-05-24
lookup_name: implement using wasi
wayne warren
2023-05-24
lookup_name.c: stub out wasi name_from_dns_search method
wayne warren
2023-05-24
lookup_serv.c: implement for wasi using services.c
wayne warren
2023-05-24
services.c: regenerate static struct initialization
wayne warren
2023-05-24
services.c: fix type signature and definition of get_entry
wayne warren
2023-05-24
services.c: make room for hand-written methods
wayne warren
2023-05-24
services.c: add get_entry function
wayne warren
2023-05-24
libc-top-half: add services.c
wayne warren
2023-05-24
libc-top-half: add uthash.h from https://github.com/troydhanson/uthash
wayne warren
2023-05-24
ENOTSUP stub for setgroups
wayne warren
2023-05-24
ENOTSUP stub for getservbyport getservbyname gethostbyname gethostbyaddr and ...
wayne warren
2023-05-24
create stub implementation of setpgrp
wayne warren
2023-05-24
declare clock_settime
wayne warren
2023-05-24
define some expected macros and declare sigaltstack signature
wayne warren
2023-05-24
fix definition of clockid_t
wayne warren
2023-05-24
add sigaltstack and size_t type definitions
wayne warren
2023-05-23
Implemented the superset of WASI - so called WASI(X)
Johnathan Sharratt
2023-03-08
Fixed the error codes and the getcwd
Johnathan Sharratt
2023-03-07
Added fix for the stack size in the pthreads start properties
Johnathan Sharratt
2023-03-07
Added stack guards in the memory allocation and additional information passed...
Johnathan Sharratt
2023-03-06
Removed duplicate getcwd implementation
Johnathan Sharratt
2023-03-06
threads: enable `PTHREAD_{MUTEX,RWLOCK,COND}_INITIALIZER`. (#397)
Catherine
2023-03-06
Added the missing 64bit asm function and a helper script
Johnathan Sharratt
[next]