summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc/copyinout.c
Commit message (Expand)AuthorAgeFilesLines
* Use setjmp() instead of the identical-except-for-having-a-wrong-prototypenwhitehorn2016-01-101-26/+36
* Add type qualifier volatile to the base (userspace) address argumentkib2014-10-311-14/+14
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-281-24/+74
* Small performance optimization. Clobber only cr0, rather than the entire CR.jhibbits2014-04-111-2/+2
* Remove unnecessary double-setting of the thread's onfault state innwhitehorn2013-12-011-12/+0
* Fix two return values damaged by copy/paste.nwhitehorn2013-11-121-2/+2
* Use the same implementation of copyinout.c for both AIM and Book-E. Thisnwhitehorn2013-11-111-0/+573
* This file was repocopied to src/sys/powerpc/aim, where it willmarcel2007-12-141-356/+0
* Fix remaining compile error.grehan2006-10-181-1/+1
* Attempt to fix compiling problem.davidxu2006-10-181-1/+1
* o Add keyword volatile for user mutex owner field.davidxu2006-10-171-7/+7
* Implement casuword32, compare and set user integer, thank Marcel Moolenarrdavidxu2006-08-281-0/+6
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Kernel changes for libthr (and probably libpthread).grehan2004-03-021-0/+27
* Cleaned up param.h:grehan2004-02-111-0/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-031-4/+2
* Fix incorrect error returns and sign-extension.grehan2003-01-081-7/+7
* Deorbit suibyte(). It was only used for split address space systemspeter2002-06-201-7/+0
* Use correct types in [sf]uword32.benno2002-05-271-4/+4
* Add declarations of suword32 and suword64. Add implementations of one ordfr2002-05-261-0/+13
* - Add a prototype for the setfault() function.benno2002-05-091-6/+2
* - Add back calls to setfault that were removed when these functions were moved.benno2002-04-291-14/+74
* Collect all functions for copying to and from userspace into the one file.benno2002-03-211-0/+260
OpenPOWER on IntegriCloud