Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2008 00:59:19 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libthread_db libpthread_db.c libthr_db.c thread_db.c thread_db.h thread_db_int.h src/sys/sys procfs.h
Message-ID:  <200807301817.m6UIHvDB003228@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2008-07-30 00:59:19 UTC

  FreeBSD src repository

  Modified files:
    lib/libthread_db     libpthread_db.c libthr_db.c thread_db.c 
                         thread_db.h thread_db_int.h 
    sys/sys              procfs.h 
  Log:
  SVN rev 180982 on 2008-07-30 00:59:19Z by marcel
  
  Change the type of psaddr_t from void* to uintptr_t. A pointer
  type cannot be made wider to allow ILP32 platforms to target
  LP64 platforms.
  
  Revision  Changes    Path
  1.17      +7 -9      src/lib/libthread_db/libpthread_db.c
  1.14      +12 -13    src/lib/libthread_db/libthr_db.c
  1.6       +2 -2      src/lib/libthread_db/thread_db.c
  1.7       +2 -1      src/lib/libthread_db/thread_db.h
  1.4       +2 -2      src/lib/libthread_db/thread_db_int.h
  1.6       +1 -1      src/sys/sys/procfs.h



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