aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * hush: remove special handling of SIGHUPDenys Vlasenko2023-01-301-18/+20
| * shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko2023-01-263-10/+20
| * nmeter: increase maximum /proc file size (needed for large machines)Denys Vlasenko2023-01-241-3/+6
| * ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)Denys Vlasenko2023-01-181-1/+1
| * ntpd: fold d_to_tv() into its only callerDenys Vlasenko2023-01-181-8/+10
| * ntpd: correct fixed->float conversions of fractionsDenys Vlasenko2023-01-171-4/+4
| * ntpd: make NTP client and server Y2036/2038-readyMiroslav Lichvar2023-01-171-3/+11
| * ed: don't use memcpy with overlapping memory regionsSören Tempel2023-01-051-1/+1
* | 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