Age | Commit message (Expand) | Author |
2017-09-18 | httpd: fix handling of range requests | Denys Vlasenko |
2017-09-18 | stty: add cmspar, flusho, extproc attributes | Denys Vlasenko |
2017-09-15 | netcat: net applet (alias to nc) | Denys Vlasenko |
2017-09-15 | Clarify OPOST bit meaning | Denys Vlasenko |
2017-09-15 | less,microcom,lineedit: use common routine to set raw termios | Denys Vlasenko |
2017-09-15 | hexedit: code shrink | Denys Vlasenko |
2017-09-15 | hexedit: fixes to "goto address" code | Denys Vlasenko |
2017-09-14 | hexedit: position in correct column on "goto" command | Denys Vlasenko |
2017-09-14 | hexedit: code shrink | Denys Vlasenko |
2017-09-14 | hexdump: code shrink | Denys Vlasenko |
2017-09-14 | hexedit: implement "[enter] goto offset" key | Denys Vlasenko |
2017-09-14 | hexedit: restore screen on exit | Denys Vlasenko |
2017-09-14 | hexedit: optimize output buffering | Denys Vlasenko |
2017-09-13 | hexedit: implement page up/down | Denys Vlasenko |
2017-09-13 | *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m | Denys Vlasenko |
2017-09-13 | hexedit: smarter redraw | Denys Vlasenko |
2017-09-13 | hexedit: new applet | Denys Vlasenko |
2017-09-12 | networking/interface.c: remove superfluous "& 0377" | Denys Vlasenko |
2017-09-08 | setfattr: new applet | Denys Vlasenko |
2017-09-07 | build system: fix a compiler warning | Denys Vlasenko |
2017-09-07 | build system: fix "allnoconfig" to clear all options. Closes 10296 | Denys Vlasenko |
2017-09-05 | chat: do not die when HANGUP param is missing. Closes 10016 | Denys Vlasenko |
2017-09-01 | httpd: skip "Status: " from CGI, including space. Closes 10291 | Denys Vlasenko |
2017-09-01 | klibc-utils: add ipconfig.c work-in-progress | Denys Vlasenko |
2017-08-30 | xargs: fix a thinko in last commit | Denys Vlasenko |
2017-08-29 | xargs: support -a FILE | Johannes Schindelin |
2017-08-29 | klibc-utils: remove accidental "or later" licensing wording. | Denys Vlasenko |
2017-08-29 | udhcpc: show only short opts in --help text | Denys Vlasenko |
2017-08-29 | i2c_tools: tweak --help text | Denys Vlasenko |
2017-08-29 | setpriv: placete "declaration of 'index' shadows a global declaration" warning | Denys Vlasenko |
2017-08-29 | hush: fix false positive in unset.tests | Denys Vlasenko |
2017-08-29 | hush: GETOPT_RESET() _after_ getopts too. | Denys Vlasenko |
2017-08-29 | hush: reuse "OPTIND=..." string | Denys Vlasenko |
2017-08-29 | hush: fix "getopts" builtin to not be upset by other builtins calling getopt() | Denys Vlasenko |
2017-08-29 | i2c-tools: don't include linux/i2c-dev.h | Bartosz Golaszewski |
2017-08-28 | i2c-tools: remove unneeded include | Bartosz Golaszewski |
2017-08-28 | kill: add '--' option to separate options from arguments | Ron Yorston |
2017-08-24 | xargs: optional support for -P NUM. Closes 9511 | Denys Vlasenko |
2017-08-24 | xargs: code shrink | Denys Vlasenko |
2017-08-23 | sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1 | Denys Vlasenko |
2017-08-23 | *: fix fallout from opt_complementary conversion | Denys Vlasenko |
2017-08-23 | ash: more s/error/perror/ for better error reporting | Denys Vlasenko |
2017-08-23 | ash: when cd fails, say why | Johannes Schindelin |
2017-08-23 | ash: report reason when a script file could not be opened | Johannes Schindelin |
2017-08-23 | tar: fix handling of first argument without '-' | Ron Yorston |
2017-08-22 | sendmail: fix segfault if "To: email1,email2" is used | Denys Vlasenko |
2017-08-22 | libarchive: fix build failure on NOMMU systems | Ron Yorston |
2017-08-22 | ps: fix build failure if FEATURE_PS_TIME is disabled | Ron Yorston |
2017-08-22 | rpm,rpm2cpio: do not compile not-configurred parts of rpm.c | Denys Vlasenko |
2017-08-22 | run-init: if doing dry run, do not require pid==1 | Denys Vlasenko |