History log of /seL4-camkes-master/projects/camkes/apps/testsyscalls/client.c
Revision Date Author Comments
# e653f3f9 02-Dec-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX

Also clarifies provenance of code in `apps/fdtgen/fdt_utils.c`

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# 6f6ea8d2 26-Feb-2018 Adrian Danis <Adrian.Danis@data61.csiro.au>

Legal C constant for static_assert

Despite the 'const' attribute a 'const' variable is still not considered a compile time
constant and so cannot be used in a static_assert. The code previously compiled as these
static_assert's were in `if (0)` blocks and whem compiled with optimisations the code
is elided before a compilation error can occur. When compiling at a lower optimization
level a compilation error is triggered.


# d03717c5 04-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Rexpand licenses


# 9e00d2dc 04-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Licenses: s/NICTA_BSD/DATA61_BSD


# 73257ba4 04-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Unexpand licenses


# 91c12e1e 27-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

testsyscalls: Test mlock and friends.


# 1ec91b1b 26-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

testsyscalls: Test mincore.


# 6d5f3a21 22-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

testsyscalls: Test getppid.


# b14bab2a 22-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

testsyscalls: test getpid.


# 9d12778a 22-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

testsyscalls: Add a second component for further testing.


# e8e608d1 19-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Add an application for testing the POSIX environment.

Note that this is not yet available in the menu.