aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-1310-29/+41
| * hexedit: smarter redrawDenys Vlasenko2017-09-131-26/+41
| * hexedit: new appletDenys Vlasenko2017-09-132-1/+358
| * networking/interface.c: remove superfluous "& 0377"Denys Vlasenko2017-09-121-4/+3
| * setfattr: new appletDenys Vlasenko2017-09-081-0/+68
| * build system: fix a compiler warningDenys Vlasenko2017-09-071-0/+2
| * build system: fix "allnoconfig" to clear all options. Closes 10296Denys Vlasenko2017-09-071-2/+52
| * chat: do not die when HANGUP param is missing. Closes 10016Denys Vlasenko2017-09-051-1/+9
| * httpd: skip "Status: " from CGI, including space. Closes 10291Denys Vlasenko2017-09-011-3/+4
| * klibc-utils: add ipconfig.c work-in-progressDenys Vlasenko2017-09-011-0/+316
| * xargs: fix a thinko in last commitDenys Vlasenko2017-08-301-1/+1
| * xargs: support -a FILEJohannes Schindelin2017-08-291-1/+17
| * klibc-utils: remove accidental "or later" licensing wording.Denys Vlasenko2017-08-292-2/+2
| * udhcpc: show only short opts in --help textDenys Vlasenko2017-08-291-39/+0
| * i2c_tools: tweak --help textDenys Vlasenko2017-08-291-33/+36
| * setpriv: placete "declaration of 'index' shadows a global declaration" warningDenys Vlasenko2017-08-291-4/+4
| * hush: fix false positive in unset.testsDenys Vlasenko2017-08-291-0/+6
| * hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko2017-08-294-5/+6
| * hush: reuse "OPTIND=..." stringDenys Vlasenko2017-08-291-1/+2
| * hush: fix "getopts" builtin to not be upset by other builtins calling getopt()Denys Vlasenko2017-08-295-15/+133
| * i2c-tools: don't include linux/i2c-dev.hBartosz Golaszewski2017-08-291-13/+30
| * 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