aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
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
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-06-02*: better string sharingDenys Vlasenko
2010-05-16consolidate ESC sequencesDenys Vlasenko
2010-05-16setsid: check for setsid error directlyDenys Vlasenko
2010-05-02rfkill: new appletSouf Oued
2010-04-14devmem: map two pages only if it is necessaryDenys Vlasenko
2010-04-06Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-03-14fbsplash: reinstate drawing of over/undersized images; shrinkDenys Vlasenko
2010-03-14beep: the -d option takes milliseconds not microsecondsNatanael Copa
2010-03-11lineedit: fix another corner case with bad unicode inputDenys Vlasenko
2010-03-02*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko
2010-02-26reuse a few stringsBernhard Reutner-Fischer
2010-02-26setup_environment(): eliminate one parameterDenys Vlasenko
2010-02-26crontab: use setup_environmentBernhard Reutner-Fischer
2010-02-09compat and warning fixesDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-30fix Unicode config option limits and some comments in lessDenys Vlasenko
2010-01-28style fixes, no code changesDenys Vlasenko
2010-01-12libbb: introduce and use monotonic_msDenys Vlasenko
2010-01-12*: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko