aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-08ip: fix "ip -oneline a"Denys Vlasenko1-1/+4
2018-03-08ipcs: further code shrinkDenys Vlasenko1-24/+23
2018-03-08ipcs: code shrinkDenys Vlasenko1-24/+15
2018-03-08md5sum: use config help text similar to other "sum" toolsDenys Vlasenko1-1/+1
2018-03-07top: much faster cursor key navigation by avoiding process rescanDenys Vlasenko1-6/+19
2018-03-07top: do unsigned rather than signed division in do_stats()Denys Vlasenko1-3/+4
2018-03-07top: handle much larger VSZ valuesDenys Vlasenko1-7/+5
2018-03-06use gmtime_r() instead of gmtime()Denys Vlasenko3-3/+8
2018-03-06hush: code shrinkDenys Vlasenko1-6/+7
2018-03-05networking/interface.c: get rid of global dataDenys Vlasenko1-85/+36
2018-03-05networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko3-27/+20
2018-03-05networking/interface.c: code shrinkDenys Vlasenko1-61/+76
2018-03-05wget: fix fetching of https URLs with http proxyPeter Lloyd1-4/+4
2018-03-04make busybox more portableSean MacLennan2-11/+9
2018-03-02hush: fix a='a\\'; echo "${a%\\\\}"Denys Vlasenko10-3/+39
2018-03-02shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.testsDenys Vlasenko8-5/+50
2018-03-02shell: two new tests, both fail for ash and hushDenys Vlasenko8-0/+44
2018-02-27libbb: Use return value from is_prefixed_with()Andy Shevchenko1-3/+2
2018-02-27tcpudp: shrink per-host rate-limiting codeDenys Vlasenko3-20/+17
2018-02-27less: accept -R option. Closes 10816Denys Vlasenko1-1/+5
2018-02-25lineedit: allow window size tracking to be disabledRon Yorston2-4/+19
2018-02-23df: do "rootfs" check soonerDenys Vlasenko1-4/+5
2018-02-23df: 4TB+ support on 32 bits archDenys Vlasenko1-8/+15
2018-02-23Fix install with hardlinks and a custom PREFIX. Closes 10801Denys Vlasenko1-9/+9
2018-02-22od: move address_fmt[] from data to globals. 8 less bytes in data sectionDenys Vlasenko1-8/+10
2018-02-22sort: fix potentially buggy use of OPT_STRDenys Vlasenko1-12/+15
2018-02-22sort: in -s handling, return 1/-1, not 1/0 compare resultDenys Vlasenko1-2/+3
2018-02-21libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko3-4/+10
2018-02-21sort: fix -s. Closes 10671Denys Vlasenko1-12/+57
2018-02-20iplink: implement support for selecting a master interfaceJan Luebbe3-2/+41
2018-02-20ip link: support "add TYPE vrf", improve --helpJan Luebbe2-5/+76
2018-02-20umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specifiedDenys Vlasenko1-3/+5
2018-02-20tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko6-79/+68
2018-02-19poweroff: add a config option for people needing VERY early poweroffDenys Vlasenko1-0/+54
2018-02-15mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platformsDenys Vlasenko2-6/+6
2018-02-14tls: remove redundant floor preventionDenys Vlasenko1-2/+0
2018-02-13ping: don't call monotonic_us twice per sending the pingDenys Vlasenko1-10/+11
2018-02-13ping: implement -A "adaptive ping"Denys Vlasenko1-40/+60
2018-02-13inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko2-2/+10
2018-02-13progress meter: add disabled code for a more stable ETADenys Vlasenko2-0/+14
2018-02-13hush: simplify process_command_subs()Denys Vlasenko1-11/+9
2018-02-13ash : fix double-quoted "\z" handlingDenys Vlasenko5-6/+113
2018-02-12wget: more thorough sanitization of other side's dataDenys Vlasenko1-31/+55
2018-02-12testsuite: update busybox and bzcat testsRon Yorston2-14/+12
2018-02-11cp: fix option handling in non-longopt configDenys Vlasenko1-1/+5
2018-02-11arping: code shrinkDenys Vlasenko1-19/+20
2018-02-11libbb: introduce and use bb_getsockname()Denys Vlasenko6-20/+29
2018-02-11arping: move packet buffer, sigset and struct ifreq to malloced "globals"Denys Vlasenko1-41/+34
2018-02-11arping: fix the case when inherited signal mask masks out ALRMDenys Vlasenko1-7/+16
2018-02-11arping: change a few message strings to be closer to iputils arpingDenys Vlasenko1-7/+8