aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * df: do "rootfs" check soonerDenys Vlasenko2018-02-231-4/+5
| * df: 4TB+ support on 32 bits archDenys Vlasenko2018-02-231-8/+15
| * Fix install with hardlinks and a custom PREFIX. Closes 10801Denys Vlasenko2018-02-231-9/+9
| * od: move address_fmt[] from data to globals. 8 less bytes in data sectionDenys Vlasenko2018-02-221-8/+10
| * sort: fix potentially buggy use of OPT_STRDenys Vlasenko2018-02-221-12/+15
| * sort: in -s handling, return 1/-1, not 1/0 compare resultDenys Vlasenko2018-02-221-2/+3
| * libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko2018-02-213-4/+10
| * sort: fix -s. Closes 10671Denys Vlasenko2018-02-211-12/+57
| * iplink: implement support for selecting a master interfaceJan Luebbe2018-02-203-2/+41
| * ip link: support "add TYPE vrf", improve --helpJan Luebbe2018-02-202-5/+76
| * umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specifiedDenys Vlasenko2018-02-201-3/+5
| * tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko2018-02-206-79/+68
| * poweroff: add a config option for people needing VERY early poweroffDenys Vlasenko2018-02-191-0/+54
| * mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platformsDenys Vlasenko2018-02-152-6/+6
| * tls: remove redundant floor preventionDenys Vlasenko2018-02-141-2/+0
| * ping: don't call monotonic_us twice per sending the pingDenys Vlasenko2018-02-131-10/+11
| * ping: implement -A "adaptive ping"Denys Vlasenko2018-02-131-40/+60
| * inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko2018-02-132-2/+10
| * progress meter: add disabled code for a more stable ETADenys Vlasenko2018-02-132-0/+14
| * hush: simplify process_command_subs()Denys Vlasenko2018-02-131-11/+9
| * ash : fix double-quoted "\z" handlingDenys Vlasenko2018-02-135-6/+113
* | Remove fake signal-handling codeRon Yorston2018-03-018-32/+39
* | lineedit: disable window size tracking in default configurationRon Yorston2018-03-014-4/+23
* | win32: make has_exec_format staticRon Yorston2018-03-012-56/+55
* | win32: additional improvements to handling of executablesRon Yorston2018-02-283-21/+36
* | ash: changes to command resolution, execution and displayRon Yorston2018-02-281-23/+55
* | win32: don't add extensions to filenames ending with a dotRon Yorston2018-02-282-2/+9
* | win32: fix code to check for file extensionsRon Yorston2018-02-271-1/+1
* | libbb: ensure build details are only stored onceRon Yorston2018-02-261-1/+1
* | win32: move detection of file formats to stat(2)Ron Yorston2018-02-267-77/+82
* | win32: improvements to stat(2) emulationRon Yorston2018-02-261-25/+18
* | tar: don't save file statusRon Yorston2018-02-261-0/+4
* | win32: add support for batch filesRon Yorston2018-02-264-30/+82
* | win32: make /dev/urandom more randomRon Yorston2018-02-234-2/+244
* | ash: tidy up /dev/null redirectionRon Yorston2018-02-221-11/+6
* | shred: fix up for WIN32 and enable by defaultRon Yorston2018-02-223-2/+8
* | dd: use new device handling to implement /dev/zero and /dev/urandomRon Yorston2018-02-221-13/+10
* | win32: handle /dev/zero and /dev/urandom in open and read functionsRon Yorston2018-02-223-3/+65
* | fsync: enable in default configurationRon Yorston2018-02-223-2/+5
* | win32: tailor inet_pton.c for use in busybox-w32Ron Yorston2018-02-221-11/+8
* | win32: import inet_pton.c from ISC BINDRon Yorston2018-02-221-231/+182
* | win32: import fsync(2) implementation from gnulibRon Yorston2018-02-214-1/+78
* | ash: use correct size for tblentryRon Yorston2018-02-191-2/+2
* | win32: use built-in shell for popen, if possibleRon Yorston2018-02-181-2/+12
* | ash: allow waitpid_child to blockRon Yorston2018-02-171-1/+1
* | win32: add dummy sys/select.h required for pollRon Yorston2018-02-141-0/+0
* | win32: update poll implementation to match latest gnulib versionRon Yorston2018-02-131-209/+207
* | du: use Windows-compatible print formatsRon Yorston2018-02-132-4/+4
* | win32: always use safe API calls to manipulate environmentRon Yorston2018-02-135-118/+26
* | which: treat busybox as a special caseRon Yorston2018-02-131-1/+8