aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/cloudabi32
Commit message (Expand)AuthorAgeFilesLines
* sysent targets: further cleanup and deduplicationKyle Evans2020-01-181-24/+3
* Set .ORDER for makesyscalls generated filesKyle Evans2020-01-101-0/+3
* sysent: Reduce duplication and improve readability.Brooks Davis2019-12-061-8/+13
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-032-13/+13
* Convert in-tree sysent targets to use new makesyscalls.luaKyle Evans2019-11-181-3/+5
* Check for errors from copyout() and suword*() in sv_copyout_args/strings.John Baldwin2019-11-182-5/+5
* Regen after r347228 and r352693.Brooks Davis2019-09-305-5/+11
* makesyscalls.sh: always use absolute path for syscalls.confBrooks Davis2019-05-301-2/+2
* Add helper functions to copy strings into struct image_args.Brooks Davis2018-11-291-2/+3
* Regenerated assorted syscall related files after:Brooks Davis2018-10-091-0/+1
* Don't use an .OBJDIR for 'make sysent'.Bryan Drewery2018-01-291-0/+3
* Use mallocarray(9) in CloudABI kernel code where possible.Ed Schouten2018-01-071-2/+2
* Allow timed waits with relative timeouts on locks and condvars.Ed Schouten2018-01-041-12/+15
* Upgrade to CloudABI v0.17.Ed Schouten2017-11-084-24/+27
* Import the latest CloudABI definitions, version 0.16.Ed Schouten2017-10-186-182/+69
* Complete the CloudABI networking refactoring.Ed Schouten2017-08-305-112/+37
* Sync CloudABI compatibility against the latest upstream version (v0.13).Ed Schouten2017-08-255-168/+43
* Upgrade to the latest sources generated from the CloudABI specification.Ed Schouten2017-07-266-208/+144
* 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
* Regenerate all the system call tables to drop "created from" lines.John Baldwin2017-02-104-4/+0
* Catch up with changes to structure member names.Ed Schouten2017-01-174-20/+20
* Regenerate sources based on the system call tables.Ed Schouten2017-01-175-94/+94
* Regenerate syscall provider argument strings.Mark Johnston2016-09-221-52/+52
* Add source files generated from the 32-bit system call table.Ed Schouten2016-08-215-0/+2375
* Add CPU independent code for running 32-bits CloudABI executables.Ed Schouten2016-08-218-0/+1025