aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* uname: Check for PROCESSOR_ARCHITECTURE_ARM as wellHEADmasterMartin Storsjö2025-12-081-0/+5
* ash: Extend ARM msvcrt workaround to 32 bit ARM tooMartin Storsjö2025-12-081-1/+1
* win32: add a config for 32-bit build with UnicodeRon Yorston2025-12-028-7/+1297
* win32: update UTF-8 manifestRon Yorston2025-12-011-5/+5
* make: fix expansion of immediate-mode macrosRon Yorston2025-11-282-1/+23
* win32: avoid failure when localtime() argument is out of rangeRon Yorston2025-11-262-2/+20
* ash: allow ctrl-c to interrupt read in minttyRon Yorston2025-11-231-19/+20
* mkdir: correctly report directory creationRon Yorston2025-11-221-2/+1
* Merge branch 'busybox' into mergemergeRon Yorston2025-11-1110-27/+46
|\
| * eject: fix missing -s option in trivial usagebusyboxDenys Vlasenko2025-11-081-1/+1
| * dd: fix overflow for very large count/seek/skip valuesDenys Vlasenko2025-11-082-9/+7
| * pgrep/pkill: fix -x to also match comm fieldDenys Vlasenko2025-11-081-4/+4
| * ls: restore functionality of --colorDenys Vlasenko2025-11-081-1/+1
| * lineedit: fix PS1='\W' for root directoryDenys Vlasenko2025-11-081-1/+1
| * last: fix ignoring the first login entryDenys Vlasenko2025-11-081-1/+1
| * busybox: optional --version supportDenys Vlasenko2025-10-132-4/+19
| * ntpd: set tmx.maxerror properly - avoid STA_UNSYNCDenys Vlasenko2025-10-111-5/+12
* | paste: fix output when file lengths differRon Yorston2025-11-103-0/+73
* | win32: allow use of /dev/ttyRon Yorston2025-11-102-10/+15
* | compress PNG icons moreViktor Szakats2025-11-072-0/+0
* | win32: allow the use of PNG format iconsRon Yorston2025-11-069-11/+42
* | manifest: integrate into resources.rc, reduce binary sizeViktor Szakats2025-11-064-58/+50
* | Further tweaks to make_single_applets.shRon Yorston2025-10-293-4/+13
* | Allow make_single_applets.sh to work for WindowsRon Yorston2025-10-271-2/+11
* | stty: drop 'rows' and 'columns' settingsFRP-5857-g3681e397fRon Yorston2025-10-102-5/+10
* | Merge branch 'busybox' into mergeRon Yorston2025-10-097-10/+39
|\|
| * nsenter,unshare: don't use xvfork_parent_waits_and_exits(), it SEGVs on ppc64leDenys Vlasenko2025-10-083-2/+25
| * cp: fix `cp -aT` overwriting symlink to directoriesDenys Vlasenko2025-10-071-1/+2
| * chrt: support passing `-p 0` to operate on selfDenys Vlasenko2025-10-071-3/+10
| * selinux: fix potential segfault in sestatusDenys Vlasenko2025-10-071-2/+2
| * vi: warn about range in ':!' commandDenys Vlasenko2025-10-071-0/+4
* | flock: enable by defaultRon Yorston2025-10-097-4/+148
* | win32: use RtlGenRandom for /dev/urandomRon Yorston2025-10-0913-306/+45
* | ash: output '^C' direct to consoleRon Yorston2025-10-081-1/+1
* | build system: adjust defaults for aarch64 buildRon Yorston2025-10-081-11/+11
* | build system: omit stack unwind tables in 32-bit buildsRon Yorston2025-10-061-1/+1
* | ash: output '^C' when wait builtin is interruptedRon Yorston2025-10-061-3/+13
* | Merge branch 'busybox' into mergeRon Yorston2025-10-063-10/+6
|\|
| * archival/libarchive: sanitize filenames on output (prevent control sequence a...Denys Vlasenko2025-09-242-3/+3
| * ash: change procargs() to match recent dash changeDenys Vlasenko2025-09-231-7/+3
* | ash: allow ctrl-c to interrupt wait in presence of trapRon Yorston2025-10-051-4/+21
* | ash: make ctrl-c trap handling closer to upstreamRon Yorston2025-10-051-12/+10
* | ash: allow wait builtin to be interruptedRon Yorston2025-10-031-11/+12
* | ash: wait builtin should blockRon Yorston2025-10-021-1/+1
* | Further mingw-w64/gcc build tweaksRon Yorston2025-10-022-1/+8
* | Allow building with older mingw-w64/gccRon Yorston2025-10-013-2/+7
* | win32: use correct errno for fopen() of directoryRon Yorston2025-09-191-1/+6
* | vi: warn about range in ':!' commandRon Yorston2025-09-191-0/+6
* | ls: restore functionality of --colorRon Yorston2025-09-161-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2025-09-114-35/+139
|\|