Commit Graph

9 Commits

Author SHA1 Message Date
ed
d7a2657d85 Regenerate system call table after r304483. 2016-08-19 17:54:06 +00:00
ed
3b685ef4b9 Import the new automatically generated system call table for CloudABI.
Now that we've switched over to using the vDSO on CloudABI, it becomes a
lot easier for us to phase out old features. System call numbering is no
longer something that's part of the ABI. It's fully based on names. As
long as the numbering used by the kernel and the vDSO is consistent
(which it always is), it's all right.

Let's put this to the test by removing a system call (thread_tcb_set())
that's already unused for quite some time now, but was only left intact
to serve as a placeholder. Sync in the new system call table that uses
alphabetic sorting of system calls.

Obtained from:	https://github.com/NuxiNL/cloudabi
2016-08-19 17:49:35 +00:00
ed
3cf5a6567a Regenerate system call table after r297468. 2016-03-31 18:50:52 +00:00
ed
03f1de5c94 Regenerate system call table after r297247. 2016-03-24 21:49:39 +00:00
ed
ead010a7f9 Regenerate the system call table. 2015-08-05 13:10:13 +00:00
ed
fd2045436d Regenerate system call table. 2015-07-27 10:04:28 +00:00
ed
b2a714f330 Regenerate system call table. 2015-07-22 10:05:46 +00:00
ed
f01f2379e0 Regenerate system call table for r285540. 2015-07-14 15:12:24 +00:00
ed
a69356d93d Generate CloudABI system call table with proper $FreeBSD$ tags. 2015-07-09 07:21:33 +00:00