aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-09-18ip,ip*: make them NOEXECDenys Vlasenko
2017-09-18update NOFORK_NOEXEC.lstDenys Vlasenko
2017-09-18httpd: fix handling of range requestsDenys Vlasenko
2017-09-18stty: add cmspar, flusho, extproc attributesDenys Vlasenko
2017-09-15netcat: net applet (alias to nc)Denys Vlasenko
2017-09-15Clarify OPOST bit meaningDenys Vlasenko
2017-09-15less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko
2017-09-15hexedit: code shrinkDenys Vlasenko
2017-09-15hexedit: fixes to "goto address" codeDenys Vlasenko
2017-09-14hexedit: position in correct column on "goto" commandDenys Vlasenko
2017-09-14hexedit: code shrinkDenys Vlasenko
2017-09-14hexdump: code shrinkDenys Vlasenko
2017-09-14hexedit: implement "[enter] goto offset" keyDenys Vlasenko
2017-09-14hexedit: restore screen on exitDenys Vlasenko
2017-09-14hexedit: optimize output bufferingDenys Vlasenko
2017-09-13hexedit: implement page up/downDenys Vlasenko
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-09-13hexedit: smarter redrawDenys Vlasenko
2017-09-13hexedit: new appletDenys Vlasenko
2017-09-12networking/interface.c: remove superfluous "& 0377"Denys Vlasenko
2017-09-08setfattr: new appletDenys Vlasenko
2017-09-07build system: fix a compiler warningDenys Vlasenko
2017-09-07build system: fix "allnoconfig" to clear all options. Closes 10296Denys Vlasenko
2017-09-05chat: do not die when HANGUP param is missing. Closes 10016Denys Vlasenko
2017-09-01httpd: skip "Status: " from CGI, including space. Closes 10291Denys Vlasenko
2017-09-01klibc-utils: add ipconfig.c work-in-progressDenys Vlasenko
2017-08-30xargs: fix a thinko in last commitDenys Vlasenko
2017-08-29xargs: support -a FILEJohannes Schindelin
2017-08-29klibc-utils: remove accidental "or later" licensing wording.Denys Vlasenko
2017-08-29udhcpc: show only short opts in --help textDenys Vlasenko
2017-08-29i2c_tools: tweak --help textDenys Vlasenko
2017-08-29setpriv: placete "declaration of 'index' shadows a global declaration" warningDenys Vlasenko
2017-08-29hush: fix false positive in unset.testsDenys Vlasenko
2017-08-29hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko
2017-08-29hush: reuse "OPTIND=..." stringDenys Vlasenko
2017-08-29hush: fix "getopts" builtin to not be upset by other builtins calling getopt()Denys Vlasenko
2017-08-29i2c-tools: don't include linux/i2c-dev.hBartosz Golaszewski
2017-08-28i2c-tools: remove unneeded includeBartosz Golaszewski
2017-08-28kill: add '--' option to separate options from argumentsRon Yorston
2017-08-24xargs: optional support for -P NUM. Closes 9511Denys Vlasenko
2017-08-24xargs: code shrinkDenys Vlasenko
2017-08-23sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1Denys Vlasenko
2017-08-23*: fix fallout from opt_complementary conversionDenys Vlasenko
2017-08-23ash: more s/error/perror/ for better error reportingDenys Vlasenko
2017-08-23ash: when cd fails, say whyJohannes Schindelin
2017-08-23ash: report reason when a script file could not be openedJohannes Schindelin
2017-08-23tar: fix handling of first argument without '-'Ron Yorston
2017-08-22sendmail: fix segfault if "To: email1,email2" is usedDenys Vlasenko
2017-08-22libarchive: fix build failure on NOMMU systemsRon Yorston