Commit Graph

3346 Commits

Author SHA1 Message Date
auronandace 3683a14ab4 document termios functions 2026-07-06 11:26:04 +01:00
Wildan M 9a03f5f9c4 Remove ExpectTlsFree 2026-07-06 16:31:47 +07:00
Wildan M fbb56200ab Handle panic without TCB 2026-07-06 16:08:59 +07:00
Wildan M be3e38ed65 Fix exit_current_thread racing with pthread_join 2026-07-06 11:01:41 +07:00
Wildan M 4a327141d5 Add _GNU_SOURCE to get bits/uio.h 2026-07-06 07:13:43 +07:00
Wildan M 812982556a Parse flags when logging openat 2026-07-06 05:35:13 +07:00
Wildan M 7b9768ae23 Set ByteLiteral::cast_cchar as const fn 2026-07-06 00:17:55 +07:00
Jeremy Soller 9930a90de0 Merge branch 'all-path' into 'master'
Adapt with new redox-path

See merge request redox-os/relibc!1504
2026-07-05 10:53:21 -06:00
Wildan M 2e8ee25139 Add open trace logging 2026-07-05 19:28:23 +07:00
Wildan M c0cdc017d3 Adapt with new redox-path 2026-07-05 19:27:57 +07:00
Jeremy Soller 97e59311db Merge branch 'unistd-sleep' into 'master'
add descriptions to sleep and nanosleep

See merge request redox-os/relibc!1521
2026-07-05 05:46:50 -06:00
auronandace fe1c4e0135 add descriptions to sleep and nanosleep 2026-07-05 10:50:57 +01:00
Wildan M 7f4c3803bc Fix curl EOPNOSUPP due to MSG_NOSIGNAL 2026-07-05 15:33:40 +07:00
Wildan M 1c194990f8 Fix crash when exiting from detached thread 2026-07-05 04:05:30 +07:00
auronandace 185b49b73e split out pthread_attr_t 2026-07-04 17:16:08 +01:00
4lDO2 0434043c44 Dealloc TCB on detach/join rather than exit. 2026-07-04 13:48:31 +02:00
Jeremy Soller 1ef6fb94e2 Merge branch 'systypes-guard' into 'master'
refactor sys_types_internal to reduce namespace pollution

See merge request redox-os/relibc!1511
2026-07-03 11:36:06 -06:00
auronandace 93d6fc091f refactor sys_types_internal to reduce namespace pollution 2026-07-03 14:23:00 +01:00
auronandace 572c33a522 document functions in pthread cond 2026-07-03 13:17:38 +01:00
Jeremy Soller 984ce223e5 Merge branch 'pthread-attr-docs' into 'master'
document pthread attr functions

See merge request redox-os/relibc!1509
2026-07-02 08:30:00 -06:00
auronandace bc228c3d91 document pthread attr functions 2026-07-02 13:08:16 +01:00
auronandace e714c570bc make mut_from_ref deny 2026-07-02 08:28:38 +01:00
Ibuki Omatsu fba233467a refactor: Move fd allocation logic into userspace 2026-07-01 08:08:23 -06:00
Mathew John Roberts 9bd2b595f9 Merge branch 'doc-termios-flags' into 'master'
add descriptions to cc constants for termios

See merge request redox-os/relibc!1506
2026-06-30 07:27:39 +01:00
Mathew John Roberts 61046e2af8 Merge branch 'doc-string-func' into 'master'
add descriptions to some string header functions

See merge request redox-os/relibc!1505
2026-06-30 07:27:22 +01:00
Mathew John Roberts ddd94ce4c0 Merge branch 'utime-doc' into 'master'
add descriptions to utime header

See merge request redox-os/relibc!1503
2026-06-30 07:27:01 +01:00
Mathew John Roberts b3b60d7943 Merge branch 'pthread-spin-doc' into 'master'
add descriptions to pthread spin lock functions

See merge request redox-os/relibc!1502
2026-06-30 07:26:36 +01:00
auronandace 759bdb06b2 add descriptions to cc constants for termios 2026-06-29 13:38:49 +01:00
auronandace 6ab0d57510 add descriptions to some string header functions 2026-06-29 11:51:47 +01:00
auronandace e5f4f3d179 add descriptions to utime header 2026-06-29 09:12:11 +01:00
auronandace 68c7361a34 add descriptions to pthread spin lock functions 2026-06-29 08:13:20 +01:00
auronandace d1633f8dba move pthread_t to bits header and move some after_includes to pthread header 2026-06-27 14:41:37 +01:00
auronandace 3fff28e44a add more descriptions to signal header functions 2026-06-26 17:51:57 +01:00
Jeremy Soller eeea60c1d1 Merge branch 'bits-limits-ptdi' into 'master'
fix TTS_DTOR_ITERATIONS with bits file

See merge request redox-os/relibc!1497
2026-06-26 06:31:18 -06:00
Jeremy Soller 35e51551b9 Merge branch 'pthread-panic' into 'master'
Return ENOSYS to pthread_getschedparam instead of panic

See merge request redox-os/relibc!1496
2026-06-26 06:29:57 -06:00
auronandace 3cc24ddaee fix TTS_DTOR_ITERATIONS with bits file 2026-06-26 12:42:35 +01:00
Wildan M ec78de0abf Return ENOSYS to pthread_getschedparam instead of panic 2026-06-26 07:58:15 +07:00
Jeremy Soller fec9d49c18 Merge branch 'signal-func-doc' into 'master'
add some descriptions to some of the signal header functions

See merge request redox-os/relibc!1495
2026-06-25 12:16:52 -06:00
auronandace 27de2f4795 add some descriptions to some of the signal header functions 2026-06-25 14:28:26 +01:00
auronandace bbac94480b add descriptions to sys_epoll functions 2026-06-25 11:26:36 +01:00
Jeremy Soller 5e4591aff1 Merge branch 'stddef-rust' into 'master'
move stddef header from C to cbindgen

See merge request redox-os/relibc!1492
2026-06-24 14:39:54 -06:00
auronandace 3be84f4b26 move stddef header from C to cbindgen 2026-06-24 11:52:15 +01:00
auronandace a80dda35eb add missing flag to spawn 2026-06-24 10:30:19 +01:00
auronandace 281b6fcd44 correct the include guard 2026-06-23 10:53:40 +01:00
auronandace df380e5dd0 split out non-POSIX preadv and pwritev to a bits header 2026-06-23 10:48:23 +01:00
Mathew John Roberts 777c1103d6 Merge branch 'sysselect-func-doc' into 'master'
add descriptions to sys_select functions

See merge request redox-os/relibc!1486
2026-06-23 06:40:19 +01:00
Mathew John Roberts 3b1be86ed6 Merge branch 'sig-const-doc' into 'master'
add descriptions to remaining signals constants and structs

See merge request redox-os/relibc!1485
2026-06-23 06:40:05 +01:00
Wildan M b5e764d967 Fix posix_spawn launching sh script 2026-06-23 12:22:31 +07:00
Wildan M c234ace91d Use ArrayString for Cwd 2026-06-22 22:13:24 +07:00
auronandace 1cff1ab1d5 add descriptions to sys_select functions 2026-06-22 14:57:46 +01:00