aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
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
2010-01-04*: remove some uses of argcDenys Vlasenko
2010-01-02*: do not assign to stdout/stderr, it's not portable.Denys Vlasenko
2009-12-30dc: make "dc -1.23 ..." workDenys Vlasenko
2009-12-13crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko
2009-12-12randomconfig fixesDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-27flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrinkDenys Vlasenko
2009-11-26runlevel: -2 bytesDenys Vlasenko
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko
2009-11-21flashcp: new applet by Stefan Seyfried. +900 bytesStefan Seyfried
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-15eject: band-aid for kernel headers using u8 typeDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko
2009-11-07fbsplash: allow compressed image filesVladimir Dronnikov
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-11-01mountpoint: btrfs fixVladimir Dronnikov
2009-10-27wall: new appletBernhard Reutner-Fischer
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer
2009-10-19menuconfig tweaksDenys Vlasenko
2009-10-08*: code shrink via NOINLINEDenys Vlasenko
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko
2009-10-04sendmail: accept -i too, not only -oiVladimir Dronnikov
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko