aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-14mingw: include unwind tables in 64-bit build by defaultRon Yorston1-1/+1
2015-07-14ash: store pointers to be fixed as pointers, not intRon Yorston1-14/+16
2015-07-13ipcalc: enable by default for WIN32Ron Yorston6-15/+16
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-03Allow different ways to manipulate environment for XP vs 64-bitRon Yorston5-1/+1130
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-23libbb: really add build details to bannerRon Yorston2-5/+5
2015-06-23libbb: add details of build environment to bannerRon Yorston1-0/+6
2015-06-23Add some more build details to README.mdRon Yorston1-1/+1
2015-06-17lineedit: skip non-executables when tab-completing commandsRon Yorston1-0/+3
2015-06-17lineedit: search applets as well as PATH for tab completionRon Yorston1-1/+14
2015-06-17busybox: update help messageRon Yorston1-4/+9
2015-06-16Update README.mdRon Yorston1-1/+2
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-06-05ash: add winxp optionRon Yorston2-6/+14
2015-06-02ash: skip PATH if executable and command are both busyboxRon Yorston1-0/+21
2015-06-01mingw: add magic '--busybox' flagRon Yorston3-2/+7
2015-05-29mingw: fixes to implementation of waitpid(2)Ron Yorston2-3/+3
2015-05-29mingw: fix conditions under which open(2) sets errno to EISDIRRon Yorston1-1/+1
2015-05-29mingw: buffer in do_stat_internal need not be staticRon Yorston1-1/+1
2015-05-29mingw: tidy up implementation of kill(2)Ron Yorston3-10/+16
2015-05-28ash: seek to EOF when file is opened for appendRon Yorston1-0/+3
2015-05-27Enable seamless compression for WIN32Ron Yorston11-12/+82
2015-05-27mingw: add routine to pipe a file descriptor to/from a commandRon Yorston2-18/+129
2015-05-27mingw: define a macro for spawnRon Yorston3-5/+5
2015-05-27win32: fix waitpid implementationRon Yorston1-2/+11
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
2015-05-18mingw: provide fake getgroups and getgrouplistRon Yorston4-4/+28
2015-05-18mingw: implement getpwnam (but only for current user)Ron Yorston2-1/+13
2015-05-18Update default configuration following mergeRon Yorston1-1/+3
2015-05-18hush: add recent ash tests to hush testsuite too (they all pass for hush)Denys Vlasenko18-0/+29
2015-05-18testsuite: add some tests for ashRon Yorston10-0/+15
2015-05-18ash: fix breakage of ${v/pat/str}Ron Yorston1-51/+28