summaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-283-16/+7
* flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrinkDenys Vlasenko2009-11-271-17/+30
* runlevel: -2 bytesDenys Vlasenko2009-11-261-4/+3
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-251-2/+2
* flashcp: new applet by Stefan Seyfried. +900 bytesStefan Seyfried2009-11-213-0/+159
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-1/+1
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-1/+1
* eject: band-aid for kernel headers using u8 typeDenys Vlasenko2009-11-151-1/+2
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-133-4/+4
* tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko2009-11-111-1/+1
* fbsplash: allow compressed image filesVladimir Dronnikov2009-11-071-1/+8
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-023-4/+4
* mountpoint: btrfs fixVladimir Dronnikov2009-11-011-2/+11
* wall: new appletBernhard Reutner-Fischer2009-10-273-0/+43