Age | Commit message (Expand) | Author |
2008-09-24 | remove unused function | Charles Longeau |
2008-04-02 | using getpwent() in a loop is so 1980; ok millert | Theo de Raadt |
2007-11-30 | Simplify process header display logic a bit. From Mark Lumsden | Otto Moerbeek |
2007-11-29 | fix small glitch in displaying process list header; from Mark Lumsden | Otto Moerbeek |
2007-11-27 | use symbolic constant 'Infinity' instead of -1 where appropriate; from | Otto Moerbeek |
2007-11-22 | Diff from Mark Lumsden: cleanup of reading strings and numbers, to | Otto Moerbeek |
2007-11-17 | oops - fix dodgy -width specifier too; | Jason McIntyre |
2007-11-17 | talk about "user" consistently; from Mark Lumsden | Jason McIntyre |
2007-11-06 | prevent segv on wrong sort name; Mark Lumsden. | Otto Moerbeek |
2007-11-04 | Also show warning message for -U and -p in message area; noted by Mark | Otto Moerbeek |
2007-11-04 | Get rid of the very annoying warning message + delay when a command | Otto Moerbeek |
2007-11-01 | make check on -s and interactive s consistent; from Tilo Stritzky | Otto Moerbeek |
2007-11-01 | bump arbitrary limit on arg length shown by -C; requested by and ok deraadt@ | Otto Moerbeek |
2007-11-01 | cleanup of message handling, originally from Mark Lumsden, with a | Otto Moerbeek |
2007-10-16 | Properly adjust headers displayed when the screen contains few lines. | Otto Moerbeek |
2007-10-04 | only init screen when in interactive mode; ok ray@ | Otto Moerbeek |
2007-10-01 | typos in comment; from Pierre Riteau | Otto Moerbeek |
2007-09-30 | unused static var; from Mark Lumsden | Otto Moerbeek |
2007-09-27 | No need to use two buffers for reading data from the user. From Mark | Otto Moerbeek |
2007-09-26 | reuse available var, from Mark Lumsden | Otto Moerbeek |
2007-09-25 | remove unneeded files, from Mark Lumsden | Otto Moerbeek |
2007-09-18 | redundant asignment; from Mark Lumsden | Otto Moerbeek |
2007-09-17 | small update regarding removal of process highlighting; | Jason McIntyre |
2007-09-10 | typo in message, from Mark Lumsden. | Otto Moerbeek |
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 |