History log of /seL4-refos-master/libs/libsel4muslcsys/src/sys_exit.c
Revision Date Author Comments
# e9a9ff4f 18-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

Trivial: Style fix

make the style checker happy


# e23dc54b 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

seL4_libs: remove autoconf.h from seL4_libs

this commit removes autoconf.h generation from each lib and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# 9214341c 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# f03c91d9 14-Feb-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libsel4muslcsys: Use verbose logging for output in some syscalls

The printing in these syscalls is sometimes informative, but frequently is just spam.


# e269552e 30-Nov-2015 Adrian Danis <Adrian.Danis@nicta.com.au>

libsel4muslcsys: Add some missing thread routines

A C library may call set_thread_area on startup and tkill on shutdown,
so we need to implement stubs of these