Age | Commit message (Expand) | Author |
2010-03-14 | beep: the -d option takes milliseconds not microseconds | Natanael Copa |
2010-03-11 | lineedit: fix another corner case with bad unicode input | Denys Vlasenko |
2010-03-02 | *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR | Denys Vlasenko |
2010-02-26 | reuse a few strings | Bernhard Reutner-Fischer |
2010-02-26 | setup_environment(): eliminate one parameter | Denys Vlasenko |
2010-02-26 | crontab: use setup_environment | Bernhard Reutner-Fischer |
2010-02-09 | compat and warning fixes | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2010-01-30 | fix Unicode config option limits and some comments in less | Denys Vlasenko |
2010-01-28 | style fixes, no code changes | Denys Vlasenko |
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 |