Age | Commit message (Expand) | Author |
2010-08-28 | pmap: new applet. +1k. | Alexander Shishkin |
2010-08-22 | patch: support "patch [FILE [PATCH]]" format | Denys Vlasenko |
2010-08-17 | libbb: fix fallout from last patch to obscure() (my mistake). +143 bytes | Denys Vlasenko |
2010-08-17 | libbb: shrink obscure() | Bob Dunlop |
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-16 | libbb: factor out common code from mpstat/iostat | Denys Vlasenko |
2010-08-12 | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko |
2010-08-10 | rtc: remove useless code in "RTC is in UTC" detection | Denys Vlasenko |
2010-08-08 | wget: fix ndelay_on call; progress bar: small shrink | Denys Vlasenko |
2010-08-08 | wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) | Bradley M. Kuhn |
2010-07-26 | *: trailing empty lines removed | Denys Vlasenko |
2010-07-25 | lineedit: mostly revert recent wrong logic in "ask terminal" code | Denys Vlasenko |
2010-07-19 | libbb: conditionalize AF_* usage in error reporting | Jeremie Koenig |
2010-07-19 | mkdir: fix -p on FreeBSD | Jeremie Koenig |
2010-07-19 | mark Linux-specific configuration options | Jeremie Koenig |
2010-07-18 | lineedit: limit ASK_TERMINAL to the case when we can't find out the width | Denys Vlasenko |
2010-07-18 | lineedit: cosmetics, no code changes | Denys Vlasenko |
2010-07-16 | tweak defconfig | Denys Vlasenko |
2010-07-05 | randomconfig fixes | Denys Vlasenko |
2010-07-04 | libbb: reduce number of *error_msg[_and_die].c files by four | 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-03 | fix compile breakage with "make -j" | Denys Vlasenko |
2010-07-01 | consolidate xz format comment. no code changes | Denys Vlasenko |
2010-07-01 | xz compression detection: avoid the need to seek | Denys Vlasenko |
2010-06-27 | *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup | Ladislav Michl |
2010-06-26 | libbb/copyfd.c: fix the case of copy buffer <= 4kb | Denys Vlasenko |
2010-06-26 | tar: fix --to-command wrt short writes | Denys Vlasenko |
2010-06-26 | fix breakage in compressed file detection | Denys Vlasenko |
2010-06-26 | universal parser: do not leak parser->data | Denys Vlasenko |
2010-06-26 | build system: do not rebuild ash and hush on any change to any .c file | Denys Vlasenko |
2010-06-25 | *: make exec failure message more consistent | Denys Vlasenko |
2010-06-24 | *: introduce and use bb_unsetenv_and_free | Denys Vlasenko |
2010-06-19 | Added code for nonstandard function strsep() | Dan Fandrich |
2010-06-19 | A few minor portability improvements | Dan Fandrich |
2010-06-18 | *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway | Denys Vlasenko |
2010-06-10 | utoa: shrink | 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-05 | Remove requirement that include/applets.h must be sorted | Denys Vlasenko |
2010-06-04 | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko |
2010-06-02 | *: simplify checks for gz/bz2/xz magic | Denys Vlasenko |
2010-06-01 | lineedit: fix column display for wide and combining chars in TAB completion | Tomas Heinrich |
2010-05-30 | *: teach tar et. al. to understand .xz by heart | Denys Vlasenko |
2010-05-19 | losetup: support /dev/loop10 and higher. closes bug 1627 | Denys Vlasenko |
2010-05-17 | typo fix | Denys Vlasenko |
2010-05-17 | lineedit: fix insertion deep inside line (*several lines* before end) | Denys Vlasenko |