zephyr/lib/os
Christopher Friedt 12ea06cac2 posix: fdtable: ensure stdin, stdout, and stderr are initialized
Ensure that stdin, stdout, and stderr are initialized statically.

Previously, the mutex and condition variable were uninitialized.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2023-10-13 04:48:47 -04:00
..
assert.c
base64.c
bitarray.c bitarray: Fix mismatch checking when matching regions 2023-05-25 16:31:23 -04:00
cbprintf_complete.c
cbprintf_nano.c lib: os: cbprintf_nano: Fix Coverity issue 316025 2023-06-02 15:07:34 -04:00
cbprintf_packaged.c
cbprintf.c
CMakeLists.txt lib: os: build fdtable conditionally 2023-09-28 06:25:16 -04:00
dec.c lib: os: dec: add misra-c2012 compliance changes 2023-07-28 11:15:44 +02:00
fdtable.c posix: fdtable: ensure stdin, stdout, and stderr are initialized 2023-10-13 04:48:47 -04:00
heap_listener.c
heap-validate.c
heap.c
heap.h
hex.c lib: os: hex: clarify controlling expression 2023-08-23 16:06:05 +01:00
json.c json: Skip unknown fields on parsing 2023-07-18 11:03:21 +00:00
Kconfig kconfig: Remove MP_NUM_CPUS usage 2023-10-03 17:45:53 +01:00
Kconfig.cbprintf lib/cbprintf: CONFIG_CBPRINTF_LIBC_SUBSTS should be optional 2023-08-07 11:26:40 +02:00
Kconfig.heap kernel: Integrate object core statistics 2023-09-30 08:04:14 +03:00
mem_blocks.c kernel: Integrate object core statistics 2023-09-30 08:04:14 +03:00
mpsc_pbuf.c
multi_heap.c
mutex.c
notify.c
onoff.c
p4wq.c kernel: move wait_q.h header to be internal 2023-09-12 12:55:36 -04:00
poweroff.c lib: os: add support for system power off 2023-08-04 16:59:36 +02:00
printk.c llext: Linkable loadable extensions 2023-09-29 20:50:38 -04:00
rb.c
reboot.c
ring_buffer.c
sem.c
shared_multi_heap.c shared_multi_heap: Use a data struct 2023-07-26 07:56:39 -04:00
spsc_pbuf.c
thread_entry.c random: Rename random header 2023-10-10 14:23:50 +03:00
timeutil.c sys/time_units.h: Convert time conversion to macros 2023-09-28 16:15:27 +02:00
user_work.c
utf8.c
winstream.c