| Age | Commit message (Expand) | Author |
| 2010-02-06 | When using -lcurses, you also need -lterminfo. | he |
| 2009-11-04 | Allow display intervals > 25 seconds. | dsl |
| 2009-11-01 | Correctly count number of chars output so that help isn't blank if the | dsl |
| 2009-10-21 | Bump date for uarea swap-out removal. | wiz |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-10-21 | Fix problems with SIGWINCH. From Paul Ripke in PR 42161. | wiz |
| 2009-07-14 | Don't assume that two identical-looking string literals will have the | apb |
| 2009-04-14 | Enable WARNS=4 by default for usr.bin, except for: | lukem |
| 2009-04-13 | Fix -Wsign-compare issues | lukem |
| 2009-03-29 | - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total | mrg |
| 2009-03-11 | Don't workaround ancient macro argument limit with .Xo/.Xc. | joerg |
| 2009-03-09 | In vmstat display, increase software interrupt count output from 5 to | njoly |
| 2008-12-29 | cast for tdev. | christos |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-07-13 | Clarify how one is supposed to use the pointers returned by getutentries() | dholland |
| 2008-05-30 | convert the rest of my licenses to 2-clause, extracting myself out | mrg |
| 2008-04-29 | Convert to new 2 clause license | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-23 | Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and | thorpej |
| 2008-04-10 | Don't even bother initializing the namelist if we're not going to use it. | thorpej |
| 2008-04-10 | Use sysctl to fetch network statistics unless a memory file is specified | thorpej |
| 2008-04-08 | Change IPv6 stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-08 | Change TCP stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-07 | Change IP stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-07 | Update for ICMP and UDP stats changes. | thorpej |
| 2008-02-11 | #include <sys/evcnt.h> instead of <sys/device.h>, since the former | dyoung |
| 2008-01-24 | specfs changes for PR kern/37717 (raidclose() is no longer called on | ad |
| 2007-12-31 | don't call curses from a signal handler! | christos |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-02-18 | Document 'systat syscall'. | dsl |
| 2007-02-18 | Include code to display per system call counts and times. | dsl |
| 2007-02-17 | Revert the changes done after newlock2 merge, except for the removal of | pavel |
| 2007-02-09 | Sync with kernel changes introduced by merging the newlock2 branch. | ad |
| 2006-10-22 | use c99 initializers | christos |
| 2006-05-21 | Reduce the field widths for the summary line of traps, system calls | dsl |
| 2006-05-20 | Checkpoint this as 'WIP' before I break it again! | dsl |
| 2006-05-14 | Gcc 4 needs to have the enum declaration in scope to determine the enum size. | christos |
| 2006-05-11 | include errno.h directly rather than via user.h. | yamt |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-04-14 | Update to use new kernel io statistics. | blymn |
| 2006-03-20 | free() intrnamebuf, intrname and intrloc on entry so we don't leak them | dsl |
| 2006-03-18 | Code to display per-system call counts. | dsl |
| 2006-03-18 | Count both read bytes and write bytes when we are not showing separate read | dsl |
| 2006-03-18 | Make the functions that display the top 8 lines externally visible so | dsl |
| 2006-03-18 | Coverty 7449: Remove splurious check for 'sep == NULL'. | dsl |
| 2006-02-13 | Print system processes' command names in square brackets, like ps(1) does. | kleink |
| 2006-02-05 | Match changes to vmstat.c (splitting of dkreadstats). | dsl |
| 2006-02-05 | Split dkreadstats() into dkreadstats(), tkreadstats() and cpureadstats(). | dsl |
| 2006-02-05 | Rename 'cur' to 'name' to avoid aliasing a global - this code has some | dsl |
| 2005-12-24 | Appease gcc 4.x | matt |