aboutsummaryrefslogtreecommitdiff
path: root/editors (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-04Fix POSIX buildRon Yorston2-2/+2
2023-02-01make: strip leading whitespace in shell assignmentRon Yorston1-11/+28
2023-01-31ash: fix CRLF handlingRon Yorston1-2/+7
2023-01-31libbb: fix CRLF handlingRon Yorston2-4/+14
2023-01-30hush: restore SIGHUP handling, this time explain why we do what we doDenys Vlasenko1-20/+28
2023-01-30hush: restore tty pgrp on SIGHUPDenys Vlasenko1-5/+8
2023-01-30hush: remove special handling of SIGHUPDenys Vlasenko1-18/+20
2023-01-30ash,make: fix CRLF handlingRon Yorston2-2/+9
2023-01-30awk: CRLF handlingRon Yorston2-19/+32
2023-01-29diff: improve --binary implementationRon Yorston1-13/+7
2023-01-29win32: provide a default value for HOMERon Yorston2-9/+19
2023-01-27diff: implement --binary flagRon Yorston1-0/+25
2023-01-26shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko3-10/+20
2023-01-26win32: another stat(2) + access time fixRon Yorston1-1/+1
2023-01-24make: enable pdpmake alias in default configurationRon Yorston2-2/+2
2023-01-24nmeter: increase maximum /proc file size (needed for large machines)Denys Vlasenko1-3/+6
2023-01-24make: allow building as pdpmake onlyRon Yorston2-0/+2
2023-01-23win32: only count subdirectories if necessaryRon Yorston4-3/+26
2023-01-22win32: limit setting of errno when lazy loading failsRon Yorston1-3/+3
2023-01-22win32: reset errno in read_key()Ron Yorston1-0/+1
2023-01-18ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)Denys Vlasenko1-1/+1
2023-01-18ntpd: fold d_to_tv() into its only callerDenys Vlasenko1-8/+10
2023-01-18win32: more minor improvements to stat(2)Ron Yorston1-29/+26
2023-01-17ntpd: correct fixed->float conversions of fractionsDenys Vlasenko1-4/+4
2023-01-17ntpd: make NTP client and server Y2036/2038-readyMiroslav Lichvar1-3/+11
2023-01-17win32: minor improvements to stat(2)Ron Yorston1-9/+9
2023-01-16win32: use ACL check to clarify write permissionRon Yorston1-27/+30
2023-01-11win32: fix permissions of read-only directoryRon Yorston1-1/+1
2023-01-11win32: improve seeding of PRNGsRon Yorston2-60/+10
2023-01-11awk: further improvements to randomnessRon Yorston1-0/+15
2023-01-06awk: make random values more randomRon Yorston1-2/+2
2023-01-05ed: don't use memcpy with overlapping memory regionsSören Tempel1-1/+1
2023-01-05Annual update of copyright messageRon Yorston1-1/+1
2023-01-05xargs: omit support for -oRon Yorston1-3/+14
2023-01-03Start 1.37.0 development cycleDenys Vlasenko1-2/+2
2023-01-03Bump version to 1.36.01_36_0Denys Vlasenko1-1/+1
2023-01-03hush: code shrinkDenys Vlasenko1-4/+9
2023-01-03ash: trivial code shrinkDenys Vlasenko1-1/+1
2023-01-03xxd: use bb_simple_perror_msg... where appropriateDenys Vlasenko1-2/+2
2023-01-03shell: fix compile failures in some configsDenys Vlasenko4-15/+31
2023-01-02Makefile.flags: add resolv to LDLIBS for linux compilers too (not only gnu ones)Denys Vlasenko1-0/+3
2023-01-02sed: fix double-free in FEATURE_CLEAN_UP=y configsDenys Vlasenko1-4/+13
2023-01-02mv: fix error in !VERBOSE configsDenys Vlasenko1-2/+2
2023-01-02libbb/loop: fix compile failure (name collision)Denys Vlasenko1-2/+2
2023-01-02testsuite/sha1sum.tests: fix false positive failureDenys Vlasenko1-0/+2
2023-01-02testsuite/tree.tests: fix false positive failureDenys Vlasenko1-18/+20
2023-01-02xxd: fix use of non-initialized dataDenys Vlasenko1-1/+2
2022-12-31win32: revised implementation of setlinebuf(3)Ron Yorston1-1/+1
2022-12-30libbb: speed up bb_get_chunk_from_file()Ron Yorston1-0/+9
2022-12-30win32: speed up getc(3) wrapperRon Yorston1-2/+2