OpenBSD CVS

CVS log for src/usr.bin/systat/Attic/keyboard.c


[BACK] Up to [local] / src / usr.bin / systat

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21, Fri Jun 13 22:02:04 2008 UTC (15 years, 11 months ago) by canacar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +0 -0 lines
FILE REMOVED

Remove unused files. Noticed by sthen@

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 12 22:26:01 2008 UTC (15 years, 11 months ago) by canacar
Branch: MAIN
Changes since 1.19: +0 -165 lines
Diff to previous 1.19 (colored)

New display engine for systat, based on pftop. Adds new views for pf
(status, state, rule, queue). While all displays work, some keyboard
comands are not implemented yet. Other features include better handling
of display resize and scrolling for long views. Committing now to fix
the remaining issues in the tree.
Testing and comments by otto@ and harding@, ok deraadt@

Revision 1.19 / (download) - annotate - [select for diffs], Sun Apr 15 16:25:08 2007 UTC (17 years, 1 month ago) by matthieu
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.18: +5 -2 lines
Diff to previous 1.18 (colored)

allow systat(1) to be exited with 'q' like top(1).
ok beck@ ckuethe@ hshoexer@ millert@

Revision 1.18 / (download) - annotate - [select for diffs], Fri Mar 31 04:10:59 2006 UTC (18 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

fairly simple cleanup, lots of testing done

Revision 1.17 / (download) - annotate - [select for diffs], Mon Aug 1 22:51:50 2005 UTC (18 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.16: +6 -3 lines
Diff to previous 1.16 (colored)

Send ourselves SIGTSTP, not SIGSTOP on ^Z.  Noticed and OK deraadt@

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jul 11 05:24:56 2004 UTC (19 years, 10 months ago) by pvalchev
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 (colored)

prototypes; ok deraadt

Revision 1.15 / (download) - annotate - [select for diffs], Wed Apr 14 19:53:04 2004 UTC (20 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.14: +8 -2 lines
Diff to previous 1.14 (colored)

wakeup after ^Z did not continue redraws and such.  use own ^Z handler.
ok otto millert

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jul 10 00:06:51 2003 UTC (20 years, 10 months ago) by david
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

add missing includes
ok deraadt@ tedu@

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 3 02:56:17 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.12: +3 -7 lines
Diff to previous 1.12 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jun 18 00:46:47 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

ANSI

Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 18 23:34:46 2002 UTC (22 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.10: +4 -3 lines
Diff to previous 1.10 (colored)

more "char c = getchar(); if (c == EOF) ..." balony

Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 7 09:18:08 2001 UTC (22 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +72 -55 lines
Diff to previous 1.9 (colored)

move back.  pvalchev -- the bug was quite obscure

Revision 1.9 / (download) - annotate - [select for diffs], Fri Dec 7 07:57:35 2001 UTC (22 years, 5 months ago) by pvalchev
Branch: MAIN
Changes since 1.8: +53 -70 lines
Diff to previous 1.8 (colored)

back out latest changes which cause problems on alpha/sparc64 until
they are fixed

Revision 1.8 / (download) - annotate - [select for diffs], Fri Nov 23 22:20:06 2001 UTC (22 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +72 -55 lines
Diff to previous 1.7 (colored)

fix signal races.  use sysctl() instead of kvm where possible, and then KNF
the hell out of it; checked by miod

Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 4 23:35:59 2001 UTC (22 years, 8 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.6: +21 -17 lines
Diff to previous 1.6 (colored)

Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 10 03:10:17 2000 UTC (23 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.5: +5 -3 lines
Diff to previous 1.5 (colored)

Bail if getch() returns ERR.  In ncurses < 5.1 getch() incorrectly
returned 0 on EOF (due to a side effect of how curses buffers reads).

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 4 23:06:17 2000 UTC (23 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Fix one-byte overflow; millert@ ok

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 15 13:42:05 1997 UTC (26 years, 10 months ago) by kstailey
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

keyboard() does not return an int

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 25 01:46:56 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +7 -2 lines
Diff to previous 1.2 (colored)

buffer overflow prevention

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 26 05:40:07 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

rcsid

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:46:10 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:46:10 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.