zephyr/lib/os
Flavio Ceolin d16c5b9048 kernel: canaries: Allow using TLS to store it
Add new option to use thread local storage for stack
canaries. This makes harder to find the canaries location
and value. This is made optional because there is
a performance and size penalty when using it.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-08-08 19:08:04 -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 sys: util: migrate all files to DIV_ROUND_UP 2023-04-11 12:00:37 +02:00
cbprintf_nano.c lib: os: cbprintf_nano: Fix Coverity issue 316025 2023-06-02 15:07:34 -04:00
cbprintf_packaged.c os: cbprintf: Address -Wextra warnings 2023-02-20 09:50:12 +01:00
cbprintf.c
CMakeLists.txt lib: os: add support for system power off 2023-08-04 16:59:36 +02:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
crc32c_sw.c
crc_shell.c
dec.c lib: os: dec: add misra-c2012 compliance changes 2023-07-28 11:15:44 +02:00
fdtable.c lib: os: add k_condvar for each fdtable entry 2023-06-02 18:45:46 -04:00
heap_listener.c
heap-validate.c
heap.c ARC: qemu: disable test where we trigger ARC QEMU bug #54720 2023-02-17 08:50:37 +09:00
heap.h
hex.c lib: os: hex: correct explicit cast type 2023-07-28 11:15:19 +02:00
json.c json: Skip unknown fields on parsing 2023-07-18 11:03:21 +00:00
Kconfig lib: os: add support for system power off 2023-08-04 16:59:36 +02:00
Kconfig.cbprintf lib/cbprintf: CONFIG_CBPRINTF_LIBC_SUBSTS should be optional 2023-08-07 11:26:40 +02:00
Kconfig.heap
mem_blocks.c
mpsc_pbuf.c
multi_heap.c
mutex.c
notify.c
onoff.c
p4wq.c iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
poweroff.c lib: os: add support for system power off 2023-08-04 16:59:36 +02:00
printk.c
rb.c
reboot.c lib: os: reboot: include zephyr/cache.h 2023-01-24 14:35:49 +00:00
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 kernel: canaries: Allow using TLS to store it 2023-08-08 19:08:04 -04:00
timeutil.c
user_work.c
utf8.c
winstream.c