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
/
help.c
Age
Commit message (
Expand
)
Author
2005-12-14
argh. One problem with fixing a hidden global symbol is that if you miss one,
Kjell Wooding
2005-12-13
Last round of easy delinting.
Kjell Wooding
2005-12-13
More name-clash delinting
Kjell Wooding
2005-12-13
do some silly de-linting
Kjell Wooding
2005-11-18
greedy use of typedef struct was making code harder to read; ok kjell cloder
Theo de Raadt
2005-10-14
unused variables
Theo de Raadt
2005-08-09
Clean up eread handling in mg. (basically, fallout from the 'enter often
Kjell Wooding
2005-06-14
Add explicit public domain notices to all public domain files.
Kjell Wooding
2005-04-28
Get rid of unused arg to complete_function_list(). Han Boetes.
Otto Moerbeek
2005-04-03
This is a no binary change which does:
David Berghoff
2004-07-22
stage 1 of the infinite minibuffer work - add support for on the fly
Vincent Labrecque
2002-08-22
knf
Theo de Raadt
2002-07-01
KNF + ansi; from zyrnix (only the easy part of his diffs)
Vincent Labrecque
2002-06-21
fix bad usage of strlcpy()'s return value. (made pointers point
Vincent Labrecque
2002-03-16
Make these special buffers readonly by default. ok art@
Vincent Labrecque
2002-03-11
* Move to ANSI function definitions.
Vincent Labrecque
2001-11-25
snprintf makes me happy
Theo de Raadt
2001-05-24
Break out function -> name mappings to an own file.
Artur Grabowski
2001-05-24
Give the arguments in the right order to keyname.
Artur Grabowski
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
Use 'fundamental_map' where 'map_table[0].p_map' or 'name_map("fundamental")'
Artur Grabowski
2001-05-23
Simplify a lot of code in the help functions.
Artur Grabowski
2001-05-23
When a key is bound to selfinsert, it shouldn't be considered to be bound
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-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