aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-10win32: changes to user idsRon Yorston5-32/+42
2019-03-09winansi: support escape sequence to set window titleRon Yorston1-12/+32
2019-03-09su: change title of console windowRon Yorston4-2/+23
2019-03-09win32: add a function to detect running with elevated privilegesRon Yorston3-0/+22
2019-03-09su: work when binary has a UNC pathRon Yorston1-1/+11
2019-03-08win32: extend normalisation of paths in realpath(3)Ron Yorston1-2/+20
2019-03-08su, wget: use magic '--busybox' flagRon Yorston2-6/+4
2019-03-08ash, su: add -d flag to set directory in ash, use it in suRon Yorston2-5/+35
2019-03-07su: add a basic implementation for WIN32Ron Yorston4-2/+55
2019-03-06win32: canonicalize path in chdir(2)Ron Yorston2-0/+15
2019-03-06win32: implement readlink(2)Ron Yorston7-9/+92
2019-03-06win32: let realpath(3) succeed on WinXP/ReactOSRon Yorston1-8/+14
2019-03-06win32: drop argument from err_win_to_posix()Ron Yorston4-10/+10
2019-03-05win32: improved results for symlinks from stat(2)Ron Yorston1-36/+56
2019-03-04win32: change handling of trailing slashes in stat(2)Ron Yorston1-40/+11
2019-03-04win32: simplify utimes(2) implementationRon Yorston1-31/+6
2019-03-04ls: use correct column width for WIN32 inodesRon Yorston1-0/+4
2019-03-02win32: let stat(2) report numeric uids for local usersRon Yorston2-10/+49
2019-03-01ash: add an option to enable case-insensitive filename globbingRon Yorston1-4/+26
2019-03-01libbb: copy entire match during tab-completionRon Yorston1-0/+4
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