aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2022-04-30seedrng: re-add fsync after unlink, and explain its purposeDenys Vlasenko1-1/+12
2022-04-30seedrng: include fiel/dir names in error messagesDenys Vlasenko1-3/+3
2022-04-30seedrng: use more xfuncs where appropriateDenys Vlasenko1-12/+12
2022-04-30seedrng: code shrinkDenys Vlasenko1-5/+5
2022-04-30seedrng: simplify read_new_seed() to not have error returnDenys Vlasenko1-14/+17
2022-04-30seedrng: prepare read_new_seed() to not need a "success" retvalDenys Vlasenko1-10/+12
2022-04-30seedrng: do not try to continue on unexpected errors (just exit)Denys Vlasenko1-38/+16
2022-04-30ifplugd: split -a into -a and -A, latter disables upping in iface creationDenys Vlasenko1-5/+7
2022-04-30win32: clarify documentation of is_relative_path()Ron Yorston1-3/+8
2022-04-30reset: applet should be NOEXEC for POSIXRon Yorston1-1/+2
2022-04-27seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file'sDenys Vlasenko1-9/+9
2022-04-27seedrng: shorten stringsDenys Vlasenko1-11/+11
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko1-8/+11
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko1-5/+5
2022-04-27seedrng: shrink --help textDenys Vlasenko1-3/+3
2022-04-27libbb: fix fallout from nth_string() robustification, closes 14726Denys Vlasenko1-1/+13