cvs commit: src/sys/geom geom.h geom_aes.c geom_apple.c geom_bsd.c geom_dump.c geom_event.c geom_gpt.c geom_io.c geom_mbr.c geom_mirror.c geom_pc98.c geom_slice.c geom_subr.c geom_sunlabel.c geom_vol_ffs.c

Poul-Henning Kamp phk at FreeBSD.org
Sun Apr 13 02:02:07 PDT 2003


phk         2003/04/13 02:02:06 PDT

  FreeBSD src repository

  Modified files:
    sys/geom             geom.h geom_aes.c geom_apple.c geom_bsd.c 
                         geom_dump.c geom_event.c geom_gpt.c 
                         geom_io.c geom_mbr.c geom_mirror.c 
                         geom_pc98.c geom_slice.c geom_subr.c 
                         geom_sunlabel.c geom_vol_ffs.c 
  Log:
  Time has run from the "run GEOM in userland" harness, and the new regression
  test is built to test GEOM as running in the kernel.
  
  This commit is basically "unifdef -D_KERNEL" to remove the mainly #include
  related code to support the userland-harness.
  
  Revision  Changes    Path
  1.56      +0 -8      src/sys/geom/geom.h
  1.14      +0 -8      src/sys/geom/geom_aes.c
  1.8       +0 -9      src/sys/geom/geom_apple.c
  1.48      +0 -8      src/sys/geom/geom_bsd.c
  1.25      +0 -11     src/sys/geom/geom_dump.c
  1.28      +0 -13     src/sys/geom/geom_event.c
  1.18      +0 -9      src/sys/geom/geom_gpt.c
  1.38      +0 -9      src/sys/geom/geom_io.c
  1.46      +0 -9      src/sys/geom/geom_mbr.c
  1.5       +0 -8      src/sys/geom/geom_mirror.c
  1.35      +0 -8      src/sys/geom/geom_pc98.c
  1.41      +0 -11     src/sys/geom/geom_slice.c
  1.42      +0 -11     src/sys/geom/geom_subr.c
  1.26      +0 -9      src/sys/geom/geom_sunlabel.c
  1.5       +0 -9      src/sys/geom/geom_vol_ffs.c


More information about the cvs-all mailing list