]> xenbits.xensource.com Git - unikraft/libs/pthread-embedded.git/commit
Initial port of pthread-embedded to Unikraft
authorCostin Lupu <costin.lupu@cs.pub.ro>
Mon, 3 Jun 2019 15:16:36 +0000 (18:16 +0300)
committerFlorian Schmidt <florian.schmidt@neclab.eu>
Tue, 4 Jun 2019 13:41:20 +0000 (15:41 +0200)
commit51f10a5f167abfcf125277100011c97f6cfa4249
tree442e85728bcb61be29ac57a7441e0460e6865515
parent743ed59e95ca1002129b215a1c6f6ffd521c2f6b
Initial port of pthread-embedded to Unikraft

This is our initial port of pthread-embedded to Unikraft as external
library. For now you need newlib to make it work. When adding the
library in the dependency list, pthread-embedded should stay before
newlib (e.g. ...:$(UK_LIBS)/pthread-embedded:$(UK_LIBS)/newlib.git:...).

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Florian Schmidt <florian.schmidt@neclab.eu>
Config.uk [new file with mode: 0644]
Makefile.uk [new file with mode: 0644]
README.md
exportsyms.uk [new file with mode: 0644]
include/pte_osal.h [new file with mode: 0644]
include/pte_types.h [new file with mode: 0644]
include/sys/_pthreadtypes.h [new file with mode: 0644]
pte_osal.c [new file with mode: 0644]