0.0.1.00.0.1.0
commit811fa137ff06d415243ca00d849c78ca3b70ac6b
authorEnrico Weigelt, metux IT service <weigelt@metux.de>
Wed, 18 Feb 2009 18:09:44 +0000 (18 19:09 +0100)
committerEnrico Weigelt, metux IT service <weigelt@metux.de>
Wed, 18 Feb 2009 18:09:44 +0000 (18 19:09 +0100)
tree2dd0b130ff5637c20410d40162d43478cca24e33
0.0.1.0
28 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
build.mk [new file with mode: 0644]
include/9p-mixpsrv/call_ops.h [new file with mode: 0644]
include/9p-mixpsrv/default_ops.h [new file with mode: 0644]
include/9p-mixpsrv/errors.h [new file with mode: 0644]
include/9p-mixpsrv/hostfile_ops.h [new file with mode: 0644]
include/9p-mixpsrv/p9client_ops.h [new file with mode: 0644]
include/9p-mixpsrv/p9srv.h [new file with mode: 0644]
include/9p-mixpsrv/propertylist_ops.h [new file with mode: 0644]
include/9p-mixpsrv/prototypes.h [new file with mode: 0644]
include/9p-mixpsrv/rostring_ops.h [new file with mode: 0644]
include/9p-mixpsrv/types.h [new file with mode: 0644]
include/9p-mixpsrv/union_ops.h [new file with mode: 0644]
ixpserv/Makefile [new file with mode: 0644]
ixpserv/fs.c [new file with mode: 0644]
libmixpsrv.pc.in [new file with mode: 0644]
libmixpsrv/Makefile [new file with mode: 0644]
libmixpsrv/default_ops.c [new file with mode: 0644]
libmixpsrv/hostfile_ops.c [new file with mode: 0644]
libmixpsrv/ixp_util.c [new file with mode: 0644]
libmixpsrv/mvfs_ops.c [new file with mode: 0644]
libmixpsrv/p9client_ops.c [new file with mode: 0644]
libmixpsrv/p9srv_ops.c [new file with mode: 0644]
libmixpsrv/propertylist_ops.c [new file with mode: 0644]
libmixpsrv/rostring_ops.c [new file with mode: 0644]
libmixpsrv/union_ops.c [new file with mode: 0644]