History log of /seL4-camkes-master/projects/seL4_projects_libs/libsel4vchan/include/sel4vchan/libvchan.h
Revision Date Author Comments
# 745291ce 27-Nov-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert to SPDX license tags

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


# 3fbf6e8d 16-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

Trivial: style fix

make the style checker happy


# e9b261c4 31-Aug-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Fix licenses


# 5a656b9b 29-Aug-2017 Hesham Almatary <hesham.almatary@data61.csiro.au>

Fix licenses


# b59c1f15 26-Jul-2016 Andrew Gacek <andrew.gacek@gmail.com>

libsel4vchan: replace <linux/types.h> with <stddef.h>


# 9629eb34 11-Nov-2015 Peter Chubb <peter.chubb@nicta.com.au>

Fix compilation with GCC 5.0

Remove duplicate macro definitions of min() and max();
change type of _remaining_ from size_t to int to avoid type clashing;
and fix the type signature mismatch from wait_for_event() and
event_thread_info(), etween prototype and implementation.