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-15 09:41:52 +00:00
2013-07-28 18:44:17 +00:00
2013-11-01 21:17:45 +00:00
2012-01-13 23:31:36 +00:00
2013-07-09 19:01:38 +00:00
2012-05-24 22:00:48 +00:00
2011-12-30 03:54:22 +00:00
2013-04-08 19:19:10 +00:00
2012-03-28 20:58:30 +00:00
2013-11-01 20:30:19 +00:00
2013-05-01 06:57:46 +00:00
2014-05-16 01:30:30 +00:00