DragonFly commits List (threaded) for 2006-12
DragonFly BSD
DragonFly commits List (threaded) for 2006-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/include stdlib.h string.h src/sys/machine/vkernel/conf files kern.mk src/sys/machine/vkernel/platform init.c machintr.c src/sys/sys errno.h fcntl.h stat.h systm.h types.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 5 Dec 2006 15:14:56 -0800 (PST)

dillon      2006/12/05 15:14:56 PST

DragonFly src repository

  Modified files:
    include              stdlib.h string.h 
    sys/machine/vkernel/conf files kern.mk 
    sys/machine/vkernel/platform init.c 
    sys/sys              errno.h fcntl.h stat.h systm.h types.h 
  Added files:
    sys/machine/vkernel/platform machintr.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.19      +9 -3      src/include/stdlib.h
  1.8       +26 -18    src/include/string.h
  1.4       +4 -0      src/sys/machine/vkernel/conf/files
  1.2       +1 -0      src/sys/machine/vkernel/conf/kern.mk
  1.2       +33 -9     src/sys/machine/vkernel/platform/init.c
  1.10      +1 -1      src/sys/sys/errno.h
  1.11      +1 -2      src/sys/sys/fcntl.h
  1.11      +2 -2      src/sys/sys/stat.h
  1.48      +1 -0      src/sys/sys/systm.h
  1.17      +6 -0      src/sys/sys/types.h


http://www.dragonflybsd.org/cvsweb/src/include/stdlib.h.diff?r1=1.18&r2=1.19&f=u
http://www.dragonflybsd.org/cvsweb/src/include/string.h.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/conf/files.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/conf/kern.mk.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/platform/init.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/errno.h.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/fcntl.h.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/stat.h.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/systm.h.diff?r1=1.47&r2=1.48&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/types.h.diff?r1=1.16&r2=1.17&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]