aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-13less: switch off nonblock on kbd_fd before exitDenys Vlasenko
2016-09-13less: fall back to using fd #1 for keyboard reading. Closes 9231Denys Vlasenko
2016-09-07mdev: create devices from /sys/devDenys Vlasenko
2016-09-07sendmail: make it possible to pause after connection helper is startedDenys Vlasenko
2016-09-06volume_id: Add support for UBIFSSerj Kalichev
2016-09-05libbb/xwrite: print errno on "short write" errorsDenys Vlasenko
2016-09-01libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bitsDenys Vlasenko
2016-09-01*: placate some compile warnings on OSXDenys Vlasenko
2016-09-01sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko
2016-08-31wget: treat 201,202,203 as success codes too. Closes 9211Denys Vlasenko
2016-08-29sha3sum: fix config text (it's no longer only 512-bit)Denys Vlasenko
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko
2016-08-26hexdump: fix numerous bugs in handling of backslashesDenys Vlasenko
2016-08-26udhcpc: Unconditionally call deconfig script, not only if lease is activePeter Korsgaard
2016-08-23build system: always rewrite NUM_APPLETS.hDenys Vlasenko
2016-08-23fdisk: tweak some messagesDenys Vlasenko
2016-08-23fdisk: print much less cryptic partition tableDenys Vlasenko
2016-08-22man: fix parsing of "DEFINE pager xyz". Closes 8976Denys Vlasenko
2016-08-22init: fix for FreeBSD console opening. Closes 9031Denys Vlasenko
2016-08-22unshare: --network should be --net. Closes 9116Denys Vlasenko
2016-08-22docs: Update filenames in keep_data_small.txtKang-Che Sung
2016-08-22hush: fix "redirects can close script fd" bugDenys Vlasenko
2016-08-21build system: different fix for include/applet_tables.h/include/NUM_APPLETS.hDenys Vlasenko
2016-08-21wget/ssl_helper: update to wolfssl-3.9.8Denys Vlasenko
2016-08-20hush: do not leak script fds into NOEXEC childrenDenys Vlasenko
2016-08-20hush: bit better comments in redirect code. No logic changesDenys Vlasenko
2016-08-19hush: `cmd` and arithmetic also need the fix for FILE rewindDenys Vlasenko
2016-08-19hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko
2016-08-19top: move free(prev_hist) out of signal pathDenys Vlasenko
2016-08-16ifplugd: if SIOCSIFFLAGS fails with ENODEV, don't dieDenys Vlasenko
2016-08-16less: fix bracket search to match behavior of less 481Denys Vlasenko
2016-08-16less: fix SEGVDenys Vlasenko
2016-08-15gzip: add test that checks that -9 compresses better than -1Natanael Copa
2016-08-15gzip: fix compression level bug. Closes 9131Natanael Copa
2016-08-14lineedit: trivial codeshrink for vi-modeNatanael Copa
2016-08-14build system: fix include/NUM_APPLETS.h generationDenys Vlasenko
2016-08-14libiproute: eliminate some redundant zero storesDenys Vlasenko
2016-08-14ip: fix an improper optimization: req.r.rtm_scope may be nonzero hereDenys Vlasenko
2016-08-13cp: fix -i for POSIX mode. Closes 9106Denys Vlasenko
2016-08-01ntpd: respond only to client and symmetric active packetsMiroslav Lichvar
2016-07-30service/fw example: do not ruin $if[], use different nameDenys Vlasenko
2016-07-25wget: run s_client helper with -servername HOSTDenys Vlasenko
2016-07-25ssl_helper.sh: strip was invoked incorrectlyDenys Vlasenko
2016-07-25var_service/fw: optionally flush all netdevs; optionally prefer one 0/0 routingDenys Vlasenko
2016-07-25ash: fix handling of ${VAR: -2}Denys Vlasenko
2016-07-22config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko
2016-07-21hush: fix a possible bugDenys Vlasenko
2016-07-19typo fixesDenys Vlasenko
2016-07-16ash: do not leave SIGQUIT ignored on "exec CMD"Denys Vlasenko
2016-07-14cp: make verbose cp show symlink copies tooDenys Vlasenko