summaryrefslogtreecommitdiff
path: root/usr.bin/mg
AgeCommit message (Expand)Author
2002-01-18When listing buffers, detect if the buffer name is too long to fit in theArtur Grabowski
2002-01-18Remove the NROW and NCOL limits. The static arrays are now replaced withArtur Grabowski
2002-01-10Clean up tty resizing code.Artur Grabowski
2002-01-08typo; mjc@bitz.caTodd C. Miller
2001-12-25Tag.Hugh Graham
2001-12-25Now that Theo has a working vax, suddenly this is not fun anymore.Miod Vallat
2001-11-25Well, since I can't do my mondo openssl commitBob Beck
2001-11-25snprintf makes me happyTheo de Raadt
2001-09-21correct fork logic and rewrite for clarity, ok todd@Peter Stromberg
2001-08-23some phrases just belong together - like goats and latexBob Beck
2001-08-18handle vsnprintf returning -1Theo de Raadt
2001-07-18new meaning to the terms slackassMichael Shalayeff
2001-07-10typo; from Joseph Mallett <jmallett@xMach.org>Michael Shalayeff
2001-07-09rightMichael Shalayeff
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-06Change the filename completion code to:Artur Grabowski
2001-07-05Fix a seg fault when an init file can't be readMatthieu Herrb
2001-06-30fix the love quote, slacker bobMichael Shalayeff
2001-06-30More log searching; mickey@ ok'ed.Federico G. Schwindt
2001-06-30more from icb.log; mickey@ ok.Federico G. Schwindt
2001-06-30ok mickey@Bob Beck
2001-06-27Update.Angelos D. Keromytis
2001-06-26how patheticBob Beck
2001-06-25give a little slackMichael Shalayeff
2001-06-25just one more, fresh shiny one, Mon Jun 25 05:10:29 EDT 2001Michael Shalayeff
2001-06-23Glancing over my fortunes file, I had to add this quote.Miod Vallat
2001-06-23I could search... but I'm a lazy bum;-)Michael Shalayeff
2001-06-23sprinkle some const on theoMichael Shalayeff
2001-06-23slacker slacker lazy bum bum bum slacker!Todd C. Miller
2001-06-23Add "M-x theo". Just like "M-x doctor" in emacs... Well, almost.Artur Grabowski
2001-05-24add blobs.Artur Grabowski
2001-05-24Add a compile/grep/id-utils mode.Artur Grabowski
2001-05-24No need for the extra prefixes here anymore.Artur Grabowski
2001-05-24No need for those extra maps now.Artur Grabowski
2001-05-24Make the keymap/mode table growable in runtime.Artur Grabowski
2001-05-24Don't assume that map_table[0] is the fundamental map.Artur Grabowski
2001-05-24Add a missing piece of something I committed by accident that IArtur Grabowski
2001-05-24Break out function -> name mappings to an own file.Artur Grabowski
2001-05-24fix back a piece of my own stupidityMichael Shalayeff
2001-05-24Give the arguments in the right order to keyname.Artur Grabowski
2001-05-24spacesMichael Shalayeff
2001-05-24vararg bye bye, spacesMichael Shalayeff
2001-05-24no need to cast va_arg outputMichael Shalayeff
2001-05-24use strlcpy vs cpy+len, some other fixesMichael Shalayeff
2001-05-23cinfo is const, keyname() and findbind() take buffer size to use strlcpy vs c...Michael Shalayeff
2001-05-23functnames can be const, some spacesMichael Shalayeff
2001-05-23Get rid of unnecessary casts of NULL.Artur Grabowski
2001-05-23sprintf instead of two strcpy (there was a bug here)Artur Grabowski
2001-05-23version string is constantMichael Shalayeff
2001-05-23Bye, bye varargs. We're __STDC__.Artur Grabowski