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_0_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.40   14 years  otto   show hostname in header line; ok lum@ phessler@
[TXT] display.h  1.11   16 years  otto   Diff from Mark Lumsden: cleanup of reading strings and numbers, to make sure com...
[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.69   12 years  tedu   print out the amount of memory used for cache. ok otto
[TXT] machine.h  1.16   13 years  guenther   Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now that we've g...
[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.58   13 years  jmc   clarify the description of the `1' command; from David Vasek and Glen Anderson
[TXT] top.c  1.75   14 years  deraadt   delete two extra ; that got inserted somewhere along the line
[TXT] top.h  1.13   14 years  lum   Fix pointer usage with the renice and kill error message structure. Pointer was ...
[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...