; lwp and proc creation / switching interfaces
int |lwproc_rfork |int
int |lwproc_newlwp |pid_t
void |lwproc_switch |struct lwp *
void |lwproc_releaselwp |void
struct lwp * |lwproc_curlwp |void
void |lwproc_sysent_usenative|void
void |allbetsareoff_setid |pid_t, int
; wrappers for etfs interfaces. They are not handled by librump,
; but having the function interfaces here makes it possible to always
; link clients which can then get a runtime failure if components
; handling etfs are not present.
int |etfs_register |const char *, const char *, enum rump_etfs_type
int |etfs_register_withsize |const char *, const char *, \
enum rump_etfs_type, uint64_t, \
uint64_t
int |etfs_remove |const char *