aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-30examples/var_service: new example: dnsmasq serviceDenys Vlasenko7-0/+165
2018-03-30cpio: extract "unsafe" symlinks the same way tar/unzip doesNatanael Copa1-0/+2
2018-03-30svok: new applet (daemontools compat)Denys Vlasenko3-7/+61
2018-03-30ifplugd service example: always run up/down script on startupDenys Vlasenko1-8/+9
2018-03-29ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't dieStefan Agner1-1/+1
2018-03-29fbsplash: support configurable image positionPeter Korsgaard1-9/+12
2018-03-29grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko2-1/+7
2018-03-29fstrim: do not check that specified file is on a block deviceDenys Vlasenko1-3/+11
2018-03-28hush: add a FIXME commentDenys Vlasenko1-0/+6
2018-03-28ash,hush: fix "saved" redirected fds still visible in childrenDenys Vlasenko14-13/+92
2018-03-28libbb: use BUILD_BUG_ON in utoa_to_buf()Denys Vlasenko1-4/+3
2018-03-28ifupdown: do not fail if interface disappears during ifdownKaarle Ritvanen1-0/+6
2018-03-27ioctl(SIOCGIFINDEX) does not require clearing of entire ifrDenys Vlasenko3-3/+3
2018-03-27netstat: produce numeric-ip output for non-resolved namesMark Marshall1-2/+5
2018-03-20ssl_client: fix option parsingRon Yorston1-1/+1
2018-03-19top: fix "warning: unused variable new_mask"Denys Vlasenko1-1/+1
2018-03-16tar: add -o and -k to short --help tooDenys Vlasenko1-5/+5
2018-03-16tar: add -k and -o to --helpDenys Vlasenko1-3/+3
2018-03-11tcpsvd: fix fallout from opt_complementary removalDenys Vlasenko1-3/+8
2018-03-11readprofile: code shrinkDenys Vlasenko1-34/+33
2018-03-11ntpd: choose initial FREQHOLD_cnt dynamicallyDenys Vlasenko1-12/+54
2018-03-11udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handlingDenys Vlasenko1-5/+20
2018-03-10ntpd: suppress in-kernel frequency correction in first 8 adjtimex callsDenys Vlasenko1-11/+33
2018-03-10udhcpd: fix "not dying on SIGTERM"Denys Vlasenko7-34/+35
2018-03-08remove stray newline in "iplink --help"Denys Vlasenko1-1/+1
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