index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mg
/
tty.c
Age
Commit message (
Expand
)
Author
2006-08-01
* move sys/queue.h inclusion to sysdef.h (it's system specific)
Jason Wright
2006-04-03
lint love; ok kjell
Theo de Raadt
2006-02-25
Fix a coredump occurring when the terminal is resized while mg is
Otto Moerbeek
2005-12-13
Fix a typo (introduced in rev 1.6) that utterly broke cost calculations.
Kjell Wooding
2005-12-13
More name-clash delinting
Kjell Wooding
2005-11-19
Clean up some lint.
Kjell Wooding
2005-06-14
Add explicit public domain notices to all public domain files.
Kjell Wooding
2005-04-03
This is a no binary change which does:
David Berghoff
2003-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2002-08-28
ANSIfication uncovers function argument bugs. How unusual.
Artur Grabowski
2002-08-23
ansi
Vincent Labrecque
2002-07-01
just make vtresize return TRUE/FALSE instead of 0/-1, for consistency with
Vincent Labrecque
2002-02-21
remove a wrapper around getenv()
Theo de Raadt
2002-02-21
signal-safe window size changing
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-02-14
some KNF
Theo de Raadt
2002-02-05
Get rid of signal race (and handling of SIGWINCH).
Artur Grabowski
2002-01-18
Remove the NROW and NCOL limits. The static arrays are now replaced with
Artur Grabowski
2002-01-10
Clean up tty resizing code.
Artur Grabowski
2001-05-24
spaces
Michael Shalayeff
2001-05-23
remove VOID. We're way beyond the point where this could build with an
Artur Grabowski
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-09-01
More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org
Todd C. Miller
2000-04-13
The start of KNF + -Wall. The code has been run through indent but
Todd C. Miller
2000-03-03
Reverse rutgers change (attachtoparent vs. spawncli)
Todd C. Miller
2000-02-27
Call setttysize() from ttinit() not ttopen() since we haven't
Todd C. Miller
2000-02-26
change WINDOW -> MGWIN to avoid curses type conflict
Todd C. Miller
2000-02-25
initial import of mg2a
Theo de Raadt