aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hush: add a comment where we differ from bash wrt heredoc EOF mark handlingDenys Vlasenko2018-04-013-15/+8
* parser: Fix backquote support in here-document EOF markDenys Vlasenko2018-04-015-0/+36
* ash,hush: handle a few more bkslash-newline casesDenys Vlasenko2018-04-0110-3/+53
* shells: fix var_LINENO1.tests false positive, add it to ash tests tooDenys Vlasenko2018-03-313-1/+15
* hush: fix heredoc_bkslash_newline1.tests failureDenys Vlasenko2018-03-311-35/+42
* ash: use pgetc_eatbnl() in more placesDenys Vlasenko2018-03-317-35/+191
* ash: 'nolog' and 'debug' options cause "$-" to wreak havocMartijn Dekker2018-03-311-1/+1
* stat: fix a typo: s/romfs/ramfs/, closes 10876Denys Vlasenko2018-03-311-1/+1
* hush: fix a signedness bugDenys Vlasenko2018-03-311-1/+1
* ash,hush: new test dollar_repl_slash_bash2.testsDenys Vlasenko2018-03-304-0/+6
* ash: fix "char == CTLfoo" comparison signedness bugDenys Vlasenko2018-03-301-3/+3
* ash: use F_DUPFD_CLOEXEC and O_CLOEXECDenys Vlasenko2018-03-301-9/+16
* examples/var_service: new example: dnsmasq serviceDenys Vlasenko2018-03-307-0/+165
* cpio: extract "unsafe" symlinks the same way tar/unzip doesNatanael Copa2018-03-301-0/+2
* svok: new applet (daemontools compat)Denys Vlasenko2018-03-303-7/+61
* ifplugd service example: always run up/down script on startupDenys Vlasenko2018-03-301-8/+9
* ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't dieStefan Agner2018-03-291-1/+1
* fbsplash: support configurable image positionPeter Korsgaard2018-03-291-9/+12
* grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko2018-03-292-1/+7
* fstrim: do not check that specified file is on a block deviceDenys Vlasenko2018-03-291-3/+11
* hush: add a FIXME commentDenys Vlasenko2018-03-281-0/+6
* ash,hush: fix "saved" redirected fds still visible in childrenDenys Vlasenko2018-03-2814-13/+92
* libbb: use BUILD_BUG_ON in utoa_to_buf()Denys Vlasenko2018-03-281-4/+3
* ifupdown: do not fail if interface disappears during ifdownKaarle Ritvanen2018-03-281-0/+6
* ioctl(SIOCGIFINDEX) does not require clearing of entire ifrDenys Vlasenko2018-03-273-3/+3
* netstat: produce numeric-ip output for non-resolved namesMark Marshall2018-03-271-2/+5
* ssl_client: fix option parsingRon Yorston2018-03-201-1/+1
* top: fix "warning: unused variable new_mask"Denys Vlasenko2018-03-191-1/+1
* tar: add -o and -k to short --help tooDenys Vlasenko2018-03-161-5/+5
* 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