- 1b51090 unshare: -r should map root to user, not the other way around by Denys Vlasenko · 7 years ago
- b5a0d9d unshare: -r implies -U, not -u by Denys Vlasenko · 7 years ago
- 978810d unzip: add missing -j to trivial usage by Eugene Rudoy · 7 years ago
- c6f213a unzip: fix content listing and filtering when -j is used by Eugene Rudoy · 7 years ago
- 0a67722 lineedit: get terminal width before printing prompt by Denys Vlasenko · 7 years ago
- c3797d4 lineedit: do not tab-complete any strings which have control characters by Denys Vlasenko · 7 years ago
- a5060b8 ash: fix nofork bug where environment is not properly passed to a command by Denys Vlasenko · 7 years ago
- f5e8b42 init: reduce the window when init can lose reboot/poweroff signals by Denys Vlasenko · 7 years ago
- 9c143ce ash: retain envvars with bad names in initial environment. Closes 10231 by Denys Vlasenko · 7 years ago
- d5c1482 ntpd: skip over setting next DNS resolution attempt if it is not needed by Denys Vlasenko · 7 years ago
- f1fdda4 Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not defined by Denys Vlasenko · 7 years ago
- 6bcc2c0 grep: skip grepping symlinks to directories by James Clarke · 7 years ago
- 59a5604 ntpd: mention in help text that -d can be repeated by Denys Vlasenko · 7 years ago
- 6a4f223 ntpd: improve treatment of DNS resolution failures by Denys Vlasenko · 7 years ago
- 518fb3b udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable by James Clarke · 7 years ago
- d153521 df: Use statvfs instead of non-standard statfs by James Clarke · 7 years ago
- 24e17b4 xfuncs: Handle missing non-POSIX termios constants by James Clarke · 7 years ago
- 160d027 blkdiscard: Only build on Linux by James Clarke · 7 years ago
- 4d0971b networking: Fall back on IPPROTO_RAW when SOL_RAW is not defined by James Clarke · 7 years ago
- a1e9bc6 ntpd: perform DNS resolution out of send/receive loop - closes 10466 by Denys Vlasenko · 7 years ago
- ecce3a1 iproute/iprule: support toolchains without RTA_TABLE routing attribute by Eugene Rudoy · 7 years ago
- d3a7e88 time: fix build for toolchains without O_CLOEXEC by Denys Vlasenko · 7 years ago
- 9ac42c5 unlzma: fix SEGV, closes 10436 by Denys Vlasenko · 7 years ago
- 0402cb3 bunzip2: fix runCnt overflow from bug 10431 by Denys Vlasenko · 7 years ago
- 25f3b73 hush: fix comment parsing in `cmd`, closes 10421 by Denys Vlasenko · 7 years ago
- 045327a lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devices by Markus Gothe · 7 years ago
- 14c85eb whitespace fixes by Denys Vlasenko · 7 years ago
- 3c183a8 typo fix by Denys Vlasenko · 7 years ago
- a2e32b3 ash: survive failures in $PS1 expansion. Closes 10371 by Denys Vlasenko · 7 years ago
- 0fd5dbb lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381 by Avi Halachmi · 7 years ago
- 1121b4e sendmail allow "=" symbol in recipient, closes 10241 by Denys Vlasenko · 7 years ago
- 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- 416899f do not include <sys/stat.h> just before "libbb.h", it's there already by Denys Vlasenko · 7 years ago
- ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- 099ef93 free: no longer include common_bufsiz.h by Denys Vlasenko · 7 years ago
- 318c811 free: make it NOFORK by Denys Vlasenko · 7 years ago
- 6e2beb7 date: maybe_set_utc only once by Denys Vlasenko · 7 years ago
- b5d9ba8 i2cset: fix 'i' & 's' modes (3 extra bytes were sent) by Avi Fishman · 7 years ago
- 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
- f625836 udhcpc[6]: make log2 messages for chaddr field indented like the rest by Denys Vlasenko · 7 years ago
- a6a3ad3 udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may be bogus by Denys Vlasenko · 7 years ago
- 2b9acc6 udhcpc[6]: initialize entire sockaddr_ll by Denys Vlasenko · 7 years ago
- 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
- b63afea ip,ip*: make them NOEXEC by Denys Vlasenko · 7 years ago
- c3e60e1 update NOFORK_NOEXEC.lst by Denys Vlasenko · 7 years ago
- a6390ed httpd: fix handling of range requests by Denys Vlasenko · 7 years ago
- 3f5ba0c stty: add cmspar, flusho, extproc attributes by Denys Vlasenko · 7 years ago
- 3c34f68 netcat: net applet (alias to nc) by Denys Vlasenko · 7 years ago
- 7735e52 Clarify OPOST bit meaning by Denys Vlasenko · 7 years ago
- aaaaaa5 less,microcom,lineedit: use common routine to set raw termios by Denys Vlasenko · 7 years ago
- e58b447 hexedit: code shrink by Denys Vlasenko · 7 years ago
- f3fa865 hexedit: fixes to "goto address" code by Denys Vlasenko · 7 years ago
- 9a4100c hexedit: position in correct column on "goto" command by Denys Vlasenko · 7 years ago
- 44cb166 hexedit: code shrink by Denys Vlasenko · 7 years ago
- 8838c6d hexdump: code shrink by Denys Vlasenko · 7 years ago
- d54f58d hexedit: implement "[enter] goto offset" key by Denys Vlasenko · 7 years ago
- 363fb5e hexedit: restore screen on exit by Denys Vlasenko · 7 years ago
- d72e804 hexedit: optimize output buffering by Denys Vlasenko · 7 years ago
- 6264301 hexedit: implement page up/down by Denys Vlasenko · 7 years ago
- 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
- 136946c hexedit: smarter redraw by Denys Vlasenko · 7 years ago
- 73af705 hexedit: new applet by Denys Vlasenko · 7 years ago
- b5a0396 networking/interface.c: remove superfluous "& 0377" by Denys Vlasenko · 7 years ago
- b278ac0 setfattr: new applet by Denys Vlasenko · 7 years ago
- d134aa9 build system: fix a compiler warning by Denys Vlasenko · 7 years ago
- 0b1c629 build system: fix "allnoconfig" to clear all options. Closes 10296 by Denys Vlasenko · 7 years ago
- 9d858f5 chat: do not die when HANGUP param is missing. Closes 10016 by Denys Vlasenko · 7 years ago
- 94aaf4b httpd: skip "Status: " from CGI, including space. Closes 10291 by Denys Vlasenko · 7 years ago
- e39da80 klibc-utils: add ipconfig.c work-in-progress by Denys Vlasenko · 7 years ago
- 58bf902 xargs: fix a thinko in last commit by Denys Vlasenko · 7 years ago
- f8ee849 xargs: support -a FILE by Johannes Schindelin · 7 years ago
- f41ffff klibc-utils: remove accidental "or later" licensing wording. by Denys Vlasenko · 7 years ago
- 3256111 udhcpc: show only short opts in --help text by Denys Vlasenko · 7 years ago
- f27e150 i2c_tools: tweak --help text by Denys Vlasenko · 7 years ago
- 0180b57 setpriv: placete "declaration of 'index' shadows a global declaration" warning by Denys Vlasenko · 7 years ago
- 9fed83a hush: fix false positive in unset.tests by Denys Vlasenko · 7 years ago
- 6016181 hush: GETOPT_RESET() _after_ getopts too. by Denys Vlasenko · 7 years ago
- 55af51c hush: reuse "OPTIND=..." string by Denys Vlasenko · 7 years ago
- 238ff98 hush: fix "getopts" builtin to not be upset by other builtins calling getopt() by Denys Vlasenko · 7 years ago
- 0d1eaf4 i2c-tools: don't include linux/i2c-dev.h by Bartosz Golaszewski · 7 years ago
- 3a7b0fb i2c-tools: remove unneeded include by Bartosz Golaszewski · 7 years ago
- 0b6ec06 kill: add '--' option to separate options from arguments by Ron Yorston · 7 years ago
- 14551b7 xargs: optional support for -P NUM. Closes 9511 by Denys Vlasenko · 7 years ago
- b270be3 xargs: code shrink by Denys Vlasenko · 7 years ago
- 9c47c43 sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1 by Denys Vlasenko · 7 years ago
- 8b77a9e *: fix fallout from opt_complementary conversion by Denys Vlasenko · 7 years ago
- 12ffefb ash: more s/error/perror/ for better error reporting by Denys Vlasenko · 7 years ago
- 687aac0 ash: when cd fails, say why by Johannes Schindelin · 7 years ago
- 20a63b2 ash: report reason when a script file could not be opened by Johannes Schindelin · 7 years ago
- 6bafcfb tar: fix handling of first argument without '-' by Ron Yorston · 7 years ago
- 3505e38 sendmail: fix segfault if "To: email1,email2" is used by Denys Vlasenko · 7 years ago
- e837a0d libarchive: fix build failure on NOMMU systems by Ron Yorston · 7 years ago
- 0ec0fac ps: fix build failure if FEATURE_PS_TIME is disabled by Ron Yorston · 7 years ago
- efcc89b rpm,rpm2cpio: do not compile not-configurred parts of rpm.c by Denys Vlasenko · 7 years ago
- 7d834c9 run-init: if doing dry run, do not require pid==1 by Denys Vlasenko · 7 years ago
- 753c404 ps: allow ps config options if minips is enabled by Kang-Che Sung · 7 years ago
- bbc26c6 run-init: implement -n "dry run" by Denys Vlasenko · 7 years ago
- 200bcc8 run-init: new applet by Denys Vlasenko · 7 years ago
- 44b3f2f libbb: move capability names code to libbb by Denys Vlasenko · 7 years ago