aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
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
2010-07-11crond: mention other cronds' behavior in comment. no code changesDenys Vlasenko
2010-07-08crond: code shrinkDenys Vlasenko
2010-07-08crond: rename HumpBack names. Note two TODOs/FIXMEsDenys Vlasenko
2010-07-08crond: check mtime on crontab dir every minute, and reread if changedDenys Vlasenko
2010-07-08crond: reorder functions to follow usual order: "main last"Denys Vlasenko
2010-07-06crond: code shrinkDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-07-01chrt: code shrinkDenys Vlasenko
2010-07-01conspy: stop losing some keyboard keys.Pascal Bellard
2010-06-30conspy: code shrinkPascal Bellard
2010-06-28conspy: code shrinkPascal Bellard
2010-06-27conspy: significant output minimization; blink attribute supportDenys Vlasenko
2010-06-25conspy: make "conspy 0" use vcsa0 but "conspy" (no param) use vcsaDenys Vlasenko
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2010-06-25conspy: code shrinkDenys Vlasenko
2010-06-24conspy: document attribute byte formatDenys Vlasenko
2010-06-24*: introduce and use bb_unsetenv_and_freeDenys Vlasenko
2010-06-23conspy: code shrink ~200 bytesPascal Bellard
2010-06-21fix errors in detecting non-modified areasDenys Vlasenko
2010-06-21conspy: new appletPascal Bellard
2010-06-16ubiattach,ubidetach: new appletsBaruch Siach
2010-06-14rfkill: do not enable by default, it requires new-ish Linux headersDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko