kib e4b2ee7e2b Merge the fueword(9) and casueword(9). In particular,
MFC r273783:
Add fueword(9) and casueword(9) functions.
MFC note: ia64 is handled like arm, with NO_FUEWORD define.

MFC r273784:
Replace some calls to fuword() by fueword() with proper error checking.

MFC r273785:
Convert kern_umtx.c to use fueword() and casueword().
MFC note: the sys__umtx_lock and sys__umtx_unlock syscalls are not
converted, they are removed from HEAD, and not used.  The do_sem2*()
family is not yet merged to stable/10, corresponding chunk will be
merged after do_sem2* are committed.

MFC r273788 (by jkim):
Actually install casuword(9) to fix build.

MFC r273911:
Add type qualifier volatile to the base (userspace) address argument
of fuword(9) and suword(9).
2014-11-18 12:53:32 +00:00
..
2014-04-04 14:54:54 +00:00
2014-09-04 00:40:41 +00:00
2013-11-15 07:10:42 +00:00
2014-10-10 20:47:23 +00:00
2014-09-22 20:34:36 +00:00
2014-10-15 14:07:24 +00:00
2014-09-22 20:34:36 +00:00
2014-06-22 08:32:31 +00:00
2014-10-15 14:07:24 +00:00