aboutsummaryrefslogtreecommitdiff
path: root/miscutils/less.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-25lineedit: allow window size tracking to be disabledRon Yorston2-4/+19
2018-02-23df: do "rootfs" check soonerDenys Vlasenko1-4/+5
2018-02-23df: 4TB+ support on 32 bits archDenys Vlasenko1-8/+15
2018-02-23Fix install with hardlinks and a custom PREFIX. Closes 10801Denys Vlasenko1-9/+9
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-22od: move address_fmt[] from data to globals. 8 less bytes in data sectionDenys Vlasenko1-8/+10
2018-02-22sort: fix potentially buggy use of OPT_STRDenys Vlasenko1-12/+15
2018-02-22sort: in -s handling, return 1/-1, not 1/0 compare resultDenys Vlasenko1-2/+3
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-21libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko3-4/+10
2018-02-21sort: fix -s. Closes 10671Denys Vlasenko1-12/+57
2018-02-21win32: import fsync(2) implementation from gnulibRon Yorston4-1/+78
2018-02-20iplink: implement support for selecting a master interfaceJan Luebbe3-2/+41
2018-02-20ip link: support "add TYPE vrf", improve --helpJan Luebbe2-5/+76
2018-02-20umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specifiedDenys Vlasenko1-3/+5
2018-02-20tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko6-79/+68
2018-02-19ash: use correct size for tblentryRon Yorston1-2/+2
2018-02-19poweroff: add a config option for people needing VERY early poweroffDenys Vlasenko1-0/+54
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
2018-02-15mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platformsDenys Vlasenko2-6/+6