summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * i2c-tools: remove unneeded includeBartosz Golaszewski2017-08-281-1/+0
| * kill: add '--' option to separate options from argumentsRon Yorston2017-08-281-0/+5
| * xargs: optional support for -P NUM. Closes 9511Denys Vlasenko2017-08-241-18/+117
| * xargs: code shrinkDenys Vlasenko2017-08-241-14/+11
| * sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1Denys Vlasenko2017-08-232-4/+16
| * *: fix fallout from opt_complementary conversionDenys Vlasenko2017-08-232-7/+9
| * ash: more s/error/perror/ for better error reportingDenys Vlasenko2017-08-231-5/+5
| * ash: when cd fails, say whyJohannes Schindelin2017-08-231-1/+1
| * ash: report reason when a script file could not be openedJohannes Schindelin2017-08-231-1/+1
* | timeout: use new kill(2) to signal childRon Yorston2017-09-271-7/+6
* | win32: allow kill to send signal number 0Ron Yorston2017-09-271-0/+15
* | win32: improvements to implementation of kill(2)Ron Yorston2017-09-271-87/+94
* | kill: use gentler method than TerminateProcess()Johannes Schindelin2017-09-271-1/+161
* | 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