Home | History | Annotate | Download | only in systat
History log of /src/usr.bin/systat/globalcmds.c
RevisionDateAuthorComments
 1.15  01-Nov-2009  dsl Correctly count number of chars output so that help isn't blank if the
terminal is too narrow.
Not ideal since the last command isn't shown on 80 column terminals.
 1.14  13-Apr-2009  lukem Fix -Wsign-compare issues
 1.13  05-Feb-2006  dsl branches: 1.13.30;
Rename 'cur' to 'name' to avoid aliasing a global - this code has some
horrid globals...
 1.12  26-Feb-2005  dsl Always treat ^h and ^? as erase chars (as well as stty erase).
Make the ':' erasable.
Fix typo in unviewable help message.
No point in having 'else' after 'return'...
 1.11  03-Jul-2004  mycroft Using timeout() to control refresh gets rid of a whole pile of signal-related
lossage.
Making ungetch() signal-safe, as ncurses seems to, would be better, though.
 1.10  16-Nov-2002  itojun error handling on strdup failure
 1.9  01-Dec-2000  simonb branches: 1.9.2;
Remove extern variables and functions now declared in dkstats.h.
While here, remove 77 (!) unneed #includes.
 1.8  05-Jul-2000  ad - Add `boot', `run', `time' and `zero' commands to all IP displays. These work
as in the `vmstat' display mode. The default mode is now `time', not `boot'.
- ANSIfy.
- s@kre\(@vmstat\(@.
- __RCSID() police.
- Tweak inet.icmp display visual a little.
 1.7  08-Jan-2000  itojun branches: 1.7.4;
oops, avoid duplicate free().
 1.6  08-Jan-2000  itojun - implement layered help.
Suggested by: Andy Doran <ad@mr-magoo.sports.gov.uk>
- inet6.ip6 and ipsec menu
- u_quad_t printing fix
- #ifdefs to allow compilation on 1.4.x
 1.5  20-Dec-1999  lukem branches: 1.5.2;
need <string.h> for strlen()
 1.4  20-Dec-1999  jwise TNF copyright -- I will do the paperwork to give these over asap.
 1.3  16-Dec-1999  jwise End special-casing of `start' and `interval' global commands.
Vastly simplify handling of mode switches, and short-syntax interval
changes. Substring matching of mode names and commands will come
shortly, however the previous method of substring matching modes (it was
not available for commands) is currently not working.

TODO: implement table lookups for mode-specific commands.
 1.2  16-Dec-1999  jwise Handle arguments to global commands. Note that the `interval' and
`start' global commands are still special cased, which will change
 1.1  16-Dec-1999  jwise Add a file missed in last commit
 1.5.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.7.4.1  01-Sep-2000  ad Pull up the following revisions, approved by releng-1-5:

- Add "boot", "run", "time" and "zero" commands to all IP displays. These work
as in the "vmstat" display mode. The default mode is now "time", not "boot".
- ANSIfy.
- s@kre\(@vmstat\(@.
- __RCSID() police.
- Tweak inet.icmp display visual a little.

bufcache.c 1.8
cmds.c 1.22
cmdtab.c 1.16
disks.c 1.11
extern.h 1.23
fetch.c 1.7
globalcmds.c 1.8
 1.9.2.1  17-Jan-2003  thorpej Sync with HEAD.
 1.13.30.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

RSS XML Feed