aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | win32: change stat(2) error code in certain casesRon Yorston2019-03-201-1/+0
* | winansi: more robust handling of invalid escape sequencesRon Yorston2019-03-191-34/+46
* | ash: rewrite PATH update to save a few bytesRon Yorston2019-03-181-12/+8
* | vi: improve reliability of pasted textRon Yorston2019-03-171-2/+2
* | vi: fix spurious error on opening file with CRLF line endingsRon Yorston2019-03-171-2/+5
* | Merge branch 'busybox' into mergeRon Yorston2019-03-163-6/+15
|\|
| * Fix off by one error in FAT16 <=> FAT32 detectionThomas Frauendorfer2019-03-151-1/+1
| * watch: support fractional -n SECDenys Vlasenko2019-03-122-5/+14
* | ash: enforce ';' separator in CDPATH and MANPATH variablesRon Yorston2019-03-161-11/+23
* | ash: set current working directory on startupRon Yorston2019-03-151-0/+7
* | win32: add function to convert slashes to backslashesRon Yorston2019-03-159-25/+29
* | lineedit: add a command to change backslashes to slashesRon Yorston2019-03-152-6/+7
* | win32: realpath(3): remove trailing slashRon Yorston2019-03-141-1/+4
* | su: canonicalise directory before elevating privilegesRon Yorston2019-03-141-5/+11
* | Update copyright dateRon Yorston2019-03-142-2/+2
* | win32: consolidate file metadata optionsRon Yorston2019-03-124-20/+6
* | win32: fix POSIX build (again)Ron Yorston2019-03-123-3/+9
* | Merge branch 'busybox' into mergeRon Yorston2019-03-1212-51/+55
|\|
| * xargs: mention -E STR in --helpDenys Vlasenko2019-03-101-7/+7
| * scripts/echo.c: resolve implicit declaration of function 'dup2'Nicolas Hüppelshäuser2019-03-051-0/+1
| * top: tweak --helpDenys Vlasenko2019-02-272-15/+8
| * udhcpc: don't exit after backgrounding on -n -bAndrey Mazo2019-02-272-2/+14
| * udhcpc: tweak --helpDenys Vlasenko2019-02-271-3/+3
| * ash: eval: avoid leaking memory associated with redirections. Closes 7748Ron Yorston2019-02-251-10/+4
| * du: don't count duplicate arguments. Closes 5288Ron Yorston2019-02-192-3/+3
| * ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5Denys Vlasenko2019-02-151-5/+4
| * dd: add 'oflag=append'Rostislav Skudnov2019-02-142-6/+11
* | ash: improve handling of UNC pathsRon Yorston2019-03-111-8/+35
* | win32: changes to user idsRon Yorston2019-03-105-32/+42