Commit Graph

5000 Commits

Author SHA1 Message Date
Anhad Singh 46968c7d29 fix(tests): specify target for test runner
Fixes the issue where `relibc-tests-runner` fails to run on Redox.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 21:23:04 +10:00
Anhad Singh 134ec45ceb fix(tests/alarm_fn): zero out sa_flags
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 21:22:25 +10:00
Anhad Singh 9135ddf7ed fix(ld.so): i586 compilation
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 18:01:04 +10:00
Anhad Singh 67512cbe58 feat(ld.so): remove ObjectHandle
ld.so has been merged with libc.so

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 17:41:27 +10:00
Anhad Singh a3d60b542a feat(ld.so): remove LinkerCallbacks
Not necessary as ld.so has been merged with libc.so.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 17:29:18 +10:00
Anhad Singh 70dc81d380 feat(Cargo.toml): update object
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 17:24:54 +10:00
Anhad Singh 3f20b58d38 feat(libc.so.6): merge with ld.so
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 17:22:43 +10:00
Anhad Singh e09e8bac0b misc(start): remove unused imports
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 17:20:55 +10:00
Anhad Singh 14b3122696 misc(logger): return an error on failure
...instead of logging.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 17:01:55 +10:00
Anhad Singh bc4e9f745c misc(ld.so): remove linker scripts
Not needed anymore.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 16:59:30 +10:00
Anhad Singh 86b46ff41c fix(start): skip platform init when dynlinked
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 16:57:15 +10:00
Anhad Singh 124a759260 fix(Makefile): debug profile compilation
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 16:54:18 +10:00
Anhad Singh 8bcce057d4 fix(Makefile): colours
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 16:53:35 +10:00
Anhad Singh f66156b3d1 feat(ld.so): specify dynamic list
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-07-14 16:51:43 +10:00
Jeremy Soller d269e551ff Merge branch 'fix-relibc-tests' into 'master'
fix: Fix fdtbl initialization and synchronization to make relibc tests work

See merge request redox-os/relibc!1545
2026-07-13 06:13:17 -06:00
Ibuki Omatsu c044a70182 fix: Fix fdtbl initialization and synchronization to make relibc tests work 2026-07-13 06:13:17 -06:00
Jeremy Soller dd22eb208d Merge branch 'clippy-green1' into 'master'
finish current clippy lints to make CI green

See merge request redox-os/relibc!1546
2026-07-13 06:12:25 -06:00
auronandace 9c2dd2a898 finish current clippy lints to make CI green 2026-07-13 07:16:35 +01:00
Jeremy Soller cbc14a3176 Merge branch 'redoxioctl-lints' into 'master'
tackle clippy lints in redox-ioctl

See merge request redox-os/relibc!1543
2026-07-10 17:33:47 -06:00
auronandace 6f75b90451 remove expect and wrapping 2026-07-10 19:06:40 +01:00
auronandace 433eb0dce7 tackle clippy lints in redox-ioctl 2026-07-10 07:22:32 +01:00
Jeremy Soller d58990030e Fix inverted pointer alignment checks 2026-07-09 13:28:42 -06:00
Jeremy Soller cfc63f23ec Merge branch 'ct-related-docs' into 'master'
add documentation for functions relating to controlling terminal

See merge request redox-os/relibc!1541
2026-07-09 08:48:57 -06:00
Jeremy Soller 36944c4049 Merge branch 'redoxrt-lint-improvements' into 'master'
tackle some clippy lints in redox-rt

See merge request redox-os/relibc!1540
2026-07-09 08:48:46 -06:00
Jeremy Soller dfa26984cf Merge branch 'clippy-check' into 'master'
CI: Add clippy check

See merge request redox-os/relibc!1539
2026-07-09 08:48:24 -06:00
auronandace d5afd3fe81 add documentation for functions relating to controlling terminal 2026-07-09 13:23:16 +01:00
auronandace 8f3ac79670 tackle some clippy lints in redox-rt 2026-07-09 08:35:50 +01:00
Jeremy Soller 88483b96fe Merge branch 'fix-pthread-null' into 'master'
correct definition for PTHREAD_NULL

