Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2000 13:15:16 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha machdep.c synch_machdep.c src/sys/alpha/include mutex.h src/sys/dev/randomdev yarrow.c src/sys/i386/i386 machdep.c synch_machdep.c src/sys/i386/include mutex.h src/sys/kern kern_malloc.c kern_mutex.c kern_synch.c ...
Message-ID:  <200009142015.NAA05525@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2000/09/14 13:15:16 PDT

  Modified files:
    sys/alpha/alpha      machdep.c synch_machdep.c 
    sys/alpha/include    mutex.h 
    sys/dev/randomdev    yarrow.c 
    sys/i386/i386        machdep.c synch_machdep.c 
    sys/i386/include     mutex.h 
    sys/kern             kern_malloc.c kern_mutex.c kern_synch.c 
    sys/pc98/i386        machdep.c 
  Log:
  Remove the mtx_t, witness_t, and witness_blessed_t types.  Instead, just
  use struct mtx, struct witness, and struct witness_blessed.
  
  Requested by:	bde
  
  Revision  Changes    Path
  1.94      +3 -3      src/sys/alpha/alpha/machdep.c
  1.4       +11 -11    src/sys/alpha/alpha/synch_machdep.c
  1.9       +24 -26    src/sys/alpha/include/mutex.h
  1.19      +3 -3      src/sys/dev/randomdev/yarrow.c
  1.409     +3 -3      src/sys/i386/i386/machdep.c
  1.4       +11 -11    src/sys/i386/i386/synch_machdep.c
  1.5       +24 -26    src/sys/i386/include/mutex.h
  1.72      +2 -2      src/sys/kern/kern_malloc.c
  1.5       +64 -63    src/sys/kern/kern_mutex.c
  1.99      +2 -2      src/sys/kern/kern_synch.c
  1.176     +3 -3      src/sys/pc98/i386/machdep.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009142015.NAA05525>