aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/cloudabi64/cloudabi64_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Drop cloudabiKonstantin Belousov2021-09-211-128/+0
* Use mallocarray(9) in CloudABI kernel code where possible.Ed Schouten2018-01-071-2/+2
* Upgrade to the latest sources generated from the CloudABI specification.Ed Schouten2017-07-261-2/+2
* Make file descriptor passing for CloudABI's recvmsg() work.Ed Schouten2017-03-221-28/+15
* Make file descriptor passing work for CloudABI's sendmsg().Ed Schouten2017-03-221-21/+14
* Catch up with changes to structure member names.Ed Schouten2017-01-171-8/+8
* Add a utility macro for converting 64-bit pointers to native pointers.Ed Schouten2016-08-211-6/+9
* Replace the CloudABI system call table by a machine generated version.Ed Schouten2016-03-241-3/+4
* Add the last remaining system calls: send() and recv().Ed Schouten2015-08-121-4/+100
* Import the CloudABI datatypes and create a system call table.Ed Schouten2015-07-091-0/+48