summaryrefslogtreecommitdiffstats
path: root/linux-user/alpha
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Move CPU type name selection to a functionLaurent Vivier2018-02-251-0/+14
* linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab2018-02-181-0/+1
* linux-user: Handle ERFKILL and EHWPOISONRichard Henderson2017-01-231-0/+2
* linux-user: Clean up target_structs.h header guardsMarkus Armbruster2016-07-121-2/+2
* linux-user: Clean up target_signal.h header guardsMarkus Armbruster2016-07-121-3/+3
* linux-user: Clean up target_cpu.h header guardsMarkus Armbruster2016-07-121-2/+2
* linux-user: Clean up target_syscall.h header guardsMarkus Armbruster2016-07-121-3/+3
* linux-user: Support for restarting system calls for Alpha targetsTimothy E Baldwin2016-05-271-0/+1
* linux-user: sync syscall numbers with kernelRiku Voipio2016-02-231-0/+6
* build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...LluĂ­s Vilanova2016-02-231-0/+5
* linux-user/alpha: Add define for NR_shmat to enable shmat syscallPeter Maydell2015-01-271-0/+4
* linux-user: Support target-to-host translation of mlockall argumentTom Musta2014-08-221-0/+2
* linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2Tom Musta2014-08-221-0/+1
* linux-user: set minimum kernel version to 2.6.32Riku Voipio2014-03-101-0/+1
* linux-user: sync syscall numbers upto 3.13Riku Voipio2014-02-181-0/+7
* linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic2013-11-291-0/+48
* alpha-linux-user: Fix umount syscall numbersRichard Henderson2013-09-241-2/+2
* linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-091-0/+36
* alpha-linux-user: Fix sigaltstack structure definitionRichard Henderson2012-10-121-3/+4
* alpha-linux-user: Properly handle the non-rt sigprocmask syscall.Richard Henderson2012-08-041-1/+1
* linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell2011-07-111-1/+22
* linux-user: untie syscalls from UID16Riku Voipio2011-04-261-7/+0Star
* alpha-linux-user: Implement signals.Richard Henderson2010-02-281-0/+27
* linux-user: Add aliases for some Alpha syscallsRichard Henderson2009-12-211-0/+8
* target-alpha: Fixes for alpha-linux syscalls.Richard Henderson2009-12-131-0/+212
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-012-12/+12
* Get rid of _t suffixmalc2009-10-012-12/+12
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0Star
* target-alpha: fix termbits and target IOC macrosaurel322008-11-121-33/+33
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-142-35/+35
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-0/+5
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+24
* Update Linux kernel syscall list.ths2007-09-241-0/+32
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* Fix alpha user build failure.ths2007-06-121-11/+11
* Semaphore structure mapping, by Stuart Anderson.ths2007-06-031-74/+0Star
* Definitions needed for Alpha linux user-mode emulation.j_mayer2007-04-053-0/+761