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