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
/
kbd.c
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2021-03-01
Put the hardcoded '\n' character which is found throughout mg into a
Mark Lumsden
2020-02-09
Do not define variables in def.h since this will lead to duplicate definitions
Florian Obser
2019-07-03
selfinsert() can't be called directly from a startup file or by
Mark Lumsden
2019-06-26
Add some key and map logging.
Mark Lumsden
2019-06-10
Allow mg to log its internal status to a file. At the moment it only
Mark Lumsden
2015-09-26
whitespace
Jasper Lievisse Adriaanse
2015-03-25
unifdef -U NO_DPROMPT and GOSREC.
Brian Callahan
2015-03-25
Remove unused METACH #define.
Brian Callahan
2015-03-19
Clean up the includes in mg.
Brian Callahan
2013-05-31
Make the system bell toggleable via 'audible-bell', and if switched
lum
2012-04-12
Remove the conditional directives NO_MACRO and NO_STARTUP.
lum
2008-06-14
unf*ck undo.
Kjell Wooding
2006-12-21
Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode,
Kjell Wooding
2006-04-03
fixed "text in message line would get stuck there" issue.
Kjell Wooding
2005-12-13
Last round of easy delinting.
Kjell Wooding
2005-12-13
More name-clash delinting
Kjell Wooding
2005-11-19
Goodbye NO_METAKEY
Kjell Wooding
2005-11-18
greedy use of typedef struct was making code harder to read; ok kjell cloder
Theo de Raadt
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
2004-02-01
remove old precompiler weirdness that is not really needed...
Vincent Labrecque
2002-07-01
KNF + ansi; from zyrnix (only the easy part of his diffs)
Vincent Labrecque
2002-02-21
KNF
Theo de Raadt
2002-02-21
signal-safe window size changing
Theo de Raadt
2002-02-13
Make mg malloc the l_text element instead of reallocating whole LINE
Vincent Labrecque
2001-05-24
spaces
Michael Shalayeff
2001-05-23
cinfo is const, keyname() and findbind() take buffer size to use strlcpy vs c...
Michael Shalayeff
2001-05-23
remove VOID. We're way beyond the point where this could build with an
Artur Grabowski
2001-05-23
Add an argument to doscan which is a pointer to a KEYMAP pointer.
Artur Grabowski
2001-05-23
Get rid of 'prefix' and use NULL instead.
Artur Grabowski
2001-05-03
Add a delay (in miliseconds) argument to ttwait.
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-02-25
initial import of mg2a
Theo de Raadt