OpenBSD CVS

src/usr.bin/top/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / top

Current tag: OPENBSD_5_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.15   14 years  otto   zap -g that sneaked in some time ago
[TXT] commands.c  1.30   14 years  lum   Allow top to accept tab characters as input in interactive mode while using the ...
[TXT] display.c  1.45   11 years  guenther   Remove an unnecessary function cast ok jsing@
[TXT] display.h  1.12   11 years  guenther   When showing threads, say so. Fix up some comments and names at the same time. ...
[TXT] layout.h  1.5   17 years  otto   Remove some uneeded includes and declarations. -Wall is happy and no binary chan...
[TXT] machine.c  1.75   11 years  millert   We no longer use struct eproc for kinfo_proc in sysctl.h so there is no direct n...
[TXT] machine.h  1.17   11 years  brynet   Add support for hiding a user's processes in top. feedback & ok lum@
[TXT] screen.c  1.20   14 years  otto   Header_lines always has the same value as y_procs; so zap the former; from Mark ...
[TXT] screen.h  1.6   15 years  chl   remove unused function from tobias@ ok otto@ tobias@
[TXT] top.1  1.61   11 years  jmc   tweak previous;
[TXT] top.c  1.80   11 years  guenther   When showing threads, say so. Fix up some comments and names at the same time. ...
[TXT] top.h  1.14   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] top.local.h  1.4   16 years  deraadt   using getpwent() in a loop is so 1980; ok millert
[TXT] utils.c  1.23   13 years  guenther   Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now that we've g...
[TXT] utils.h  1.8   18 years  millert   Multi-cpu support for top. Each cpu now gets its own stats line. Based on work ...
[TXT] boolean.h (in the Attic) [Hide]  1.2   21 years  deraadt   license change from William LeFebvre <wnl@groupsys.com>; top is now BSD licensed...
[TXT] loadavg.h (in the Attic) [Hide]  1.3   21 years  deraadt   license change from William LeFebvre <wnl@groupsys.com>; top is now BSD licensed...
[TXT] username.c (in the Attic) [Hide]  1.16   14 years  deraadt   enter_user() is only called in one way, rendering the third parameter useless; f...