aboutsummaryrefslogtreecommitdiff
path: root/runit (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-17unit-tests: remove unnecesary field from struct bbunit_listelemBartosz Golaszewski2-2/+0
2015-08-16arping: make help text clearerDenys Vlasenko1-12/+11
2015-08-16less: fix botched attempt to use last columnRon Yorston1-14/+14
2015-08-15ipcalc: fix trivial usage messageRon Yorston1-1/+2
2015-08-04zcip: tweak comments and make unsigned division more obviousDenys Vlasenko1-9/+6
2015-08-04zcip: another code shrinkDenys Vlasenko1-159/+148
2015-08-04zcip: code shrinkDenys Vlasenko1-78/+59
2015-08-04zcip: simplify codeDenys Vlasenko1-139/+96
2015-08-03uname: make OS name configurableRon Yorston2-2/+10
2015-08-03less: further tweaks to regular file detectionRon Yorston1-11/+5
2015-07-31diff.tests: add testcases for -B and single line changesAaro Koskinen1-0/+12
2015-07-31diff: fix -B with single line changesAaro Koskinen1-2/+2
2015-07-31less: improve regular file detection in line counting codeDenys Vlasenko1-19/+28
2015-07-31less: allow use of last column of terminalRon Yorston1-10/+10
2015-07-31less: fix line number confusionRon Yorston1-37/+82
2015-07-31less: add a function to detect when display is at end of fileRon Yorston1-13/+12
2015-07-31less: rearrange detection of non-regular filesRon Yorston1-8/+15
2015-07-31less: move code to count lines into a separate functionRon Yorston1-24/+28
2015-07-31less: fix numeric inputRon Yorston1-1/+1
2015-07-31echo: make escape sequences depend on fancy modeMike Frysinger1-1/+1
2015-07-30fbset: fix rgba parsingLinus Walleij1-4/+4
2015-07-30udhcpc: dns labels can actually start with a numberArthur Gautier1-4/+0
2015-07-21less: improvements to verbose status messagesRon Yorston1-14/+69
2015-07-21sync: add support for -d -f FILEDenys Vlasenko4-11/+75
2015-07-19Remove old_e2fsprogs/*Denys Vlasenko133-40044/+0
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston8-17/+13
2015-07-19less: correctly account for tabs when rewrapping linesRon Yorston1-1/+3
2015-07-19less: fix display of line numbersRon Yorston1-24/+11
2015-07-19less: document -S flag and make it independently configurableRon Yorston1-4/+18
2015-07-13ash: use alloca to get rid of setjmpRon Yorston1-34/+2
2015-07-13fix file modeDenys Vlasenko1-0/+0
2015-07-13ash: remove parsebackquote flagRon Yorston3-7/+3
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2015-07-01applets: Add installation of individual binariesClayton Shotwell2-2/+28
2015-07-01ps: fix SEGV on narrow screens. closes 8176Denys Vlasenko1-5/+7
2015-07-01ipaddress: better formatting, no code changesDenys Vlasenko1-6/+10
2015-07-01ip addr: support change and replace commandsMichael Tokarev2-9/+13
2015-06-07fix whitespacesManinder Singh1-1/+1
2015-06-07fix if(p)/free(p) constructManinder Singh4-14/+7
2015-06-07i2cdetect: use break instead of goto in list_i2c_busses_and_exit()Bartosz Golaszewski1-2/+1
2015-06-07i2cdump: code reworkBartosz Golaszewski1-149/+167
2015-06-07i2cdetect: add a check for (mode == DETECT_MODE_AUTO)Bartosz Golaszewski1-1/+3
2015-06-07i2cdetect: don't scan non-regular addresses without the '-a' optionBartosz Golaszewski1-2/+4
2015-06-07i2cdetect: don't die on addresses already in use by driversBartosz Golaszewski1-12/+19
2015-06-07chown: fix help textJunling Zheng1-1/+1
2015-05-25truncate: do not die when a file doesn't exist and no-create flag is onAri Sundholm1-5/+15
2015-05-25Print one less newline at the end of bb_show_usage()Denys Vlasenko1-1/+1
2015-05-25typo fixesManinder Singh17-24/+24
2015-05-25dc: fix "dc p" prinitng bogus dataDenys Vlasenko1-2/+8
2015-05-24tc: fix print_rateDenys Vlasenko1-7/+7