Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-20 | kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com> | Denis Vlasenko | |
kbd_mode_main - 189 +189 packed_usage 22745 22833 +88 applets 3132 3144 +12 static.opts 7 12 +5 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/0 up/down: 294/0) Total: 294 bytes text data bss dec hex filename 777210 1000 9532 787742 c051e busybox_old 777575 1000 9532 788107 c068b busybox_unstripped | |||
2007-05-31 | delete tons of extra #includes | Denis Vlasenko | |
2007-04-12 | style fixes. No code changes | Denis Vlasenko | |
2007-02-17 | init: code readability enhancements; very small code changes | Denis Vlasenko | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2006-09-29 | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | |
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it | |||
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | |
the busybox binary) into enums (which don't). | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-09-01 | Fix compile error and reducing size for libbb/get_console.c to previous size. | Glenn L McGrath | |
Vodz last_patch106 | |||
2003-08-29 | Remove some unwanted code, patch from Holger Schurig, confirmed by vodz | Glenn L McGrath | |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-09-16 | Apply vodz' last_patch52 | Eric Andersen | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-07-23 | Add support for devfs device names. | Matt Kraai | |
2001-03-16 | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | |
files. Clean up the resulting damage and fix up the makefile. -Erik |