summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/copyinout.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a race in casuword() exposed by csup. casuword() non-atomically readnwhitehorn2009-10-311-2/+13
* 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