aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-31stat: fix a typo: s/romfs/ramfs/, closes 10876Denys Vlasenko
2018-03-31hush: fix a signedness bugDenys Vlasenko
2018-03-30ash,hush: new test dollar_repl_slash_bash2.testsDenys Vlasenko
2018-03-30ash: fix "char == CTLfoo" comparison signedness bugDenys Vlasenko
2018-03-30ash: use F_DUPFD_CLOEXEC and O_CLOEXECDenys Vlasenko
2018-03-30examples/var_service: new example: dnsmasq serviceDenys Vlasenko
2018-03-30cpio: extract "unsafe" symlinks the same way tar/unzip doesNatanael Copa
2018-03-30svok: new applet (daemontools compat)Denys Vlasenko
2018-03-30ifplugd service example: always run up/down script on startupDenys Vlasenko
2018-03-29ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't dieStefan Agner
2018-03-29fbsplash: support configurable image positionPeter Korsgaard
2018-03-29grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko
2018-03-29fstrim: do not check that specified file is on a block deviceDenys Vlasenko
2018-03-28hush: add a FIXME commentDenys Vlasenko
2018-03-28ash,hush: fix "saved" redirected fds still visible in childrenDenys Vlasenko
2018-03-28libbb: use BUILD_BUG_ON in utoa_to_buf()Denys Vlasenko
2018-03-28ifupdown: do not fail if interface disappears during ifdownKaarle Ritvanen
2018-03-27ioctl(SIOCGIFINDEX) does not require clearing of entire ifrDenys Vlasenko
2018-03-27netstat: produce numeric-ip output for non-resolved namesMark Marshall
2018-03-20ssl_client: fix option parsingRon Yorston
2018-03-19top: fix "warning: unused variable new_mask"Denys Vlasenko
2018-03-16tar: add -o and -k to short --help tooDenys Vlasenko
2018-03-16tar: add -k and -o to --helpDenys Vlasenko
2018-03-11tcpsvd: fix fallout from opt_complementary removalDenys Vlasenko
2018-03-11readprofile: code shrinkDenys Vlasenko
2018-03-11ntpd: choose initial FREQHOLD_cnt dynamicallyDenys Vlasenko
2018-03-11udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handlingDenys Vlasenko
2018-03-10ntpd: suppress in-kernel frequency correction in first 8 adjtimex callsDenys Vlasenko
2018-03-10udhcpd: fix "not dying on SIGTERM"Denys Vlasenko
2018-03-08remove stray newline in "iplink --help"Denys Vlasenko
2018-03-08ip: fix "ip -oneline a"Denys Vlasenko
2018-03-08ipcs: further code shrinkDenys Vlasenko
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