Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-04-07 | linux-user: Use signed lengths in uaccess.c | Richard Henderson | 1 | -6/+6 |
2021-02-16 | linux-user: Handle tags in lock_user/unlock_user | Richard Henderson | 1 | -13/+14 |
2021-02-16 | linux-user: Fix types in uaccess.c | Richard Henderson | 1 | -22/+23 |
2021-02-16 | linux-user: Move lock_user et al out of line | Richard Henderson | 1 | -0/+46 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -1/+1 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-01-29 | linux-user: Clean up includes | Peter Maydell | 1 | -2/+1 |
2009-07-01 | Fix missing strnlen problems | Blue Swirl | 1 | -11/+0 |
2008-09-20 | Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings | blueswir1 | 1 | -1/+1 |
2007-11-14 | added lock_user() in target_strlen() | bellard | 1 | -9/+34 |
2007-11-11 | Linux user memory access API change (initial patch by Thayne Harbaugh) | bellard | 1 | -0/+51 |