Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2008 16:07:21 +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/libthr/thread thr_event.c
Message-ID:  <200809141607.m8EG7a8Y055556@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2008-09-14 16:07:21 UTC

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_event.c 
  Log:
  SVN rev 183021 on 2008-09-14 16:07:21Z by marcel
  
  Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},
  where critical. Some places still use ps_pread/ps_pwrite directly,
  but only need changed when byte-order comes into the picture.
  Also, change th_p in td_event_msg_t from a pointer type to
  psaddr_t, so that events also work when psaddr_t is widened.
  
  Revision  Changes    Path
  1.3       +2 -2      src/lib/libthr/thread/thr_event.c



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