summaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* chrt: -m can be used without any arguments. Closes bug 2989Denys Vlasenko2010-12-191-8/+10
* chrt: correct opt_complementary. Closes bug 2977Denys Vlasenko2010-12-181-5/+5
* chat: fix build breakage (variable declared in for())Denys Vlasenko2010-12-181-8/+9
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* whitespace cleanupDenys Vlasenko2010-10-292-6/+6
* decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko2010-10-281-1/+1
* *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek2010-10-283-12/+17
* *: whitespace fixesDenys Vlasenko2010-10-2813-34/+34
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-271-11/+3
* *: s/open3_or_warn/open_or_warn/ where makes senseDenys Vlasenko2010-10-201-1/+1
* nanddump: make oobbuf allocation dynamicBaruch Siach2010-10-181-6/+6
* nanddump: new appletBaruch Siach2010-10-181-28/+127
* tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko2010-10-121-1/+0
* man: add compatibility with man-dbDenys Vlasenko2010-10-041-2/+7
* libbb: add xfstat functionDenys Vlasenko2010-08-311-2/+2
* bbconfig: add COMPRESS_BBCONFIG optionDenys Vlasenko2010-08-292-0/+36
* nandwrite: always check the first erase blockBaruch Siach2010-08-291-2/+14
* nandwrite: complain on malformed -s NUMDenys Vlasenko2010-08-291-0/+2
* nandwrite: allow hex values in the -s parameterBaruch Siach2010-08-291-1/+1
* nandwrite: new appletBaruch Siach2010-08-251-0/+128
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1639-39/+39
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-163-3/+3
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-126-10/+10
* less: remove misguided dependency on PLATFORM_LINUXJeremie Koenig2010-07-301-1/+0
* dc: tweak help textDenys Vlasenko2010-07-291-4/+4
* dc: make it use long longs for integer opsDenys Vlasenko2010-07-291-14/+51
* less: fix duplicate "depends on PLATFORM_LINUX". no code changesDenys Vlasenko2010-07-291-8/+4
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-262-3/+2
* mark Linux-specific configuration optionsJeremie Koenig2010-07-193-1/+21
* build system: disable some applets by defaultDenys Vlasenko2010-07-141-7/+7
* crond: mention other cronds' behavior in comment. no code changesDenys Vlasenko2010-07-111-4/+6
* crond: code shrinkDenys Vlasenko2010-07-081-36/+31
* crond: rename HumpBack names. Note two TODOs/FIXMEsDenys Vlasenko2010-07-081-311/+322
* crond: check mtime on crontab dir every minute, and reread if changedDenys Vlasenko2010-07-081-39/+36
* crond: reorder functions to follow usual order: "main last"Denys Vlasenko2010-07-081-231/+221
* crond: code shrinkDenys Vlasenko2010-07-061-62/+65
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-044-16/+5
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-046-19/+11
* chrt: code shrinkDenys Vlasenko2010-07-011-9/+11
* conspy: stop losing some keyboard keys.Pascal Bellard2010-07-011-9/+11
* conspy: code shrinkPascal Bellard2010-06-301-110/+101
* conspy: code shrinkPascal Bellard2010-06-281-60/+63
* conspy: significant output minimization; blink attribute supportDenys Vlasenko2010-06-271-72/+126
* conspy: make "conspy 0" use vcsa0 but "conspy" (no param) use vcsaDenys Vlasenko2010-06-251-7/+4
* *: make exec failure message more consistentDenys Vlasenko2010-06-256-13/+14
* conspy: code shrinkDenys Vlasenko2010-06-251-21/+28
* conspy: document attribute byte formatDenys Vlasenko2010-06-241-8/+34
* *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-241-2/+1
* conspy: code shrink ~200 bytesPascal Bellard2010-06-231-45/+42
* fix errors in detecting non-modified areasDenys Vlasenko2010-06-211-24/+25