Commit Graph

  • 1d3a04a3a4 Code style fixes, no code changes Denys Vlasenko 2016-11-28 01:22:57 +0100
  • 038a977d47 lineedit: simplify code a bit Denys Vlasenko 2016-11-28 01:10:16 +0100
  • 2c769c69b2 makedevs: make special node creation idempotent Denys Vlasenko 2016-11-27 23:27:54 +0100
  • bff71d3b9d lineedit: fix two bugs in SIGWINCH signal handling Denys Vlasenko 2016-11-27 22:25:07 +0100
  • 710b6ce9b0 fdisk_gpt: simplify GPT partition name printing Denys Vlasenko 2016-11-27 20:47:01 +0100
  • 29516ac0e4 fdisk: sanitize partition name printing; drop "Code" column; get rid of one static var Denys Vlasenko 2016-11-27 06:13:43 +0100
  • 351ab8278e dpkg-deb: shorten code, improve help text Denys Vlasenko 2016-11-27 04:48:53 +0100
  • 6747bdac88 dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config option Denys Vlasenko 2016-11-27 03:57:08 +0100
  • ccc9985c45 find: fix handling of trailing slashes in -name PATTERN comparisons Denys Vlasenko 2016-11-25 20:14:33 +0100
  • 4b89d512b1 ash,hush: make ^C in interactive mode visually much closer to bash behavior Denys Vlasenko 2016-11-25 03:41:03 +0100
  • 24860fa09c Move FEATURE_BUFFERS_USE_foo options to library tuning Denys Vlasenko 2016-11-24 22:30:52 +0100
  • 1255925a61 Move locale, unicode, and "use sendfile?" options to library tuning Denys Vlasenko 2016-11-24 22:18:55 +0100
  • 336022663a Collapse three levers of menuconfig to two levels. Denys Vlasenko 2016-11-24 22:08:12 +0100
  • 8660aeb312 ash,hush: ^C from command line should set $? to 128+SIGINT Denys Vlasenko 2016-11-24 17:44:02 +0100
  • 2e4ef38743 lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace Rostislav Skudnov 2016-11-24 15:04:00 +0100
  • cb810c48c0 patch: fix matching failure Aaro Koskinen 2016-11-22 00:19:51 +0200
  • 2eff59667d patch: fix debug log failure Aaro Koskinen 2016-11-22 00:19:50 +0200
  • 5bbee27c0f Remove outdated comments Denys Vlasenko 2016-11-23 21:51:11 +0100
  • f7683cdf83 Convert all udhcp applets to "new style" applet definitions Denys Vlasenko 2016-11-23 18:54:59 +0100
  • a8e52da774 Convert all selinux/* applets to "new style" applet definitions Denys Vlasenko 2016-11-23 18:46:40 +0100
  • 15fb91cefb test: make [ and [[ forms individually selectable Denys Vlasenko 2016-11-23 18:31:48 +0100
  • 73f743a381 Remove remnants of disabled "length" applet Denys Vlasenko 2016-11-23 14:54:38 +0100
  • 7caf1369f5 Make dos2unix/unix2dos independently selectable Denys Vlasenko 2016-11-23 14:52:19 +0100
  • af3f420116 Convert all coreutils/* applets to "new style" applet definitions Denys Vlasenko 2016-11-23 14:46:56 +0100
  • 5b966c6180 Make "hd" independently selectable Denys Vlasenko 2016-11-23 11:53:12 +0100
  • dd898c9f33 Convert all util-linux/* applets to "new style" applet definitions Denys Vlasenko 2016-11-23 11:46:32 +0100
  • e5dd71f94f Remove trailing empty lines Denys Vlasenko 2016-11-23 10:43:39 +0100
  • 6d9329935c Convert all console-tools/* applets to "new style" applet definitions Denys Vlasenko 2016-11-23 10:39:27 +0100
  • c19f7584e1 Convert all mailutils/* applets to "new style" applet definitions Denys Vlasenko 2016-11-23 09:58:03 +0100
  • 29e2c45a5b tc: consolidate its disabled bits Denys Vlasenko 2016-11-23 09:51:33 +0100
  • 8342397801 Make ping6 and traceroute6 selectable independently from ping/traceroute Denys Vlasenko 2016-11-23 09:25:57 +0100
  • 6bfab0c49f ipneigh: add this shortcur similar to other "ip <CMD>" shortcuts Denys Vlasenko 2016-11-23 09:18:05 +0100
  • 3148e0c05b Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_* Denys Vlasenko 2016-11-23 09:07:44 +0100
  • 47367e1d50 Convert all networking/* applets to "new style" applet definitions Denys Vlasenko 2016-11-23 09:05:14 +0100
  • e32b64c4ec Convert all modutils/* applets to "new style" applet definitions Denys Vlasenko 2016-11-23 07:54:52 +0100
  • 5467d268f0 Make killall and killall5 selecatable independent from kill Denys Vlasenko 2016-11-23 06:43:46 +0100
  • f8f81ed7aa Convert all procps/* applets to "new style" applet definitions Denys Vlasenko 2016-11-23 06:23:44 +0100
  • f88e3bfa8d Convert all miscutils/* applets to "new style" applet definitions Denys Vlasenko 2016-11-22 23:54:17 +0100
  • fb4da16711 Split miscutils/Config.src items into miscutils/*.c files Denys Vlasenko 2016-11-22 23:14:24 +0100
  • 9f8eb1ee76 httpd: explain why we use sprintf and why it should be fine Denys Vlasenko 2016-11-22 02:23:35 +0100
  • 7e8218f9b2 Fix allnoconfig warnings Denys Vlasenko 2016-11-18 21:42:44 +0100
  • f4d0f4e7a9 applets.h.sh: a script to check applet names against config options Denys Vlasenko 2016-11-17 15:34:16 +0100
  • 10880cc20f Make mkfs.vfat and mkdosfs individually selectable Denys Vlasenko 2016-11-16 16:18:50 +0100
  • 0581a2f304 Make mke2fs and mkfs.ext2 individually selectable Denys Vlasenko 2016-11-16 16:12:11 +0100
  • eb3fdc843e Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectable Denys Vlasenko 2016-11-16 15:45:05 +0100
  • a8c696bf09 Make ifup and ifdown individually selectable. Denys Vlasenko 2016-11-14 18:31:07 +0100
  • f417ffd88f Make swapon and swapoff individually selectable. Denys Vlasenko 2016-11-14 17:30:50 +0100
  • 1924e99ad3 Make grep/egrep/fgrep independently selectable Denys Vlasenko 2016-11-14 05:09:48 +0100
  • 97e9a72c71 Make halt/poweroff/reboot independently selectable Denys Vlasenko 2016-11-14 04:55:04 +0100
  • c314ca9016 Make setarch/linux32/linux64 independently selectable Denys Vlasenko 2016-11-13 22:56:04 +0100
  • 67fd2f2858 dnsdomainname: split it from "hostname", make it independently selectable Denys Vlasenko 2016-11-13 22:35:10 +0100
  • 9655f95d0f tar: handle pax-encoded utf8 filenames and link names. Closes 9406 Denys Vlasenko 2016-11-11 17:56:45 +0100
  • 87e039d016 hush: make getch/peek functions directly called Denys Vlasenko 2016-11-08 22:35:05 +0100
  • 00a06b9715 hush: renumber PIPE_foo, make PIPE_SEQ = 0 Denys Vlasenko 2016-11-08 20:35:53 +0100
  • 6c635d62d4 hush: small optimization in run_list Denys Vlasenko 2016-11-08 20:26:11 +0100
  • 5cc9bf6a21 hush: deindent large block of code, no code changes Denys Vlasenko 2016-11-08 17:34:44 +0100
  • 1eada9ad8d hush: simplify insert_bg_jobs Denys Vlasenko 2016-11-08 17:28:45 +0100
  • 830ea35484 hush: make "wait %1" less likely to play with signal mask Denys Vlasenko 2016-11-08 04:59:11 +0100
  • 02affb4afd hush: rework "wait %jobspec" to work in non-interactive shells too Denys Vlasenko 2016-11-08 00:59:29 +0100
  • 26ad94bedc hush: "wait $!; echo $?" should return 127 if $! already exited Denys Vlasenko 2016-11-07 23:07:21 +0100
  • 62b717b75e hush: implement "wait %jobspec" Denys Vlasenko 2016-11-07 22:12:18 +0100
  • 4e1c8b4f6a hush: factor out %jobspec parsing Denys Vlasenko 2016-11-07 20:06:40 +0100
  • 5d5a611df2 hush: comment fix Denys Vlasenko 2016-11-07 19:36:50 +0100
  • 4224647c8d hush: do not allow sh -c '{ echo boo }' Denys Vlasenko 2016-11-07 16:22:35 +0100
  • 46443a383c cpio: add ownership (-R) test cases Aaro Koskinen 2016-11-03 00:25:05 +0200
  • aeaee43d5a hush: case logic for setting $? was still wrong Denys Vlasenko 2016-11-04 20:14:04 +0100
  • 30bfcf612b hush: non-matching "case" statement sets $? to 0 Denys Vlasenko 2016-11-04 18:52:48 +0100
  • 672a55e606 hush: allow { cmd } to not be terminated by semicolon in some cases Denys Vlasenko 2016-11-04 18:46:14 +0100
  • 06b114900f ash: fix "duplicate local" code (forgot to re-enable interrupts) Denys Vlasenko 2016-11-04 16:43:18 +0100
  • 834aba3b72 comment and readme updates Denys Vlasenko 2016-11-04 14:13:58 +0100
  • 79e2598c48 su: expand help; simplify passing of -c CMD to run_shell() Denys Vlasenko 2016-11-03 22:13:08 +0100
  • 2b288236e8 loadfont: 32k size limit is not enough Denys Vlasenko 2016-11-03 20:57:37 +0100
  • 1ab7c2fc6d ash: while (!got_sig) pause() is not reliable, use sigsuspend() Denys Vlasenko 2016-11-03 20:17:23 +0100
  • 2e6af54971 man: remove -Tascii from nroff invocation Denys Vlasenko 2016-10-31 14:05:34 +0100
  • 7c3c92c533 man: make width selection more thorough; explain how to override it Denys Vlasenko 2016-10-31 01:52:18 +0100
  • a92a74961d man: allow nroff and tbl commands be overridden; unmangle writing to files Denys Vlasenko 2016-10-30 22:31:30 +0100
  • d4f3db9427 ash: if using libc glob(), skip it if no metachars are in word Denys Vlasenko 2016-10-30 18:41:01 +0100
  • 474ed06c39 ash: fix bit-rotten debug infrastructure Denys Vlasenko 2016-10-30 18:30:29 +0100
  • 493b9cae80 ash: make popfile() anfter popallfiles() safe Denys Vlasenko 2016-10-30 18:27:14 +0100
  • 9db74e49e5 hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?" Denys Vlasenko 2016-10-28 22:39:12 +0200
  • 7e6753609d hush: fix "wait PID" Denys Vlasenko 2016-10-28 21:57:31 +0200
  • 8f7b0248ad ash: use pause(), not sigsuspend(), in wait builtin Denys Vlasenko 2016-10-28 17:16:11 +0200
  • d81e9f5093 ash: fix interactive "command eval STRING" exiting on errors. Denys Vlasenko 2016-10-28 15:43:50 +0200
  • 458c1f218b ash: [JOBS] Fix dowait signal race Denys Vlasenko 2016-10-27 23:51:19 +0200
  • c0663c7cd2 ash: [SIGNAL] Remove EXSIG Denys Vlasenko 2016-10-27 21:09:01 +0200
  • 6918811014 ash: open-code blocking_dowait_with_raise_on_sig() Denys Vlasenko 2016-10-27 20:18:18 +0200
  • b543bdadb3 ash: return to DOWAIT_* constants similar to dash, no logic changes Denys Vlasenko 2016-10-27 20:08:28 +0200
  • 3f44a6be58 ash: delete leftovers from "simplify EOF/newline handling in list parser" commit Denys Vlasenko 2016-10-27 14:49:21 +0200
  • 5ac04f2f02 ash: [EXPAND] Fix ifsfirst/ifslastp leak Denys Vlasenko 2016-10-27 14:46:50 +0200
  • 455e422814 ash: move ifsbreakup() and ifsfree() up Denys Vlasenko 2016-10-27 14:45:13 +0200
  • b4f51d32d2 ash: partially sync with dash on "fork if traps are set" logic Denys Vlasenko 2016-10-27 12:55:09 +0200
  • 2eb0a7e1b9 ash: [SHELL] Expand ENV before using it Denys Vlasenko 2016-10-27 11:28:59 +0200
  • 70392331a9 ash: comment tweaks, no code changes Denys Vlasenko 2016-10-27 02:31:55 +0200
  • 65a8b859a9 ash: optimize tryexec(): avoid one allocation Denys Vlasenko 2016-10-26 22:29:11 +0200
  • 0e081d01a8 ash: [CD] Lookup PWD after going through CDPATH Denys Vlasenko 2016-10-26 19:56:05 +0200
  • a318bba199 ash: [MEMALLOC] Made grabstackblock an inline wrapper for stalloc Denys Vlasenko 2016-10-26 18:26:27 +0200
  • dbef38a74b ash: [VAR] Remove setvarsafe Denys Vlasenko 2016-10-26 17:54:32 +0200
  • 35c2a136cd ash: use shellparam.optind/optoff in getopts() directly, not through pointers Denys Vlasenko 2016-10-26 17:34:26 +0200
  • 3df1410a00 ash: [PARSER] Size optimisations in parameter expansion parser Denys Vlasenko 2016-10-26 16:41:13 +0200
  • 350e686f3b ash: [PARSER] Recognise here-doc delimiters terminated by EOF Denys Vlasenko 2016-10-26 16:26:45 +0200