aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* timeout: use new kill(2) to signal childdscho-kill-gentlyRon Yorston2017-09-261-7/+6
* win32: silence warning about unused parameterRon Yorston2017-09-261-1/+1
* win32: allow kill to send signal number 0Ron Yorston2017-09-261-0/+15
* win32: improvements to implementation of kill(2)Ron Yorston2017-08-271-87/+94
* kill: use gentler method than TerminateProcess()Johannes Schindelin2017-08-251-1/+161
* libbb: don't compile various Linux-specific functionsRon Yorston2017-08-241-0/+2
* cpio: disable pass-through mode (-p) in default configurationRon Yorston2017-08-242-2/+2
* mode_string: S_IFBLK differs between Windows and UnixJohannes Schindelin2017-08-241-1/+1
* xconnect: avoid using getsockname/getpeername on WindowsJohannes Schindelin2017-08-241-0/+2
* mingw: accommodate for BusyBox' assumptions about isatty()Johannes Schindelin2017-08-242-0/+29
* bb_basename: handle mixed slashes correctlyJohannes Schindelin2017-08-241-4/+6
* win32: remove implementation of mempcpyRon Yorston2017-08-233-33/+0
* Merge branch 'busybox' into mergeRon Yorston2017-08-232-6/+7
|\
| * tar: fix handling of first argument without '-'Ron Yorston2017-08-231-3/+3
| * sendmail: fix segfault if "To: email1,email2" is usedDenys Vlasenko2017-08-221-3/+4
* | sed: support the -b/--binary optionJohannes Schindelin2017-08-231-1/+17
* | win32/strptime: fix for negative timezonesJohannes Schindelin2017-08-231-0/+2
* | include/mingw.h: remove unnecessary definition of PRIuMAXRon Yorston2017-08-231-1/+0
* | win32/select: ensure that the implementation matches the prototypeJohannes Schindelin2017-08-231-0/+1
* | win32/fnmatch: fix old-style function declarationJohannes Schindelin2017-08-231-1/+1
* | win32/fnmatch: avoid old-style function definitionsJohannes Schindelin2017-08-231-12/+4
* | win32/strptime: avoid old-style declarationsJohannes Schindelin2017-08-231-19/+5
* | win32/strptime: ensure that strptime()/localtime_r() are declaredJohannes Schindelin2017-08-231-0/+1
* | win32/select: work around a compiler warningJohannes Schindelin2017-08-231-1/+1
* | win32/mingw: fix signatures of the *execv*() family of functionsJohannes Schindelin2017-08-234-26/+24
* | win32: remove unused functionsRon Yorston2017-08-232-23/+0
* | inode_hash: avoid warnings about unused parametersRon Yorston2017-08-233-2/+5
* | find_mount_point: avoid warnings about casts to non-constJohannes Schindelin2017-08-231-2/+7
* | find_mount_point: avoid warning about unused parameterRon Yorston2017-08-231-0/+2
* | find_pid_by_name: avoid unused variablesJohannes Schindelin2017-08-231-0/+2
* | find_mount_point: avoid unused variablesJohannes Schindelin2017-08-231-2/+3
* | man: save path separator so it can be restoredRon Yorston2017-08-231-1/+9
* | man: fix compiler warning about a const -> non-const castJohannes Schindelin2017-08-231-1/+1
* | less: avoid defining unused functionJohannes Schindelin2017-08-231-0/+2
* | xargs: avoid unused variableJohannes Schindelin2017-08-231-0/+2
* | rpm: enable rpm in default configurationsRon Yorston2017-08-222-2/+2
* | Revert "ash: allow long-running nofork applets to be interrupted"Ron Yorston2017-08-223-28/+1
* | Post-merge fixesRon Yorston2017-08-224-46/+56
* | Merge branch 'busybox' into mergeRon Yorston2017-08-22342-2519/+4878
|\|
| * libarchive: fix build failure on NOMMU systemsRon Yorston2017-08-221-1/+1
| * ps: fix build failure if FEATURE_PS_TIME is disabledRon Yorston2017-08-221-1/+3
| * rpm,rpm2cpio: do not compile not-configurred parts of rpm.cDenys Vlasenko2017-08-221-40/+48
| * run-init: if doing dry run, do not require pid==1Denys Vlasenko2017-08-221-2/+5
| * ps: allow ps config options if minips is enabledKang-Che Sung2017-08-221-8/+8
| * run-init: implement -n "dry run"Denys Vlasenko2017-08-222-35/+44
| * run-init: new appletDenys Vlasenko2017-08-215-52/+212
| * libbb: move capability names code to libbbDenys Vlasenko2017-08-213-77/+90
| * setpriv: code shrinkDenys Vlasenko2017-08-201-9/+7
| * nuke: shorten help textDenys Vlasenko2017-08-182-2/+2
| * klibc-utils: new applets: resume, nuke, minipsDenys Vlasenko2017-08-189-1/+201