aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko2015-10-081-10/+19
* libiproute: use itoa() where appropriateDenys Vlasenko2015-10-089-61/+37
* join some common strings, -400 bytesDenys Vlasenko2015-10-0811-45/+45
* build system: -fno-builtin-printfDenys Vlasenko2015-10-0724-124/+127
* find: support "find . -delete" idiom - do not try rmdir(".")Denys Vlasenko2015-10-071-1/+4
* md5sum: code shrinkDenys Vlasenko2015-10-071-10/+6
* ash: use a more typical form of "print four octal digits" formatDenys Vlasenko2015-10-071-1/+1
* libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-0710-22/+26
* ash: shrink "umask -S" codeDenys Vlasenko2015-10-071-17/+14
* hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko2015-10-072-25/+21
* ash: a bunch of trivial simplificationsDenys Vlasenko2015-10-071-35/+37
* wget: make it possible to have both SSL helpers configuredDenys Vlasenko2015-10-071-23/+53
* ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALENDenys Vlasenko2015-10-071-0/+4
* ssl_helper: tweaks discovered while building 32-bit versionDenys Vlasenko2015-10-073-4/+10
* wget: make openssl/ssl_helper choice configurableDenys Vlasenko2015-10-078-54/+623
* qemu testing: extract_od_binary.sh: support huge files (and broken od)Denys Vlasenko2015-10-051-1/+1
* uudecode: tolerate text input with CR+LF line endsDenys Vlasenko2015-10-052-13/+19
* qemu testing: Do build brctl and ifplugd; force mips32 dialectDenys Vlasenko2015-10-051-3/+8
* qemu testing: fix hexdumping of binaryDenys Vlasenko2015-10-051-1/+1
* Aboriginal linux/musl build fixesDenys Vlasenko2015-10-055-2/+81
* Add qemu_multiarch_testing/Denys Vlasenko2015-10-056-0/+193
* awk: support "length" form of "length()". Closes 8371Denys Vlasenko2015-10-022-48/+72
* umount: always use umount2 syscall with specified flagsDenys Vlasenko2015-10-011-4/+16
* adduser: fix help textDenys Vlasenko2015-09-211-1/+1
* adduser: Add -k /path/to/skelBernhard Reutner-Fischer2015-09-211-3/+8
* i2c-tools: rename remaining definesBartosz Golaszewski2015-09-211-23/+23
* i2c-tools: remove duplicate definitionsBartosz Golaszewski2015-09-211-100/+2
* sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko2015-09-192-4/+16
* libbb: another unit test for is_suffixed_withTito Ragusa2015-09-151-0/+1
* modprobe: handle module arguments containing spacesPeter Korsgaard2015-09-091-1/+33
* ash: fix slash treatment in expmetaRon Yorston2015-09-041-10/+13
* hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko2015-09-043-10/+42
* Makefile.flags: survive a build system which has no pthreadDenys Vlasenko2015-09-041-1/+6
* ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko2015-09-044-0/+8
* ash: add tests adapted from hush glob tests. glob2.tests currently failsDenys Vlasenko2015-09-048-0/+76
* libbb: make is_suffixed_with() return pointer inside string, not key.Denys Vlasenko2015-08-251-2/+3
* libbb: add is_suffixed_with() functionBartosz Golaszewski2015-08-252-0/+34
* ping: fix recently introduced build breakage for non-optimizing buildsDenys Vlasenko2015-08-251-1/+1
* libbb: add a comment describing the way is_prefixed_with() worksBartosz Golaszewski2015-08-251-0/+5
* libbb: add unit tests for is_prefixed_with()Bartosz Golaszewski2015-08-251-0/+19
* login: don't print motd if .hushlogin exists in users homeSören Tempel2015-08-241-1/+2
* dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...Peter Korsgaard2015-08-241-3/+5
* ifupdown: 'prio' should have been 'metric' in static_up and static_up6Alex Dowad2015-08-241-2/+2
* libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-2416-61/+75
* Merge setsockopt error messagesDenys Vlasenko2015-08-243-6/+6
* traceroute: fix help textDenys Vlasenko2015-08-241-32/+34
* Makefile: add missing libraries to LDLIBSBartosz Golaszewski2015-08-171-9/+9
* unit-tests: remove code depending on WANT_TIMINGBartosz Golaszewski2015-08-171-27/+3
* unit-tests: remove unnecesary field from struct bbunit_listelemBartosz Golaszewski2015-08-172-2/+0
* arping: make help text clearerDenys Vlasenko2015-08-161-12/+11