freebsd-dev/usr.bin/top
Eitan Adler dbcdf411a1 top(1): increase size of 'status' buffer
This corrects a warning issues by gcc9:
/srv/src/freebsd/head/usr.bin/top/machine.c:988:22: warning: '%5zu'
directive writing between 5 and 20 bytes into a
 region of size 15 [-Wformat-overflow=]
     sprintf(status, "?%5zu", state);
2018-05-22 07:56:58 +00:00
..
boolean.h top(1): Migrate top to usr.bin 2018-05-19 22:40:23 +00:00
commands.c top(1): unbreak build with gcc7; fix varargs 2018-05-22 02:13:04 +00:00
commands.h top(1): Migrate top to usr.bin 2018-05-19 22:40:23 +00:00
display.c top(1): unbreak build with gcc7; fix varargs 2018-05-22 02:13:04 +00:00
display.h top(1): further unconditionally assume we're on FreeBSD 2018-05-21 04:02:45 +00:00
layout.h top(1): Migrate top to usr.bin 2018-05-19 22:40:23 +00:00
loadavg.h top(1): fix MIPS 2018-05-21 04:47:13 +00:00
machine.c top(1): increase size of 'status' buffer 2018-05-22 07:56:58 +00:00
machine.h top(1): modernize a bit; reduce warnings 2018-05-21 09:25:21 +00:00
Makefile top(1): fix build 2018-05-21 09:43:50 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
screen.c top(1): modernize a bit; reduce warnings 2018-05-21 09:25:21 +00:00
screen.h top(1): clean much of WARNS=3 issues 2018-05-21 00:53:42 +00:00
sigconv.awk top(1): fix "variable without declaration" warning 2018-05-21 01:05:32 +00:00
top.1 top(1): add getrusage to SEE also 2018-05-21 00:20:32 +00:00
top.c top(1): unbreak build with gcc7; fix varargs 2018-05-22 02:13:04 +00:00
top.h top(1): modernize a bit; reduce warnings 2018-05-21 09:25:21 +00:00
username.c top(1): fix build 2018-05-21 09:43:50 +00:00
username.h top(1): add myself as a MAINTAIENR 2018-05-21 05:00:19 +00:00
utils.c top(1): add myself as a MAINTAIENR 2018-05-21 05:00:19 +00:00
utils.h top(1): Quiesce several warnings 2018-05-20 02:14:27 +00:00