zephyr/include/misc
Andrew Boie 12e6aadcb0 lib: newlib: add read/write syscalls
The read/write implementations call directly into the console drivers
using the hook mechanism, causing faults if invoked from user mode.

Add system calls for read() and write() such that we do a privilege
elevation first.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-07-25 14:57:51 -04:00
..
__assert.h misc: Add a FORCE_NO_ASSERT kconfig directive 2018-02-16 10:44:29 -05:00
byteorder.h include: improve compatibility with C++ apps. 2018-04-09 23:21:52 -04:00
dlist.h
errno_private.h kernel: fix errno access for user mode 2018-07-19 16:44:59 -07:00
libc-hooks.h lib: newlib: add read/write syscalls 2018-07-25 14:57:51 -04:00
list_gen.h list_gen: slist: mark some APIs are private 2018-05-16 17:32:59 -07:00
mempool_base.h lib: user mode compatible mempools 2018-04-05 07:03:05 -07:00
mempool.h lib: user mode compatible mempools 2018-04-05 07:03:05 -07:00
printk.h
rb.h doc: fix misspellings in API doxygen comments 2018-05-23 15:28:01 -05:00
reboot.h
ring_buffer.h
sflist.h sflist: slist-alike that stores flags 2018-05-16 17:32:59 -07:00
slist.h list_gen: slist: mark some APIs are private 2018-05-16 17:32:59 -07:00
stack.h doc: do not show undocumented members 2018-03-20 14:01:30 -04:00
util.h logging: subsystem major redesign 2018-06-29 10:16:45 +02:00