aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/Config.src (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-16xargs: limit number of processes to 64Ron Yorston1-18/+4
2026-07-15win32: code shrink procps_scan()Ron Yorston3-28/+29
2026-07-15fix: procps_scan: do not confirm a process to be parent if either creation ti...Shun Zi1-4/+4
2026-07-15fix: procps_scan: compare process creation times to ensure ppid is realshunf43-16/+55
2026-07-14win32: workaround for overflow of 8.3 short name (2)Ron Yorston1-1/+1
2026-07-13win32: workaround for overflow of 8.3 short nameRon Yorston3-2/+36
2026-07-13xxd: allow '-p -c 0' to cause a single line to be outputRon Yorston2-2/+26
2026-07-08join: code shrink by making some variables "global"Denys Vlasenko1-50/+58
2026-07-08join: new appletRon Yorston2-0/+595
2026-07-06make: fix build with FEATURE_CLEAN_UP enabledRon Yorston1-0/+1
2026-07-06ash: fix out-of-bounds read in ifsbreakup()Sanghyun Park1-9/+15
2026-07-06join: re-add accidentally removed returnmbartlett212-0/+7
2026-07-06awk: fix printf "%o\n", -1Denys Vlasenko2-5/+7
2026-07-05join: code shrink (5)Ron Yorston1-10/+14
2026-07-05join: changesmbartlett212-38/+39
2026-07-03join: code shrink (4)Ron Yorston1-25/+26
2026-07-03join: code shrink (3)Ron Yorston1-22/+21
2026-07-03join: code shrink (2)Ron Yorston1-42/+25
2026-07-03svlogd: fix buffer overrunDenys Vlasenko1-2/+2
2026-07-03cmp: add KMG suffix for cmp -n MAXCOUNTAnubhav Kokane2-6/+36
2026-07-02rpm: respect BB_SYSTEMROOTRon Yorston5-12/+10
2026-07-02dpkg: update prefix (#603)mbartlett211-20/+53
2026-07-02awk: optimize 'print "no format specs here\n"' caseDenys Vlasenko1-20/+26
2026-07-02awk: fix printing of very large numbers with printf("%d")Denys Vlasenko2-89/+179
2026-07-02awk: rename variables in awk_printf(), no code changesDenys Vlasenko1-34/+36
2026-07-01awk: add '*' as a valid specifier for width and precision in printfDenys Vlasenko2-9/+111
2026-06-30ash: only report background jobs in root shellRon Yorston1-1/+1
2026-06-30ash: only copy jobtab if needed for job hackRon Yorston1-6/+9
2026-06-30join: code shrinkRon Yorston1-35/+17
2026-06-30build system: allow bloatcheck to work (a bit) for llvmRon Yorston1-1/+1
2026-06-26win32: tweak bitmap icon appearanceRon Yorston1-0/+0
2026-06-23win32: shrink bitmap iconsRon Yorston2-0/+0
2026-06-23sync: handle certain edge casesRon Yorston1-2/+9
2026-06-22test: fix POSIX buildRon Yorston1-0/+2
2026-06-22Fix the flags for stat (again) (#601)mbartlett216-30/+33
2026-06-19find: reset stat(2) flags before terminatingRon Yorston1-1/+7
2026-06-19find: skip check for execute when not neededmbartlett211-0/+25
2026-06-15df,lsattr: support Unix-like mount pointsmount_pointRon Yorston3-1/+24
2026-06-15win32: Unix-like support for volume mountsRon Yorston5-98/+229
2026-06-15ash: scan drives directly for 'pwd -a'Ron Yorston1-8/+6
2026-06-08win32: extend handling of virtual disksRon Yorston3-7/+20
2026-06-07win32: special treatment for virtual hard diskRon Yorston2-4/+14
2026-06-06win32: update current directory to target of symlinkRon Yorston1-0/+4
2026-06-06win32: avoid problems with forward slashes in path to cmd.exeRon Yorston1-3/+5
2026-06-05lsattr: clarify output for reparse/mount pointsRon Yorston2-4/+4
2026-06-04win32: special treatment for mounted volumesRon Yorston1-0/+9
2026-05-31ash: don't treat process substitutions as background jobsRon Yorston1-3/+7
2026-05-26stty: code shrinkRon Yorston2-4/+12
2026-05-24ash: read built-in should respect stty -echoRon Yorston1-1/+11
2026-05-22win32: fix incorrect change to tcgetattr()Ron Yorston1-1/+1