aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * netcat: net applet (alias to nc)Denys Vlasenko2017-09-151-4/+13
| * Clarify OPOST bit meaningDenys Vlasenko2017-09-151-3/+3
| * less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko2017-09-155-49/+54
| * hexedit: code shrinkDenys Vlasenko2017-09-151-10/+9
| * hexedit: fixes to "goto address" codeDenys Vlasenko2017-09-151-20/+40
| * hexedit: position in correct column on "goto" commandDenys Vlasenko2017-09-141-2/+4
| * hexedit: code shrinkDenys Vlasenko2017-09-141-4/+5
| * hexdump: code shrinkDenys Vlasenko2017-09-141-16/+16
| * hexedit: implement "[enter] goto offset" keyDenys Vlasenko2017-09-142-27/+56
| * hexedit: restore screen on exitDenys Vlasenko2017-09-142-28/+53
| * hexedit: optimize output bufferingDenys Vlasenko2017-09-141-7/+12
| * hexedit: implement page up/downDenys Vlasenko2017-09-131-1/+13
| * *: 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