Age | Commit message (Expand) | Author |
2013-11-09 | fstrim: New applet | Malek Degachi |
2013-11-08 | ash: Set SHLVL in ASH_BASH_COMPAT | Bernhard Reutner-Fischer |
2013-11-08 | ash: Use setvar2 some more | Bernhard Reutner-Fischer |
2013-11-08 | swaponoff: shrink | Bernhard Reutner-Fischer |
2013-11-03 | udhcpc: allow zero server-id. Closes 6614. | Denys Vlasenko |
2013-11-03 | init: fix illegal memory access when max message length is reached | Yuan-Hsiang Lee |
2013-11-03 | bootchartd: warn if .config looks wrong | Denys Vlasenko |
2013-11-02 | Makefile.custom: make "make release" delete .gitignore files too | Denys Vlasenko |
2013-10-30 | sed: fix "sed clusternewline" testcase | Denys Vlasenko |
2013-10-30 | sed: document -E in help text | Denys Vlasenko |
2013-10-30 | sed: fix memory leak in 'r FILE' command | Denys Vlasenko |
2013-10-29 | sed: accept -E as a synonym for -r | David A. Wheeler |
2013-10-28 | udhcpc: make DHCP packets to have at least 300 DHCP bytes | Johannes Stezenbach |
2013-10-16 | libbb: use <poll.h> instead of <sys/poll.h> | Thomas Petazzoni |
2013-10-16 | bloat-o-meter: add usage info | Bartosz Golaszewski |
2013-10-16 | tail compat: fix header printing for tail -f | Bartosz Golaszewski |
2013-10-16 | wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) | Guilherme Maciel Ferreira |
2013-10-16 | Fix some compiler warnings emitted by gcc-4.8.0 | Denys Vlasenko |
2013-10-14 | ether-wake: shorten help text, reduce packet buffer size | Denys Vlasenko |
2013-10-12 | wget: add support for connect timeout | Lauri Kasanen |
2013-10-12 | init: better --help text | Denys Vlasenko |
2013-10-12 | awk: fix length(array) | Denys Vlasenko |
2013-10-08 | wall,crontab: use xopen_as_uid_gid() | Ryan Mallon |
2013-10-08 | libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions | Ryan Mallon |
2013-10-06 | bunzip2: fix off-by-one check | Denys Vlasenko |
2013-10-06 | wall: access FILE under real user's credentials | Denys Vlasenko |
2013-09-28 | trylink: only prefix libs with -l | Mike Frysinger |
2013-09-19 | loadkmap: explain what happens with K_ALLOCATED key value | Denys Vlasenko |
2013-09-18 | httpd: make sire pfd[TO_CGI].revents is cleared before poll() | Denys Vlasenko |
2013-09-17 | Documentation update | Denys Vlasenko |
2013-09-17 | dumpkmap: code shrink | Denys Vlasenko |
2013-09-11 | httpd: treat errors from stdin correctly. | Denys Vlasenko |
2013-09-11 | touch: add conditional support for -h | Denys Vlasenko |
2013-09-10 | ar: better comment | Denys Vlasenko |
2013-09-10 | ar: read_num(): fix reading fields using the entire width | Peter Korsgaard |
2013-09-06 | top: fix breakage introduced by previous commit | Denys Vlasenko |
2013-09-06 | Make smart_ulltoa return pointer to end (allows for code shink in callers) | Denys Vlasenko |
2013-08-25 | man: find posix man pages | John Spencer |
2013-08-20 | fdisk: fix GPT size math errors | Jody Bruchon |
2013-08-20 | lineedit: use unicode_strwidth instead of unicode_strlen | Denys Vlasenko |
2013-08-20 | dd: code shrink | Denys Vlasenko |
2013-08-20 | dd: code shrink | Denys Vlasenko |
2013-08-20 | dd: code shrink | Denys Vlasenko |
2013-08-20 | dd: remove FIXME comment which is fixed now. No code changes | Denys Vlasenko |
2013-08-20 | dd: code shrink | Denys Vlasenko |
2013-08-20 | dd: fail if swab is attempted on odd-sized block | Denys Vlasenko |
2013-08-19 | lineedit: fix multi-line PS1 handling: calculate PS1 length from last \n | Denys Vlasenko |
2013-08-19 | lineedit: improve Unicode handling (still buggy though) | Denys Vlasenko |
2013-08-19 | dd: fix example in a comment. No code changes. | Denys Vlasenko |
2013-08-19 | dd: support conv=swab | Denys Vlasenko |