summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-24Correctly handle gif(4) interface passing down AF_LINK family framesAngelos D. Keromytis
2001-05-24Check malloc() return value, from tedu@heorot.stanford.eduAngelos D. Keromytis
2001-05-24Check malloc() return value, from tedu@heorot.stanford.eduAngelos D. Keromytis
2001-05-24Check malloc() returns, from tedu@heorot.stanford.edu, ok aaron@Angelos D. Keromytis
2001-05-24Initialize p to NULL in lookup.Artur Grabowski
2001-05-24Check return values (tedu@heorot.stanford.edu)Angelos D. Keromytis
2001-05-24Dereference mbuf after validity check (tedu@heorot.stanford.edu)Angelos D. Keromytis
2001-05-24typoArtur Grabowski
2001-05-24Match the IDs without checking the ASN1 length field, similar to howAngelos D. Keromytis
2001-05-24spacesMichael Shalayeff
2001-05-24- Add a main() prototype.Peter Valchev
2001-05-24- Let '-' mean stdin.Peter Valchev
2001-05-24Don't convert a single space before a tab stop into a tab when the -iPeter Valchev
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
2001-05-23remove VOID. We're way beyond the point where this could build with anArtur Grabowski
2001-05-23Use 'fundamental_map' where 'map_table[0].p_map' or 'name_map("fundamental")'Artur Grabowski
2001-05-23export "fundamental_map" that points to the fundamental keymapArtur Grabowski
2001-05-23prettyArtur Grabowski
2001-05-23No need to export nfunct and functnames now that help doesn't use themArtur Grabowski
2001-05-23Call it 'C-SPC', not 'NUL'. Less confusing.Artur Grabowski
2001-05-23Simplify a lot of code in the help functions.Artur Grabowski
2001-05-23export free_file_list. XXX - it doesn't belong in echo.c and it's the wrong n...Artur Grabowski
2001-05-23When a key is bound to selfinsert, it shouldn't be considered to be boundArtur Grabowski
2001-05-23There is no need to use name_mode when all we use from the mode is the map.Artur Grabowski
2001-05-23prettyArtur Grabowski
2001-05-23Deal with another strangeness caused by the abuse of theArtur Grabowski
2001-05-23Add an argument to doscan which is a pointer to a KEYMAP pointer.Artur Grabowski
2001-05-23Fix up SYNOPSIS and option descriptions; bk@rt.fmAaron Campbell
2001-05-23USB mice apply here, too.Aaron Campbell
2001-05-23kill complete_function. Not used anymore.Artur Grabowski
2001-05-23complt already has code to finish the completion from a list.Artur Grabowski
2001-05-23fix wsmoused commentMarco S Hyman
2001-05-23remove unused defineArtur Grabowski
2001-05-23Get rid of 'prefix' and use NULL instead.Artur Grabowski
2001-05-23Creatively use addlinef when listing buffers (C-X-C-B).Artur Grabowski
2001-05-23Don't include the trailing NUL in output.Artur Grabowski
2001-05-23It's unnecessary to have addline as a function. Make it a macro.Artur Grabowski
2001-05-23Add addlinef that's an addline with printf-style format arguments.Artur Grabowski
2001-05-23When showing the matching paren, don't sleep for one second, use ttwaitArtur Grabowski
2001-05-23Adjust computed cpuspeed by 3/8 on 68040 machines to correspond toTodd C. Miller
2001-05-23Don't panic on kqueues and crypto descriptors in fpathconf.Artur Grabowski
2001-05-23- relax alignment constraintsJason Wright