Age | Commit message (Expand) | Author |
2007-07-27 | size_t vs ssize_t error; spotted by zinovik@cs.karelia.ru | Theo de Raadt |
2007-07-27 | u_endscreen()'s argument is entirely unused; inspired by zinovik@cs.karelia.ru | Theo de Raadt |
2007-07-27 | replace a few more malloc(n*m) idioms with calloc(n,m) for safety; | Theo de Raadt |
2007-07-16 | fix percentage computation of wrapping numbers; from Willem Dijkstra | Otto Moerbeek |
2007-06-10 | clear to end of line at quit, needed for terms that do not restore | Otto Moerbeek |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | Instead of using hand-crafted redraws minimizing screen updates, use curses. | Otto Moerbeek |
2007-04-16 | don't truncate wchan, ok miod@ | Otto Moerbeek |
2007-04-13 | include cleanup and fix in comment; from Mark Lumsden | Otto Moerbeek |
2007-04-04 | missing prototypes; from Mark Lumsden with a twist by me. | Otto Moerbeek |
2007-04-04 | unneeded include; -Wall -Wmissing-prototypes is happy; from Mark Lumsden | Otto Moerbeek |
2007-04-04 | garbage collect unused var ospeed; from Mark Lumsden | Otto Moerbeek |
2007-04-01 | tidy up usage(); partly from Mark Lumsden | Jason McIntyre |
2007-03-30 | Remove some uneeded includes and declarations. -Wall is happy and no | Otto Moerbeek |
2007-03-15 | make the description of command line options and interactive | Jason McIntyre |
2007-02-27 | an atoi() -> strtonum() conversion from Mark Lumsden; ok simon@ ray@ | Otto Moerbeek |
2007-02-23 | Use sys_signame[] from libc instead of creating a top-specific | Todd C. Miller |
2007-02-22 | an unused define and an unused decl. From Mark Lumsden. | Otto Moerbeek |
2007-02-14 | more refinements for the interactive commands section; ok otto | Jason McIntyre |
2007-02-13 | mark up `dumb' using .Em, to be consistent with an earlier | Jason McIntyre |
2007-02-13 | improve the description for -C; | Jason McIntyre |
2007-02-09 | document how signalling via `k' works, after some help from theo and miod; | Jason McIntyre |
2007-02-09 | sync somewhat to the man page; | Jason McIntyre |
2007-02-09 | clean up the interactive commands list, mainly by showing | Jason McIntyre |
2007-02-06 | document the `+' interactive command more fully; | Jason McIntyre |
2007-02-06 | Compact help screen a bit so it fits in 24 lines again. Based on a | Otto Moerbeek |
2007-02-04 | Complain of the user specifies a negative number for the 's' command. | Otto Moerbeek |
2007-02-04 | Introducing the '+' interactive command to reset all filters. | Otto Moerbeek |
2007-02-04 | actully use a default value when we say so. from Mark Lumsden | Otto Moerbeek |
2007-02-04 | long and long long is not the same on 32 bits archs | Otto Moerbeek |
2007-01-10 | - use .Sq for single characters, rather than .Dq | Jason McIntyre |
2007-01-05 | tidy & sort help display | Otto Moerbeek |
2007-01-05 | add new g command to interactive help; from Mark Lumsden | Otto Moerbeek |
2007-01-03 | Missing 'T' in interactive command list. From Mark Lumsden. | Otto Moerbeek |
2007-01-03 | Add a 'g' command to only show processes having a string in their | Otto Moerbeek |
2007-01-02 | top(1) doesn't use any math.h function, so do not include math.h and | Otto Moerbeek |
2006-12-27 | Also provide 'C' as a command line arg. From Mark Lumsden <mark at cyodesigns | Otto Moerbeek |
2006-11-29 | Do not test for processes being swapped out since this can't happen anymore. | Miod Vallat |
2006-09-20 | Recommit memory leak fix. | Ray Lai |
2006-04-29 | use calloc(3) instead of malloc(3) to allocate cpu state structs; it's | Otto Moerbeek |
2006-03-04 | Show the CPU state %'s on first display as well. "looks good" deraadt@ | Otto Moerbeek |
2006-03-04 | Handle signals in non-interactive mode. "looks good" deraadt@ | Otto Moerbeek |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-12-05 | oops: forgot to remind tedu to add -T to SYNOPSIS too... | Jason McIntyre |
2005-12-04 | support for toggling thread viewing. | Ted Unangst |
2005-10-07 | sync help message with reality: sort acceptes keyword "pri" | Hans-Joerg Hoexer |
2005-09-06 | pesky comma; | Jason McIntyre |
2005-09-06 | make some of the stat utility pages reference each other; | Jason McIntyre |
2005-07-01 | NUL-terminate the screen buffer in u_process(), since it is passed to | Jared Yanovich |
2005-06-17 | replace hardcoded 128 with MAX_COLS (now 256) | Markus Friedl |