aboutsummaryrefslogtreecommitdiff
path: root/sysklogd (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-26libbb: restore special handling of nomsg errorsRon Yorston2-4/+4
2022-06-25Workaround for incomplete junctions created by PowerShellRon Yorston1-12/+32
2022-06-23win32: bug fix in fnmatch(3)Ron Yorston1-2/+5
2022-05-23win32: changes to stat(2) implementationFRP-4716-g31467ddfcRon Yorston1-15/+22
2022-05-23win32: code shrink fstat(2)Ron Yorston1-11/+8
2022-05-22win32: let stat(2) return correct st_size for symlinkRon Yorston1-5/+8
2022-05-22win32: code shrink readlink(2)Ron Yorston1-32/+12
2022-05-22win32: code shrink directory testsRon Yorston1-15/+19
2022-05-20ash: code shrinkRon Yorston1-46/+50
2022-05-19chattr,lsattr: improve help messagesRon Yorston3-6/+26
2022-05-19lsattr: distinguish between junctions and symlinksRon Yorston3-3/+47
2022-05-19win32: return reparse tag in struct statRon Yorston2-6/+15
2022-05-19chattr,lsattr: code shrinkRon Yorston4-51/+20
2022-05-18ash: restore special variables when replaced by localRon Yorston1-0/+4
2022-05-17jn: make junctions acceptable to WindowsRon Yorston1-5/+9
2022-05-16jn: new appletRon Yorston5-1/+172
2022-05-15win32: try to get link count for directoriesRon Yorston3-1/+36
2022-05-14win32: treat junctions as symlinksRon Yorston1-6/+13
2022-05-12top: improve large PID display in memory ('s') modeDenys Vlasenko1-1/+4
2022-05-12examples/var_service/dhcp_if: make helper scripts more talkativeDenys Vlasenko4-10/+16
2022-05-12Update default configurationRon Yorston2-2/+6
2022-05-11lineedit: case-insensitive matching for '~'Ron Yorston1-0/+4
2022-05-10win32: make default PATH more likely to workRon Yorston1-7/+10
2022-05-10top: code shrinkDenys Vlasenko1-11/+9
2022-05-10top: code shrinkDenys Vlasenko1-11/+14
2022-05-10top: fix display of large PID/PPIDDenys Vlasenko1-2/+28
2022-05-10ash: code shrinkRon Yorston1-2/+1
2022-05-08ash: export certain variables to the environment immediatelyRon Yorston6-6/+60
2022-05-07win32: fix 'cd' to symlink with relative path as targetRon Yorston1-1/+1
2022-05-07ash: don't set OLDPWD on startupRon Yorston1-1/+2
2022-05-06win32: allow preference for applets to be disabled at runtimeRon Yorston4-5/+61
2022-05-06win32: search PATH for missing Unix-style executablesRon Yorston4-59/+74
2022-05-05win32: better fix for empty environment variablesRon Yorston3-9/+75
2022-05-04win32: revert changes related to environment variablesRon Yorston2-12/+21
2022-05-03win32: new code to set empty environment variableRon Yorston1-12/+8
2022-05-03seedrng: do not hash in a constant string, it's not adding entropyDenys Vlasenko1-8/+8
2022-05-02seedrng: restore error check on fsyncDenys Vlasenko1-9/+12
2022-05-02seedrng: it's not a part of util-linux, move to miscutilsDenys Vlasenko1-0/+0
2022-05-02init: do not set HOMEDenys Vlasenko1-1/+5
2022-05-02tsort: new appletDavid Leonard3-1/+299
2022-05-02crond: implement support for setting PATH in crontab filesPaul Fox1-7/+16
2022-05-01style fixDenys Vlasenko7-9/+9
2022-05-01seedrng: manually inline seed_rngBernhard Reutner-Fischer1-21/+15
2022-05-01seedrng: shorten --help, assorted small cleanupsDenys Vlasenko1-11/+10
2022-05-01seedrng: reduce MAX_SEED_LEN from 512 to 256Denys Vlasenko1-1/+5
2022-05-01which,ash: changes to which/command/typeRon Yorston4-23/+67
2022-05-01seedrng: do not hash lengths, they are very predictableDenys Vlasenko1-3/+5
2022-05-01seedrng: code shrinkDenys Vlasenko1-8/+10
2022-05-01seedrng: explain why we need locking and fsync'ingDenys Vlasenko1-8/+18
2022-04-30seedrng: remove redundant assignmentDenys Vlasenko1-3/+3