cvs commit: src/sys/geom geom.h geom_bsd.c geom_disk.c geom_disk.h geom_dump.c geom_event.c geom_int.h geom_kern.c geom_mbr.c geom_pc98.c geom_subr.c

Poul-Henning Kamp phk at FreeBSD.org
Wed Apr 2 12:41:20 PST 2003


phk         2003/04/02 12:41:18 PST

  FreeBSD src repository

  Modified files:
    sys/geom             geom.h geom_bsd.c geom_disk.c geom_disk.h 
                         geom_dump.c geom_event.c geom_int.h 
                         geom_kern.c geom_mbr.c geom_pc98.c 
                         geom_subr.c 
  Log:
  Change events to have an array of "void *" references, and give the
  event posting functions varargs to fill these.
  
  Attribute g_call_me() to appropriate g_geom's where necessary.
  
  Add a flag argument to g_call_me() methods which will be used to signal
  cancellation of events in the future.
  
  This commit should be a no-op.
  
  Revision  Changes    Path
  1.52      +2 -2      src/sys/geom/geom.h
  1.43      +4 -4      src/sys/geom/geom_bsd.c
  1.64      +4 -4      src/sys/geom/geom_disk.c
  1.2       +4 -0      src/sys/geom/geom_disk.h
  1.23      +3 -3      src/sys/geom/geom_dump.c
  1.25      +51 -62    src/sys/geom/geom_event.c
  1.18      +8 -9      src/sys/geom/geom_int.h
  1.26      +3 -3      src/sys/geom/geom_kern.c
  1.35      +2 -2      src/sys/geom/geom_mbr.c
  1.28      +2 -2      src/sys/geom/geom_pc98.c
  1.40      +7 -7      src/sys/geom/geom_subr.c


More information about the cvs-all mailing list