summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | config: add a comment to indicate WIN32 settingsRon Yorston2019-04-051-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-04-044-2325/+2191
|\|
| * vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"Denys Vlasenko2019-04-031-2/+2
| * vi: code shrinkDenys Vlasenko2019-04-031-7/+12
| * vi: avoid build failure in non-default caseRon Yorston2019-04-031-16/+16
| * fsync,sync: merge into one source moduleDenys Vlasenko2019-04-022-81/+61
| * fsync,sync: make them similarDenys Vlasenko2019-04-022-27/+25
| * ash: distinguish 'wait -n' from other bashismsRon Yorston2019-04-021-7/+8
| * vi: rename save_argc -> cmdline_filecntDenys Vlasenko2019-04-021-17/+16
| * vi: restore capability to remember insertion cmds for "."Denys Vlasenko2019-04-021-5/+6
| * vi: code shrinkDenys Vlasenko2019-04-011-7/+14
| * vi: convert more /**/ comments to //Denys Vlasenko2019-04-011-62/+56
| * vi: code shrinkDenys Vlasenko2019-04-011-30/+28
| * vi: use vsnprintf to format status lineDenys Vlasenko2019-04-011-27/+22
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-1508/+1407
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-276/+276
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-42/+42
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-74/+75
| * vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-260/+258
| * vi: fix ^Z not always working as intendedDenys Vlasenko2019-04-011-25/+17
| * vi: install SIGINT handler _after_ restart setjmp is initializedDenys Vlasenko2019-04-011-63/+52
* | win32: try to make working directory names consistentRon Yorston2019-04-023-1/+28
* | win32: track current directory of mapped drivesRon Yorston2019-04-011-4/+7
* | df: display origin of mapped driveRon Yorston2019-04-014-4/+12
* | win32: fix compilation error; update default configurationsRon Yorston2019-03-313-2/+5
* | Merge branch 'busybox' into mergeRon Yorston2019-03-3116-140/+299
|\|
| * blockdev: code shrinkDenys Vlasenko2019-03-301-81/+58
| * ip: Fix ip -o linkStefan Sørensen2019-03-301-2/+2
| * vi: allow manual screen update if SIGWINCH isn't supportedRon Yorston2019-03-301-0/+8
| * man: add "/usr/share/man" as another default MANPATH, fix col overrideDenys Vlasenko2019-03-301-20/+13
| * libbb: mark scripted_main() as externally visibleRon Yorston2019-03-302-1/+2
| * vi: code shrink, proper printf formatting for strlen()Denys Vlasenko2019-03-291-5/+6
| * hush: fix "wait -n" to wait for a _job_, not a _process_Denys Vlasenko2019-03-271-9/+22
| * ash: add "wait -n" bashismDenys Vlasenko2019-03-271-6/+47
| * ntpd: do not create pid file if not backgroundedDenys Vlasenko2019-03-271-2/+4
| * hush: add "wait -n" bashismDenys Vlasenko2019-03-261-1/+17
| * man: don't skip default path which appears in config fileRon Yorston2019-03-261-1/+5
| * ts: do call localtime() when neither -s nor -i specifiedDenys Vlasenko2019-03-261-1/+1
| * ts: use gettimeofday - we don't use nanoseconds hereDenys Vlasenko2019-03-261-13/+9
| * ts: replace overlapping strcpy with shorter codeDenys Vlasenko2019-03-261-1/+2
| * ts: fix incorrect (copy-pasted) copyright attributionDenys Vlasenko2019-03-261-4/+3
| * ts: new appletDenys Vlasenko2019-03-261-0/+88
| * do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko2019-03-178-11/+33
* | win32: improved support for c:path path namesRon Yorston2019-03-304-29/+92
* | win32: update implementation of setmntent(3)Ron Yorston2019-03-302-4/+7
* | win32: interpret absolute paths as relative to %SYSTEMDRIVE%Ron Yorston2019-03-286-1/+112
* | man: proper handling of default path and config fileRon Yorston2019-03-282-0/+8
* | man: don't skip default path which appears in config fileRon Yorston2019-03-281-1/+5
* | win32: share code to find root prefix of pathRon Yorston2019-03-234-51/+42
* | win32: improve filesystem detection and displayRon Yorston2019-03-206-11/+23