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 procps: Update from 3.3.12 to 3.3.14 2018-05-19 03:50:15 +02:00
pgrep.c.patch procps: Fix pkill behaving as pgrep (closes #192) 2016-04-12 01:20:42 -04:00
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 procps: Update from 3.3.12 to 3.3.14 2018-05-19 03:50:15 +02:00
sysctl.c.patch procps: Update from 3.3.12 to 3.3.14 2018-05-19 03:50:15 +02:00
top-top.c.patch procps: Update from 3.3.12 to 3.3.14 2018-05-19 03:50:15 +02:00
w.c.patch