aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: work around problem with ConEmuRon Yorston2023-02-191-1/+3
* win32: only change console mode if necessaryRon Yorston2023-02-191-7/+10
* ash: only reset ANSI emulation in interactive loopRon Yorston2023-02-191-3/+3
* ash: skip CR when detecting end of here documentFRP-4882-g6e0a6b7e5Ron Yorston2023-02-151-1/+1
* win32: skip ACL check in stat(2) when running as rootFRP-4881-ga6c5fd4ebRon Yorston2023-02-131-1/+2
* Merge branch 'busybox' into mergeRon Yorston2023-02-136-41/+77
|\
| * hush: restore SIGHUP handling, this time explain why we do what we doDenys Vlasenko2023-01-301-20/+28
| * hush: restore tty pgrp on SIGHUPDenys Vlasenko2023-01-301-5/+8
| * 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