aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user/syscall_defs.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-12mips: rlimit codes are not the sameWesley W. Terpstra1-0/+34
2011-07-11linux-user: Implement prlimit64 syscallPeter Maydell1-0/+4
2011-07-11linux-user: Add support for even more FB ioctlsCédric VINCENT1-0/+5
2011-07-11linux-user: Add support for more VT ioctlsCédric VINCENT1-0/+4
2011-07-11linux-user: Add support for KD...LED ioctlsCédric VINCENT1-0/+4
2011-05-20s390x: s390x-linux-user supportUlrich Hecht1-2/+53
2011-04-26linux-user: untie syscalls from UID16Riku Voipio1-1/+4
2011-04-26linux-user: add ioctl(SIOCGIWNAME, ...) support.Laurent Vivier1-0/+3
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao1-3/+7
2011-02-17linux-user: Support the epoll syscallsPeter Maydell1-0/+13
2011-02-09linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in straceMike Frysinger1-0/+1
2011-01-07linux-user: Implement FS_IOC_FIEMAP ioctlPeter Maydell1-0/+1
2010-12-03linux-user: fix mips and ppc to use UID16Martin Mohring1-1/+1
2010-08-09microblaze: Fix the target version of stat64 structEdgar E. Iglesias1-6/+8
2010-06-16Strace mprotect flags.Paul Brook1-0/+6
2010-05-21alpha-linux-user: Add correct sigaction constants.Richard Henderson1-0/+8
2010-05-19linux-user: fix 32-bit host breakageAurelien Jarno1-1/+1
2010-05-18linux-user: rlimit conversion between host and target.takasi-y@ops.dti.ne.jp1-0/+8
2010-02-28alpha-linux-user: Implement signals.Richard Henderson1-2/+21
2009-10-17linux-user: KD/VT/FB ioctlsUlrich Hecht1-0/+16
2009-10-15linux-user: fix ppc target_stat64 st_blocks layoutMax Filippov1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-28/+28
2009-10-01Get rid of _t suffixmalc1-28/+28
2009-08-25linux-user: fcntl fixes for LTPUlrich Hecht1-0/+7
2009-06-23microblaze: Support the latest mmu-kernel stat64 ABI.Edgar E. Iglesias1-2/+3
2009-06-19linux-user: strace now handles guest stringscorrectly [v2]Riku Voipio1-0/+17
2009-06-16RFC: fix fcntl support in linux-user - new tryArnaud Patard (Rtp)1-1/+12
2009-06-16linux-user: Added IP_(UN)BLOCK_SOURCE/IP_(ADD|DROP)_SOURCE_MEMBERSHIP flags t...Lionel Landwerlin1-0/+7
2009-06-16linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockoptLionel Landwerlin1-0/+15
2009-06-16linux-user: strace now handles guest strings correctly [v2]Mika Westerberg1-0/+6
2009-05-26microblaze: linux-user support.Edgar E. Iglesias1-3/+70
2009-04-21Fix target_siginfo ordering for MIPS.pbrook1-0/+6
2009-04-15linux-user: Added posix message queue syscalls except mq_notifyaurel321-0/+7
2009-01-30target-ppc: Fix struct target_stat64 for 32-bit hostaurel321-2/+3
2009-01-30target-sh4: Fix struct target_stat64 for 64-bit hostaurel321-1/+1
2008-11-12target-alpha: fix termbits and target IOC macrosaurel321-1/+1
2008-11-11target-alpha: add proper fcntl definitionsaurel321-0/+19
2008-10-13linux-user: fix getdents* syscallsaurel321-0/+15
2008-09-29TARGET_MAP_xx macros: clean and alpha specific valuesaurel321-5/+24
2008-09-20Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill Shutemov).balrog1-0/+4
2008-07-19linux-user: Fix target_statfs[64] on 64-bit hostsbalrog1-1/+2
2008-04-26Add loop device ioctls (Gary Thomas).balrog1-0/+8
2008-03-28Fix flock64 structure on a few target (noticed by Gary Thomas)aurel321-0/+3
2007-12-10Various linux-user structures and definitions fixes for PowerPC targets.j_mayer1-19/+18
2007-11-21Fix PowerPC 64 stat and statfs structures definitions.j_mayer1-0/+36
2007-11-14x86_64 linux user emulationbellard1-1/+25
2007-11-11suppressed invalid TARGET_CMSG_FIRSTHDR macrobellard1-3/+0
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths1-7/+7
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir11-261/+261
2007-10-08CRIS Linux userland emulation, part 2. By Edgar E. Iglesias.ths1-3/+3