Commit Graph

  • e394fc5f5f mk->bp lineage-21.0 lineage-21.0-ap1a LuK1337 2024-03-25 10:07:07 +01:00
  • 9f59ea3199 bash: Set proper env PATH for Android Bruno Martins 2022-01-31 18:55:22 +00:00
  • 9a812c3827 bash: Move to /system_ext Bruno Martins 2022-01-30 23:32:57 +00:00
  • 74a0f0ca8c bashrc: Use full current working directory path for root as well LuK1337 2020-05-24 00:53:01 +02:00
  • c911034608 bashrc: Add ll alias LuK1337 2020-05-09 01:37:15 +02:00
  • ba585eb6a6 inputrc: Import from Ubuntu LuK1337 2020-04-30 11:21:35 +02:00
  • fcf373a19e bashrc: change cm to lineage Stefan Assmann 2018-03-23 11:38:33 +01:00
  • 4f25c453b3 bashrc: remove resize and ps alias Stefan Assmann 2018-03-20 10:54:17 +01:00
  • 66666d3fdb bashrc: correct PS1 Dan Pasanen 2015-11-24 09:54:51 -06:00
  • 69eaa1c591 bash: export environment variables in a way that bash understands Dan Pasanen 2015-11-24 09:33:23 -06:00
  • 9aad8d60f9 bash: Update default environment Steve Kondik 2015-11-14 23:44:47 +01:00
  • a48d6c3c18 bash: Remove Busybox aliases Steve Kondik 2015-11-14 22:59:31 +01:00
  • b4b81db087 bashrc: call resize command to init term dim Tanguy Pruvot 2014-10-06 12:41:47 -05:00
  • 41547e7f80 bashrc: export the environment variables Dan Pasanen 2014-10-06 12:39:24 -05:00
  • 5833ac2c17 bashrc: use xterm as default terminal Dan Pasanen 2014-08-11 13:53:58 -05:00
  • 444dcbea6a bashrc: set alias ls="busybox ls --color=auto" Firerat 2011-08-08 23:00:00 +01:00
  • 9c5aabc49a Use a loop for busybox aliases Scott Anderson 2011-02-09 10:58:16 -05:00
  • c5c7fd40fa fixed some problems with bash cvpcs 2010-06-06 18:06:59 -05:00
  • f79b23a255 added bashrc and bash_logout support system-wide cvpcs 2010-06-03 14:18:57 -05:00
  • 3fb7c2a127 set some paths and removed the debugger cvpcs 2010-06-03 08:35:40 -05:00
  • f157ca874d Set up build for android Dan Pasanen 2014-10-02 14:08:59 -05:00
  • 8868edaf22 bash-5.1 distribution sources and documentation Chet Ramey 2020-12-06 15:51:17 -05:00
  • 36f2c406ff Bash-5.0 patch 18: fix quoted null string removal when using shell word expansion pattern operators Chet Ramey 2020-07-10 11:29:25 -04:00
  • 9e49d343e3 Bash-5.0 patch 17: better fix for reaping process substitution file descriptors Chet Ramey 2020-04-24 11:05:06 -04:00
  • 6c6454cb18 Bash-5.0 patch 16: bash waits too long to reap /dev/fd process substitutions with loops and group commands Chet Ramey 2020-02-07 15:20:38 -05:00
  • ad1b3e6822 Bash-5.0 patch 15: aliases and -c commands can cause premature termination Chet Ramey 2020-02-07 15:19:53 -05:00
  • 8b6524c482 Bash-5.0 patch 14: edit-and-execute-command does not handle empty command lines Chet Ramey 2020-02-07 15:18:41 -05:00
  • f747f9ff4c Bash-5.0 patch 13: reading history entries with timestamps can result in joined entries Chet Ramey 2020-02-07 15:17:29 -05:00
  • b0852fb54e Bash-5.0 patch 12: fix problems moving back beyond start of history Chet Ramey 2020-02-07 15:16:28 -05:00
  • d894cfd104 Bash-5.0 patch 11: fix quoted null character removal in operands of conditional ([[) commands Chet Ramey 2019-08-29 11:21:20 -04:00
  • 6a3116f58c Bash-5.0 patch 10: changes to posix-mode assignment statements preceding functions and special builtins Chet Ramey 2019-08-29 11:20:15 -04:00
  • 9f597fd109 Bash-5.0 patch 9: fix file descriptor leak with zero-length history file Chet Ramey 2019-08-14 14:58:44 -04:00
  • 01323582f7 Bash-5.0 patch 8: fix history offset when HISTSIZE == 0 that can lead to crashes Chet Ramey 2019-08-14 14:57:48 -04:00
  • 3ba697465b Bash-5.0 patch 7: fix exec builtin leaving the terminal in the wrong process group Chet Ramey 2019-04-20 14:27:56 -04:00
  • dfd2cc6ac5 Bash-5.0 patch 6: allow building with SYSLOG_HISTORY defined without defining SYSLOG_SHOPT Chet Ramey 2019-04-20 14:27:00 -04:00
  • 41f5420db7 Bash-5.0 patch 5: prevent optimizing forks away too aggressively Chet Ramey 2019-04-20 14:25:52 -04:00
  • 16c907aa3b Bash-5.0 patch 4: the wait builtin without arguments only waits for known children the shell started Chet Ramey 2019-04-20 14:24:28 -04:00
  • fcf6ae7d06 Bash-5.0 patch 3: improvements when globbing directory names containing backslashes Chet Ramey 2019-03-19 10:05:39 -04:00
  • ddf3f643cb Bash-5.0 patch 2: fix expansion of aliases whose value ends with an unquoted tab Chet Ramey 2019-01-18 15:13:57 -05:00
  • 4d2e315490 Bash-5.0 patch 1: fix pathname expansion of directory names containing backslashes Chet Ramey 2019-01-18 15:12:37 -05:00
  • d233b485e8 bash-5.0 distribution sources and documentation Chet Ramey 2019-01-07 09:27:52 -05:00
  • 6444760999 fix for SIGINT in sourced script Chet Ramey 2018-06-01 10:22:36 -04:00
  • 34dbca51a5 readline multi-key command re-read input fix Chet Ramey 2018-06-01 10:22:00 -04:00
  • 36f89ff1d8 SIGINT trap handler SIGINT loop fix Chet Ramey 2018-06-01 10:20:32 -04:00
  • 354efb96f1 saved background process status hash table loop fixes Chet Ramey 2018-06-01 10:19:56 -04:00
  • 7de27456f6 update .gitignore for developers Chet Ramey 2018-03-06 15:54:12 -05:00
  • b0776d8c49 Bash-4.4 patch 19 Chet Ramey 2018-02-06 16:22:34 -05:00
  • eb78197af3 Bash-4.4 patch 18 Chet Ramey 2018-01-29 16:04:56 -05:00
  • b3a5ec8dd5 Bash-4.4 patch 17 Chet Ramey 2018-01-29 16:04:37 -05:00
  • c9f1b04651 Bash-4.4 patch 16 Chet Ramey 2018-01-29 16:04:20 -05:00
  • 9cce630e80 Bash-4.4 patch 15 Chet Ramey 2018-01-29 16:04:01 -05:00
  • 2fb21d75bf Bash-4.4 patch 14 Chet Ramey 2018-01-29 16:03:47 -05:00
  • 1aef9c7b55 Bash-4.4 patch 13 Chet Ramey 2018-01-29 16:03:33 -05:00
  • bc007799f0 Bash-4.4 patch 12 Chet Ramey 2017-01-27 11:25:44 -05:00
  • 76bb456d8f Bash-4.4 patch 11 Chet Ramey 2017-01-20 15:38:49 -05:00
  • 5b9762d6f0 Bash-4.4 patch 10 Chet Ramey 2017-01-20 15:38:38 -05:00
  • e59fb114e9 Bash-4.4 patch 9 Chet Ramey 2017-01-20 15:38:29 -05:00
  • b9f81c2977 Bash-4.4 patch 8 Chet Ramey 2017-01-20 15:38:10 -05:00
  • 4f747edc62 Bash-4.4 patch 7 Chet Ramey 2017-01-20 11:47:55 -05:00
  • 44bfefc553 Bash-4.4 patch 6 Chet Ramey 2017-01-20 11:47:31 -05:00
  • f459cbd8be Bash-4.4 patch 5 Chet Ramey 2016-11-14 14:27:55 -05:00
  • 2965eca924 Bash-4.4 patch 4 Chet Ramey 2016-11-14 14:27:35 -05:00
  • 4f59a8babc Bash-4.4 patch 3 Chet Ramey 2016-11-14 14:27:23 -05:00
  • 280bd77d8d Bash-4.4 patch 2 Chet Ramey 2016-11-14 14:27:06 -05:00
  • 8ddc8d6e3a Bash-4.4 patch 1 Chet Ramey 2016-11-14 14:26:51 -05:00
  • a0c0a00fc4 Bash-4.4 distribution sources and documentation Chet Ramey 2016-09-15 16:59:08 -04:00
  • 30a978b7d8 Bash-4.3 patch 46 Chet Ramey 2016-06-20 15:14:49 -04:00
  • 591b09c48f Bash-4.3 patch 45 Chet Ramey 2016-06-20 15:14:32 -04:00
  • 489302a91d Bash-4.3 patch 44 Chet Ramey 2016-06-20 15:14:20 -04:00
  • 8061f8f11e Bash-4.3 patch 43 Chet Ramey 2016-06-20 15:14:03 -04:00
  • ae339e9c3c Bash-4.3 patch 42 Chet Ramey 2015-08-13 15:38:42 -04:00
  • 2b3ca7e0cf Bash-4.3 patch 41 Chet Ramey 2015-08-13 15:38:31 -04:00
  • 8d98b94e3e Bash-4.3 patch 40 Chet Ramey 2015-08-13 15:38:17 -04:00
  • d2744e05f2 Bash-4.3 patch 39 Chet Ramey 2015-05-19 15:49:51 -04:00
  • af61c5494b Bash-4.3 patch 38 Chet Ramey 2015-05-19 15:49:39 -04:00
  • 1cfd8d27f6 Bash-4.3 patch 37 Chet Ramey 2015-05-19 14:55:51 -04:00
  • 4e3e5312a5 Bash-4.3 patch 36 Chet Ramey 2015-05-19 14:55:37 -04:00
  • e57a256f4e Bash-4.3 patch 35 Chet Ramey 2015-05-19 14:55:27 -04:00
  • 8daea13bac Bash-4.3 patch 34 Chet Ramey 2015-05-19 14:55:02 -04:00
  • 84c617ecf0 Bash-4.3 patch 33 Chet Ramey 2015-01-15 10:21:08 -05:00
  • d836e8a211 Bash-4.3 patch 32 Chet Ramey 2015-01-15 10:20:45 -05:00
  • f9d85604a7 Bash-4.3 patch 31 Chet Ramey 2015-01-15 10:20:04 -05:00
  • ca6a2ba40c Bash-4.3 patch 30 Chet Ramey 2014-10-05 19:12:20 -04:00
  • 13db572a82 Bash-4.3 patch 29 Chet Ramey 2014-10-02 22:50:19 -04:00
  • 90a39f32de Bash-4.3 patch 28 Chet Ramey 2014-10-02 09:07:21 -04:00
  • 3590145af6 Bash-4.3 patch 27 Chet Ramey 2014-09-27 22:58:05 -04:00
  • 836a17be08 Bash-4.3 patch 26 Chet Ramey 2014-09-26 17:00:50 -04:00
  • b64a0e1d0b Bash-4.3 patch 25 Chet Ramey 2014-09-25 08:45:07 -04:00
  • 1a1f8b54fb Bash-4.3 patch 24 Chet Ramey 2014-08-18 11:45:31 -04:00
  • 85b94814db Bash-4.3 patch 23 Chet Ramey 2014-08-18 11:45:12 -04:00
  • df2c55de9c Bash-4.3 patch 22 Chet Ramey 2014-08-01 15:31:14 -04:00
  • 0006238371 Bash-4.3 patch 21 Chet Ramey 2014-08-01 15:31:01 -04:00
  • daefb2c519 Bash-4.3 patch 20 Chet Ramey 2014-08-01 15:30:48 -04:00
  • 9b86eb22c4 Bash-4.3 patch 19 Chet Ramey 2014-08-01 15:30:33 -04:00
  • 35751626ee Bash-4.3 patch 18 Chet Ramey 2014-05-16 14:19:20 -04:00
  • 9ddcfa1684 Bash-4.3 patch 17 Chet Ramey 2014-05-16 14:18:57 -04:00
  • 34ce402d02 Bash-4.3 patch 16 Chet Ramey 2014-05-16 14:18:39 -04:00
  • c6dcdf4d7a Bash-4.3 patch 15 Chet Ramey 2014-05-16 14:18:15 -04:00
  • 3b34f6e68c Bash-4.3 patch 14 Chet Ramey 2014-05-16 14:17:56 -04:00
  • eec5e6ee83 Bash-4.3 patch 13 Chet Ramey 2014-05-16 14:17:38 -04:00