Home
last modified time | relevance | path

Searched hist:ef4467e911fc8a8a58c85877152a6ef7f46ed03a (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall_defs.hdiff ef4467e911fc8a8a58c85877152a6ef7f46ed03a Sun Jun 22 05:25:40 CDT 2014 Paul Burton <paul@archlinuxmips.org> linux-user: respect timezone for settimeofday

The settimeofday syscall accepts a tz argument indicating the desired
timezone to the kernel. QEMU previously ignored any argument provided
by the target program & always passed NULL to the kernel. Instead,
translate the argument & pass along the data userland provided.

Although this argument is described by the settimeofday man page as
obsolete, it is used by systemd as of version 213.

Signed-off-by: Paul Burton <paul@archlinuxmips.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
H A Dsyscall.cdiff ef4467e911fc8a8a58c85877152a6ef7f46ed03a Sun Jun 22 05:25:40 CDT 2014 Paul Burton <paul@archlinuxmips.org> linux-user: respect timezone for settimeofday

The settimeofday syscall accepts a tz argument indicating the desired
timezone to the kernel. QEMU previously ignored any argument provided
by the target program & always passed NULL to the kernel. Instead,
translate the argument & pass along the data userland provided.

Although this argument is described by the settimeofday man page as
obsolete, it is used by systemd as of version 213.

Signed-off-by: Paul Burton <paul@archlinuxmips.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>