summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-24stock perl 5.6.1Todd C. Miller
2001-05-24Add isakmpd.pid to the FILES section.Hakan Olsson
2001-05-24Minor repair.Miod Vallat
2001-05-24add blobs.Artur Grabowski
2001-05-24fix comment; from jakob@Markus Friedl
2001-05-24If the copied tag head is empty, initialize it properly. This (alongAngelos D. Keromytis
2001-05-24If the copied tag container is empty, initialize it properly.Angelos D. Keromytis
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-24Garbage collect procfs_findtextvp().Aaron Campbell
2001-05-24- fix pr 1548: Cannot set arbitrary atime/mtime on ext2fs volumejasoni
2001-05-24Angelos' Fuji camera is an 8070i device and it only accepts 12 byte CDBs.Constantine Sapuntzakis
2001-05-24style/cleanup (of function headers)jasoni
2001-05-24When releasing the tx buffers, walk through all of them, don't abort whenArtur Grabowski
2001-05-24Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796.Aaron Campbell
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