aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-28ash: changes to command resolution, execution and displayRon Yorston1-23/+55
2018-02-28win32: don't add extensions to filenames ending with a dotRon Yorston2-2/+9
2018-02-27win32: fix code to check for file extensionsRon Yorston1-1/+1
2018-02-26libbb: ensure build details are only stored onceRon Yorston1-1/+1
2018-02-26win32: move detection of file formats to stat(2)Ron Yorston7-77/+82
2018-02-26win32: improvements to stat(2) emulationRon Yorston1-25/+18
2018-02-26tar: don't save file statusRon Yorston1-0/+4
2018-02-26win32: add support for batch filesRon Yorston4-30/+82
2018-02-23win32: make /dev/urandom more randomRon Yorston4-2/+244
2018-02-22ash: tidy up /dev/null redirectionRon Yorston1-11/+6
2018-02-22shred: fix up for WIN32 and enable by defaultRon Yorston3-2/+8
2018-02-22dd: use new device handling to implement /dev/zero and /dev/urandomRon Yorston1-13/+10
2018-02-22win32: handle /dev/zero and /dev/urandom in open and read functionsRon Yorston3-3/+65
2018-02-22fsync: enable in default configurationRon Yorston3-2/+5
2018-02-22win32: tailor inet_pton.c for use in busybox-w32Ron Yorston1-11/+8
2018-02-22win32: import inet_pton.c from ISC BINDRon Yorston1-231/+182
2018-02-21win32: import fsync(2) implementation from gnulibRon Yorston4-1/+78
2018-02-19ash: use correct size for tblentryRon Yorston1-2/+2
2018-02-18win32: use built-in shell for popen, if possibleRon Yorston1-2/+12
2018-02-17ash: allow waitpid_child to blockRon Yorston1-1/+1