aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udhcpc[6]: make log2 messages for chaddr field indented like the restDenys Vlasenko2017-09-293-5/+10
* udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...Denys Vlasenko2017-09-295-16/+37
* udhcpc[6]: initialize entire sockaddr_llDenys Vlasenko2017-09-294-0/+14
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-1896-246/+158
* ip,ip*: make them NOEXECDenys Vlasenko2017-09-182-14/+14
* update NOFORK_NOEXEC.lstDenys Vlasenko2017-09-181-0/+6
* httpd: fix handling of range requestsDenys Vlasenko2017-09-181-1/+1
* stty: add cmspar, flusho, extproc attributesDenys Vlasenko2017-09-181-2/+20
* 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