aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tar: add -k and -o to --helpDenys Vlasenko2018-03-161-3/+3
* tcpsvd: fix fallout from opt_complementary removalDenys Vlasenko2018-03-111-3/+8
* readprofile: code shrinkDenys Vlasenko2018-03-111-34/+33
* ntpd: choose initial FREQHOLD_cnt dynamicallyDenys Vlasenko2018-03-111-12/+54
* udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handlingDenys Vlasenko2018-03-111-5/+20
* ntpd: suppress in-kernel frequency correction in first 8 adjtimex callsDenys Vlasenko2018-03-101-11/+33
* udhcpd: fix "not dying on SIGTERM"Denys Vlasenko2018-03-107-34/+35
* remove stray newline in "iplink --help"Denys Vlasenko2018-03-081-1/+1
* ip: fix "ip -oneline a"Denys Vlasenko2018-03-081-1/+4
* ipcs: further code shrinkDenys Vlasenko2018-03-081-24/+23
* ipcs: code shrinkDenys Vlasenko2018-03-081-24/+15
* md5sum: use config help text similar to other "sum" toolsDenys Vlasenko2018-03-081-1/+1
* top: much faster cursor key navigation by avoiding process rescanDenys Vlasenko2018-03-071-6/+19
* top: do unsigned rather than signed division in do_stats()Denys Vlasenko2018-03-071-3/+4
* top: handle much larger VSZ valuesDenys Vlasenko2018-03-071-7/+5
* use gmtime_r() instead of gmtime()Denys Vlasenko2018-03-063-3/+8
* hush: code shrinkDenys Vlasenko2018-03-061-6/+7
* networking/interface.c: get rid of global dataDenys Vlasenko2018-03-051-85/+36
* networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko2018-03-053-27/+20
* networking/interface.c: code shrinkDenys Vlasenko2018-03-051-61/+76
* wget: fix fetching of https URLs with http proxyPeter Lloyd2018-03-051-4/+4
* make busybox more portableSean MacLennan2018-03-042-11/+9
* hush: fix a='a\\'; echo "${a%\\\\}"Denys Vlasenko2018-03-0210-3/+39
* shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.testsDenys Vlasenko2018-03-028-5/+50
* shell: two new tests, both fail for ash and hushDenys Vlasenko2018-03-028-0/+44
* libbb: Use return value from is_prefixed_with()Andy Shevchenko2018-02-271-3/+2
* tcpudp: shrink per-host rate-limiting codeDenys Vlasenko2018-02-273-20/+17
* less: accept -R option. Closes 10816Denys Vlasenko2018-02-271-1/+5
* lineedit: allow window size tracking to be disabledRon Yorston2018-02-252-4/+19
* df: do "rootfs" check soonerDenys Vlasenko2018-02-231-4/+5
* df: 4TB+ support on 32 bits archDenys Vlasenko2018-02-231-8/+15
* Fix install with hardlinks and a custom PREFIX. Closes 10801Denys Vlasenko2018-02-231-9/+9
* od: move address_fmt[] from data to globals. 8 less bytes in data sectionDenys Vlasenko2018-02-221-8/+10
* sort: fix potentially buggy use of OPT_STRDenys Vlasenko2018-02-221-12/+15
* sort: in -s handling, return 1/-1, not 1/0 compare resultDenys Vlasenko2018-02-221-2/+3
* libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko2018-02-213-4/+10
* sort: fix -s. Closes 10671Denys Vlasenko2018-02-211-12/+57
* iplink: implement support for selecting a master interfaceJan Luebbe2018-02-203-2/+41
* ip link: support "add TYPE vrf", improve --helpJan Luebbe2018-02-202-5/+76
* umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specifiedDenys Vlasenko2018-02-201-3/+5
* tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko2018-02-206-79/+68
* poweroff: add a config option for people needing VERY early poweroffDenys Vlasenko2018-02-191-0/+54
* mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platformsDenys Vlasenko2018-02-152-6/+6
* tls: remove redundant floor preventionDenys Vlasenko2018-02-141-2/+0
* ping: don't call monotonic_us twice per sending the pingDenys Vlasenko2018-02-131-10/+11
* ping: implement -A "adaptive ping"Denys Vlasenko2018-02-131-40/+60
* inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko2018-02-132-2/+10
* progress meter: add disabled code for a more stable ETADenys Vlasenko2018-02-132-0/+14
* hush: simplify process_command_subs()Denys Vlasenko2018-02-131-11/+9
* ash : fix double-quoted "\z" handlingDenys Vlasenko2018-02-135-6/+113