Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Aug 2005 19:44:00 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/sys lock.c src/lib/libthr/thread thr_umtx.h src/sys/alpha/include atomic.h src/sys/amd64/include atomic.h src/sys/arm/include atomic.h src/sys/dev/hatm if_hatm_intr.c src/sys/dev/hwpmc hwpmc_mod.c src/sys/i386/include ...
Message-ID:  <200508051944.j75Ji05Z011148@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2005-08-05 19:44:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/libpthread/sys   lock.c 
    lib/libthr/thread    thr_umtx.h 
    sys/alpha/include    atomic.h 
    sys/amd64/include    atomic.h 
    sys/arm/include      atomic.h 
    sys/dev/hatm         if_hatm_intr.c 
    sys/dev/hwpmc        hwpmc_mod.c 
    sys/i386/include     atomic.h 
    sys/ia64/include     atomic.h 
    sys/kern             kern_mutex.c sched_ule.c 
    sys/powerpc/include  atomic.h 
    sys/sparc64/include  atomic.h 
    sys/sys              mutex.h 
  Log:
  MFC: Convert the atomic pointer operations to operate on uintptr_t rather
  than void *.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.9.2.1    +14 -7     src/lib/libpthread/sys/lock.c
  1.1.2.1    +12 -6     src/lib/libthr/thread/thr_umtx.h
  1.21.2.1   +18 -61    src/sys/alpha/include/atomic.h
  1.34.2.1   +18 -52    src/sys/amd64/include/atomic.h
  1.8.2.1    +4 -8      src/sys/arm/include/atomic.h
  1.18.2.1   +6 -3      src/sys/dev/hatm/if_hatm_intr.c
  1.10.2.2   +2 -1      src/sys/dev/hwpmc/hwpmc_mod.c
  1.38.2.1   +18 -52    src/sys/i386/include/atomic.h
  1.8.2.1    +19 -58    src/sys/ia64/include/atomic.h
  1.154.2.1  +9 -10     src/sys/kern/kern_mutex.c
  1.153.2.1  +4 -2      src/sys/kern/sched_ule.c
  1.11.2.1   +20 -63    src/sys/powerpc/include/atomic.h
  1.8.8.1    +1 -1      src/sys/sparc64/include/atomic.h
  1.79.2.1   +14 -12    src/sys/sys/mutex.h



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