See merge request redox-os/relibc!1538
2026-07-08 09:21:25 -06:00
auronandace 60d98aebf2 correct definition for PTHREAD_NULL 2026-07-08 14:38:51 +01:00
Jeremy Soller e16f2a4e0d Merge branch 'manual-let-else' into 'master'
apply manual_let_else clippy lint

See merge request redox-os/relibc!1536
2026-07-08 06:01:40 -06:00
Jeremy Soller 649d5f87c0 Merge branch 'pthread-once-doc' into 'master'
add description to pthread_once function

See merge request redox-os/relibc!1537
2026-07-08 06:01:25 -06:00
auronandace 3af54162cf add description to pthread_once function 2026-07-08 12:17:09 +01:00
auronandace 7840bfcdd1 apply manual_let_else clippy lint 2026-07-08 10:07:15 +01:00
Jeremy Soller 2594d92dd3 Merge branch 'master' into 'master'
sys_ioctl: add Redox implementations for `tcdrain`, `tcflow`, and `tcsendbreak`

See merge request redox-os/relibc!1535
2026-07-07 16:55:25 -06:00
Connor-GH d465f3d34d sys_ioctl: add Redox implementations for tcdrain, tcflow, and tcsendbreak
Strangely enough, the `dup_write` was already done for `tcflush`, but wasn't implemented in ptyd.
2026-07-07 16:51:18 -05:00
Wildan M d6bb922a76 CI: Add clippy check 2026-07-08 04:21:33 +07:00
Jeremy Soller 3a44b63a9a Merge branch 'termios-oflag-doc' into 'master'
share some more termios constants

See merge request redox-os/relibc!1534
2026-07-07 06:47:11 -06:00
Jeremy Soller 939180a769 Merge branch 'log-ldso' into 'master'
Enable logging for ld_so

See merge request redox-os/relibc!1533
2026-07-07 06:46:04 -06:00
Jeremy Soller ba0ac174df Merge branch 'no-tcb' into 'master'
Handle panic without TCB

See merge request redox-os/relibc!1530
2026-07-07 06:45:42 -06:00
auronandace bcbd9bb69c share some more termios constants 2026-07-07 08:57:07 +01:00
Jeremy Soller 82d444324e Explicitly include features.h in sys/types.h 2026-07-06 17:37:20 -06:00
Jeremy Soller 85625f86dd Define _GNU_SOURCE or _BSD_SOURCE the way musl does 2026-07-06 17:19:03 -06:00
Jeremy Soller 77f87530c1 Merge branch 'threads-bits' into 'master'
split out pthread types for threads header

See merge request redox-os/relibc!1532
2026-07-06 12:19:20 -06:00
Jeremy Soller 0948df3432 Merge branch 'race-tcb' into 'master'
Fix exit_current_thread racing with pthread_join

See merge request redox-os/relibc!1531
2026-07-06 12:18:58 -06:00
Jeremy Soller c699b37cc0 Merge branch 'ftok-doc' into 'master'
add descriptions to the ftok function and ipc_perm struct members

See merge request redox-os/relibc!1529
2026-07-06 12:18:34 -06:00
Jeremy Soller 4910ce92b7 Merge branch 'termios-iflag-docs' into 'master'
add descriptions to termios iflags

See merge request redox-os/relibc!1528
2026-07-06 12:16:41 -06:00
auronandace d7859174b7 split out pthread types for threads header 2026-07-06 16:41:09 +01:00
Wildan M 30f50abbfa Enable logging for ld_so 2026-07-06 22:00:53 +07:00
auronandace 5acc81cc97 add descriptions to the ftok function and ipc_perm struct members 2026-07-06 14:46:07 +01:00
auronandace ff37890ea2 add descriptions to termios iflags 2026-07-06 14:06:53 +01:00