summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2009-10-01Update documentation generator so that it sucks lessDenys Vlasenko7-336/+132
2009-08-20do not store 1st two bytes of compressed help textDenys Vlasenko2-3/+2
2009-05-05add .gitignore filesMike Frysinger7-0/+66
2009-04-19another stab at fixing out-of-tree buildDenis Vlasenko1-1/+1
2009-04-19hopefully fix out-of-tree build broken by 26139Denis Vlasenko1-6/+12
2009-04-17build system: remove some unnecessary rebuildsDenis Vlasenko1-4/+7
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-09-25whitespace fixesDenis Vlasenko7-13/+13
2008-08-09fix byte-swapping of compressed help on big-endian machinesDenis Vlasenko1-5/+12
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-07-02uname,individual: fix improper printf usageDenis Vlasenko3-29/+24
2008-06-13udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko6-100/+108
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer21-59/+59
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-04-27cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko4-14/+23
2008-04-08Avoid linking in printf/bsearch if possible. -20k for static bbox withDenis Vlasenko2-27/+83
2008-04-01shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko14-91/+84
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2008-02-22small code readability and typo fixesDenis Vlasenko2-3/+3
2008-02-09build system: make it do without od -tDenis Vlasenko1-4/+12
2008-01-05ps: add conditional support for -o [e]timeDenis Vlasenko5-49/+195
2008-01-04Makefile.help: removing allbareconfig target from helpDenis Vlasenko2-2/+1
2007-12-28trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko3-25/+45
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko14-90/+179
2007-12-10init: remove superfluous forks and messing up with argv[0]Denis Vlasenko5-135/+141
2007-11-29Further optimize applet tables; prettify build outputDenis Vlasenko5-47/+71
2007-11-28forgotten part of previous commitDenis Vlasenko1-0/+94
2007-11-28reorganize applet table. Eliminates pointers to names.Denis Vlasenko13-128/+137
2007-11-05fix incorrect text of link-time error message. No code changesDenis Vlasenko1-1/+1
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-10Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko4-548/+566
2007-10-10get rid of global "struct bb_applet *current_applet"Denis Vlasenko7-27/+21
2007-10-07make --help work for "individual applets" too.Denis Vlasenko3-8/+5
2007-10-07libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko6-153/+25
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko13-62/+66
2007-09-20remove stray 8-bit chars from copyright bannerDenis Vlasenko1-2/+2
2007-09-05busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko3-14/+24
2007-08-25support "#!/bin/busybox"-style wrappers. Needed for SELinux.Denis Vlasenko5-37/+94
2007-08-17assorted fixes for breakage found by randomconfigDenis Vlasenko8-39/+54
2007-08-12fix out-of-source-tree buildDenis Vlasenko2-2/+4
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-21style fix (stray space before ';')Denis Vlasenko28-58/+58
2007-06-30introduce and use bb_basename()Denis Vlasenko14-73/+40
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko26-66/+55
2007-06-14applets/Kbuild: straighten it a bitDenis Vlasenko2-9/+12
2007-06-13*: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko12-31/+33
2007-06-12fix "--help prints usage for wrong applet" bugDenis Vlasenko1-0/+1
2007-06-08make busybox --install work even if /proc/self/exe doesn't existDenis Vlasenko8-21/+15
2007-05-31use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko16-83/+23
[prev] [next]