aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user/arm
AgeCommit message (Expand)AuthorFilesLines
2011-12-06linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 charactersPeter Maydell1-17/+17
2011-07-11linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell1-0/+13
2011-04-25linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PCPeter Maydell3-6/+6
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-1/+1
2011-02-10linux-user/arm: fix compilation failures using softfloat's struct typesPeter Maydell2-17/+17
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl2-5/+5
2011-01-07linux-user: Fix incorrect NaN detection in ARM nwfpe emulationPeter Maydell1-7/+7
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-7/+7
2010-03-26linux-user: Add the syscall id for pselect6 on ARMMichael Casadevall1-1/+1
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl12-24/+12
2009-10-02linux-user: fix up oversealous nitpickingMichael S. Tsirkin1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-1/+1
2009-10-01Get rid of _t suffixmalc1-1/+1
2009-09-30linux-user: fix old style decrement usageMichael S. Tsirkin1-1/+1
2009-09-25static and inline should came before the type of the functionsJuan Quintela1-1/+1
2009-09-21Export tables properly to avoid a Sparse warningBlue Swirl1-3/+4
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-1/+1
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2-4/+4
2009-06-16linux-user: update syscall listRiku Voipio1-0/+9
2009-05-04Fix compiler warnings in nwfpe code.Paul Brook5-86/+47
2008-12-13Remove unnecessary trailing newlinesblueswir12-2/+0
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-3/+3
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-10/+10
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12-4/+0
2008-05-29Implement ARM magic kernel page and TLS register.pbrook1-1/+3
2008-04-09Move target-arm/nwfpe into linux-user/arm/nwfpeaurel3212-0/+2674
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12-5/+5
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths1-0/+5
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths1-0/+24
2007-09-24Update Linux kernel syscall list.ths1-0/+31
2007-09-23Sync termbits.h with current Linux kernel.ths1-1/+3
2006-11-19Add missing ARM syscall numbers.pbrook1-1/+66
2005-04-27ARM Thumb syscalls (Paul Brook)bellard1-0/+1
2005-04-23ARM "Angel" semihosting syscalls (Paul Brook)bellard1-0/+5
2005-01-31armv5te support (Paul Brook)bellard1-2/+2
2004-12-06utimes() supportbellard1-0/+1
2004-09-13uname fixbellard1-0/+6
2004-04-25ARM cache flush support (untested) - '-d' option fixbellard1-0/+2
2004-01-04termios support for SPARC and PPCbellard1-0/+215
2003-09-30new directory structurebellard2-0/+289