aboutsummaryrefslogtreecommitdiff
path: root/applets
AgeCommit message (Expand)Author
2009-11-24build system: fix parallel makeDenys Vlasenko
2009-10-27applets/usage_compressed: combine many seds in one; hide dd statsBernhard Reutner-Fischer
2009-10-22mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)Denys Vlasenko
2009-10-02ok, last fix wasn't correct... this one is betterDenys Vlasenko
2009-10-02fix a typo in prev commitDenys Vlasenko
2009-10-02Update documentation generator so that it sucks lessDenys Vlasenko
2009-08-20do not store 1st two bytes of compressed help textDenys Vlasenko
2009-05-05add .gitignore filesMike Frysinger
2009-04-19another stab at fixing out-of-tree buildDenis Vlasenko
2009-04-19hopefully fix out-of-tree build broken by 26139Denis Vlasenko
2009-04-17build system: remove some unnecessary rebuildsDenis Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-09-25whitespace fixesDenis Vlasenko
2008-08-09fix byte-swapping of compressed help on big-endian machinesDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-02uname,individual: fix improper printf usageDenis Vlasenko
2008-06-13udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-04-27cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko
2008-04-08Avoid linking in printf/bsearch if possible. -20k for static bbox withDenis Vlasenko
2008-04-01shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-02-22small code readability and typo fixesDenis Vlasenko
2008-02-09build system: make it do without od -tDenis Vlasenko
2008-01-05ps: add conditional support for -o [e]timeDenis Vlasenko
2008-01-04Makefile.help: removing allbareconfig target from helpDenis Vlasenko
2007-12-28trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko
2007-12-10init: remove superfluous forks and messing up with argv[0]Denis Vlasenko
2007-11-29Further optimize applet tables; prettify build outputDenis Vlasenko
2007-11-28forgotten part of previous commitDenis Vlasenko
2007-11-28reorganize applet table. Eliminates pointers to names.Denis Vlasenko
2007-11-05fix incorrect text of link-time error message. No code changesDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-10Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko
2007-10-10get rid of global "struct bb_applet *current_applet"Denis Vlasenko
2007-10-07make --help work for "individual applets" too.Denis Vlasenko
2007-10-07libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko
2007-09-20remove stray 8-bit chars from copyright bannerDenis Vlasenko
2007-09-05busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko
2007-08-25support "#!/bin/busybox"-style wrappers. Needed for SELinux.Denis Vlasenko
2007-08-17assorted fixes for breakage found by randomconfigDenis Vlasenko
2007-08-12fix out-of-source-tree buildDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-21style fix (stray space before ';')Denis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko