immortalwrt/package/utils/busybox
Rui Salvaterra c39c7cfb6d busybox: use CLOCK_MONOTONIC instead of gettimeofday
The clock_gettime(CLOCK_MONOTONIC) syscall exists for so long that the first
kernel version to support it is not even specified in the man page [1]. Let's
enable it on BusyBox by default. Otherwise, gettimeofday will be used instead,
which will give wrong results if the date/time is reset (time moving backwards).

[1] https://linux.die.net/man/2/clock_gettime

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2020-07-12 11:59:57 +08:00
..
config busybox: quote 'source' filenames in Config.in 2020-05-23 20:16:44 +08:00
files busybox: update to 1.31.1 2019-11-16 08:36:43 +08:00
patches busybox: add ps -ef option for docker top command 2020-07-05 21:29:03 +08:00
Config-defaults.in busybox: use CLOCK_MONOTONIC instead of gettimeofday 2020-07-12 11:59:57 +08:00
Config.in busybox: update to 1.31.1 2019-11-16 08:36:43 +08:00
convert_defaults.pl update source 2017-09-06 19:19:45 +08:00
convert_menuconfig.pl update source 2017-09-06 19:19:45 +08:00
Makefile busybox: add ps -ef option for docker top command 2020-07-05 21:29:03 +08:00