aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-23include/mingw.h: remove unnecessary definition of PRIuMAXRon Yorston1-1/+0
2017-08-23win32/select: ensure that the implementation matches the prototypeJohannes Schindelin1-0/+1
2017-08-23win32/fnmatch: fix old-style function declarationJohannes Schindelin1-1/+1
2017-08-23win32/fnmatch: avoid old-style function definitionsJohannes Schindelin1-12/+4
2017-08-23win32/strptime: avoid old-style declarationsJohannes Schindelin1-19/+5
2017-08-23win32/strptime: ensure that strptime()/localtime_r() are declaredJohannes Schindelin1-0/+1
2017-08-23win32/select: work around a compiler warningJohannes Schindelin1-1/+1
2017-08-23win32/mingw: fix signatures of the *execv*() family of functionsJohannes Schindelin4-26/+24
2017-08-23win32: remove unused functionsRon Yorston2-23/+0
2017-08-23inode_hash: avoid warnings about unused parametersRon Yorston3-2/+5
2017-08-23find_mount_point: avoid warnings about casts to non-constJohannes Schindelin1-2/+7
2017-08-23find_mount_point: avoid warning about unused parameterRon Yorston1-0/+2
2017-08-23find_pid_by_name: avoid unused variablesJohannes Schindelin1-0/+2
2017-08-23find_mount_point: avoid unused variablesJohannes Schindelin1-2/+3
2017-08-23man: save path separator so it can be restoredRon Yorston1-1/+9
2017-08-23man: fix compiler warning about a const -> non-const castJohannes Schindelin1-1/+1
2017-08-23less: avoid defining unused functionJohannes Schindelin1-0/+2
2017-08-23xargs: avoid unused variableJohannes Schindelin1-0/+2
2017-08-22rpm: enable rpm in default configurationsRon Yorston2-2/+2
2017-08-22Revert "ash: allow long-running nofork applets to be interrupted"Ron Yorston3-28/+1
2017-08-22Post-merge fixesRon Yorston4-46/+56
2017-08-22libarchive: fix build failure on NOMMU systemsRon Yorston1-1/+1
2017-08-22ps: fix build failure if FEATURE_PS_TIME is disabledRon Yorston1-1/+3
2017-08-22rpm,rpm2cpio: do not compile not-configurred parts of rpm.cDenys Vlasenko1-40/+48
2017-08-22run-init: if doing dry run, do not require pid==1Denys Vlasenko1-2/+5
2017-08-22ps: allow ps config options if minips is enabledKang-Che Sung1-8/+8
2017-08-22run-init: implement -n "dry run"Denys Vlasenko2-35/+44
2017-08-22timeout: provide a basic implementation for WIN32Ron Yorston3-2/+37
2017-08-21run-init: new appletDenys Vlasenko5-52/+212
2017-08-21libbb: move capability names code to libbbDenys Vlasenko3-77/+90
2017-08-20setpriv: code shrinkDenys Vlasenko1-9/+7
2017-08-18nuke: shorten help textDenys Vlasenko2-2/+2
2017-08-18klibc-utils: new applets: resume, nuke, minipsDenys Vlasenko9-1/+201
2017-08-18setpriv: accept any case in capability namesDenys Vlasenko1-1/+1