aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * vi: improvements to character search within lineRon Yorston2021-03-291-41/+39
| * vi: remember cursor column during vertical motionRon Yorston2021-03-291-3/+18
| * vi: 'G'/'M' commands move to first visible characterRon Yorston2021-03-291-0/+2
| * vi: don't overwrite existing fileRon Yorston2021-03-291-0/+7
| * vi: make buffer handling more vi-likeRon Yorston2021-03-291-89/+73
| * vi: code shrinkRon Yorston2021-03-291-9/+3
| * vi: fix word operations across line boundariesRon Yorston2021-03-291-7/+9
| * ntpd: code shrink (force not-inlining, stop returning structs)Denys Vlasenko2021-03-261-25/+25
| * timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko2021-03-236-6/+16
| * resume: write offset in /sys/power/resume_offsetDenys Vlasenko2021-03-201-1/+8
| * login: implement LOGIN_TIMEOUTDenys Vlasenko2021-03-191-3/+10
| * udhcpc: ignore zero-length DHCP options, take 2Denys Vlasenko2021-03-161-3/+3
| * udhcpc: ignore zero-length DHCP optionsRussell Senior2021-03-161-8/+18
| * echo: special case "echo --help": it should not show help textDenys Vlasenko2021-03-151-8/+22
| * decompress_gunzip: Fix DoS if gzip is corruptSamuel Sapalski2021-03-121-2/+10
| * hush: make LINENO selectable without BASH-COMPATDenys Vlasenko2021-03-101-5/+5
| * wget: new option FEATURE_WGET_FTP to enable/disable FTPSergey Ponomarev2021-03-091-15/+35
| * bloat-o-meter: avoid double countingRon Yorston2021-03-091-8/+13
| * start-stop-daemon: explain -x + -a testDenys Vlasenko2021-03-091-0/+5
| * ntpd: tweak commentsDenys Vlasenko2021-03-021-23/+9
| * ntpd: decrease INITIAL_SAMPLES from 4 to 3Denys Vlasenko2021-03-021-15/+12
| * vi: code shrinkDenys Vlasenko2021-03-011-18/+14
| * vi: restore 0 offset after :set noXXX commandAlison Winters2021-03-011-5/+5
* | win32: fix creation of symlinks in 64-bit Windows 7Ron Yorston2021-05-131-1/+1
* | libbb: special case for busybox --help is WIN32-onlyRon Yorston2021-04-091-1/+1
* | Update README.mdRon Yorston2021-03-171-1/+1
* | libbb: fix another tab-completion corner caseRon Yorston2021-03-171-0/+6
* | libbb: allow single-applet binary to buildRon Yorston2021-03-141-11/+10
* | build system: add support for 'make bloatcheck'Ron Yorston2021-03-103-11/+37
* | bloat-o-meter: avoid double countingRon Yorston2021-03-101-8/+13
* | winansi: fix ansi emulationRon Yorston2021-03-051-12/+13
* | Work around GNU Make bug involving shell built-insChristopher Wellons2021-03-041-1/+1
* | busybox: allow '--install' to install symlinksFRP-3902-g61e53aa93Ron Yorston2021-03-021-43/+39
* | ash: correctly identify applet in getopt() error messagesRon Yorston2021-03-021-0/+2
* | Post-merge build fixesRon Yorston2021-03-012-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-03-0121-330/+253
|\|
| * bc: typo fix in commentDenys Vlasenko2021-02-261-1/+1
| * dc: more docs in --helpDenys Vlasenko2021-02-261-13/+14
| * dc: document what non-GNU commands doDenys Vlasenko2021-02-261-5/+5
| * bc/dc: fix length(0) and length(0.000nnn) resultDenys Vlasenko2021-02-263-4/+23
| * dc: correct --help textDenys Vlasenko2021-02-261-2/+44
| * trylink: do not drop libs from CONFIG_EXTRA_LDLIBSDenys Vlasenko2021-02-233-10/+13
| * echo: do not assume that free() leaves errno unmodifiedNatanael Copa2021-02-231-5/+5
| * lineedit: support empty PATH entries in tab completionRon Yorston2021-02-231-6/+4
| * diff: code shrinkRon Yorston2021-02-221-1/+1
| * dnsd: check that we don't read past packetDenys Vlasenko2021-02-221-5/+12
| * udhcp: reuse stringsDenys Vlasenko2021-02-213-10/+14
| * ntpd: log responses to clients at log level 3Denys Vlasenko2021-02-211-0/+6
| * ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed tooDenys Vlasenko2021-02-211-52/+36
| * ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION codeDenys Vlasenko2021-02-211-182/+2