aboutsummaryrefslogtreecommitdiff
path: root/linux-user/uname.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-23linux-user: Remove pointless CPU{ARCH}State castsPhilippe Mathieu-Daudé1-1/+1
2022-05-23linux-user: Have do_syscall() use CPUArchState* instead of void*Philippe Mathieu-Daudé1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell1-0/+1
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-05-09linux-user: avoid string truncation warnings in uname field copyingDaniel P. Berrangé1-3/+2
2016-01-29linux-user: Clean up includesPeter Maydell1-1/+1
2014-06-17linux-user/uname: Return correct uname string for x86_64Peter Maydell1-3/+1
2014-05-02linux-user: remove configure option for setting uname releaseRiku Voipio1-2/+0
2014-05-02linux-user: move uname functions to uname.cRiku Voipio1-0/+101
2014-05-02linux-user: rename cpu-uname -> unameRiku Voipio1-0/+72