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 linux-user: Provide safe_syscall for fixing races between signals and syscalls 2016-05-27 14:49:51 +03:00
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 linux-user: Fix error handling in flatload.c target_pread() 2016-09-21 14:27:19 +03:00
ioctls.h fixed build failure 2019-07-23 05:52:50 +00:00
linux_loop.h linux-user: Add loop control ioctls 2016-07-19 15:22:33 +03:00
linuxload.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00
m68k-sim.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00
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 linux-user: Provide safe_syscall for fixing races between signals and syscalls 2016-05-27 14:49:51 +03:00
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 linux-user: Add FICLONE and FICLONERANGE ioctls 2017-02-16 15:29:30 +01:00
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 util: move declarations out of qemu-common.h 2016-03-22 22:20:17 +01:00
uname.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00
uname.h Clean up decorations and whitespace around header guards 2016-07-12 16:20:46 +02:00
vm86.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00