summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | winansi: support escape sequence to set window titleRon Yorston2019-03-091-12/+32
* | su: change title of console windowRon Yorston2019-03-094-2/+23
* | win32: add a function to detect running with elevated privilegesRon Yorston2019-03-093-0/+22
* | su: work when binary has a UNC pathRon Yorston2019-03-091-1/+11
* | win32: extend normalisation of paths in realpath(3)Ron Yorston2019-03-081-2/+20
* | su, wget: use magic '--busybox' flagRon Yorston2019-03-082-6/+4
* | ash, su: add -d flag to set directory in ash, use it in suRon Yorston2019-03-082-5/+35
* | su: add a basic implementation for WIN32Ron Yorston2019-03-074-2/+55
* | win32: canonicalize path in chdir(2)Ron Yorston2019-03-062-0/+15
* | win32: implement readlink(2)Ron Yorston2019-03-067-9/+92
* | win32: let realpath(3) succeed on WinXP/ReactOSRon Yorston2019-03-061-8/+14
* | win32: drop argument from err_win_to_posix()Ron Yorston2019-03-064-10/+10
* | win32: improved results for symlinks from stat(2)Ron Yorston2019-03-051-36/+56
* | win32: change handling of trailing slashes in stat(2)Ron Yorston2019-03-041-40/+11
* | win32: simplify utimes(2) implementationRon Yorston2019-03-041-31/+6
* | ls: use correct column width for WIN32 inodesRon Yorston2019-03-041-0/+4
* | win32: let stat(2) report numeric uids for local usersRon Yorston2019-03-022-10/+49
* | ash: add an option to enable case-insensitive filename globbingRon Yorston2019-03-011-4/+26
* | libbb: copy entire match during tab-completionRon Yorston2019-03-011-0/+4
* | win32: make stat(2) try to identify the owner of filesRon Yorston2019-03-014-9/+76
* | find: enable -xdev in default configurationRon Yorston2019-02-283-3/+3