Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-02 | linux-user: rename cpu-uname -> uname | Riku Voipio | |
To move more uname related functions out of syscall.c, rename cpu-uname.{c,h} to uname.{c.h} Signed-off-by: Riku Voipio <riku.voipio@linaro.org> | |||
2010-02-06 | linux-user: adapt uname machine to emulated CPU | Loïc Minier | |
This patch for linux-user adapts the output of the emulated uname() syscall to match the configured CPU. Tested with x86, x86-64 and arm emulation. Signed-off-by: Riku Voipio <riku.voipio@iki.fi> Signed-off-by: Loïc Minier <lool@dooz.org> |