aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni2013-10-165-6/+2
| * bloat-o-meter: add usage infoBartosz Golaszewski2013-10-162-10/+16
| * tail compat: fix header printing for tail -fBartosz Golaszewski2013-10-162-6/+4
| * wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira2013-10-162-0/+13
| * Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko2013-10-164-9/+9
| * ether-wake: shorten help text, reduce packet buffer sizeDenys Vlasenko2013-10-141-9/+10
| * wget: add support for connect timeoutLauri Kasanen2013-10-122-10/+30
| * init: better --help textDenys Vlasenko2013-10-121-6/+13
| * awk: fix length(array)Denys Vlasenko2013-10-122-1/+14
| * wall,crontab: use xopen_as_uid_gid()Ryan Mallon2013-10-082-31/+2
| * libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon2013-10-082-12/+42
| * bunzip2: fix off-by-one checkDenys Vlasenko2013-10-061-8/+18
| * wall: access FILE under real user's credentialsDenys Vlasenko2013-10-064-11/+24
| * trylink: only prefix libs with -lMike Frysinger2013-09-281-3/+3
| * loadkmap: explain what happens with K_ALLOCATED key valueDenys Vlasenko2013-09-191-8/+19
| * httpd: make sire pfd[TO_CGI].revents is cleared before poll()Denys Vlasenko2013-09-181-5/+13
| * Documentation updateDenys Vlasenko2013-09-171-5/+16
| * dumpkmap: code shrinkDenys Vlasenko2013-09-171-14/+23
| * httpd: treat errors from stdin correctly.Denys Vlasenko2013-09-111-8/+13
| * touch: add conditional support for -hDenys Vlasenko2013-09-111-4/+35
| * ar: better commentDenys Vlasenko2013-09-101-2/+5
| * ar: read_num(): fix reading fields using the entire widthPeter Korsgaard2013-09-101-12/+20
| * top: fix breakage introduced by previous commitDenys Vlasenko2013-09-061-1/+1
| * Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-067-20/+14
* | Merge branch 'busybox' into mergeRon Yorston2013-08-27130-1327/+2217
|\|
| * man: find posix man pagesJohn Spencer2013-08-251-1/+1
| * fdisk: fix GPT size math errorsJody Bruchon2013-08-201-2/+2
| * lineedit: use unicode_strwidth instead of unicode_strlenDenys Vlasenko2013-08-201-3/+3
| * dd: code shrinkDenys Vlasenko2013-08-201-3/+4
| * dd: code shrinkDenys Vlasenko2013-08-201-2/+2
| * dd: code shrinkDenys Vlasenko2013-08-201-5/+6
| * dd: remove FIXME comment which is fixed now. No code changesDenys Vlasenko2013-08-201-4/+1
| * dd: code shrinkDenys Vlasenko2013-08-201-12/+24
| * dd: fail if swab is attempted on odd-sized blockDenys Vlasenko2013-08-201-10/+21
| * lineedit: fix multi-line PS1 handling: calculate PS1 length from last \nDenys Vlasenko2013-08-191-14/+30
| * lineedit: improve Unicode handling (still buggy though)Denys Vlasenko2013-08-192-11/+24
| * dd: fix example in a comment. No code changes.Denys Vlasenko2013-08-191-1/+1
| * dd: support conv=swabDenys Vlasenko2013-08-191-6/+23
| * dd: do not reuse local variables for unrelated values.Denys Vlasenko2013-08-191-6/+8
| * iplink: comment out include <net/if_packet.h>Denys Vlasenko2013-08-161-1/+1
| * init: don't srop unterminated processes' entries during inittab reloadPaulius Zaleckas2013-08-161-3/+10
| * init: don't use fixed size buffer for commandDenys Vlasenko2013-08-161-9/+13
| * tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru2013-08-151-3/+1
| * fix build error with musl libc due to if_slip.hDenys Vlasenko2013-08-151-1/+1
| * networking: fix potential overflow in ife_print6()Nicolas Dichtel2013-08-141-1/+1
| * udhcpc: tweak help text moreDenys Vlasenko2013-08-081-17/+17
| * udhcpc: tweak help textDenys Vlasenko2013-08-081-14/+15
| * swapon: support "pri=NNN" in fstabTito Ragusa2013-08-081-0/+14
| * setsid: code shrink, expanded commentsDenys Vlasenko2013-08-071-2/+12
| * libbb: code shrinkDenys Vlasenko2013-08-061-7/+5