cvs commit: src/sys/geom geom.h geom_disk.c geom_dump.c geom_event.c geom_kern.c geom_sunlabel.c

Poul-Henning Kamp phk at FreeBSD.org
Wed Apr 23 14:28:28 PDT 2003


phk         2003/04/23 14:28:27 PDT

  FreeBSD src repository

  Modified files:
    sys/geom             geom.h geom_disk.c geom_dump.c 
                         geom_event.c geom_kern.c geom_sunlabel.c 
  Log:
  Introduce a g_waitfor_event() function which posts an event and waits for
  it to be run (or cancelled) and use this instead of home-rolled versions.
  
  Revision  Changes    Path
  1.61      +1 -0      src/sys/geom/geom.h
  1.68      +1 -5      src/sys/geom/geom_disk.c
  1.26      +0 -3      src/sys/geom/geom_dump.c
  1.36      +63 -10    src/sys/geom/geom_event.c
  1.30      +3 -12     src/sys/geom/geom_kern.c
  1.33      +1 -5      src/sys/geom/geom_sunlabel.c


More information about the cvs-all mailing list