Commit Graph

3783 Commits

Author SHA1 Message Date
auronandace dcca06f80e add imports 2026-02-19 12:09:46 +00:00
auronandace 406b889c1f remove unneeded file 2026-02-19 11:55:31 +00:00
Jeremy Soller 9e0f04133c Merge branch 'getopt-cleanup' into 'master'
cleanup getopt casting

See merge request redox-os/relibc!1015
2026-02-18 05:58:12 -07:00
auronandace 0f1124ae25 cleanup getopt casting 2026-02-18 09:26:39 +00:00
Jeremy Soller 13f84e9d62 Merge branch 'arpainet-cleanup' into 'master'
refactor some as casts in arpa_inet

See merge request redox-os/relibc!1014
2026-02-17 15:20:36 -07:00
auronandace 5d753b7f48 refactor some as casts in arpa_inet 2026-02-17 17:35:13 +00:00
Jeremy Soller 6c6232ad70 Merge branch 'correct-unused-imports' into 'master'
remove allowed unused imports

See merge request redox-os/relibc!1012
2026-02-17 09:42:44 -07:00
Jeremy Soller 35d25cafa9 Merge branch 'master' into 'master'
fix(ld.so): temporary rollback

See merge request redox-os/relibc!1013
2026-02-17 09:42:33 -07:00
Anhad Singh 5cf865189d fix(ld.so): temporary rollback
See the "Redox OS/Support" channel. This commit temporarily fixes the
issue by rolling back the changes to preload the executable.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-18 02:36:03 +11:00
auronandace 53273c35c4 remove allowed unused imports 2026-02-17 15:35:58 +00:00
Jeremy Soller 928d3176b9 Merge branch 'replace-transmute' into 'master'
avoid unneeded transmute on aarch64 and riscv

See merge request redox-os/relibc!1011
2026-02-17 07:50:11 -07:00
auronandace 8a656d7727 avoid unneeded transmute on aarch64 and riscv 2026-02-17 14:35:08 +00:00
Jeremy Soller 8ff18965de Merge branch 'little-cleanup' into 'master'
tackle a few lint instances

See merge request redox-os/relibc!1010
2026-02-17 06:42:02 -07:00
auronandace 5cd6b99588 tackle a few lint instances 2026-02-17 13:00:52 +00:00
Jeremy Soller ba75b5c9db Merge branch 'correct-timespec-includes' into 'master'
add sys_types to time bits include for time_t

See merge request redox-os/relibc!1009
2026-02-16 11:36:16 -07:00
auronandace 58120ee007 add sys_types to time bits include for time_t 2026-02-16 17:50:59 +00:00
Jeremy Soller df3229958e Merge branch 'ld_preload_program' into 'master'
feat(ld.so): position independent

See merge request redox-os/relibc!1007
2026-02-16 07:00:08 -07:00
Jeremy Soller 14c0cebaee Merge branch 'remove-allow-warnings' into 'master'
remove allow warnings and add some lints

See merge request redox-os/relibc!1008
2026-02-16 06:57:32 -07:00
Anhad Singh e3abf808f3 misc(ld.so): remove no_mangle for stage2
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-17 00:47:36 +11:00
Anhad Singh d234e81fc9 fix(ld.so): debug build
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-17 00:15:10 +11:00
Anhad Singh f5ebd7882d misc(ld.so): minor cleanup
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-16 22:51:14 +11:00
Anhad Singh 0c3f88f462 misc(ld.so): fix logging
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-16 22:46:45 +11:00
Anhad Singh 371540d2ae fix(ld.so/i586): build
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-16 17:04:01 +11:00
Anhad Singh 0430081f4a feat(redox-rt): preload the executable
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-16 12:29:19 +11:00
auronandace 0027ba8068 revert a cast 2026-02-15 21:57:16 +00:00
auronandace 20bdf30526 remove allow warnings and add some lints 2026-02-15 21:38:08 +00:00
Anhad Singh 8cb41ed4e2 feat(ld.so): shared library
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-15 19:14:07 +11:00
Anhad Singh f9487321c0 fix(ld.so): base_addr
Not guaranteed that the program headers immediately follow the ELF
header.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-15 15:47:02 +11:00
Jeremy Soller b926190b19 Merge branch 'improper-ctypes-definitions' into 'master'
add improper_ctypes_definitions lint

See merge request redox-os/relibc!1006
2026-02-14 10:43:35 -07:00
auronandace 6ed46304c0 add annotation to redox function as exception 2026-02-14 16:57:53 +00:00
auronandace 2c53eb1f6d add improper_ctypes_definitions lint 2026-02-14 16:48:39 +00:00
Jeremy Soller 0cf3f8af92 Merge branch 'several-lints' into 'master'
remove pthread_atfork from unistd and tackle some lints

See merge request redox-os/relibc!1004
2026-02-14 06:39:07 -07:00
auronandace 0da732be98 remove Copy from utsname 2026-02-14 08:40:15 +00:00
Jeremy Soller 87bd0ad8df Merge branch 'log-proc-name' into 'master'
Append program name in log

See merge request redox-os/relibc!1005
2026-02-13 11:15:22 -07:00
Wildan Mubarok 51f997b28f Apply 1 suggestion(s) to 1 file(s) 2026-02-13 13:32:37 +00:00
Wildan M 83a1680beb Append program name in log 2026-02-13 20:23:29 +07:00
auronandace 955179ab6f remove code as per feedback 2026-02-13 13:22:05 +00:00
auronandace 5d6ae8fd3f add pthread.h to unistd fork test 2026-02-13 12:31:59 +00:00
auronandace ff392a029a remove pthread_atfork from unistd and tackle some lints 2026-02-13 12:14:04 +00:00
Anhad Singh b69672cf80 misc(.gitignore): add .vscode
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-13 22:00:20 +11:00
Jeremy Soller 31b674d6a6 Merge branch 'verify-sched-includes' into 'master'
verify sched header includes

See merge request redox-os/relibc!1002
2026-02-12 15:33:26 -07:00
auronandace ed80ef1b26 remove bits sched from tests includes 2026-02-12 17:27:03 +00:00
auronandace 70f2e28c37 remove sched bits from pthread bits 2026-02-12 17:16:58 +00:00
auronandace a4079f13f0 verify sched header includes 2026-02-12 17:05:02 +00:00
Jeremy Soller fca7117842 Merge branch 'disentangle-timespec' into 'master'
extract timespec to a bits header

See merge request redox-os/relibc!1001
2026-02-12 07:52:43 -07:00
auronandace f1ec5a4856 add cbindgen struct to bits file 2026-02-12 14:28:47 +00:00
auronandace 0e1af0503e remove export rename from the bits cbindgen file 2026-02-12 13:59:23 +00:00
auronandace bc25b5a7ed add export renames to cbindgen files 2026-02-12 13:33:54 +00:00
auronandace bb48f68968 redox import fixes for timespec 2026-02-12 13:16:23 +00:00
auronandace 1191d8e1b4 extract timespec to a bits header 2026-02-12 13:07:24 +00:00