Commit Graph

  • 337a7b0269 :) master pepe 2023-08-14 22:42:01 +0000
  • da516fe917 :( pepe 2023-08-11 21:21:58 +0000
  • 1a64f6a20a Bump version to 1.36.1 Denys Vlasenko 2023-05-19 00:31:04 +0200
  • 38d2d26a5f lineedit: fix crash when icanon set with -echo Akos Somfai 2023-04-03 22:52:06 +0200
  • 384cd2e436 sleep: fix error exit when called as "sh" builtin Denys Vlasenko 2023-04-12 12:23:36 +0200
  • ce839dea92 ash: fix sleep built-in not running INT trap immediately on ^C Denys Vlasenko 2023-04-10 16:30:27 +0200
  • d661cb1977 ash: sleep builtin with no arguments should not exit Denys Vlasenko 2023-04-03 19:54:42 +0200
  • 515adcc9f3 hush: printf builtin with no arguments should not exit Denys Vlasenko 2023-04-03 19:29:57 +0200
  • 90f5f2a190 ash: fix still-broken new mail detection Denys Vlasenko 2023-04-03 14:31:18 +0200
  • 07bc5de67b ash: fix broken new mail detection Denys Vlasenko 2023-04-03 14:01:36 +0200
  • 64e967fabb lineedit: fix matching of directories when searching PATH Ron Yorston 2023-03-24 15:16:35 +0000
  • 8d198665a0 libbb/sha: fix sha-NI instruction detection Denys Vlasenko 2023-03-29 15:17:00 +0200
  • c0bb90e2fe unzip: clear SUID/GID bits, implement -K to not clear them Denys Vlasenko 2023-02-22 10:50:14 +0100
  • f15dfd86c4 ed: don't use memcpy with overlapping memory regions Sören Tempel 2022-02-08 20:29:30 +0100
  • 70f77e4617 Bump version to 1.36.0 Denys Vlasenko 2023-01-03 15:15:41 +0100
  • 969e008168 hush: code shrink Denys Vlasenko 2023-01-03 14:08:18 +0100
  • d488a5218b ash: trivial code shrink Denys Vlasenko 2023-01-03 13:39:14 +0100
  • bcb90b9c41 xxd: use bb_simple_perror_msg... where appropriate Denys Vlasenko 2023-01-03 08:30:12 +0100
  • 27be0e8cfe shell: fix compile failures in some configs Denys Vlasenko 2023-01-03 08:28:16 +0100
  • 8ed57db65b Makefile.flags: add resolv to LDLIBS for linux compilers too (not only gnu ones) Denys Vlasenko 2023-01-02 17:10:04 +0100
  • 9b2d766e0e sed: fix double-free in FEATURE_CLEAN_UP=y configs Denys Vlasenko 2023-01-02 17:05:55 +0100
  • cadf57b3af mv: fix error in !VERBOSE configs Denys Vlasenko 2023-01-02 17:04:44 +0100
  • e7977df2ca libbb/loop: fix compile failure (name collision) Denys Vlasenko 2023-01-02 17:03:26 +0100
  • fb0c000567 testsuite/sha1sum.tests: fix false positive failure Denys Vlasenko 2023-01-02 17:02:17 +0100
  • dc068abad5 testsuite/tree.tests: fix false positive failure Denys Vlasenko 2023-01-02 17:01:14 +0100
  • adb1c7dcfe xxd: fix use of non-initialized data Denys Vlasenko 2023-01-02 16:59:40 +0100
  • c4d296aa7c xargs: implement -o, closes 15146 Denys Vlasenko 2022-12-22 10:38:08 +0100
  • 02ca565646 udhcpc6: fix binding to network aliases Denys Vlasenko 2022-12-15 23:57:27 +0100
  • 6c2ddf808e udhcp: add a few comments, no code changes Denys Vlasenko 2022-12-15 13:34:52 +0100
  • 242d056230 udhcpc6: use a different default config script Denys Vlasenko 2022-12-15 11:51:16 +0100
  • 301ef96892 udhcpc6: align FF02__1_2[] Denys Vlasenko 2022-12-15 11:49:00 +0100
  • 3636d52cbe more: accept and ignore -e Natanael Copa 2022-11-21 14:09:57 +0100
  • e977853e70 udhcpc6: add some comments Denys Vlasenko 2022-12-14 00:36:59 +0100
  • 9898db4c94 udhcpc6: remove stray comment Denys Vlasenko 2022-12-13 23:21:59 +0100
  • 7710250e4a libbb: shrink del_loop() Denys Vlasenko 2022-12-13 16:00:00 +0100
  • a55bd1c484 loop: restore the correct return vaule of set_loop() Denys Vlasenko 2022-12-13 15:49:09 +0100
  • 45734a2351 loop: optionally use ioctl(LOOP_CONFIGURE) to set up loopdevs Denys Vlasenko 2022-12-13 14:27:08 +0100
  • 9df54deead testsuite/mount.tests: accomodate umount failure seen on 5.18.0 Denys Vlasenko 2022-12-13 15:12:31 +0100
  • a1856934ba loop: refactor: extract subfunction set_loopdev_params() Xiaoming Ni 2022-12-13 13:13:23 +0100
  • 7dc76c9f21 loop: simplify code of LOOP_SET_FD failure Xiaoming Ni 2022-12-12 18:57:09 +0100
  • ddccf6cd2f loop: refactor: extract subfunction get_next_free_loop() Xiaoming Ni 2022-12-12 18:41:02 +0100
  • 90456a6aa3 xxd: fix typo in trivial usage Brandon Maier 2022-12-02 09:50:29 -0600
  • 7ade421b1a unzip -l: add missed big-endian conversions date and time Peter Kaestle 2022-10-25 13:56:48 +0200
  • 99476502f9 Remove "select PLATFORM_LINUX" Denys Vlasenko 2022-11-29 14:14:06 +0100
  • 77216c368f Fix non-Linux builds Samuel Thibault 2022-10-16 02:04:59 +0200
  • 75fbff1326 fbset: support setting pixel clock rate Dario Binacchi 2022-09-09 09:05:52 +0200
  • e8dfa0c1be fbset: abort on not handled options Dario Binacchi 2022-09-09 09:05:51 +0200
  • cb8d2ea8c9 loop: fix a race when a free loop device is snatched Xiaoming Ni 2022-11-15 14:54:05 +0100
  • 707a7ef4c7 pkill: add -e to display the name and PID of the process being killed Louis Sautier 2021-11-04 13:55:16 +0100
  • c8c1fcdba1 tls: move definitions around, no code changes Denys Vlasenko 2022-09-08 16:56:54 +0200
  • 9bab580cd4 tls: include signature_algorithms extension in client hello message Denys Vlasenko 2022-09-08 16:31:44 +0200
  • 526625bc83 libbb: mark stack in assembly files read-only Ludwig Nussel 2022-08-25 12:48:07 +0200
  • dd79e1d4d3 fix [ --help ] and [[ --help ]] Denys Vlasenko 2022-08-30 17:12:34 +0200
  • fe73c8d557 *: style fix Denys Vlasenko 2022-08-30 16:41:17 +0200
  • 58598eb709 ash: optional sleep builtin Shawn Landden 2022-08-27 19:56:21 +0200
  • d432049f28 devmem: add 128-bit width Aaro Koskinen 2022-08-25 18:47:02 +0300
  • 1a1220a5b0 tree: unicode tweak (use normal space char, 0x20) Denys Vlasenko 2022-08-26 14:54:45 +0200
  • b30d345cfd tree: make it unicode-aware Denys Vlasenko 2022-08-26 14:41:42 +0200
  • 5eceafb1f8 xxd -r: handle offsets Denys Vlasenko 2022-08-22 17:28:43 +0200
  • 0011a6bc20 xxd: add two more testcases Denys Vlasenko 2022-08-22 15:57:57 +0200
  • f318adaaab xxd -r: without -p, stop at more than one whitespace, closes 14786 Denys Vlasenko 2022-08-22 15:40:47 +0200
  • 5a9d2b6e02 libbb: make '--help' handling more consistent Ron Yorston 2022-05-01 09:45:37 +0100
  • 41d5f800a1 bc: hopefully fix bug 14956 (use-after-free) Denys Vlasenko 2022-08-18 16:23:55 +0200
  • 7c2a3bdde0 ash: fix use-after-free in bash pattern substitution Sören Tempel 2022-08-02 18:23:32 +0200
  • 84b89b4c22 udhcpc6: downgrade "opening listen socket" log level to 2 Denys Vlasenko 2022-08-02 18:04:51 +0200
  • 75aaa8b311 udhcpc6: fix sending of renew messages Denys Vlasenko 2022-08-02 15:33:51 +0200
  • 3147552a23 vi: add 'ZQ' quitting command Grob Grobmann 2022-06-08 16:51:54 -0300
  • 9eddf164bf ping: fix typo in --help text Henrique Rodrigues 2022-08-01 12:55:32 +0100
  • daa66ed62c ash: fix use-after-free in pattern substituon code Denys Vlasenko 2022-08-02 12:41:18 +0200
  • 1c54552842 ash: fix ifs cleanup on error paths Denys Vlasenko 2022-08-02 11:13:44 +0200
  • 5479c435fd sort: fix sort -s -u, closes 14871 Denys Vlasenko 2022-07-29 16:40:00 +0200
  • 00f2a35b83 sort: fix -k2M (wasn't skipping leading whitespace) Denys Vlasenko 2022-07-29 16:05:50 +0200
  • 9b6eb2a8ef udhcpc6: add missed big-endian conversions Denys Vlasenko 2022-07-13 16:15:04 +0200
  • 7b969bb2ad tls: P256: remove NOP macro sp_256_norm_8() Denys Vlasenko 2022-07-13 16:11:17 +0200
  • e63d7cdfda awk: fix use after free (CVE-2022-30065) Natanael Copa 2022-06-17 17:45:34 +0200
  • 3ad3aa6441 shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866 Denys Vlasenko 2022-07-11 14:36:39 +0200
  • 298ac9507b lineedit: get PWD from ash Ron Yorston 2022-06-28 13:40:49 +0100
  • 20a4f70eca tree: new applet Roger Knecht 2022-04-18 12:54:20 +0000
  • 2617a5e4c6 vi: handle autoindent in 'cc' command Ron Yorston 2022-03-18 11:30:38 +0000
  • af3b585815 vi: fix regression in autoindent handling Ron Yorston 2022-03-18 11:29:53 +0000
  • 7d1c7d8337 ash,hush: use HOME for tab completion and prompts Ron Yorston 2022-03-24 12:17:25 +0000
  • 95fec31be6 libbb: restore special handling of nomsg errors Ron Yorston 2022-04-21 08:02:15 +0100
  • 8d67007a4d top: improve large PID display in memory ('s') mode Denys Vlasenko 2022-05-12 11:44:47 +0200
  • b9c2108b26 examples/var_service/dhcp_if: make helper scripts more talkative Denys Vlasenko 2022-05-12 11:07:12 +0200
  • 1099a27696 top: code shrink Denys Vlasenko 2022-05-10 14:04:34 +0200
  • 69f82e305b top: code shrink Denys Vlasenko 2022-05-10 13:51:09 +0200
  • 294881d2e9 top: fix display of large PID/PPID Denys Vlasenko 2022-05-10 12:55:19 +0200
  • 67fd6be0bb seedrng: do not hash in a constant string, it's not adding entropy Denys Vlasenko 2022-05-03 12:48:50 +0200
  • 3bfbcb5807 seedrng: restore error check on fsync Denys Vlasenko 2022-05-02 15:03:32 +0200
  • 5ba56e8b95 seedrng: it's not a part of util-linux, move to miscutils Denys Vlasenko 2022-05-02 14:53:14 +0200
  • 1a290f889c init: do not set HOME Denys Vlasenko 2022-05-02 14:47:53 +0200
  • 4642cf5b38 tsort: new applet David Leonard 2022-02-20 14:29:45 +1000
  • 52a7bf6fa6 crond: implement support for setting PATH in crontab files Paul Fox 2022-03-07 11:35:28 -0500
  • 9b6f44e040 style fix Denys Vlasenko 2022-05-01 17:06:00 +0200
  • a157c4c978 seedrng: manually inline seed_rng Bernhard Reutner-Fischer 2022-05-01 17:01:14 +0200
  • 54867fec12 seedrng: shorten --help, assorted small cleanups Denys Vlasenko 2022-05-01 16:44:36 +0200
  • b5624be6df seedrng: reduce MAX_SEED_LEN from 512 to 256 Denys Vlasenko 2022-05-01 16:37:39 +0200
  • 7471658038 seedrng: do not hash lengths, they are very predictable Denys Vlasenko 2022-05-01 02:06:20 +0200
  • fb4546c7af seedrng: code shrink Denys Vlasenko 2022-05-01 01:58:57 +0200
  • d5bd2e57a7 seedrng: explain why we need locking and fsync'ing Denys Vlasenko 2022-05-01 01:50:44 +0200