zephyr/kernel
Josh Triplett 18cb832646 kernel: Disable build timestamps by default for reproducibility
To make Zephyr builds more reproducible, default to disabling build
timestamps. Expand the documentation for CONFIG_BUILD_TIMESTAMP to
explain that enabling it will make the build unreproducible.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
2018-04-09 18:52:55 -04:00
..
include kernel: Fix left shift into sign bit 2018-03-22 19:16:17 -04:00
CMakeLists.txt lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
Kconfig kernel: Disable build timestamps by default for reproducibility 2018-04-09 18:52:55 -04:00
Kconfig.event_logger kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
Kconfig.power_mgmt kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
alert.c
atomic_c.c
compiler_stack_protect.c
device.c kernel: device: Only compare strings if pointer comparison fails 2018-02-15 17:31:59 -08:00
errno.c
idle.c kernel: Name of static functions should not begin with an underscore 2018-03-10 08:39:10 -05:00
init.c kernel: Cleanup, unify _add_thread_to_ready_q() and _ready_thread() 2018-03-18 16:58:12 -04:00
int_latency_bench.c
mailbox.c kernel: Name of static functions should not begin with an underscore 2018-03-10 08:39:10 -05:00
mem_domain.c kernel: mem_domain: Fix compile issues 2018-03-05 10:47:00 -06:00
mem_slab.c kernel: Add kswap.h header to unbreak cycles 2018-02-16 10:44:29 -05:00
mempool.c lib: user mode compatible mempools 2018-04-05 07:03:05 -07:00
msg_q.c kernel: msg_q: Add routine to fetch basic attrs from message queue. 2018-04-03 15:30:44 -04:00
mutex.c kernel: mutex: Copy assertions to assertions to syscall handler 2018-04-06 11:52:32 -07:00
pipes.c kernel: Name of static functions should not begin with an underscore 2018-03-10 08:39:10 -05:00
poll.c kernel: Cleanup, unify _add_thread_to_ready_q() and _ready_thread() 2018-03-18 16:58:12 -04:00
queue.c kernel/queue: Clean up scheduler API usage 2018-03-18 16:58:12 -04:00
sched.c kernel/sched: Clean up docs for _pend_thread(), limit scope 2018-03-18 16:58:12 -04:00
sem.c kernel: Remove unnecessary old code 2018-03-05 14:10:50 -08:00
smp.c kernel: Name of static functions should not begin with an underscore 2018-03-10 08:39:10 -05:00
stack.c kernel: Add kswap.h header to unbreak cycles 2018-02-16 10:44:29 -05:00
sys_clock.c kernel: SMP timer integration 2018-02-16 10:44:29 -05:00
system_work_q.c
thread.c kernel: thread: Consider stack pointer fuzz underflow 2018-04-03 12:32:56 -07:00
thread_abort.c kernel: Allow k_thread_abort(_current) from ISRs 2018-02-16 10:44:29 -05:00
timer.c kernel: Add kswap.h header to unbreak cycles 2018-02-16 10:44:29 -05:00
userspace.c kernel: Name of static functions should not begin with an underscore 2018-03-10 08:39:10 -05:00
userspace_handler.c
version.c
work_q.c