zephyr/lib
Paul Sokolovsky 4a04ed20fd lib/fdtable: Add ioctl() and fcntl() implementations
ioctl() just dispatches to the corresponding vmethod of an fd.
fcntl() handles fdtable-level operations (so far doesn't handle
actually, returning "not implemented" error), and forwards
fd-specific operations to ioctl vmethod just the same (i.e.
ioctl and fcntl operations share the same namespace, but otherwise
disjoint).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-12-14 13:21:31 +02:00
..
base64 lib: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
cmsis_rtos_v1 lib: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
crc
json
libc lib/fdtable: Add ioctl() and fcntl() implementations 2018-12-14 13:21:31 +02:00
mempool
posix lib: fdtable: Change ioctl vmethod signature to take va_list 2018-12-14 13:21:31 +02:00
rbtree lib: rbtree: Do not use lowercase l for literal suffix 2018-12-07 09:06:34 -05:00
ring_buffer lib: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
CMakeLists.txt
fdtable.c lib/fdtable: Add ioctl() and fcntl() implementations 2018-12-14 13:21:31 +02:00
Kconfig
thread_entry.c
work_q.c