- 586f1ee nandwrite: cope with old headers which have no MTD_FILE_MODE_RAW by Denys Vlasenko · 7 years ago
- 38da4c4 config: add size estimations for a few applets by Denys Vlasenko · 7 years ago
- 83c99ab less: code shrink by Denys Vlasenko · 7 years ago
- d3a7e88 time: fix build for toolchains without O_CLOEXEC by Denys Vlasenko · 7 years ago
- 045327a lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devices by Markus Gothe · 7 years ago
- 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- b5d9ba8 i2cset: fix 'i' & 's' modes (3 extra bytes were sent) by Avi Fishman · 7 years ago
- 0c4dbd4 regularize format of source file headers, no code changes 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
- b278ac0 setfattr: new applet by Denys Vlasenko · 7 years ago
- 9d858f5 chat: do not die when HANGUP param is missing. Closes 10016 by Denys Vlasenko · 7 years ago
- f27e150 i2c_tools: tweak --help text 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
- 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
- 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
- 9536ef7 makedevs: make it NOEXEC by Denys Vlasenko · 7 years ago
- ed7d118 adjtimex: make it NOFORK by Denys Vlasenko · 7 years ago
- c8e2931 adjtimex: zero-fill whole structure, to be on the safe side by Denys Vlasenko · 7 years ago
- a894a4b raidautorun: make it NOEXEC by Denys Vlasenko · 7 years ago
- 97b738d setserial: make it NOEXEC by Denys Vlasenko · 7 years ago
- 08e66a8 setserial: code shrink, better --help text by Denys Vlasenko · 7 years ago
- 3239ab8 lspci,lsscsi,lsusb: make them NOEXEC by Denys Vlasenko · 7 years ago
- 20077c1 libbb: make trim() return pointer to terminating NUL by Denys Vlasenko · 7 years ago
- 9c49d6e partprobe: make it NOEXEC by Denys Vlasenko · 7 years ago
- 83d7785 runlevel: make it NOEXEC by Denys Vlasenko · 7 years ago
- 74c05f5 chat: trim help text by Denys Vlasenko · 7 years ago
- 4dc8669 microcom: require exactly one non-option by Denys Vlasenko · 7 years ago
- 39194f0 new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize by Denys Vlasenko · 7 years ago
- 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
- 5b3cbe3 config: more tweaking of help texts by Denys Vlasenko · 7 years ago
- 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
- bbf17bb crond: do not assume setenv() does not leak by Denys Vlasenko · 7 years ago
- c9e7843 crond: allow $SHELL and starting user's shell override DEFAULT_SHELL. Closes 6458 by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 9880f86 hdparm: remove contradicting size info in config help by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 68e9805 ttysize: if stdin is not tty, try stdout, then stderr by Denys Vlasenko · 7 years ago
- d18b200 crond: code shrink by Denys Vlasenko · 7 years ago
- 0b3b65f crond: move misplaced comment by Denys Vlasenko · 7 years ago
- 75fbea3 crond: support @daily etc by Denys Vlasenko · 7 years ago
- 1572f52 watchdog: do not use argc, other cleanups by Denys Vlasenko · 7 years ago
- 31c7650 watchdog: stop watchdog first on startup by Matt Spinler · 7 years ago
- 1b84f4a beep: disallow FEATURE_BEEP_FREQ = 0 in configuration by Denys Vlasenko · 7 years ago
- 3c9688e makedevs: code shrink by Denys Vlasenko · 7 years ago
- 3532e60 makedevs: allow much longer filenames by Denys Vlasenko · 7 years ago
- a1a3b59 time: inplement -f FMT by Denys Vlasenko · 8 years ago
- 5fe5be2 time: implement -a, -o FILE by Tommi Rantala · 8 years ago
- 854174f time: document -p in usage by Tommi Rantala · 8 years ago
- 9c7ee14 lsscsi: new applet by Markus Gothe · 8 years ago
- 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
- 783d57a Sort some miscutils/ applets into coreutils or util-linux by Denys Vlasenko · 8 years ago
- ac47a00 partprobe: new applet by Denys Vlasenko · 8 years ago
- 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 years ago
- d6ace66 taskset: simplify code a bit; tweak --help by Denys Vlasenko · 8 years ago
- 8666391 taskset: separate "current" and "new" strings by Denys Vlasenko · 8 years ago
- ef0e76c taskset: rewrite to be task size-agnostic by Denys Vlasenko · 8 years ago
- 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
- f3d705f make --help texts smaller by Denys Vlasenko · 8 years ago
- bbc7bee make --help texts more uniform by Denys Vlasenko · 8 years ago
- 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
- 2c769c6 makedevs: make special node creation idempotent by Denys Vlasenko · 8 years ago
- e5dd71f Remove trailing empty lines by Denys Vlasenko · 8 years ago
- f88e3bf Convert all miscutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- fb4da16 Split miscutils/Config.src items into miscutils/*.c files by Denys Vlasenko · 8 years ago
- 2e6af54 man: remove -Tascii from nroff invocation by Denys Vlasenko · 8 years ago
- 7c3c92c man: make width selection more thorough; explain how to override it by Denys Vlasenko · 8 years ago
- a92a749 man: allow nroff and tbl commands be overridden; unmangle writing to files by Denys Vlasenko · 8 years ago
- 69312e8 strings: implement -t radix by Tito Ragusa · 8 years ago
- 7fa799a less: switch off nonblock on kbd_fd before exit by Denys Vlasenko · 8 years ago
- 3c0e579 less: fall back to using fd #1 for keyboard reading. Closes 9231 by Denys Vlasenko · 8 years ago
- 6b76e23 man: fix parsing of "DEFINE pager xyz". Closes 8976 by Denys Vlasenko · 8 years ago
- 110c6bb less: fix bracket search to match behavior of less 481 by Denys Vlasenko · 8 years ago
- 2525596 less: fix SEGV by Denys Vlasenko · 8 years ago
- 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
- 59f8197 i2cdump: don't use common_bufsiz1 by Bartosz Golaszewski · 9 years ago
- 7cf45ae setsid: fix broken -c by Denys Vlasenko · 9 years ago
- 015db58 randomconfig fixes by Denys Vlasenko · 9 years ago
- 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago