]> Zhao Yanbai Git Server - minix.git/commit
Add libvboxfs: VirtualBox shared folders library
authorDavid van Moolenbroek <david@minix3.org>
Mon, 9 Apr 2012 17:20:37 +0000 (19:20 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 9 Apr 2012 17:25:18 +0000 (19:25 +0200)
commitbb4d055fa6d95d5baaa62fcc63bba7eba03f7f73
treebe2bb9e7bf694f52022ee302effb45cf388fe3ff
parentef7b484e5cdbcd5f1224149fe86d8a62206cbf07
Add libvboxfs: VirtualBox shared folders library
17 files changed:
include/Makefile.minix.inc
include/minix/vboxfs.h [new file with mode: 0644]
lib/Makefile
lib/libvboxfs/Makefile [new file with mode: 0644]
lib/libvboxfs/attr.c [new file with mode: 0644]
lib/libvboxfs/dir.c [new file with mode: 0644]
lib/libvboxfs/file.c [new file with mode: 0644]
lib/libvboxfs/glo.h [new file with mode: 0644]
lib/libvboxfs/handle.c [new file with mode: 0644]
lib/libvboxfs/inc.h [new file with mode: 0644]
lib/libvboxfs/info.c [new file with mode: 0644]
lib/libvboxfs/link.c [new file with mode: 0644]
lib/libvboxfs/path.c [new file with mode: 0644]
lib/libvboxfs/proto.h [new file with mode: 0644]
lib/libvboxfs/vboxfs.c [new file with mode: 0644]
lib/libvboxfs/vboxfs.h [new file with mode: 0644]
share/mk/bsd.prog.mk