aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | ash: improve CRLF handling in readRon Yorston2023-02-122-0/+40
* | ash: remove CRs from CRLF during field splittingRon Yorston2023-02-103-5/+40
* | ash: change CRLF handlingRon Yorston2023-02-073-7/+55
* | vi: introduce 'binary' option and '-b' flagRon Yorston2023-02-061-11/+35
* | vi: allow change of 'fileformat' optionRon Yorston2023-02-061-12/+23
* | Fix POSIX buildRon Yorston2023-02-042-2/+2
* | make: strip leading whitespace in shell assignmentRon Yorston2023-02-011-11/+28
* | ash: fix CRLF handlingRon Yorston2023-01-311-2/+7
* | libbb: fix CRLF handlingRon Yorston2023-01-312-4/+14
* | ash,make: fix CRLF handlingRon Yorston2023-01-302-2/+9
* | awk: CRLF handlingRon Yorston2023-01-302-19/+32
* | diff: improve --binary implementationRon Yorston2023-01-291-13/+7
* | win32: provide a default value for HOMERon Yorston2023-01-292-9/+19
* | diff: implement --binary flagRon Yorston2023-01-271-0/+25
* | win32: another stat(2) + access time fixRon Yorston2023-01-261-1/+1
* | make: enable pdpmake alias in default configurationRon Yorston2023-01-242-2/+2
* | make: allow building as pdpmake onlyRon Yorston2023-01-242-0/+2
* | win32: only count subdirectories if necessaryRon Yorston2023-01-234-3/+26
* | win32: limit setting of errno when lazy loading failsRon Yorston2023-01-221-3/+3
* | win32: reset errno in read_key()Ron Yorston2023-01-221-0/+1
* | win32: more minor improvements to stat(2)Ron Yorston2023-01-181-29/+26
* | win32: minor improvements to stat(2)Ron Yorston2023-01-171-9/+9
* | win32: use ACL check to clarify write permissionRon Yorston2023-01-161-27/+30
* | win32: fix permissions of read-only directoryRon Yorston2023-01-111-1/+1
* | win32: improve seeding of PRNGsRon Yorston2023-01-112-60/+10
* | awk: further improvements to randomnessRon Yorston2023-01-111-0/+15
* | awk: make random values more randomRon Yorston2023-01-061-2/+2
* | Annual update of copyright messageRon Yorston2023-01-051-1/+1
* | xargs: omit support for -oRon Yorston2023-01-051-3/+14
* | Merge branch 'busybox' into mergeRon Yorston2023-01-0527-182/+397
|\|
| * Start 1.37.0 development cycleDenys Vlasenko2023-01-031-2/+2
| * Bump version to 1.36.01_36_0Denys Vlasenko2023-01-031-1/+1
| * hush: code shrinkDenys Vlasenko2023-01-031-4/+9
| * ash: trivial code shrinkDenys Vlasenko2023-01-031-1/+1
| * xxd: use bb_simple_perror_msg... where appropriateDenys Vlasenko2023-01-031-2/+2
| * shell: fix compile failures in some configsDenys Vlasenko2023-01-034-15/+31
| * Makefile.flags: add resolv to LDLIBS for linux compilers too (not only gnu ones)Denys Vlasenko2023-01-021-0/+3
| * sed: fix double-free in FEATURE_CLEAN_UP=y configsDenys Vlasenko2023-01-021-4/+13
| * mv: fix error in !VERBOSE configsDenys Vlasenko2023-01-021-2/+2
| * libbb/loop: fix compile failure (name collision)Denys Vlasenko2023-01-021-2/+2
| * testsuite/sha1sum.tests: fix false positive failureDenys Vlasenko2023-01-021-0/+2
| * testsuite/tree.tests: fix false positive failureDenys Vlasenko2023-01-021-18/+20
| * xxd: fix use of non-initialized dataDenys Vlasenko2023-01-021-1/+2
| * xargs: implement -o, closes 15146Denys Vlasenko2022-12-221-34/+51
| * udhcpc6: fix binding to network aliasesDenys Vlasenko2022-12-151-4/+9
| * udhcp: add a few comments, no code changesDenys Vlasenko2022-12-152-0/+11
| * udhcpc6: use a different default config scriptDenys Vlasenko2022-12-152-3/+8
| * udhcpc6: align FF02__1_2[]Denys Vlasenko2022-12-153-5/+5
| * more: accept and ignore -eNatanael Copa2022-12-141-1/+2
| * udhcpc6: add some commentsDenys Vlasenko2022-12-142-12/+39