termux-packages/packages/procps
Fredrik Fornwall 000c2ec8fe procps: Use sysinfo(2) to get uptime
Instead of trying to read /proc/uptime, which is not allowed on Android,
we patch procps to use the sysinfo(2) syscall to figure out the uptime.

This should fix at least "ps -o etime".
2019-08-07 22:02:47 +02:00
..
build.sh procps: Use sysinfo(2) to get uptime 2019-08-07 22:02:47 +02:00
Makefile.in.patch
pgrep.c.patch
pmap.c.patch
proc-sysinfo.c.patch procps: Use sysinfo(2) to get uptime 2019-08-07 22:02:47 +02:00
procio.c.patch
sysctl.c.patch
top-top.c.patch
w.c.patch