aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* crond: build tweaksRon Yorston2026-05-031-2/+2
* Add crond and crontab (#561)mbartlett212026-05-032-8/+204
* Merge branch 'busybox' into mergeRon Yorston2026-03-112-60/+87
|\
| * less: unbreak EAGAIN propagationDenys Vlasenko2026-02-271-6/+12
| * less: make read error reporting actually visibleDenys Vlasenko2026-02-271-10/+19
| * less: improve O_NONBLOCK manipulations on stdinDenys Vlasenko2026-02-271-32/+44
| * less: do not retry reads of stdin if got EAGAINDenys Vlasenko2026-02-271-35/+35
| * *: placate warnings where strchr/strstr returns constant pointerDenys Vlasenko2026-02-151-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2026-02-123-24/+35
|\|
| * *: whitespace cleanupDenys Vlasenko2026-02-081-1/+0
| * *: use xasprintf_inplace() in more placesDenys Vlasenko2026-02-061-7/+7
| * man: fix following links if run inside manpage dirDenys Vlasenko2026-02-051-16/+28
* | Merge branch 'busybox' into mergeRon Yorston2026-02-102-8/+10
|\|
| * fdisk: several fixes for 4K sector sizeDenys Vlasenko2026-02-041-4/+6
| * devfsd: constify, code shrinkDenys Vlasenko2026-02-021-4/+4
* | make: bring into alignment with pdpmakeRon Yorston2026-01-261-2/+3
* | make: fix expansion of immediate-mode macrosRon Yorston2025-11-281-1/+5
* | make: override commands for single-colon target ruleRon Yorston2025-09-031-7/+30
* | Merge branch 'busybox' into mergeRon Yorston2025-08-151-1/+9
|\|
| * *: use safe_waitpid() or wait_any_nohang() where approppriateDenys Vlasenko2025-07-301-3/+7
| * crond: reap orphaned grandchildren to prevent zombie buildupValentin Lab2025-07-301-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2025-08-121-1/+1
|\|
| * libbb: crypt_make_pw_salt(): fix yescrypt's random salt last charDenys Vlasenko2025-07-191-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-08-101-1/+1
|\|
| * shell: fix race between signal handlers setting bb_got_signal and poll()Denys Vlasenko2025-07-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-05-192-2/+2
|\|
| * libbb/archival: make setup_unzip_on_fd() return bytes read if not compressedDenys Vlasenko2025-04-202-2/+2
* | make: fix detection of target rule with inline commandRon Yorston2025-01-221-2/+16
* | make: fix single-suffix inference rule regressionRon Yorston2025-01-211-3/+14
* | make: phony targets and double colon rulesRon Yorston2025-01-161-7/+12
* | make: minor tweaksRon Yorston2025-01-161-32/+37
* | make: support GNU/BSD suffixes and inference rulesRon Yorston2025-01-141-70/+193
* | make: .WAIT shoudn't have prerequisitesRon Yorston2024-10-231-1/+1
* | make: enforce restrictions on prerequisites/commandsRon Yorston2024-10-201-9/+45
* | make: changes to .DEFAULT/inference rulesRon Yorston2024-10-201-7/+18
* | make: fix test for empty command in inference ruleRon Yorston2024-10-201-1/+1
* | make: relax definition of comment lineRon Yorston2024-10-181-1/+1
* | make: improve chaining of implicit rulesRon Yorston2024-10-171-3/+19
* | make: look for PDPmakefileRon Yorston2024-10-171-10/+9
* | make: fix error reporting for included filesFRP-5467-g9376eebd8Ron Yorston2024-09-151-5/+6
* | make: fix test for include with no pathnamesRon Yorston2024-09-141-1/+1
* | make: handling of leading whitespace in makefilesRon Yorston2024-09-101-14/+16
* | make: reinstate conditional skipping of command linesRon Yorston2024-09-101-11/+11
* | make: duplicate makefile name recorded with commandRon Yorston2024-08-221-3/+12
* | win32: use 64-bit time on 32-bit platformsRon Yorston2024-08-141-2/+2
* | make: disallow inference rules for phony targetsRon Yorston2024-08-101-5/+8
* | make: allow empty commandsRon Yorston2024-08-081-10/+12
* | drop: use correct option when cmd.exe is used as shellRon Yorston2024-08-081-0/+2
* | drop: allow an alternative shell to be selectedRon Yorston2024-08-051-7/+16
* | make: allow pragmas to apply recursivelyRon Yorston2024-07-121-14/+55