aboutsummaryrefslogtreecommitdiff
path: root/linux-user/uaccess.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell1-0/+1
2021-04-07linux-user: Use signed lengths in uaccess.cRichard Henderson1-6/+6
2021-02-16linux-user: Handle tags in lock_user/unlock_userRichard Henderson1-13/+14
2021-02-16linux-user: Fix types in uaccess.cRichard Henderson1-22/+23
2021-02-16linux-user: Move lock_user et al out of lineRichard Henderson1-0/+46
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-01-29linux-user: Clean up includesPeter Maydell1-2/+1
2009-07-01Fix missing strnlen problemsBlue Swirl1-11/+0
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+1
2007-11-14added lock_user() in target_strlen()bellard1-9/+34
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard1-0/+51