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

cvs commit: src/etc/mtree BSD.include.dist src/include Makefile


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 7 Aug 2003 14:26:08 -0700 (PDT)

dillon      2003/08/07 14:26:08 PDT

  Modified files:
    etc/mtree            BSD.include.dist 
    include              Makefile 
  Log:
  kernel tree reorganization stage 1: Major cvs repository work (not logged as
  commits) plus a major reworking of the #include's to accomodate the
  relocations.
  
      * CVS repository files manually moved.  Old directories left intact
        and empty (temporary).
  
      * Reorganize all filesystems into vfs/, most devices into dev/,
        sub-divide devices by function.
  
      * Begin to move device-specific architecture files to the device
        subdirs rather then throwing them all into, e.g. i386/include
  
      * Reorganize files related to system busses, placing the related code
        in a new bus/ directory.  Also move cam to bus/cam though this may
        not have been the best idea in retrospect.
  
      * Reorganize emulation code and place it in a new emulation/ directory.
  
      * Remove the -I- compiler option in order to allow #include file
        localization, rename all config generated X.h files to use_X.h to
        clean up the conflicts.
  
      * Remove /usr/src/include (or /usr/include) dependancies during the
        kernel build, beyond what is normally needed to compile helper
        programs.
  
      * Make config create 'machine' softlinks for architecture specific
        directories outside of the standard <arch>/include.
  
      * Bump the config rev.
  
      WARNING! after this commit /usr/include and /usr/src/sys/compile/*
      should be regenerated from scratch.
  
  Revision  Changes    Path
  1.2       +1 -0      /rdbms/cvs/src/etc/mtree/BSD.include.dist
  1.2       +1 -0      /rdbms/cvs/src/include/Makefile




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