aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
2011-05-16dc: do not advertise ops disabled in .configDenys Vlasenko
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-05-02setserial: small fixDenys Vlasenko
2011-05-01setserial: new appletMarek Bečka
2011-04-26rename miscutils/ubi_attach_detach.c -> miscutils/ubi_tools.cDenys Vlasenko
2011-04-26add help textDenys Vlasenko
2011-04-26ubiupdatevol: new appletReuben Dowle
2011-04-26Fix ubirsvol usage informationReuben Dowle
2011-04-11conspy: fix ESC key lostPascal Bellard
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-03-28fbsplash: Add support for 24 and 32 bit color depthNuno Lucas
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-06runlevel/wall: depend on utmp featureMike Frysinger
2011-02-05Let fbsplash display images even when a second buffer is activeDan Fandrich
2011-02-05ubimkvol,ubirmvol,ubirsvol: new appletsReuben Dowle
2011-02-02ps: implement -o statDenys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-18disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko
2010-12-19chrt: -m can be used without any arguments. Closes bug 2989Denys Vlasenko
2010-12-18chrt: correct opt_complementary. Closes bug 2977Denys Vlasenko
2010-12-18chat: fix build breakage (variable declared in for())Denys Vlasenko
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko
2010-10-28*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-10-20*: s/open3_or_warn/open_or_warn/ where makes senseDenys Vlasenko
2010-10-18nanddump: make oobbuf allocation dynamicBaruch Siach
2010-10-18nanddump: new appletBaruch Siach
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko
2010-10-04man: add compatibility with man-dbDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-29bbconfig: add COMPRESS_BBCONFIG optionDenys Vlasenko
2010-08-29nandwrite: always check the first erase blockBaruch Siach
2010-08-29nandwrite: complain on malformed -s NUMDenys Vlasenko
2010-08-29nandwrite: allow hex values in the -s parameterBaruch Siach
2010-08-25nandwrite: new appletBaruch Siach
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-07-30less: remove misguided dependency on PLATFORM_LINUXJeremie Koenig
2010-07-29dc: tweak help textDenys Vlasenko
2010-07-29dc: make it use long longs for integer opsDenys Vlasenko
2010-07-29less: fix duplicate "depends on PLATFORM_LINUX". no code changesDenys Vlasenko
2010-07-26*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-07-14build system: disable some applets by defaultDenys Vlasenko