Commit Graph

2329 Commits

Author SHA1 Message Date
Jeremy Soller d580134b8e Merge branch 'verify-endian-includes' into 'master'
verify endian header includes

See merge request redox-os/relibc!947
2026-02-04 06:18:10 -07:00
auronandace 5b4e8154bf verify endian header includes 2026-02-04 08:32:14 +00:00
auronandace ce0cb927e0 verify dlfcn header includes 2026-02-04 08:11:30 +00:00
auronandace f8d9ef6e43 stdio header cleanup 2026-02-03 21:11:47 +00:00
Jeremy Soller 0e4911f82b Merge branch 'verify-ctype-includes' into 'master'
verify ctype header includes

See merge request redox-os/relibc!944
2026-02-03 08:03:31 -07:00
auronandace ea61d11e92 verify ctype header includes 2026-02-03 14:35:24 +00:00
auronandace 7b9e4801a4 verify assert header includes 2026-02-03 14:06:06 +00:00
Jeremy Soller c5a795a46b Merge branch 'borrow-as-ptr' into 'master'
apply clippy::borrow-as-ptr lint

See merge request redox-os/relibc!942
2026-02-03 06:04:30 -07:00
Jeremy Soller 27b80cd603 Merge branch 'signal-wchar-cleanup' into 'master'
signal and wchar header cleanup

See merge request redox-os/relibc!941
2026-02-03 06:04:04 -07:00
auronandace ac0a7e71f4 apply clippy::borrow-as-ptr lint 2026-02-03 12:02:26 +00:00
auronandace d2d45f0c75 cargo fmt 2026-02-03 11:14:01 +00:00
auronandace 506df9a175 signal and wchar header cleanup 2026-02-03 11:11:41 +00:00
auronandace 38a6cd5359 verify arpa_inet includes 2026-02-03 09:11:29 +00:00
Jeremy Soller 38e1aeddb8 Merge branch 'syssocket-netdb-cleanup' into 'master'
sys_socket and netdb header cleanup

See merge request redox-os/relibc!938
2026-02-02 06:39:53 -07:00
auronandace 46edf9ba65 sys_socket and netdb header cleanup 2026-02-02 09:43:33 +00:00
auronandace 4927301713 fcntl and sys_syslog header cleanup 2026-02-02 08:53:28 +00:00
auronandace e492dd29ba define PTHREAD_STACK_MIN 2026-02-01 14:59:48 +00:00
Jeremy Soller 84de07395c Merge branch 'linux-time-fix' into 'master'
remove duplicate constant

Closes #247

See merge request redox-os/relibc!935
2026-02-01 07:00:54 -07:00
Ron Williams c7a262ac9d include realtime signals in sigismember range 2026-02-01 06:59:22 -07:00
auronandace e69d399654 remove duplicate constant 2026-02-01 08:37:48 +00:00
Ron Williams 810d5a7330 Remove SI_QUEUE and SI_USER from signal mod.rs 2026-01-31 22:58:49 +00:00
4lDO2 7f27471746 return awaited signal number in sigtimedwait 2026-01-31 18:50:14 +01:00
Jeremy Soller 2798dd118c Merge branch 'include-test' into 'master'
Add include test

See merge request redox-os/relibc!931
2026-01-30 11:58:15 -07:00
Wildan M 185265397d Add include test 2026-01-30 23:46:10 +07:00
Jeremy Soller 485187cb76 Merge branch 'fix-types-h' into 'master'
move timeval to sys_select

See merge request redox-os/relibc!930
2026-01-30 09:45:07 -07:00
Ron Williams 69c2e6cbba fix linux types.h 2026-01-30 16:31:54 +00:00
Ron Williams 2c3201eaeb move timeval to sys_select 2026-01-30 15:53:15 +00:00
nekluu 908b132f04 fix(poll): handle overflow in ppoll timeout 2026-01-30 06:41:13 +03:00
auronandace 8d7b86ffb3 remove Copy from RcltAttr 2026-01-29 13:07:54 +00:00
auronandace 17cc166fff widen unsafe block for pthread barrier test 2026-01-28 22:10:48 +00:00
auronandace b027b77dbf widen unsafe blocks to fix tzset test 2026-01-28 20:56:29 +00:00
auronandace a9d64bd3d4 sys_ptrace and ifaddrs header cleanup 2026-01-28 18:24:32 +00:00
auronandace 714a1b6766 sys_epoll and dl-tls header cleanup 2026-01-28 11:21:43 +00:00
Jeremy Soller dff1e17baa Merge branch 'master' into 'master'
misc(pthread/mutex): cleanup

See merge request redox-os/relibc!918
2026-01-27 09:18:29 -07:00
Anhad Singh 2f8f12e3c7 misc(pthread/mutex): cleanup
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-01-28 01:05:11 +11:00
Jeremy Soller 30097af0cd Merge branch 'wchar-cpp' into 'master'
Fixes to enable wide character in C++

See merge request redox-os/relibc!916
2026-01-27 06:04:01 -07:00
Jeremy Soller 199d635c84 Merge branch 'master' into 'master'
fix(pthread/mutex): broken `pthread_mutexattr_*`

See merge request redox-os/relibc!917
2026-01-27 04:11:49 -07:00
Anhad Singh d82240f228 fix(pthread/mutex): broken pthread_mutexattr_*
Regression of https://gitlab.redox-os.org/redox-os/relibc/-/merge_requests/890

* The unsafe block needs to be moved *outside* to make sure the `attr`
  is mutated.
* `RlctMutexAttr` was `Copy` which is not required.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-01-27 19:31:14 +11:00
Wildan M 1acf1d83cc Temporarily enable wcsftime and wcsxfrm 2026-01-27 15:27:45 +07:00
Wildan M 59bd6a62db Fix changing log level 2026-01-25 05:56:27 +07:00
Wildan M f15322453b Convert all println to log or todo 2026-01-25 05:27:38 +07:00
Wildan M 9711dcca51 Implement logger and todo macros 2026-01-25 04:55:18 +07:00
Wildan M 7b9402783d Add log crate, use it to all trace cmd 2026-01-24 22:39:05 +07:00
Connor-GH e5997cf828 unistd/mod.rs: implement posix_close
This is a valid implementation according to POSIX,
as long as we do not support `POSIX_CLOSE_RESTART`.
2026-01-23 15:52:54 -06:00
Connor-GH 6356142c79 stdio.h: add std{in,out,err} macros; regex.h: add REG_MINIMAL macro 2026-01-23 09:41:19 -06:00
Jeremy Soller 538fed80a0 Merge branch 'getaddrinfo-hang' into 'master'
Fix getaddrinfo hang due to infinite loop

See merge request redox-os/relibc!909
2026-01-23 00:25:10 -07:00
Anhad Singh f3d16d3fbd fix(pthread/tls): nit
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-01-23 14:29:35 +11:00
Anhad Singh 0f4a82b5e8 fix(pthread/tls): destructors
Also added tests for it.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-01-23 14:24:43 +11:00
Connor-GH 0baee310eb langinfo.h: add macros and a function for POSIX 2024
Additionally, the `CRNCYSTR` string was in the wrong place in
the string table. This has been fixed.

This completes all requirements for Sortie's os-test for the "include"
section of langinfo.
2026-01-22 18:11:32 -06:00
Jeremy Soller c2d759bfd1 Merge branch 'multiple_sigs' into 'master'
misc signal fixes

See merge request redox-os/relibc!873
2026-01-22 07:35:04 -07:00