| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | config: add a comment to indicate WIN32 settings | Ron Yorston | 2019-04-05 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-04-04 | 4 | -2325/+2191 |
|\| |
|
| * | vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi" | Denys Vlasenko | 2019-04-03 | 1 | -2/+2 |
| * | vi: code shrink | Denys Vlasenko | 2019-04-03 | 1 | -7/+12 |
| * | vi: avoid build failure in non-default case | Ron Yorston | 2019-04-03 | 1 | -16/+16 |
| * | fsync,sync: merge into one source module | Denys Vlasenko | 2019-04-02 | 2 | -81/+61 |
| * | fsync,sync: make them similar | Denys Vlasenko | 2019-04-02 | 2 | -27/+25 |
| * | ash: distinguish 'wait -n' from other bashisms | Ron Yorston | 2019-04-02 | 1 | -7/+8 |
| * | vi: rename save_argc -> cmdline_filecnt | Denys Vlasenko | 2019-04-02 | 1 | -17/+16 |
| * | vi: restore capability to remember insertion cmds for "." | Denys Vlasenko | 2019-04-02 | 1 | -5/+6 |
| * | vi: code shrink | Denys Vlasenko | 2019-04-01 | 1 | -7/+14 |
| * | vi: convert more /**/ comments to // | Denys Vlasenko | 2019-04-01 | 1 | -62/+56 |
| * | vi: code shrink | Denys Vlasenko | 2019-04-01 | 1 | -30/+28 |
| * | vi: use vsnprintf to format status line | Denys Vlasenko | 2019-04-01 | 1 | -27/+22 |
| * | vi: rearrange functions, no logic changes | Denys Vlasenko | 2019-04-01 | 1 | -1508/+1407 |
| * | vi: rearrange functions, no logic changes | Denys Vlasenko | 2019-04-01 | 1 | -276/+276 |
| * | vi: rearrange functions, no logic changes | Denys Vlasenko | 2019-04-01 | 1 | -42/+42 |
| * | vi: rearrange functions, no logic changes | Denys Vlasenko | 2019-04-01 | 1 | -74/+75 |
| * | vi: rearrange functions, no logic changes | Denys Vlasenko | 2019-04-01 | 1 | -260/+258 |
| * | vi: fix ^Z not always working as intended | Denys Vlasenko | 2019-04-01 | 1 | -25/+17 |
| * | vi: install SIGINT handler _after_ restart setjmp is initialized | Denys Vlasenko | 2019-04-01 | 1 | -63/+52 |
* | | win32: try to make working directory names consistent | Ron Yorston | 2019-04-02 | 3 | -1/+28 |
* | | win32: track current directory of mapped drives | Ron Yorston | 2019-04-01 | 1 | -4/+7 |
* | | df: display origin of mapped drive | Ron Yorston | 2019-04-01 | 4 | -4/+12 |
* | | win32: fix compilation error; update default configurations | Ron Yorston | 2019-03-31 | 3 | -2/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-03-31 | 16 | -140/+299 |
|\| |
|
| * | blockdev: code shrink | Denys Vlasenko | 2019-03-30 | 1 | -81/+58 |
| * | ip: Fix ip -o link | Stefan Sørensen | 2019-03-30 | 1 | -2/+2 |
| * | vi: allow manual screen update if SIGWINCH isn't supported | Ron Yorston | 2019-03-30 | 1 | -0/+8 |
| * | man: add "/usr/share/man" as another default MANPATH, fix col override | Denys Vlasenko | 2019-03-30 | 1 | -20/+13 |
| * | libbb: mark scripted_main() as externally visible | Ron Yorston | 2019-03-30 | 2 | -1/+2 |
| * | vi: code shrink, proper printf formatting for strlen() | Denys Vlasenko | 2019-03-29 | 1 | -5/+6 |
| * | hush: fix "wait -n" to wait for a _job_, not a _process_ | Denys Vlasenko | 2019-03-27 | 1 | -9/+22 |
| * | ash: add "wait -n" bashism | Denys Vlasenko | 2019-03-27 | 1 | -6/+47 |
| * | ntpd: do not create pid file if not backgrounded | Denys Vlasenko | 2019-03-27 | 1 | -2/+4 |
| * | hush: add "wait -n" bashism | Denys Vlasenko | 2019-03-26 | 1 | -1/+17 |
| * | man: don't skip default path which appears in config file | Ron Yorston | 2019-03-26 | 1 | -1/+5 |
| * | ts: do call localtime() when neither -s nor -i specified | Denys Vlasenko | 2019-03-26 | 1 | -1/+1 |
| * | ts: use gettimeofday - we don't use nanoseconds here | Denys Vlasenko | 2019-03-26 | 1 | -13/+9 |
| * | ts: replace overlapping strcpy with shorter code | Denys Vlasenko | 2019-03-26 | 1 | -1/+2 |
| * | ts: fix incorrect (copy-pasted) copyright attribution | Denys Vlasenko | 2019-03-26 | 1 | -4/+3 |
| * | ts: new applet | Denys Vlasenko | 2019-03-26 | 1 | -0/+88 |
| * | do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings | Denys Vlasenko | 2019-03-17 | 8 | -11/+33 |
* | | win32: improved support for c:path path names | Ron Yorston | 2019-03-30 | 4 | -29/+92 |
* | | win32: update implementation of setmntent(3) | Ron Yorston | 2019-03-30 | 2 | -4/+7 |
* | | win32: interpret absolute paths as relative to %SYSTEMDRIVE% | Ron Yorston | 2019-03-28 | 6 | -1/+112 |
* | | man: proper handling of default path and config file | Ron Yorston | 2019-03-28 | 2 | -0/+8 |
* | | man: don't skip default path which appears in config file | Ron Yorston | 2019-03-28 | 1 | -1/+5 |
* | | win32: share code to find root prefix of path | Ron Yorston | 2019-03-23 | 4 | -51/+42 |
* | | win32: improve filesystem detection and display | Ron Yorston | 2019-03-20 | 6 | -11/+23 |