Initial commit of the generation utility and configuration files for the
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 8 May 2005 18:14:56 +0000 (18:14 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 8 May 2005 18:14:56 +0000 (18:14 +0000)
commit7ca5ef2e640b25a0e27b439ff14e9b0425cb8826
tree391079bcdb5bd6688a10b3fa4f3ba53eab520554
parent652a877063f0d8bb9e55be7e7a9b24bf7b33e58e
Initial commit of the generation utility and configuration files for the
new system call mapping subsystem.
lib/libsys/README [new file with mode: 0644]
lib/libsys/abi/basetypes.h [new file with mode: 0644]
lib/libsys/abi/syscalls_1_2_0.conf [new file with mode: 0644]
lib/libsys/abi/types_1_2_0.h [new file with mode: 0644]
lib/libsys/genhooks/Makefile [new file with mode: 0644]
lib/libsys/genhooks/defs.h [new file with mode: 0644]
lib/libsys/genhooks/genhooks.c [new file with mode: 0644]
lib/libsys/genhooks/lex.c [new file with mode: 0644]
lib/libsys/genhooks/output_i386.c [new file with mode: 0644]
lib/libsys/genhooks/parse.c [new file with mode: 0644]