aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ipcs: further code shrinkDenys Vlasenko2018-03-081-24/+23
| * ipcs: code shrinkDenys Vlasenko2018-03-081-24/+15
| * md5sum: use config help text similar to other "sum" toolsDenys Vlasenko2018-03-081-1/+1
| * top: much faster cursor key navigation by avoiding process rescanDenys Vlasenko2018-03-071-6/+19
| * top: do unsigned rather than signed division in do_stats()Denys Vlasenko2018-03-071-3/+4
| * top: handle much larger VSZ valuesDenys Vlasenko2018-03-071-7/+5
| * use gmtime_r() instead of gmtime()Denys Vlasenko2018-03-063-3/+8
| * hush: code shrinkDenys Vlasenko2018-03-061-6/+7
| * networking/interface.c: get rid of global dataDenys Vlasenko2018-03-051-85/+36
| * networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko2018-03-053-27/+20
| * networking/interface.c: code shrinkDenys Vlasenko2018-03-051-61/+76
| * wget: fix fetching of https URLs with http proxyPeter Lloyd2018-03-051-4/+4
| * make busybox more portableSean MacLennan2018-03-042-11/+9
| * hush: fix a='a\\'; echo "${a%\\\\}"Denys Vlasenko2018-03-0210-3/+39
| * shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.testsDenys Vlasenko2018-03-028-5/+50
| * shell: two new tests, both fail for ash and hushDenys Vlasenko2018-03-028-0/+44
* | winansi: check for broken pipe in winansi_writeRon Yorston2018-03-091-7/+21
* | pipe_progress: enable in default buildRon Yorston2018-03-092-2/+2
* | dd: mention /dev/zero and /dev/urandom in help messageRon Yorston2018-03-061-0/+3
* | winansi: check for broken pipeRon Yorston2018-03-061-6/+29
* | winansi: changes to puts, fputs and fwriteRon Yorston2018-03-061-18/+3
* | winansi: improve error return values in ANSI emulationRon Yorston2018-03-061-20/+23
* | winansi: create and use functions to test for consoleRon Yorston2018-03-061-51/+20
* | win32: squeeze a few bytes out of strftimeRon Yorston2018-03-051-4/+6
* | win32: use strchrnul from BusyBox in fnmatchRon Yorston2018-03-051-1/+5
* | win32: reduce amount of static dataRon Yorston2018-03-044-101/+127
* | ar: conditional compilation for variable only needed on WIN32Ron Yorston2018-03-031-0/+2
* | Minor improvements to buildRon Yorston2018-03-025-23/+22
* | Merge branch 'busybox' into mergeRon Yorston2018-03-0135-238/+604
|\|
| * libbb: Use return value from is_prefixed_with()Andy Shevchenko2018-02-271-3/+2
| * tcpudp: shrink per-host rate-limiting codeDenys Vlasenko2018-02-273-20/+17
| * less: accept -R option. Closes 10816Denys Vlasenko2018-02-271-1/+5
| * lineedit: allow window size tracking to be disabledRon Yorston2018-02-252-4/+19
| * 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