aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* win32: make more use of common lazy loading codeRon Yorston2019-02-272-27/+10
* win32: fake permissions/ownership for inaccessible filesRon Yorston2019-02-251-0/+5
* dpkg: enable in the default configurationRon Yorston2019-02-223-2/+7
* uname: drop support for ia64Ron Yorston2019-02-211-4/+3
* win32: use manifest provided by MinGW-w64Ron Yorston2019-02-217-44/+1
* win32: remove unused include filesRon Yorston2019-02-202-0/+0
* win32: stat(2) succeeds if fetching extra metadata failsRon Yorston2019-02-195-17/+19
* win32: tidy up stat(2) implementationRon Yorston2019-02-181-21/+22
* win32: avoid use of uninitialised metadata in stat(2)Ron Yorston2019-02-181-2/+8
* win32: fix POSIX buildRon Yorston2019-02-174-5/+28
* ash: updated support for hiding consoleRon Yorston2019-02-174-10/+21
* ash: tidy up handling of -X optionRon Yorston2019-02-171-8/+7
* win32: make stat(2) fetch additional metadataRon Yorston2019-02-1612-16/+74
* vi: add a function to count CRs in the text bufferRon Yorston2019-02-141-29/+27
* win32: add a function to remove CRs from a text bufferRon Yorston2019-02-144-25/+19
* libarchive: remove more symlink codeRon Yorston2019-02-143-4/+9
* Update default configurationRon Yorston2019-02-122-2/+4
* Merge branch 'busybox' into mergeRon Yorston2019-02-1229-331/+1117
|\
| * i2c_tools.c: i2ctransferNikolaus Voss2019-02-111-5/+3
| * vi: further fixes to undo after autoindentRon Yorston2019-02-111-13/+15
| * i2ctransfer: new appletNikolaus Voss2019-02-101-1/+177
| * sysctl: fix compatibility with procps sysctlAaro Koskinen2019-02-081-2/+26
| * sysctl: do slash/dot conversions only on name, not value partDenys Vlasenko2019-02-081-3/+5
| * sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcodeDenys Vlasenko2019-02-081-0/+1
| * sysctl: avoid stat() on every item if in -w modeDenys Vlasenko2019-02-081-6/+10
| * sysctl: allow setting empty valuesDenys Vlasenko2019-02-081-2/+4
| * vi: fix replacement of single character with CRRon Yorston2019-02-081-8/+3
| * vi: fix faulty undo after autoinsertRon Yorston2019-02-081-35/+22
| * chcon: Fix typo in ACTION_RECURSERostislav Skudnov2019-02-081-1/+1
| * dhcp service example: rewrite "private network to mask" as case statementDenys Vlasenko2019-02-081-8/+13
| * dhcp service example: cater for servers hot giving subnet and/or routerDenys Vlasenko2019-02-051-0/+19
| * lineedit: fix SEGV in isk, hexedit, ed, closes 11661Denys Vlasenko2019-02-041-4/+5
| * service examples: do not respawn supplicant too oftenDenys Vlasenko2019-02-021-1/+2
| * grep: short-circuit -v to bail out on first matchAri Sundholm2019-01-291-5/+14
| * grep: fix -x -v with certain pattern ordersAri Sundholm2019-01-292-1/+8
| * bc: implement pass-by-reference code from upstreamDenys Vlasenko2019-01-253-86/+503
| * login: close PAM session on errors as well, not only on successDenys Vlasenko2019-01-221-3/+5
| * ip link: Fix vlan proto, closes 8261 and 11638Bernhard Reutner-Fischer2019-01-221-5/+11
| * ip link: fix mismatched enums in vlan_parse_opt(), closes 11631Denys Vlasenko2019-01-221-1/+1
| * wget: detect when the length of received file is less than advertisedDenys Vlasenko2019-01-211-8/+10
| * sed: code shrinkDenys Vlasenko2019-01-211-15/+15
| * sed: Fix backslash parsing for 'w' command argBrian Foley2019-01-211-1/+1
| * awk: Fix overly permissive func arg list parsingBrian Foley2019-01-212-1/+26
| * awk: Syntax error if delete isn't given an arg.Brian Foley2019-01-212-10/+20