History log of /netbsd-src/usr.bin/systat/globalcmds.c (Results 1 – 15 of 15)
Revision Date Author Comments
# 57843c15 01-Nov-2009 dsl <dsl@NetBSD.org>

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.


# e7a39c4f 13-Apr-2009 lukem <lukem@NetBSD.org>

Fix -Wsign-compare issues


# a6843277 05-Feb-2006 dsl <dsl@NetBSD.org>

Rename 'cur' to 'name' to avoid aliasing a global - this code has some
horrid globals...


# 5af29647 26-Feb-2005 dsl <dsl@NetBSD.org>

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'...


# eb8fd502 03-Jul-2004 mycroft <mycroft@NetBSD.org>

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.


# 5f2d0b66 16-Nov-2002 itojun <itojun@NetBSD.org>

error handling on strdup failure


# 828483a7 01-Dec-2000 simonb <simonb@NetBSD.org>

Remove extern variables and functions now declared in dkstats.h.
While here, remove 77 (!) unneed #includes.


# fc391547 05-Jul-2000 ad <ad@NetBSD.org>

- 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(

- 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.

show more ...


# 4bed5400 08-Jan-2000 itojun <itojun@NetBSD.org>

oops, avoid duplicate free().


# d7b4ec92 08-Jan-2000 itojun <itojun@NetBSD.org>

- 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


# 00a4e0e7 20-Dec-1999 lukem <lukem@NetBSD.org>

need <string.h> for strlen()


# 299c3534 20-Dec-1999 jwise <jwise@NetBSD.org>

TNF copyright -- I will do the paperwork to give these over asap.


# 099afa19 16-Dec-1999 jwise <jwise@NetBSD.org>

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
sh

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.

show more ...


# 420c21c4 16-Dec-1999 jwise <jwise@NetBSD.org>

Handle arguments to global commands. Note that the `interval' and
`start' global commands are still special cased, which will change


# 7fc29b61 16-Dec-1999 jwise <jwise@NetBSD.org>

Add a file missed in last commit