Age | Commit message (Expand) | Author |
2010-01-24 | randomconfig fixes | Denys Vlasenko |
2010-01-24 | libbb: better unicode width support. Hopefully fixes bug 839. | Denys Vlasenko |
2010-01-20 | *: small code shrinks and compile fix for unicode | Denys Vlasenko |
2010-01-20 | tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME | Mikhail Gusarov |
2010-01-20 | diff: implement flag -B (Ignore changes whose lines are all blank) | Matheus Izvekov |
2010-01-18 | ls: make it so that group never glues itself to file size | Denys Vlasenko |
2010-01-15 | trim usage text a bit; fix cp usage (meaning of -H option) | Denys Vlasenko |
2010-01-15 | cp: fix -H handling | Denys Vlasenko |
2010-01-14 | small doc update | Denys Vlasenko |
2010-01-12 | libbb: introduce and use monotonic_ms | Denys Vlasenko |
2010-01-09 | cpio: improve help text more; fix -p and -F interaction | Denys Vlasenko |
2010-01-09 | cpio: improve help text; document two TODOs | Denys Vlasenko |
2010-01-09 | *: make it easier to distinquish "struct tm", pointer to one, etc | Denys Vlasenko |
2010-01-08 | ifplugd: clarify -a in help text | Denys Vlasenko |
2010-01-07 | ifplugd: mention iff mode in help | Denys Vlasenko |
2010-01-06 | hwclock: make it report system/rtc clock difference | Denys Vlasenko |
2010-01-06 | ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization | Denys Vlasenko |
2010-01-06 | ifplugd: simplify run_script() | Denys Vlasenko |
2010-01-06 | libunarchive: clean up dirty hacks. code shrank as a result | Denys Vlasenko |
2010-01-06 | find: add optional support for -links. +100 bytes | Matheus Izvekov |
2010-01-04 | ntpd: make -w less cumbersome to use | Denys Vlasenko |
2010-01-04 | fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma... | Denys Vlasenko |
2010-01-04 | *: make 2 more "int argc"'s unused; more saved if !DESKTOP | Denys Vlasenko |
2010-01-04 | ntpd: add -w "watch" option, useful for debugging to look at our own data | Denys Vlasenko |
2009-12-16 | tar: add support for --overwrite. +70 bytes. | Denys Vlasenko |
2009-12-16 | libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences | Denys Vlasenko |
2009-12-11 | replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest | Denys Vlasenko |
2009-12-07 | lsusb: new applet. +400 bytes | Souf Oued |
2009-12-05 | lspci: new applet. +573 bytes | Souf Oued |
2009-12-05 | replace /bin/mdev with /sbin/mdev | Denys Vlasenko |
2009-12-05 | trim usage text. -238 bytes | Denys Vlasenko |
2009-12-02 | ntpd: implement -x. shrink code a bit. -69 bytes | Denys Vlasenko |
2009-11-28 | *: remove a few more cases of argc usage. -89 bytes. | Denys Vlasenko |
2009-11-26 | ping: fix unaligned access. closes bug 745. | Denys Vlasenko |
2009-11-25 | ntpd: and real handling for -N, show usage w/o options; trim text | Denys Vlasenko |
2009-11-24 | ntpd: locally bind every peer socket. +22 bytes | Denys Vlasenko |
2009-11-23 | ntpd: add -q option. By Adam Tkac. | Denys Vlasenko |
2009-11-23 | traceroute: fix help text to not show -6 when traceroute6 is off | Denys Vlasenko |
2009-11-23 | traceroute6: new applet by Leonid Lisovskiy. +1562 bytes | Leonid Lisovskiy |
2009-11-22 | ntpd: new applet by Adam Tkac. +5k. | Adam Tkac |
2009-11-21 | flashcp: new applet by Stefan Seyfried. +900 bytes | Stefan Seyfried |
2009-11-18 | libbb: robustify isXXXX(). +39 bytes | Denys Vlasenko |
2009-11-15 | libbb: added xfdopen_for_read/write | Denys Vlasenko |
2009-11-14 | use utimes() rather than obsolescent utime() | Bernhard Reutner-Fischer |
2009-11-08 | wget: factor out progress bar code | Magnus Damm |
2009-11-07 | big endian warning fixes | Denys Vlasenko |
2009-11-04 | applets: meant to fix order, not enable bbsh | Mike Frysinger |
2009-11-04 | applets: fix alphabetical order | Mike Frysinger |
2009-11-04 | libbb.h: remove two over-zealous RETURNS_MALLOC | Denys Vlasenko |
2009-11-03 | mkswap: add -L LABEL option. closes bug 689. | Denys Vlasenko |