tangled
alpha
login
or
join now
anders.sorby.xyz
/
relibc
Fork of Relibc
0
fork
atom
overview
issues
pulls
pipelines
relibc
/
tests
/
at
master
25 folders
53 files
crypt
Merge branch 'crypt' into 'master'
2 years ago
dirent
Implement posix_getdents
3 months ago
example_dir
Implement dirent.h
7 years ago
expected
Implement fchmodat
3 months ago
fcntl
Fix fd dup tests to be more robust i.e. not depending on the first fd to be 4.
6 years ago
grp
Fix grp implementation
3 months ago
net
Impl net/if.h
1 year ago
netdb
Merge branch 'null_getaddrinfo' into 'master'
3 months ago
pthread
Fix typo in pthread_exit test.
9 months ago
pty
Add forkpty, ptsname and posix_openpt
2 years ago
signals
Fix CI, Add signal.h constants
6 months ago
src
fix formatting
1 year ago
stdio
Fix renaming broken symbolic link
4 months ago
stdlib
Merge branch 'strto-detect-endptr' into 'master'
8 months ago
string
Add missing functions to `string.h`
1 year ago
sys_epoll
Enable -Wextra in tests.
2 years ago
sys_resource
Switch resource.h enum to c_int instead of u64
4 months ago
sys_stat
Implement fchmodat
3 months ago
sys_statvfs
Merge branch 'test-statvfs' into 'master'
5 months ago
sys_syslog
Better priorities & LOG_UPTO for syslog.h
5 months ago
sys_utsname
tests: More refactoring, add helper header to every test, override exit for better error reporting
6 years ago
time
fix(strptime): Don't clobber struct tm
9 months ago
unistd
Implement reading memory
3 months ago
wchar
Add NulTerminatedInclusive iterator, rewrite/fix strchr/wcschr
1 year ago
wctype
Enable -Wextra in tests.
2 years ago
.gitignore
Convert test runner to rust
4 years ago
Cargo.lock
Convert test runner to rust
4 years ago
Cargo.toml
Support nightly-2025-10-03
3 months ago
Makefile
Implement posix_getdents
3 months ago
alloca.c
tests: More refactoring, add helper header to every test, override exit for better error reporting
6 years ago
args.c
tests: More refactoring, add helper header to every test, override exit for better error reporting
6 years ago
arpainet.c
tests: More refactoring, add helper header to every test, override exit for better error reporting
6 years ago
assert.c
tests: More refactoring, add helper header to every test, override exit for better error reporting
6 years ago
constructor.c
tests: More refactoring, add helper header to every test, override exit for better error reporting
6 years ago
ctype.c
Merge branch 'iso646' into 'master'
1 year ago
destructor.c
tests: More refactoring, add helper header to every test, override exit for better error reporting
6 years ago
dlfcn.c
feat(dlfcn): return DSO as the handle
1 year ago
dlopen_scopes.c
feat(dlfcn): define RTLD_DEFAULT
1 year ago
endian.c
Test endian.h macros
1 year ago
err.c
Implement BSD's err.h
8 months ago
errno.c
Merge branch 'errno-const-macros' into 'master'
1 year ago
error.c
Const calculate buffer size for strerror
8 months ago
features.c
Temporarily disable `noreturn` attribute test
1 year ago
fnmatch.c
tests: More refactoring, add helper header to every test, override exit for better error reporting
6 years ago
futimens.c
Merge branch 'iso646' into 'master'
1 year ago
glob.c
Implement `glob.h`
1 year ago
iso646.c
Add iso646.h and corresponding tests
1 year ago
kill-waitpid.c
Add kill-waitpid test.
8 months ago
libfoo.c
feat(dlfcn): return DSO as the handle
1 year ago
libfoobar.c
feat(dlfcn): return DSO as the handle
1 year ago
libgen.c
Enable -Wextra in tests.
2 years ago
locale.c
tests: More refactoring, add helper header to every test, override exit for better error reporting
6 years ago
math.c
tests: More refactoring, add helper header to every test, override exit for better error reporting
6 years ago
mkfifo.c
fix(tests): fix UB in mk{fifo,nod,nodat}
1 year ago
mknod.c
fix(tests): fix UB in mk{fifo,nod,nodat}
1 year ago
mknodat.c
fix(tests): fix UB in mk{fifo,nod,nodat}
1 year ago
psignal.c
Implement psignal and psiginfo.
1 year ago
ptrace.c
fix(tests/ptrace.c): persistent logs
1 year ago
pwd.c
Enforce -Werror in tests.
2 years ago
regex.c
tests: More refactoring, add helper header to every test, override exit for better error reporting
6 years ago
run_tests.sh
Adjust shell scripts to properly get bash from environment
8 months ago
sa_restart.c
Implement SA_RESTART for read and write.
2 years ago
select.c
Fix select on regular files
6 years ago
setjmp.c
tests: More refactoring, add helper header to every test, override exit for better error reporting
6 years ago
sharedlib.c
Merge branch 'tlssym' into 'master'
5 years ago
sigaction.c
Add sigtimedwait to test, and various fixes.
1 year ago
sigaltstack.c
Merge branch 'test' into 'master'
1 year ago
sigchld.c
Fix sigchld test.
2 years ago
signal.c
Enable -Wextra in tests.
2 years ago
sigqueue.c
Fix CI, Add signal.h constants
6 months ago
sigsetjmp.c
Merge branch 'sigsetjmp_x64_implementation' into 'master'
1 year ago
strings.c
explicit_bzero implementation proposal
4 years ago
sys_mman.c
sys_mman: adding madvise.
2 years ago
termios.c
Add termios constant for VDISABLE
5 months ago
test_helpers.h
Implement fstatat
4 months ago
tls.c
Enable -Wextra in tests.
2 years ago
waitpid.c
Fix CI, Add signal.h constants
6 months ago
waitpid_multiple.c
Write and fix waitpid_multiple test.
8 months ago