Age | Commit message (Expand) | Author |
2001-05-24 | stock perl 5.6.1 | Todd C. Miller |
2001-05-24 | Add isakmpd.pid to the FILES section. | Hakan Olsson |
2001-05-24 | Minor repair. | Miod Vallat |
2001-05-24 | add blobs. | Artur Grabowski |
2001-05-24 | fix comment; from jakob@ | Markus Friedl |
2001-05-24 | If the copied tag head is empty, initialize it properly. This (along | Angelos D. Keromytis |
2001-05-24 | If the copied tag container is empty, initialize it properly. | Angelos D. Keromytis |
2001-05-24 | Add a compile/grep/id-utils mode. | Artur Grabowski |
2001-05-24 | No need for the extra prefixes here anymore. | Artur Grabowski |
2001-05-24 | No need for those extra maps now. | Artur Grabowski |
2001-05-24 | Make the keymap/mode table growable in runtime. | Artur Grabowski |
2001-05-24 | Don't assume that map_table[0] is the fundamental map. | Artur Grabowski |
2001-05-24 | Add a missing piece of something I committed by accident that I | Artur Grabowski |
2001-05-24 | Break out function -> name mappings to an own file. | Artur Grabowski |
2001-05-24 | fix back a piece of my own stupidity | Michael Shalayeff |
2001-05-24 | Give the arguments in the right order to keyname. | Artur Grabowski |
2001-05-24 | Garbage collect procfs_findtextvp(). | Aaron Campbell |
2001-05-24 | - fix pr 1548: Cannot set arbitrary atime/mtime on ext2fs volume | jasoni |
2001-05-24 | Angelos' Fuji camera is an 8070i device and it only accepts 12 byte CDBs. | Constantine Sapuntzakis |
2001-05-24 | style/cleanup (of function headers) | jasoni |
2001-05-24 | When releasing the tx buffers, walk through all of them, don't abort when | Artur Grabowski |
2001-05-24 | Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796. | Aaron Campbell |
2001-05-24 | Correctly handle gif(4) interface passing down AF_LINK family frames | Angelos D. Keromytis |
2001-05-24 | Check malloc() return value, from tedu@heorot.stanford.edu | Angelos D. Keromytis |
2001-05-24 | Check malloc() return value, from tedu@heorot.stanford.edu | Angelos D. Keromytis |
2001-05-24 | Check malloc() returns, from tedu@heorot.stanford.edu, ok aaron@ | Angelos D. Keromytis |
2001-05-24 | Initialize p to NULL in lookup. | Artur Grabowski |
2001-05-24 | Check return values (tedu@heorot.stanford.edu) | Angelos D. Keromytis |
2001-05-24 | Dereference mbuf after validity check (tedu@heorot.stanford.edu) | Angelos D. Keromytis |
2001-05-24 | typo | Artur Grabowski |
2001-05-24 | Match the IDs without checking the ASN1 length field, similar to how | Angelos D. Keromytis |
2001-05-24 | spaces | Michael Shalayeff |
2001-05-24 | - Add a main() prototype. | Peter Valchev |
2001-05-24 | - Let '-' mean stdin. | Peter Valchev |
2001-05-24 | Don't convert a single space before a tab stop into a tab when the -i | Peter Valchev |
2001-05-24 | vararg bye bye, spaces | Michael Shalayeff |
2001-05-24 | no need to cast va_arg output | Michael Shalayeff |
2001-05-24 | use strlcpy vs cpy+len, some other fixes | Michael Shalayeff |
2001-05-23 | cinfo is const, keyname() and findbind() take buffer size to use strlcpy vs c... | Michael Shalayeff |
2001-05-23 | functnames can be const, some spaces | Michael Shalayeff |
2001-05-23 | Get rid of unnecessary casts of NULL. | Artur Grabowski |
2001-05-23 | sprintf instead of two strcpy (there was a bug here) | Artur Grabowski |
2001-05-23 | version string is constant | Michael Shalayeff |
2001-05-23 | Bye, bye varargs. We're __STDC__. | Artur Grabowski |
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 | export "fundamental_map" that points to the fundamental keymap | Artur Grabowski |
2001-05-23 | pretty | Artur Grabowski |
2001-05-23 | No need to export nfunct and functnames now that help doesn't use them | Artur Grabowski |
2001-05-23 | Call it 'C-SPC', not 'NUL'. Less confusing. | Artur Grabowski |