aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-29vi: fix word operations across line boundariesRon Yorston1-7/+9
2021-03-26ntpd: code shrink (force not-inlining, stop returning structs)Denys Vlasenko1-25/+25
2021-03-23timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko6-6/+16
2021-03-20resume: write offset in /sys/power/resume_offsetDenys Vlasenko1-1/+8
2021-03-19login: implement LOGIN_TIMEOUTDenys Vlasenko1-3/+10
2021-03-16udhcpc: ignore zero-length DHCP options, take 2Denys Vlasenko1-3/+3
2021-03-16udhcpc: ignore zero-length DHCP optionsRussell Senior1-8/+18
2021-03-15echo: special case "echo --help": it should not show help textDenys Vlasenko1-8/+22
2021-03-12decompress_gunzip: Fix DoS if gzip is corruptSamuel Sapalski1-2/+10
2021-03-10hush: make LINENO selectable without BASH-COMPATDenys Vlasenko1-5/+5
2021-03-09wget: new option FEATURE_WGET_FTP to enable/disable FTPSergey Ponomarev1-15/+35
2021-03-09bloat-o-meter: avoid double countingRon Yorston1-8/+13
2021-03-09start-stop-daemon: explain -x + -a testDenys Vlasenko1-0/+5
2021-03-02ntpd: tweak commentsDenys Vlasenko1-23/+9
2021-03-02ntpd: decrease INITIAL_SAMPLES from 4 to 3Denys Vlasenko1-15/+12
2021-03-01vi: code shrinkDenys Vlasenko1-18/+14
2021-03-01vi: restore 0 offset after :set noXXX commandAlison Winters1-5/+5
2021-02-26bc: typo fix in commentDenys Vlasenko1-1/+1
2021-02-26dc: more docs in --helpDenys Vlasenko1-13/+14
2021-02-26dc: document what non-GNU commands doDenys Vlasenko1-5/+5
2021-02-26bc/dc: fix length(0) and length(0.000nnn) resultDenys Vlasenko3-4/+23
2021-02-26dc: correct --help textDenys Vlasenko1-2/+44
2021-02-23trylink: do not drop libs from CONFIG_EXTRA_LDLIBSDenys Vlasenko3-10/+13
2021-02-23echo: do not assume that free() leaves errno unmodifiedNatanael Copa1-5/+5
2021-02-23lineedit: support empty PATH entries in tab completionRon Yorston1-6/+4
2021-02-22diff: code shrinkRon Yorston1-1/+1
2021-02-22dnsd: check that we don't read past packetDenys Vlasenko1-5/+12
2021-02-21udhcp: reuse stringsDenys Vlasenko3-10/+14
2021-02-21ntpd: log responses to clients at log level 3Denys Vlasenko1-0/+6
2021-02-21ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed tooDenys Vlasenko1-52/+36
2021-02-21ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION codeDenys Vlasenko1-182/+2
2021-02-21ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" messageDenys Vlasenko1-1/+1
2021-02-20udhcpc: clarify bcast/unicast sends in logs, include server IDDenys Vlasenko1-8/+22
2021-02-18libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko3-10/+25
2021-02-18ash: placate -Werror=format-securityDenys Vlasenko3-3/+21
2021-02-15applets/usage_pod.c: placate gccDenys Vlasenko1-1/+1
2021-02-07Makefile.flags: fix the OS detection for libresolvMartin Kaiser1-1/+1
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston36-66/+69
2021-02-03libbb: code shrink fgets_strRon Yorston1-12/+5
2021-02-02nl: ensure '-b n' option displays file contentRon Yorston5-3/+67
2021-02-02cryptpw: typo in usage messageRon Yorston1-3/+3
2021-02-02vi: fix range selection by forward character motionRon Yorston1-6/+9
2021-02-02libbb: code shrink and speed up index_in_strings()Ron Yorston1-4/+10
2021-02-02libbb: code shrink and speed up find_applet_by_name()Ron Yorston1-79/+17
2021-02-02awk: allow printf('%c') to output NUL, closes 13486Ron Yorston2-3/+20
2021-02-02traceroute: fix option parsingDenys Vlasenko1-1/+1
2021-01-14update_passwd: fix context variableBernd Kuhls1-1/+1
2021-01-09ash: match bash behavior for ${empty_var/*/repl}Denys Vlasenko2-4/+4
2021-01-09ash: fix ${unset_var/pattern/repl}Denys Vlasenko3-1/+5
2021-01-06bc: code shrinkDenys Vlasenko1-2/+2