summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Move handling of Windows globbing out of upstream codeRon Yorston2014-04-213-10/+5
* | lineedit: improve appearance of forward cursor movementRon Yorston2014-04-091-0/+40
* | Implement escape sequence for cursor downRon Yorston2014-04-091-21/+12
* | Use ANSI escape to move cursor back during line editingRon Yorston2014-04-071-0/+2
* | Implement ANSI escape sequences for cursor up/forwardRon Yorston2014-04-071-0/+30
* | Only change codepage of input character if top bit is setRon Yorston2014-03-241-2/+4
* | Provide fake getpwent_r to reduce changes from upstreamRon Yorston2014-03-232-4/+3
* | Alter help message if configured with standalone shellRon Yorston2014-03-231-0/+9
* | Remove unnecessary differences from upstream BusyBoxRon Yorston2014-03-232-2/+1
* | procps_scan: ensure command name is null terminatedRon Yorston2014-03-231-1/+1
* | ps: exclude more unused codeRon Yorston2014-03-233-2/+12
* | shell_common: exclude more unused ulimit codeRon Yorston2014-03-231-7/+6
* | ash: set fake PPID valueRon Yorston2014-03-201-3/+2
* | Add empty sys/syscall.hRon Yorston2014-03-202-1/+1
* | Implement vprintf replacementRon Yorston2014-03-202-1/+4
* | Implement getc replacementRon Yorston2014-03-202-0/+26
* | Implement read replacement to handle OEM codepagesRon Yorston2014-03-202-0/+28
* | Fixes to write replacementRon Yorston2014-03-201-2/+2
* | clear: undo mingw32-specific changesRon Yorston2014-03-201-9/+0
* | Implement write replacement to handle OEM codepagesRon Yorston2014-03-202-1/+77
* | Implement puts replacement to handle OEM codepagesRon Yorston2014-03-192-4/+26
* | Use OEM codepage for console I/ORon Yorston2014-03-193-4/+87
* | dc: enable pow and exp by defaultRon Yorston2014-03-171-2/+2
* | Drop CONFIG_WIN32_NET settingRon Yorston2014-03-178-34/+6
* | Improved support for characters above 0x7fRon Yorston2014-03-172-3/+3
* | Convert argv[0] to lowercase before checking for '.exe'Ron Yorston2014-03-171-5/+8
* | wget: add fseek calls to make ftp work; enable ftpget/ftpputRon Yorston2014-03-163-4/+16
* | Fix some compiler warningsRon Yorston2014-03-136-14/+16
* | Allow utimes to change times on directoriesRon Yorston2014-03-131-8/+21
* | Pretend chown succeeds so 'cp -rp' doesn't complainRon Yorston2014-03-131-1/+1
* | patch: fix and enable by default for mingw32Ron Yorston2014-03-122-2/+7
* | Enable 'tar -m' in mingw32_defconfigRon Yorston2014-03-121-2/+2
* | Remove unused mingw_utime; update utimes to handle read-only filesRon Yorston2014-03-122-45/+20
* | rev: fix to build with mingw32Ron Yorston2014-03-112-5/+9
* | Import mempcpy from gnulibRon Yorston2014-03-113-0/+32
* | wget: disable https supportRon Yorston2014-03-111-0/+6
* | Update mingw32_defconfig with new featuresRon Yorston2014-03-111-2/+5
* | Merge branch 'busybox' into mergeRon Yorston2014-03-1157-279/+1537
|\|
| * shuf: trim help textDenys Vlasenko2014-03-071-4/+4
| * shuf: do not use strings for -i RANGE caseDenys Vlasenko2014-03-071-3/+5
| * shuf: improve help textBartosz Golaszewski2014-03-071-3/+3
| * shuf: fix a segfault on 'shuf -e'Bartosz Golaszewski2014-03-071-1/+2
| * use [s]rand(), not [s]random()Denys Vlasenko2014-03-053-12/+12
| * shuf: new appletDenys Vlasenko2014-03-051-0/+150
| * man: default to asciiDenys Vlasenko2014-03-031-1/+2
| * ip link: add support for "address ETHADDR". Closes 4862Denys Vlasenko2014-03-011-2/+188
| * unlzma: add comments about possible bug from BZ 2689Denys Vlasenko2014-02-281-0/+6
| * unlzma: move some variables in "more local" scopeDenys Vlasenko2014-02-281-7/+10
| * udhcpc: ignore NAKs from "wrong" servers. Closes 4267Denys Vlasenko2014-02-271-1/+24
| * ls: make "ls -s DIR" show total too. Clases 4946Denys Vlasenko2014-02-271-1/+1