aboutsummaryrefslogtreecommitdiff
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko7-90/+143
2016-08-26hexdump: fix numerous bugs in handling of backslashesDenys Vlasenko1-20/+31
2016-08-26udhcpc: Unconditionally call deconfig script, not only if lease is activePeter Korsgaard2-6/+16
2016-08-23build system: always rewrite NUM_APPLETS.hDenys Vlasenko1-10/+11
2016-08-23fdisk: tweak some messagesDenys Vlasenko1-19/+24
2016-08-23fdisk: print much less cryptic partition tableDenys Vlasenko1-87/+103
2016-08-22man: fix parsing of "DEFINE pager xyz". Closes 8976Denys Vlasenko1-2/+2
2016-08-22init: fix for FreeBSD console opening. Closes 9031Denys Vlasenko1-0/+5
2016-08-22unshare: --network should be --net. Closes 9116Denys Vlasenko1-2/+2
2016-08-22docs: Update filenames in keep_data_small.txtKang-Che Sung1-2/+2
2016-08-22hush: fix "redirects can close script fd" bugDenys Vlasenko4-69/+186
2016-08-21build system: different fix for include/applet_tables.h/include/NUM_APPLETS.hDenys Vlasenko1-3/+16
2016-08-21wget/ssl_helper: update to wolfssl-3.9.8Denys Vlasenko3-0/+52
2016-08-20hush: do not leak script fds into NOEXEC childrenDenys Vlasenko1-10/+68
2016-08-20hush: bit better comments in redirect code. No logic changesDenys Vlasenko1-11/+38
2016-08-19hush: `cmd` and arithmetic also need the fix for FILE rewindDenys Vlasenko1-32/+39
2016-08-19hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko3-5/+25
2016-08-19top: move free(prev_hist) out of signal pathDenys Vlasenko1-6/+6
2016-08-16ifplugd: if SIOCSIFFLAGS fails with ENODEV, don't dieDenys Vlasenko1-2/+6
2016-08-16less: fix bracket search to match behavior of less 481Denys Vlasenko1-9/+18
2016-08-16less: fix SEGVDenys Vlasenko1-2/+6