History log of /seL4-refos-master/libs/libsel4muslcsys/src/syscalls.h
Revision Date Author Comments
# d7be11ef 17-Oct-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libsel4muslcsys: Implement sys_write wrapper

This wraps sys_writev the same way that sys_read is implemented.


# 135c651f 27-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

pragma once and for all


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

Fix licenses


# eaca58a9 27-Jan-2017 amrzar <azarrabi@nicta.com.au>

libsel4muslcsys: Add support for openat syscall


# bc2d1669 05-Jan-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libsel4muslcsys: Implement mmap syscall

Changes the current mmap2 implementation to be an mmap implementation,
and redirects the mmap2 syscall to mmap


# 7241dba3 12-Oct-2016 Alexander Wharton <awharton@alexw.keg.ertos.in.nicta.com.au>

libsel4muslcsys: create dummy implementation of sys_madvise()


# 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