summaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-03vi: avoid build failure in non-default caseRon Yorston1-16/+16
2019-04-02fsync,sync: merge into one source moduleDenys Vlasenko2-81/+61
2019-04-02fsync,sync: make them similarDenys Vlasenko2-27/+25
2019-04-02ash: distinguish 'wait -n' from other bashismsRon Yorston1-7/+8
2019-04-02vi: rename save_argc -> cmdline_filecntDenys Vlasenko1-17/+16
2019-04-02vi: restore capability to remember insertion cmds for "."Denys Vlasenko1-5/+6
2019-04-02win32: try to make working directory names consistentRon Yorston3-1/+28
2019-04-01vi: code shrinkDenys Vlasenko1-7/+14
2019-04-01vi: convert more /**/ comments to //Denys Vlasenko1-62/+56
2019-04-01vi: code shrinkDenys Vlasenko1-30/+28
2019-04-01vi: use vsnprintf to format status lineDenys Vlasenko1-27/+22
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko1-1508/+1407
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko1-276/+276
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko1-42/+42
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko1-74/+75
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko1-260/+258
2019-04-01vi: fix ^Z not always working as intendedDenys Vlasenko1-25/+17
2019-04-01vi: install SIGINT handler _after_ restart setjmp is initializedDenys Vlasenko1-63/+52
2019-04-01win32: track current directory of mapped drivesRon Yorston1-4/+7
2019-04-01df: display origin of mapped driveRon Yorston4-4/+12
2019-03-31win32: fix compilation error; update default configurationsRon Yorston3-2/+5
2019-03-30blockdev: code shrinkDenys Vlasenko1-81/+58
2019-03-30ip: Fix ip -o linkStefan Sørensen1-2/+2
2019-03-30vi: allow manual screen update if SIGWINCH isn't supportedRon Yorston1-0/+8
2019-03-30man: add "/usr/share/man" as another default MANPATH, fix col overrideDenys Vlasenko1-20/+13
2019-03-30libbb: mark scripted_main() as externally visibleRon Yorston2-1/+2
2019-03-30win32: improved support for c:path path namesRon Yorston4-29/+92
2019-03-30win32: update implementation of setmntent(3)Ron Yorston2-4/+7
2019-03-29vi: code shrink, proper printf formatting for strlen()Denys Vlasenko1-5/+6
2019-03-28win32: interpret absolute paths as relative to %SYSTEMDRIVE%Ron Yorston6-1/+112
2019-03-28man: proper handling of default path and config fileRon Yorston2-0/+8
2019-03-28man: don't skip default path which appears in config fileRon Yorston1-1/+5
2019-03-27hush: fix "wait -n" to wait for a _job_, not a _process_Denys Vlasenko1-9/+22
2019-03-27ash: add "wait -n" bashismDenys Vlasenko1-6/+47
2019-03-27ntpd: do not create pid file if not backgroundedDenys Vlasenko1-2/+4
2019-03-26hush: add "wait -n" bashismDenys Vlasenko1-1/+17
2019-03-26man: don't skip default path which appears in config fileRon Yorston1-1/+5
2019-03-26ts: do call localtime() when neither -s nor -i specifiedDenys Vlasenko1-1/+1
2019-03-26ts: use gettimeofday - we don't use nanoseconds hereDenys Vlasenko1-13/+9
2019-03-26ts: replace overlapping strcpy with shorter codeDenys Vlasenko1-1/+2
2019-03-26ts: fix incorrect (copy-pasted) copyright attributionDenys Vlasenko1-4/+3