Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-10 | moved biggest stack buffers to malloc space, or made their size configurable | Denis Vlasenko | |
(8k of shell line edit buffer is an overkill) # make ARCH=i386 bloatcheck function old new delta read_line_input 3933 3967 +34 ifaddrlist 348 345 -3 do_loadfont 208 191 -17 edit_file 840 819 -21 .rodata 129112 129080 -32 uncompress 1305 1268 -37 loadfont_main 566 495 -71 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/6 up/down: 34/-181) Total: -147 bytes | |||
2007-01-22 | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko | |
so rename stuff accordingly. | |||
2006-10-05 | build system overhaul | Denis Vlasenko | |
2006-07-02 | Allow a user-configurable minimum password length. | "Robert P. J. Day" | |
2006-02-21 | Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked | Rob Landley | |
md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).) |