For the moment conditionally remove the declaration of certain libc
commit0a5c671c5650a3a6675f3ec08ba20c01a4302cf7
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 5 Dec 2006 23:14:55 +0000 (5 23:14 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 5 Dec 2006 23:14:55 +0000 (5 23:14 +0000)
treee1bc17f7f90882832f9031c0cb5918d14e08b37b
parent7bf3ba3e7fb2cd803501732dd71a5000c54f8195
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