aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ps: add support for CPU and elapsed time columnsRon Yorston2017-09-017-7/+119
* ps: add parent process id as a supported columnRon Yorston2017-08-312-3/+4
* win32/poll: avoid assumption that pointers are equivalent to longsJohannes Schindelin2017-08-311-1/+1
* ash: stop assuming that pointers and ints are interchangeableJohannes Schindelin2017-08-311-3/+3
* ash: avoid assumption about sizeof(long) == sizeof(void *)Johannes Schindelin2017-08-311-1/+1
* dd: silence warning on 64-bit systemsRon Yorston2017-08-311-3/+3
* win32: further minor code shrinkRon Yorston2017-08-301-17/+11
* win32: add a function to find executable on PATHRon Yorston2017-08-301-34/+30
* win32: changes to treatment of scriptsRon Yorston2017-08-301-58/+36
* win32: shrink code to detect .exe filesRon Yorston2017-08-304-31/+26
* win32: make vfork fail at compile-timeRon Yorston2017-08-303-8/+8
* libbb: exclude more Linux-specific functions from being compiledJohannes Schindelin2017-08-301-0/+2
* 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