aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* conspy: new appletPascal Bellard2010-06-211-0/+472
* ubiattach,ubidetach: new appletsBaruch Siach2010-06-161-0/+88
* rfkill: do not enable by default, it requires new-ish Linux headersDenys Vlasenko2010-06-141-1/+1
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-082-0/+4
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-1/+1
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-1/+1
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-60/+60
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-042-0/+0
* *: better string sharingDenys Vlasenko2010-06-021-1/+1
* consolidate ESC sequencesDenys Vlasenko2010-05-162-7/+7
* setsid: check for setsid error directlyDenys Vlasenko2010-05-161-4/+17
* rfkill: new appletSouf Oued2010-05-023-0/+132
* devmem: map two pages only if it is necessaryDenys Vlasenko2010-04-141-7/+14
* Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko2010-04-061-1/+1
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-1/+2
* *: merge some common stringsDenys Vlasenko2010-03-233-3/+3
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-182-3/+3
* fbsplash: reinstate drawing of over/undersized images; shrinkDenys Vlasenko2010-03-141-37/+35
* beep: the -d option takes milliseconds not microsecondsNatanael Copa2010-03-141-2/+2
* lineedit: fix another corner case with bad unicode inputDenys Vlasenko2010-03-111-1/+1
* *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko2010-03-021-2/+2
* reuse a few stringsBernhard Reutner-Fischer2010-02-261-4/+4
* setup_environment(): eliminate one parameterDenys Vlasenko2010-02-261-2/+3
* crontab: use setup_environmentBernhard Reutner-Fischer2010-02-261-17/+4
* compat and warning fixesDenys Vlasenko2010-02-091-1/+1
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-043-3/+3
* fix Unicode config option limits and some comments in lessDenys Vlasenko2010-01-301-2/+3
* style fixes, no code changesDenys Vlasenko2010-01-281-6/+6
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-2/+2
* *: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko2010-01-121-3/+4
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-5/+5
* *: remove some uses of argcDenys Vlasenko2010-01-043-6/+8
* *: do not assign to stdout/stderr, it's not portable.Denys Vlasenko2010-01-021-3/+1
* dc: make "dc -1.23 ..." workDenys Vlasenko2009-12-301-9/+8
* crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko2009-12-131-15/+26
* randomconfig fixesDenys Vlasenko2009-12-121-2/+4