History log of /seL4-test-master/projects/sel4runtime/src/memset.c
Revision Date Author Comments
# 0612156b 17-Sep-2020 Curtis Millar <curtis.millar@data61.csiro.au>

trivial: fix style


# e3190dad 11-Sep-2020 Curtis Millar <curtis@curtism.me>

Use internal stdint and stddef

This changes sel4runtime to use the internal minimal stdint and stddef
removing the dependency for those files from an external libc.

This also removes the imports and dependencies for stdbool, string, and
assert.

Signed-off-by: Curtis Millar <curtis@curtism.me>


# 441f5c38 12-Dec-2018 Curtis Millar <curtis.millar@data61.csiro.au>

Add licenses.


# 03d6ddd8 12-Dec-2018 Curtis Millar <curtis.millar@data61.csiro.au>

Copy memcopy and memset for musl libc.

memset and memcopy have been taken from our fork of the musl libc
library. Appropriate copyright has been added to each file.