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
Age
Commit message (
Expand
)
Author
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
tools: add generate-services.py to generate services.c
wayne warren
2023-05-24
libc-top-half: add uthash.h from https://github.com/troydhanson/uthash
wayne warren
2023-05-24
getaddrinfo: try using musl's top half implementation of getaddrinfo
wayne warren
2023-05-24
Makefile: reorganize a bit
wayne warren
2023-05-24
wasi/api.h: update __WASI_SOCK_TYPE_SOCKET_* macros for compatibility with li...
wayne warren
2023-05-24
gitignore: add ccls conf file and cache dir
wayne warren
2023-05-24
poll: fix timeout to account for strange WASI behavior
wayne warren
2023-05-24
examples: add readdir_tree
wayne warren
2023-05-24
getrandom must return the number of bytes read
wayne warren
2023-05-24
examples: add getrandom.c example
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
include all linux rusage struct fields for backwards compatibility
wayne warren
2023-05-24
enable sendfile header file since there is a WASI sendfile implementation
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
use actual existing macro to define IPPROTO_RAW
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-24
move build script code into makefile
wayne warren
2023-05-24
Merge remote-tracking branch 'john/main'
Christoph Herzog
2023-05-24
deps: Switch submodule source to wasix-org/wasix-witx
Christoph Herzog
2023-05-24
Update to the readme
Johnathan Sharratt
2023-05-23
Implemented the superset of WASI - so called WASI(X)
Johnathan Sharratt
2023-05-23
Update to the examples to make them more deterministic
Johnathan Sharratt
2023-05-23
Merge branch 'main' of github.com:wasix-org/wasix-libc
Johnathan Sharratt
2023-05-05
Update to the examples to make them more deterministic
Johnathan Sharratt
2023-05-02
Merge pull request #4 from john-sharratt/main
Syrus Akbary
2023-04-15
Updated regression tests and other fixes
Johnathan Sharratt
2023-03-24
Merge pull request #3 from john-sharratt/main
Syrus Akbary
2023-03-08
Fixed the error codes and the getcwd
Johnathan Sharratt
2023-03-06
Merge pull request #2 from john-sharratt/main
Syrus Akbary
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
Added backwards compatibility with legacy chdir
Johnathan Sharratt
2023-03-06
Fixed the getcwd function which had broken in the merge
Johnathan Sharratt
2023-03-06
Removed duplicate getcwd implementation
Johnathan Sharratt
2023-03-06
Sort the object list passed to ar in the Makefile. (#399)
Pier Angelo Vendrame
2023-03-06
Avoid using absolute pathnames in Makefile. NFC (#400)
Sam Clegg
2023-03-06
threads: enable `PTHREAD_{MUTEX,RWLOCK,COND}_INITIALIZER`. (#397)
Catherine
2023-03-06
Fix MSG_TRUNC (#391)
YAMAMOTO Takashi
2023-03-06
Add a check to reactor modules to ensure _initialize is only called once (#388)
Cheng Shao
2023-03-06
threads: implement support for spinlock (#324)
Marcin Kolny
2023-03-06
Rename thread_spawn import (#387)
YAMAMOTO Takashi
2023-03-06
threads: change `wasm32-wasi-pthread` to `wasm32-wasi-threads` (#381)
Andrew Brown
[prev]
[next]