| Age | Commit message (Expand) | Author |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-19 | support MAKEVERBOSE | lukem |
| 2003-10-16 | safer use of realloc | itojun |
| 2003-10-03 | On MP systems, print a line for each cpu describing cpustate. | christos |
| 2003-08-20 | fix comment; FD_SET is not used any longer | itojun |
| 2003-08-01 | Rework how dependency generation is performed: | lukem |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-12 | bound string operations | itojun |
| 2003-06-23 | Add NetBSD RCS Ids. | agc |
| 2003-03-14 | add dependency on sigdesc.h to commands.c | lukem |
| 2003-03-05 | Patch from PR 12304 submitted by Matthias Buelow mkb@moghedien.mayn.de. | jrf |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-09-23 | null commit | mycroft |
| 2002-09-23 | poll.h, not sys/poll.h | itojun |
| 2002-09-19 | select() -> poll(), nanosleep() | mycroft |
| 2002-08-02 | Fix segv when running show_help. | chris |
| 2002-07-16 | copyright cleanup from openbsd (thanks!) | itojun |
| 2002-06-13 | Remove STDC ifdefs. | wiz |
| 2002-03-23 | Update top(1) for new UVM/UBC counters. | thorpej |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-21 | Make this directory usable on a case insensitive fs. | tv |
| 2001-12-01 | Whitespace cleanup. | wiz |
| 2001-11-09 | /vmunix => /netbsd | hubertf |
| 2001-11-02 | Update to the new t_agetstr() API. | christos |
| 2001-07-03 | print system processes as [procname] | christos |
| 2001-06-21 | Sync with top.1 v1.6. | wiz |
| 2001-06-21 | Fix some typos and grammar. | wiz |
| 2001-06-21 | Turn -S (display of system processes) on by default. | wiz |
| 2001-06-20 | document 'S' command (thanks thomas) | christos |
| 2001-06-20 | add a command ('S') to toggle display of system processes. | christos |
| 2001-06-19 | `existent', not `existant' | wiz |
| 2001-05-22 | bring in fixes from beta12: | christos |
| 2001-04-12 | if the read() on stdin for a command fails, exit. | abs |
| 2001-01-30 | s/Swap/Swp in Memory: line. | enami |
| 2001-01-23 | Print a process state except sleeping in capital letter, and | enami |
| 2000-12-30 | on multiprocessor, display last cpu for SSLEEP state, too. | sommerfeld |
| 2000-11-29 | Use the vm.uvmexp2 sysctl. | simonb |
| 2000-11-19 | If kernel gives us a CPU number in kinfo_proc2, display it after the state. | sommerfeld |
| 2000-11-02 | Avoid buffer overflow. Inspired by a FreeBSD BUGTRAQ security advisory. | christos |
| 2000-10-11 | Back out last change. It was not a format string cleanup at all, | thorpej |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-10-04 | getopt(3) returns -1 not EOF. | mjl |
| 2000-10-04 | plug possible printf string format issue. seen on openbsd mailing list | itojun |
| 2000-06-09 | Use u_int64_t to avoid an integer overflow when converting total number | enami |
| 2000-06-05 | Now that the CPUSTATES info is in <sys/sched.h>, we don't need to include | simonb |
| 2000-06-04 | include sys/sched.h to get definition of CPUSTATES | perry |
| 2000-05-29 | Move the compare_*() function declarations to m_netbsd15.c and make them | simonb |
| 2000-05-29 | cp_time[] is now an array of u_int64_t's. Add a percentages64() function | simonb |
| 2000-05-26 | Sync a comment with the version of this file sent to the top-spinners | simonb |
| 2000-05-26 | New module for top based on the old m_netbsd13.c module. | simonb |