qemu-irix/linux-user
Christopher Price 364524131d glibc2.31-stime: Fix build on glibc>=2.31 by replacing stime() with clock_settime().
The obsolete function stime is no longer available to newly linked
binaries, and its declaration has been removed from <time.h>.
Programs that set the system time should use clock_settime instead.

https://lwn.net/Articles/811275/
https://linux.die.net/man/3/clock_settime
2020-02-23 11:16:48 -08:00
..
aarch64 linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
alpha linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
arm linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
cris linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
host linux-user: Fix register used for 6th and 7th syscall argument on aarch64 2018-02-18 18:52:32 +01:00
hppa linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
i386 linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
irix kludge for irix 6.5.16+ 2019-07-23 05:52:21 +00:00
m68k linux-user, m68k: select CPU according to ELF header values 2018-02-25 17:29:21 +01:00
microblaze linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
mips linux-user: MIPS set cpu to r6 CPU if binary is R6 2018-02-25 17:29:45 +01:00
mips64 linux-user: MIPS set cpu to r6 CPU if binary is R6 2018-02-25 17:29:45 +01:00
nios2 linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
openrisc linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
ppc linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
riscv RISC-V Linux User Emulation 2018-03-07 08:30:28 +13:00
s390x linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
sh4 linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
solaris irix and solaris userland emulation (linux-user targets irix,irixn32,irix64,solaris) 2018-03-10 17:05:57 +01:00
sparc irix and solaris userland emulation (linux-user targets irix,irixn32,irix64,solaris) 2018-03-10 17:05:57 +01:00
sparc64 irix and solaris userland emulation (linux-user targets irix,irixn32,irix64,solaris) 2018-03-10 17:05:57 +01:00
tilegx linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
unicore32 linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
x86_64 linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
Makefile.objs
elfload.c fixes for building on 32 bit host systems 2019-07-23 05:52:29 +00:00
errno_defs.h irix and solaris userland emulation (linux-user targets irix,irixn32,irix64,solaris) 2018-03-10 17:05:57 +01:00
flat.h
flatload.c
ioctls.h fixed build failure 2019-07-23 05:52:50 +00:00
linux_loop.h
linuxload.c
m68k-sim.c
main.c add -silent option to silence logging 2018-04-20 19:40:31 -05:00
mmap.c linux-user/mmap.c: Avoid choosing NULL as start address 2018-01-23 14:20:52 +01:00
qemu.h automatically spawn child processes inside QEMU instance 2018-04-20 19:22:28 -05:00
safe-syscall.S
signal.c irix and solaris userland emulation (linux-user targets irix,irixn32,irix64,solaris) 2018-03-10 17:05:57 +01:00
socket.h irix and solaris userland emulation (linux-user targets irix,irixn32,irix64,solaris) 2018-03-10 17:05:57 +01:00
strace.c irix and solaris userland emulation (linux-user targets irix,irixn32,irix64,solaris) 2018-03-10 17:05:57 +01:00
strace.list irix and solaris userland emulation (linux-user targets irix,irixn32,irix64,solaris) 2018-03-10 17:05:57 +01:00
syscall.c glibc2.31-stime: Fix build on glibc>=2.31 by replacing stime() with clock_settime(). 2020-02-23 11:16:48 -08:00
syscall_defs.h fixes for building on 32 bit host systems 2019-07-23 05:52:29 +00:00
syscall_types.h
target_flat.h
trace-events trace-events: fix code style: print 0x before hex numbers 2017-08-01 12:13:07 +01:00
uaccess.c
uname.c
uname.h
vm86.c