Age | Commit message (Expand) | Author |
2010-08-31 | libbb: add xfstat function | Denys Vlasenko |
2010-08-29 | bbconfig: add COMPRESS_BBCONFIG option | Denys Vlasenko |
2010-08-29 | nandwrite: always check the first erase block | Baruch Siach |
2010-08-29 | nandwrite: complain on malformed -s NUM | Denys Vlasenko |
2010-08-29 | nandwrite: allow hex values in the -s parameter | Baruch Siach |
2010-08-25 | nandwrite: new applet | Baruch Siach |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-08-16 | *: fix "see file License ..." - the file is named LICENSE (in uppercase) | Denys Vlasenko |
2010-08-12 | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko |
2010-07-30 | less: remove misguided dependency on PLATFORM_LINUX | Jeremie Koenig |
2010-07-29 | dc: tweak help text | Denys Vlasenko |
2010-07-29 | dc: make it use long longs for integer ops | Denys Vlasenko |
2010-07-29 | less: fix duplicate "depends on PLATFORM_LINUX". no code changes | Denys Vlasenko |
2010-07-26 | *: mass cosmetic removal of extra empty lines. no code changes | Denys Vlasenko |
2010-07-19 | mark Linux-specific configuration options | Jeremie Koenig |
2010-07-14 | build system: disable some applets by default | Denys Vlasenko |
2010-07-11 | crond: mention other cronds' behavior in comment. no code changes | Denys Vlasenko |
2010-07-08 | crond: code shrink | Denys Vlasenko |
2010-07-08 | crond: rename HumpBack names. Note two TODOs/FIXMEs | Denys Vlasenko |
2010-07-08 | crond: check mtime on crontab dir every minute, and reread if changed | Denys Vlasenko |
2010-07-08 | crond: reorder functions to follow usual order: "main last" | Denys Vlasenko |
2010-07-06 | crond: code shrink | Denys Vlasenko |
2010-07-04 | *: introduce and use xfork() and xvfork() | Pascal Bellard |
2010-07-04 | libbb: introduce and use BB_EXECVP_or_die() | Pascal Bellard |
2010-07-01 | chrt: code shrink | Denys Vlasenko |
2010-07-01 | conspy: stop losing some keyboard keys. | Pascal Bellard |
2010-06-30 | conspy: code shrink | Pascal Bellard |
2010-06-28 | conspy: code shrink | Pascal Bellard |
2010-06-27 | conspy: significant output minimization; blink attribute support | Denys Vlasenko |
2010-06-25 | conspy: make "conspy 0" use vcsa0 but "conspy" (no param) use vcsa | Denys Vlasenko |
2010-06-25 | *: make exec failure message more consistent | Denys Vlasenko |
2010-06-25 | conspy: code shrink | Denys Vlasenko |
2010-06-24 | conspy: document attribute byte format | Denys Vlasenko |
2010-06-24 | *: introduce and use bb_unsetenv_and_free | Denys Vlasenko |
2010-06-23 | conspy: code shrink ~200 bytes | Pascal Bellard |
2010-06-21 | fix errors in detecting non-modified areas | Denys Vlasenko |
2010-06-21 | conspy: new applet | Pascal Bellard |
2010-06-16 | ubiattach,ubidetach: new applets | Baruch Siach |
2010-06-14 | rfkill: do not enable by default, it requires new-ish Linux headers | Denys Vlasenko |
2010-06-08 | *: add INSERTs to *.src files where appropriate | Denys Vlasenko |
2010-06-07 | bbconfig: make it independent from printf functions | Denys Vlasenko |
2010-06-06 | pipe_progress: make it independent of printf machinery | Denys Vlasenko |
2010-06-06 | remove defconfig. Now "make defconfig" simply uses defaults from Config.in | Denys Vlasenko |
2010-06-04 | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko |
2010-06-02 | *: better string sharing | Denys Vlasenko |
2010-05-16 | consolidate ESC sequences | Denys Vlasenko |
2010-05-16 | setsid: check for setsid error directly | Denys Vlasenko |
2010-05-02 | rfkill: new applet | Souf Oued |
2010-04-14 | devmem: map two pages only if it is necessary | Denys Vlasenko |
2010-04-06 | Move utmp/wtmp support to "General configuration" section | Denys Vlasenko |