- 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
- ec2482e setpriv: code shrink by Denys Vlasenko · 7 years ago
- 20c0d07 nuke: shorten help text by Denys Vlasenko · 7 years ago
- ab77e81 klibc-utils: new applets: resume, nuke, minips by Denys Vlasenko · 7 years ago
- 7974741 setpriv: accept any case in capability names by Denys Vlasenko · 7 years ago
- fec2b1f ash: stage backported LINENO support as a separate patch by Denys Vlasenko · 7 years ago
- fb8348b telnet: "-a" + "-l USER" should respect USER by Denys Vlasenko · 7 years ago
- 048491f hush: trivial code shrink in builtin_getopts by Denys Vlasenko · 7 years ago
- a1799db awk: stop on first non-option, closes 9861 by Denys Vlasenko · 7 years ago
- e440b39 *: stop using atexit in non-debug build: saves ~260 in bss with musl by Denys Vlasenko · 7 years ago
- cf686ae syslogd,logger: code shrink for musl by Denys Vlasenko · 7 years ago
- dce39c9 fsck_minix,mkfs_minix: fix "strict-aliasing" warnings by Denys Vlasenko · 7 years ago
- c4367d7 uevent: placate gcc by Denys Vlasenko · 7 years ago
- d80302d top: switch to malloced "globals". by Denys Vlasenko · 7 years ago
- 9832bba ash: unset OPTARG if getopts exits 1, support OPTERR=0 behavior by Denys Vlasenko · 7 years ago
- 4476c70 ash,hush: comment and debug tweaks, no code changes by Denys Vlasenko · 7 years ago
- 0485b67 ash: one "current line = 1" might be missing, fix that by Denys Vlasenko · 7 years ago
- c2aea02 ash: update testsuite (we now error out on ${#=}) by Denys Vlasenko · 7 years ago
- 452cc1d ash: [PARSER] Catch variable length expansions on non-existant specials by Denys Vlasenko · 7 years ago
- 647d8af build system: remove unused CONFIG_FEATURE_HAVE_RPC by Denys Vlasenko · 7 years ago
- 007ce9f shell: tweak getopts tests, no code changes by Denys Vlasenko · 7 years ago
- 419db03 hush: implement "silent" optstrings of ":opts" by Denys Vlasenko · 7 years ago
- 129e1ce hush: add a test which fails due to uclibc bug in getopt() by Denys Vlasenko · 7 years ago
- d16e612 hush: fix redirect code (was using uninitialized variables) by Denys Vlasenko · 7 years ago
- 9a7d0a0 shell: add OPTARG poisoning to getopt_optarg.tests by Denys Vlasenko · 7 years ago
- 81f962f hush: teach getopts to set/unset OPTARG by Denys Vlasenko · 7 years ago
- 74d4058 hush: getopts builtin by Denys Vlasenko · 7 years ago
- 4628945 ash: fix "unset OPTIND" throwing an error message by Denys Vlasenko · 7 years ago
- 11f2e99 hush: optional times builtin by Denys Vlasenko · 7 years ago
- c52dc0e fdisk: typo fix by Denys Vlasenko · 7 years ago
- 9c7c63b ps: improve TIME column for large times: showing "14453:50" is not good by Denys Vlasenko · 7 years ago
- 9a6f62f ps: make it NOEXEC by Denys Vlasenko · 7 years ago
- 1fd8e66 ps: stop using AT_CLKTCK, there are more standard ways by Denys Vlasenko · 7 years ago
- 5da5365 rpm,rpm2cpio: INIT_G() was missing (it is a nop here so far) by Denys Vlasenko · 7 years ago
- bac929b Hopefully fix "will break strict-aliasing rules" warning for get_le32 by Denys Vlasenko · 7 years ago
- bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
- 0cf64c8 rpm2cpio: handle LZMA compressed rpms. closes 10166 by Denys Vlasenko · 7 years ago
- 3c9b8fe rpm2cpio: use rpm_gettags by Denys Vlasenko · 7 years ago
- e5650a4 rpm: prepare rpm_gettags for reuse in rpm2cpio by Denys Vlasenko · 7 years ago
- 3fa9262 rpm,rpm2cpio: put both sources into one file, no code changes by Denys Vlasenko · 7 years ago
- 3bc2317 Update NOFORK_NOEXEC.lst by Denys Vlasenko · 7 years ago
- 890bd5d ipcs: tweak output orer to match util-linux 2.28 by Denys Vlasenko · 7 years ago
- c6ce1c9 ipcrm,ipcs: make them NOEXEC by Denys Vlasenko · 7 years ago
- 7943be1 ipcrm: code shrink by Denys Vlasenko · 7 years ago
- a4d4ab0 vconfig: make it NOEXEC by Denys Vlasenko · 7 years ago
- 9be166b rpm: code shrink by Denys Vlasenko · 7 years ago
- cde46f7 shell: more efficient check for EOL in read by Denys Vlasenko · 7 years ago
- 1f41c88 hush: implement -d DELIM option for 'read' by Denys Vlasenko · 7 years ago
- 3bef5d8 ash: implement -d DELIM option for read by Johannes Schindelin · 7 years ago
- 5856dc7 chcon: show '--reference' in help text only if LONG_OPTS=y by Xabier Oneca · 7 years ago
- 4974917 start-stop-daemon: show only short options in --help text by Denys Vlasenko · 7 years ago
- 89d8753 ftpgetput: show only short options in --help text by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
- 00677b5 *: fix up use of "getopt_longopts" for longopts not in getopt applet by Denys Vlasenko · 7 years ago
- ddd1ee4 libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb by Denys Vlasenko · 7 years ago
- 8858a98 libbb: rearrange NOFORK/NOEXEC code, logic is not changed by Denys Vlasenko · 7 years ago
- 73adef1 ipcalc: trim help text by Denys Vlasenko · 7 years ago
- 90ad4ba ipcalc,rdev: make NOEXEC by Denys Vlasenko · 7 years ago
- dbbc3f2 dumpleases: make NOEXEC by Denys Vlasenko · 7 years ago
- af5d008 expr: make it NOEXEC by Denys Vlasenko · 7 years ago
- ec98e3a freeramdisk: make NOEXEC by Denys Vlasenko · 7 years ago
- ae84418 losetup: make NOEXEC by Denys Vlasenko · 7 years ago
- a907b82 ifenslave: make NOEXEC by Denys Vlasenko · 7 years ago
- 93c1a25 ifenslave: remove longopts from --help text by Denys Vlasenko · 7 years ago
- 354b104 fatattr: make NOEXEC by Denys Vlasenko · 7 years ago
- fc9efcb df: make NOEXEC by Denys Vlasenko · 7 years ago
- 76b6562 unxz: get_le32 macro is obviously wrong by Denys Vlasenko · 7 years ago
- ed4393b dnsdomainname,hostname: make NOEXEC by Denys Vlasenko · 7 years ago
- 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
- c9c1ccc noexec: do GETOPT_RESET() before entering APPLET_main() by Denys Vlasenko · 7 years ago
- f2cf1cc noexec: set comm field for noexecs by Denys Vlasenko · 7 years ago
- 248a67f free,stat: make NOEXEC by Denys Vlasenko · 7 years ago
- 316d38e setconsole: much better help text by Denys Vlasenko · 7 years ago
- 1a1203f users,w,who,uptime,renice: make NOEXEC by Denys Vlasenko · 7 years ago
- 798b945 ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZE by Denys Vlasenko · 7 years ago
- b34eb4a ubiupdatevol: fix bug with -sSIZE: was ignoring IMAGE_FILE by Denys Vlasenko · 7 years ago
- 115e0a7 ubi_tools: a bit smaller applet resolution code by Denys Vlasenko · 7 years ago
- 4dea1ed script: -f means "flush", not "fsync" by Denys Vlasenko · 7 years ago
- 269b36a script: make -t[FILE] compatible with util-linux by Denys Vlasenko · 7 years ago
- dd55d5d script: make -t independent of scriptreplay by Denys Vlasenko · 7 years ago