aboutsummaryrefslogtreecommitdiff
path: root/win32 (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-01win32: make stat(2) try to identify the owner of filesRon Yorston4-9/+76
2019-02-28find: enable -xdev in default configurationRon Yorston3-3/+3
2019-02-27win32: make more use of common lazy loading codeRon Yorston2-27/+10
2019-02-25win32: fake permissions/ownership for inaccessible filesRon Yorston1-0/+5
2019-02-22dpkg: enable in the default configurationRon Yorston3-2/+7
2019-02-21uname: drop support for ia64Ron Yorston1-4/+3
2019-02-21win32: use manifest provided by MinGW-w64Ron Yorston7-44/+1
2019-02-20win32: remove unused include filesRon Yorston2-0/+0
2019-02-19win32: stat(2) succeeds if fetching extra metadata failsRon Yorston5-17/+19
2019-02-18win32: tidy up stat(2) implementationRon Yorston1-21/+22
2019-02-18win32: avoid use of uninitialised metadata in stat(2)Ron Yorston1-2/+8
2019-02-17win32: fix POSIX buildRon Yorston4-5/+28
2019-02-17ash: updated support for hiding consoleRon Yorston4-10/+21
2019-02-17ash: tidy up handling of -X optionRon Yorston1-8/+7
2019-02-16win32: make stat(2) fetch additional metadataRon Yorston12-16/+74
2019-02-14vi: add a function to count CRs in the text bufferRon Yorston1-29/+27
2019-02-14win32: add a function to remove CRs from a text bufferRon Yorston4-25/+19
2019-02-14libarchive: remove more symlink codeRon Yorston3-4/+9
2019-02-12Update default configurationRon Yorston2-2/+4
2019-02-11i2c_tools.c: i2ctransferNikolaus Voss1-5/+3
2019-02-11vi: further fixes to undo after autoindentRon Yorston1-13/+15
2019-02-10i2ctransfer: new appletNikolaus Voss1-1/+177
2019-02-08sysctl: fix compatibility with procps sysctlAaro Koskinen1-2/+26
2019-02-08sysctl: do slash/dot conversions only on name, not value partDenys Vlasenko1-3/+5
2019-02-08sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcodeDenys Vlasenko1-0/+1
2019-02-08sysctl: avoid stat() on every item if in -w modeDenys Vlasenko1-6/+10
2019-02-08sysctl: allow setting empty valuesDenys Vlasenko1-2/+4
2019-02-08vi: fix replacement of single character with CRRon Yorston1-8/+3
2019-02-08vi: fix faulty undo after autoinsertRon Yorston1-35/+22
2019-02-08chcon: Fix typo in ACTION_RECURSERostislav Skudnov1-1/+1
2019-02-08ash: improve handling of 'read -t 0'Ron Yorston1-4/+12
2019-02-08dhcp service example: rewrite "private network to mask" as case statementDenys Vlasenko1-8/+13
2019-02-07win32: don't try to run non-existent scriptRon Yorston1-1/+1
2019-02-07libbb: skip fake path componentsRon Yorston1-4/+5
2019-02-06ash: make spawn_forkshell more like forkshellRon Yorston1-8/+12
2019-02-05dhcp service example: cater for servers hot giving subnet and/or routerDenys Vlasenko1-0/+19
2019-02-04lineedit: fix SEGV in isk, hexedit, ed, closes 11661Denys Vlasenko1-4/+5
2019-02-04which: standardise slashes in outputRon Yorston1-0/+10
2019-02-02service examples: do not respawn supplicant too oftenDenys Vlasenko1-1/+2
2019-02-02win32: add support for the euro currency symbolRon Yorston6-2/+103
2019-02-01vi: simplify code to display pasted textRon Yorston1-8/+4
2019-01-29grep: short-circuit -v to bail out on first matchAri Sundholm1-5/+14
2019-01-29grep: fix -x -v with certain pattern ordersAri Sundholm2-1/+8
2019-01-26ash: remove carriage returns from strings to be evaluatedRon Yorston1-0/+12
2019-01-26win32: allow characters to be entered as ALTNNNRon Yorston1-3/+34
2019-01-26vi: display pasted textRon Yorston1-1/+14
2019-01-25bc: implement pass-by-reference code from upstreamDenys Vlasenko3-86/+503
2019-01-23awk: fix handling of regular expressions that match end-of-lineRon Yorston1-0/+24
2019-01-22login: close PAM session on errors as well, not only on successDenys Vlasenko1-3/+5
2019-01-22ip link: Fix vlan proto, closes 8261 and 11638Bernhard Reutner-Fischer1-5/+11