aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-15ash: set current working directory on startupRon Yorston1-0/+7
2019-03-15win32: add function to convert slashes to backslashesRon Yorston9-25/+29
2019-03-15lineedit: add a command to change backslashes to slashesRon Yorston2-6/+7
2019-03-15Fix off by one error in FAT16 <=> FAT32 detectionThomas Frauendorfer1-1/+1
2019-03-14win32: realpath(3): remove trailing slashRon Yorston1-1/+4
2019-03-14su: canonicalise directory before elevating privilegesRon Yorston1-5/+11
2019-03-14Update copyright dateRon Yorston2-2/+2
2019-03-12watch: support fractional -n SECDenys Vlasenko2-5/+14
2019-03-12win32: consolidate file metadata optionsRon Yorston4-20/+6
2019-03-12win32: fix POSIX build (again)Ron Yorston3-3/+9
2019-03-11ash: improve handling of UNC pathsRon Yorston1-8/+35
2019-03-10xargs: mention -E STR in --helpDenys Vlasenko1-7/+7
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-05scripts/echo.c: resolve implicit declaration of function 'dup2'Nicolas Hüppelshäuser1-0/+1
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-27top: tweak --helpDenys Vlasenko2-15/+8
2019-02-27win32: make more use of common lazy loading codeRon Yorston2-27/+10
2019-02-27udhcpc: don't exit after backgrounding on -n -bAndrey Mazo2-2/+14
2019-02-27udhcpc: tweak --helpDenys Vlasenko1-3/+3
2019-02-25ash: eval: avoid leaking memory associated with redirections. Closes 7748Ron Yorston1-10/+4
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-19du: don't count duplicate arguments. Closes 5288Ron Yorston2-3/+3
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