For the moment conditionally remove the declaration of certain libc
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 5 Dec 2006 23:14:55 +0000 (23:14 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 5 Dec 2006 23:14:55 +0000 (23:14 +0000)
commit44a09dd66f9c090009dbe065f461322a786f0e92
treef843649126974dc2ed9d8aa6732d8365e32f09b7
parentc0741de8bc27546be7de51e56b6a7b9a36b179c2
For the moment conditionally remove the declaration of certain libc
functions when compiling with _KERNEL_VIRTUAL to avoid conflicts with
replicas in the kernel code.  This allows the virtual kernel source to
include standard libc header files.

Define _KERNEL_VIRTUAL in machine/vkernel/conf/kern.mk.

Begin fleshing out the virtual kernel init sequence.
include/stdlib.h
include/string.h
sys/platform/vkernel/conf/files
sys/platform/vkernel/conf/kern.mk
sys/platform/vkernel/platform/init.c
sys/platform/vkernel/platform/machintr.c [new file with mode: 0644]
sys/sys/errno.h
sys/sys/fcntl.h
sys/sys/stat.h
sys/sys/systm.h
sys/sys/types.h