Statistics
| Branch: | Revision:

root / linux-user / unicore32 @ feature-archipelago

Name Size
syscall.h 2 kB
syscall_nr.h 18.7 kB
target_cpu.h 707 Bytes
target_signal.h 679 Bytes
target_structs.h 2.2 kB
termbits.h 67 Bytes

Latest revisions

# Date Author Comment
55a2b163 11/29/2013 11:42 am Petar Jovanovic

linux-user: create target_structs header to place ipc_perm and shmid_ds

Creating target_structs header in linux-user/$arch/ and making
target_ipc_perm and target_shmid_ds its first inhabitants.
The struct defintions may/should be further fine-tuned by arch maintainers....

6291ad77 07/09/2013 10:20 pm Peter Maydell

linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user

The functions cpu_clone_regs() and cpu_set_tls() are not purely CPU
related -- they are specific to the TLS ABI for a a particular OS.
Move them into the linux-user/ tree where they belong....

24c35a50 12/08/2012 08:49 pm Peter Maydell

linux-user: Merge pread/pwrite into pread64/pwrite64

The Linux syscalls underlying pread() and pwrite() take a 64 bit
offset on all architectures, even if some of them name the syscall
"pread/pwrite" rather than "pread64/pwrite64" for historical reasons....

8b5d487d 04/12/2011 09:48 pm Guan Xuetao

unicore32: add necessry headers in linux-user/unicore32 for unicore32 support

Signed-off-by: Guan Xuetao <>
Signed-off-by: Blue Swirl <>

View revisions

Also available in: Atom