aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-08updated android_ndk_defconfigDenys Vlasenko1-69/+112
2015-10-08udhcpc: fix for some Android toolchain breakageDenys Vlasenko1-0/+14
2015-10-08iproute: more string reuseDenys Vlasenko1-6/+9
2015-10-08iproute: don't hardcode the path to config filesChristoph J. Thompson2-5/+14
2015-10-08ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko1-10/+19
2015-10-08libiproute: use itoa() where appropriateDenys Vlasenko9-61/+37
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-10-07find: support "find . -delete" idiom - do not try rmdir(".")Denys Vlasenko1-1/+4
2015-10-07md5sum: code shrinkDenys Vlasenko1-10/+6
2015-10-07ash: use a more typical form of "print four octal digits" formatDenys Vlasenko1-1/+1
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko10-22/+26
2015-10-07ash: shrink "umask -S" codeDenys Vlasenko1-17/+14
2015-10-07hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko2-25/+21
2015-10-07ash: a bunch of trivial simplificationsDenys Vlasenko1-35/+37
2015-10-07wget: make it possible to have both SSL helpers configuredDenys Vlasenko1-23/+53
2015-10-07ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALENDenys Vlasenko1-0/+4
2015-10-07ssl_helper: tweaks discovered while building 32-bit versionDenys Vlasenko3-4/+10
2015-10-07wget: make openssl/ssl_helper choice configurableDenys Vlasenko8-54/+623
2015-10-05qemu testing: extract_od_binary.sh: support huge files (and broken od)Denys Vlasenko1-1/+1
2015-10-05uudecode: tolerate text input with CR+LF line endsDenys Vlasenko2-13/+19
2015-10-05qemu testing: Do build brctl and ifplugd; force mips32 dialectDenys Vlasenko1-3/+8
2015-10-05qemu testing: fix hexdumping of binaryDenys Vlasenko1-1/+1
2015-10-05Aboriginal linux/musl build fixesDenys Vlasenko5-2/+81
2015-10-05Add qemu_multiarch_testing/Denys Vlasenko6-0/+193
2015-10-02awk: support "length" form of "length()". Closes 8371Denys Vlasenko2-48/+72
2015-10-01umount: always use umount2 syscall with specified flagsDenys Vlasenko1-4/+16
2015-09-21adduser: fix help textDenys Vlasenko1-1/+1
2015-09-21adduser: Add -k /path/to/skelBernhard Reutner-Fischer1-3/+8
2015-09-21i2c-tools: rename remaining definesBartosz Golaszewski1-23/+23
2015-09-21i2c-tools: remove duplicate definitionsBartosz Golaszewski1-100/+2
2015-09-19sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko2-4/+16
2015-09-15libbb: another unit test for is_suffixed_withTito Ragusa1-0/+1
2015-09-09modprobe: handle module arguments containing spacesPeter Korsgaard1-1/+33
2015-09-04ash: fix slash treatment in expmetaRon Yorston1-10/+13
2015-09-04hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko3-10/+42
2015-09-04Makefile.flags: survive a build system which has no pthreadDenys Vlasenko1-1/+6
2015-09-04ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko4-0/+8
2015-09-04ash: add tests adapted from hush glob tests. glob2.tests currently failsDenys Vlasenko8-0/+76
2015-08-25libbb: make is_suffixed_with() return pointer inside string, not key.Denys Vlasenko1-2/+3
2015-08-25libbb: add is_suffixed_with() functionBartosz Golaszewski2-0/+34
2015-08-25ping: fix recently introduced build breakage for non-optimizing buildsDenys Vlasenko1-1/+1
2015-08-25libbb: add a comment describing the way is_prefixed_with() worksBartosz Golaszewski1-0/+5
2015-08-25libbb: add unit tests for is_prefixed_with()Bartosz Golaszewski1-0/+19
2015-08-24login: don't print motd if .hushlogin exists in users homeSören Tempel1-1/+2
2015-08-24dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...Peter Korsgaard1-3/+5
2015-08-24ifupdown: 'prio' should have been 'metric' in static_up and static_up6Alex Dowad1-2/+2
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2015-08-24Merge setsockopt error messagesDenys Vlasenko3-6/+6
2015-08-24traceroute: fix help textDenys Vlasenko1-32/+34