freebsd-dev/usr.bin/top
Eitan Adler 468910cd7a top(1): permit sub-second delay times
This removes the getuid check for delay==0. It didn't prevent users from
writing similar programs in the general case. In theory, if top(1) is
among one of the few restricted programs you're allowed to run, it may
have helped a little, but there are better ways of handling that case.
2018-06-10 00:02:56 +00:00
..
commands.c top(1): use a different command to toggle tid vs pid 2018-06-09 02:14:33 +00:00
commands.h top(1): Migrate top to usr.bin 2018-05-19 22:40:23 +00:00
display.c top(1): correctly reset per-cpu counters 2018-06-09 23:24:08 +00:00
display.h top(1): include what you use 2018-06-04 04:59:32 +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): handle specific pids better 2018-06-09 23:08:02 +00:00
machine.h top(1): use a different command to toggle tid vs pid 2018-06-09 02:14:33 +00:00
Makefile top(1): Only use NO_WERROR for base gcc 2018-06-03 06:02:31 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
screen.c top(1): Fix two speeling errors I introduced 2018-06-02 22:12:57 +00:00
screen.h top(1): cleanup memory allocation and warnings 2018-06-02 21:40:45 +00:00
sigconv.awk top(1): fix "variable without declaration" warning 2018-05-21 01:05:32 +00:00
top.1 top(1): initial pass to freebsdize the man page 2018-06-09 21:40:33 +00:00
top.c top(1): permit sub-second delay times 2018-06-10 00:02:56 +00:00
top.h top(1): permit sub-second delay times 2018-06-10 00:02:56 +00:00
username.c top(1): fix several style & const related issues 2018-06-08 01:55:47 +00:00
username.h top(1): partial revert of r334517 2018-06-03 05:20:11 +00:00
utils.c top(1): correctly reset per-cpu counters 2018-06-09 23:24:08 +00:00
utils.h top(1): Use strsep instead of homegrown alternative 2018-06-04 03:16:24 +00:00