Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow psaddr_t to be widened by using thr_pread_{int,long,ptr}, | marcel | 2008-09-14 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | Replace internal usage of struct umtx with umutex which can supports | davidxu | 2006-09-06 | 1 | -4/+4 |
| | | | | real-time if we want, no functionality is changed. | ||||
* | Add missing event reporting code. | davidxu | 2005-04-12 | 1 | -0/+65 |