Age | Commit message (Expand) | Author |
2010-01-12 | libbb: introduce and use monotonic_ms | Denys Vlasenko |
2010-01-12 | *: add/remove safe_, it seems we had a few incorrect uses | Denys Vlasenko |
2010-01-09 | *: make it easier to distinquish "struct tm", pointer to one, etc | Denys Vlasenko |
2010-01-04 | *: remove some uses of argc | Denys Vlasenko |
2010-01-02 | *: do not assign to stdout/stderr, it's not portable. | Denys Vlasenko |
2009-12-30 | dc: make "dc -1.23 ..." work | Denys Vlasenko |
2009-12-13 | crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes. | Denys Vlasenko |
2009-12-12 | randomconfig fixes | Denys Vlasenko |
2009-11-28 | *: remove a few more cases of argc usage. -89 bytes. | Denys Vlasenko |
2009-11-27 | flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrink | Denys Vlasenko |
2009-11-26 | runlevel: -2 bytes | Denys Vlasenko |
2009-11-25 | ntpd: and real handling for -N, show usage w/o options; trim text | Denys Vlasenko |
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-15 | eject: band-aid for kernel headers using u8 type | Denys Vlasenko |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2009-11-11 | tidy up O_NONBLOCK usage. use libbb functions in stty. | Denys Vlasenko |
2009-11-07 | fbsplash: allow compressed image files | Vladimir Dronnikov |
2009-11-02 | *: introduce and use ffulsh_all() | Denys Vlasenko |
2009-11-01 | mountpoint: btrfs fix | Vladimir Dronnikov |
2009-10-27 | wall: new applet | Bernhard Reutner-Fischer |
2009-10-27 | add and use xopen_nonblocking (-18b) | Bernhard Reutner-Fischer |
2009-10-19 | menuconfig tweaks | Denys Vlasenko |
2009-10-08 | *: code shrink via NOINLINE | Denys Vlasenko |
2009-10-06 | *: use {i,u}toa() where appropriate | Denys Vlasenko |
2009-10-04 | sendmail: accept -i too, not only -oi | Vladimir Dronnikov |
2009-09-23 | *: optimize code size in strtoul calls | Denys Vlasenko |
2009-09-22 | hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes | Denys Vlasenko |
2009-09-06 | more C standard compat fixes from Dan Fandrich | Denys Vlasenko |
2009-09-06 | documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko |
2009-09-06 | remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko |
2009-08-22 | beep: optimize | Denys Vlasenko |
2009-08-21 | add config knob for default freq and length | Bernhard Reutner-Fischer |
2009-08-21 | add simple beep applet | Bernhard Reutner-Fischer |
2009-08-14 | typo fix in comment | Denys Vlasenko |
2009-08-13 | volname: new applet | Matthew Stoltenberg |
2009-08-02 | rx: strip padding from last block. closes bug 501. | Denys Vlasenko |
2009-07-24 | man: use man.config, not only man.conf (man version 1.6f compat) | Denys Vlasenko |
2009-07-10 | fix fallout from BSD patches | Denys Vlasenko |
2009-07-08 | move libc related stuff out of platform.h | Denys Vlasenko |
2009-07-04 | fix dependencies of FEATURE_GETOPT_LONG | Denys Vlasenko |
2009-06-05 | *: add FAST_FUNC to function ptrs where it makes sense | Denys Vlasenko |
2009-05-25 | flash_lock, flash_unlock: new applets | Denys Vlasenko |
2009-05-20 | hdparm: fix a thinko in a previous commit | Denys Vlasenko |
2009-05-20 | hdparm: code shrink | Denys Vlasenko |
2009-05-20 | hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col lines | Denys Vlasenko |
2009-05-17 | line editing: add an option to emit ESC [ 6 n and use results | Denys Vlasenko |
2009-04-29 | *: bb_error_msg's messages should not be capitalized | Denis Vlasenko |
2009-04-25 | we need to daemonize *before* opening the watchdog device | Mike Frysinger |