Commit Graph

  • 955ba19b0d
    Merge 78e70b56fa into 371fe9f71d ZjW1nd 2024-11-29 15:40:48 +0800
  • 78e70b56fa Add branch to networking/tc.c noting that linux kernel version above 6.8 removed cbq support, which leads to a compile failure. This hasn't fixed by busybox official yet. Zj_W1nd 2024-11-29 15:22:19 +0800
  • 1c9ed2543d change layout to support dir changes Caden Kline 2024-11-13 11:54:38 -0500
  • cb06628abe
    Merge 43b74b9191 into 371fe9f71d Kaz KOBARA 2024-11-09 22:49:16 +0100
  • cb44106680
    Merge 56c36f1aa1 into 371fe9f71d Mr.w 2024-10-22 17:37:44 -0400
  • fd9252ee23
    Merge d94d2b0a9e into 371fe9f71d Kyeong Yoo 2024-10-09 07:19:50 +0200
  • fd84403612 update to new libhc Caden Kline 2024-10-03 14:26:47 -0400
  • 6ba236a8f3
    Merge 7d0af0ab5b into 371fe9f71d Raj Pratap Singh 2024-09-26 04:49:10 +0800
  • ea13bb0e1e
    Merge 4f598be99d into 371fe9f71d Franklin Fu 2024-09-25 15:41:26 +0200
  • 61d324d644
    Merge 9950a5a442 into 371fe9f71d Blondy314 2024-09-25 11:01:04 +0800
  • 53b9d4323d
    Merge 6d3da0138e into 371fe9f71d sweetyoru 2024-09-25 11:01:04 +0800
  • 6106cbd30b
    feat(shell): allow empty curly braces Benjamin Levy 2024-07-29 14:39:10 -0400
  • 4f598be99d fix 'make menuconfig' requires the ncurses libraries issue on fedora. refer to https://bbs.archlinux.org/viewtopic.php?id=295859 Franklin 2024-07-14 18:57:18 +0800
  • 371fe9f71d ash: move hashvar() calls into findvar() master Ron Yorston 2024-04-06 09:50:42 +0100
  • e4b5ccd13b timeout: allow fractional seconds in timeout values Ron Yorston 2024-04-08 13:12:25 +0100
  • b20b3790b4 powertop: code shrink Denys Vlasenko 2024-07-13 11:46:15 +0200
  • 23da5c4b71 hush: do not exit interactive shell on some redirection errors Denys Vlasenko 2024-07-13 01:47:49 +0200
  • 14e28c18ca hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fd Denys Vlasenko 2024-07-13 00:59:02 +0200
  • 6c38d0e9da hush: avoid duplicate fcntl(F_SETFD, FD_CLOEXEC) during init Denys Vlasenko 2024-07-13 00:14:41 +0200
  • 08fb86726b ash: remove limitation on fd# length Denys Vlasenko 2024-07-12 22:28:25 +0200
  • 0829fce079 ash: do not abort interactive mode on >&9999 redirect Denys Vlasenko 2024-07-12 21:58:04 +0200
  • 1ad2f5cd9f tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=y Denys Vlasenko 2024-07-12 19:30:14 +0200
  • 999e290ef6 tls: P256: improve x86_64 multiplication asm code Denys Vlasenko 2024-07-12 11:08:08 +0200
  • d745852f13 tls: P256: fix obscure x86_64 asm misbehavior, closes 15679 Denys Vlasenko 2024-07-11 23:48:53 +0200
  • a3c5068306 md5/shaXsum: accept uppercase hex strings Ron Yorston 2024-04-03 13:59:25 +0100
  • 05e5d6a381 vi: Ensure that the edit buffer ends in a newline Petja Patjas 2023-04-17 16:28:53 +0300
  • 0af28b84e5 ash: remove defunct control character to save a few bytes Ron Yorston 2024-07-10 07:35:26 +0200
  • 87c31609f4 Makefile.flags: suppress clang warnings when cross-compiling Ron Yorston 2024-01-02 09:01:32 +0000
  • ba0f94458b ash: fix parsing of alias expansion + bash features Ron Yorston 2024-05-02 13:08:14 +0100
  • 0a88a7ae3b awk: mktime() with no arguments is not allowed Denys Vlasenko 2024-07-10 07:04:28 +0200
  • 2eea3494f1 awk: improve comments and constants, no code changes Denys Vlasenko 2024-07-10 06:58:51 +0200
  • 45d471d435 qwk: code shrink Denys Vlasenko 2024-07-09 17:50:58 +0200
  • 38335df9e9 awk: restore assignment precedence to be lower than ternary ?: Denys Vlasenko 2024-07-09 15:30:46 +0200
  • 49340d93ed awk: do not infinitely recurse getvar_s() if CONVFMT is set to a numeric value Denys Vlasenko 2024-07-09 03:04:26 +0200
  • fb08d43d44 awk: fix use after free (CVE-2023-42363) Natanael Copa 2024-05-20 17:55:28 +0200
  • eba9b33b45 chown: stop accepting deprecated USER.GROUP syntax, only : separator is allowed Denys Vlasenko 2024-07-08 17:53:32 +0200
  • 9f262698cc wget: ignore header casing Sertonix 2024-06-08 18:05:44 +0000
  • 63a2e08ffd Update libhc to support aarch64 hypercalls. Caden Kline 2024-06-10 09:44:33 -0400
  • a6ce017a8a typo fix Denys Vlasenko 2024-06-01 10:51:58 +0200
  • 41b47398f5 libbb: fix 64-bit bb_popcnt_long Denys Vlasenko 2024-05-31 23:37:28 +0200
  • 2075553a1b libbb: add bit counting function, use where appropriate Denys Vlasenko 2024-05-31 12:01:43 +0200
  • 5a68a246e7 nproc: prepare for arbitrarily large CPU masks Denys Vlasenko 2024-05-31 11:56:40 +0200
  • 93f688821d Remove x86_64-linux-gnu Benjamin Levy 2024-04-30 13:37:39 -0400
  • 455edd5bf4
    Build for x86_64-linux-musl (#5) Benjamin Levy 2024-04-30 12:17:39 -0400
  • fd47f05676 lineedit: print prompt and editing operations to stderr Denys Vlasenko 2024-04-13 18:40:20 +0200
  • 681e4f5d92 docproc: avoid segfault during file closing Yan Zhu 2023-09-12 00:03:09 +0800
  • 2127b05fce fix name Luke Craig 2024-03-12 20:44:59 -0400
  • 4959fdbf07 versioning Luke Craig 2024-03-12 20:43:39 -0400
  • e1a6874106 awk: fix segfault when compiled by clang Ron Yorston 2024-01-19 15:41:17 +0000
  • 01f2b5976d crond: log5 fix typo, replace log level '4' with '5' Jones Syue 2024-01-29 10:58:41 +0800
  • c5a1be25ba ash: fix handling of single-quoted strings in pattern substitution Denys Vlasenko 2024-02-26 16:26:15 +0100
  • f873c63085 ip link: support for the CAN netlink Dario Binacchi 2024-02-25 10:13:33 +0100
  • 758b21402a hush: detect when terminating "done"/"fi" is missing Denys Vlasenko 2024-02-25 17:50:43 +0100
  • 2639f3bc72 hush: set G.ifs sooner (prevents segfault) Denys Vlasenko 2024-02-10 18:51:39 +0300
  • a97a2f1280 ls: do not truncate username/groupname to 8 chars Denys Vlasenko 2024-02-25 01:06:30 +0100
  • 7af0fdb202
    Merge cf31d94e86 into 2d4a3d9e6c Trag Date 2024-01-11 01:09:52 +0200
  • cf31d94e86
    Remove extra space making uptime more parser friendly - uptime.c Trag Date 2024-01-11 01:09:41 +0200
  • 5dc9ece3b9 sed: check errors writing file with sed -i Dominique Martinet 2023-09-19 17:11:02 +0900
  • 1cac258521 time: implement %% and \escapes in -f FMT Denys Vlasenko 2024-01-01 22:22:15 +0100
  • 01e80ff9eb time: fix max resident set size unit Natanael Copa 2023-12-20 12:23:31 +0100
  • 789ccac7d9 awk: fix handling of empty fields Denys Vlasenko 2023-12-31 15:49:54 +0100
  • 5e0e54827f util-linux/lsusb.c: print manufacturer/product strings if available Peter Korsgaard 2023-12-13 14:19:48 +0100
  • 28f4126093 top: improve large PID display in memory ('s') mode Denys Vlasenko 2023-11-23 01:18:02 +0100
  • 25c906fe05
    Fix missing mkdir of build dir jamcleod 2023-11-21 16:47:49 -0500
  • 313a209f64
    Merge pull request #4 from panda-re/log-test-condition Jordan McLeod 2023-11-21 16:42:58 -0500
  • 4cba560776
    Add logging of information about if conditionals jamcleod 2023-11-21 16:40:01 -0500
  • 1dcb372a29
    Remove hack for pulling submodules jamcleod 2023-11-21 16:39:15 -0500
  • 85b73e1401
    Disable stripping when building for mips64eb jamcleod 2023-11-20 15:42:29 -0500
  • a9be41bffa
    Properly remove i686 support for now jamcleod 2023-11-20 15:00:50 -0500
  • 0d58d3d9f0 Only include libhc in hypercall_logging.h Andrew Fasano 2023-11-17 17:07:55 -0500
  • b0fb3d7f57 Bugfix from merging #2: only include hypercall_logging once Andrew Fasano 2023-11-17 17:05:11 -0500
  • 4023d7ac30 Build: bail on error Andrew Fasano 2023-11-17 16:58:55 -0500
  • e78ad6c98b build.sh: install libhc Andrew Fasano 2023-11-17 16:55:35 -0500
  • b9c4f8dccc This patch adds support for the "peer name" argument to 'ip link add'. Andrew Fasano 2023-11-17 16:17:10 -0500
  • 453a757459
    Hypervisor shell variable usage logging (#2) Jordan McLeod 2023-11-17 16:46:57 -0500
  • a63b60bdd6 Cygwin: regenerate defconfig Christian Franke 2023-10-09 11:12:35 +0200
  • 309a9e2839
    Hypervisor code coverage (#1) Jordan McLeod 2023-11-08 16:41:49 -0500
  • 59cf2c23ae start-stop-daemon: make --output not depend on FANCY Denys Vlasenko 2023-11-08 14:42:00 +0100
  • 58ca629fd2 start-stop-daemon: do not lose error messages with -b Denys Vlasenko 2023-11-08 14:07:20 +0100
  • 2de67a62e8 start-stop-daemon: typo fix Denys Vlasenko 2023-11-08 12:36:11 +0100
  • 389c0458da start-stop-daemon: implement option -O|--output Louai Al-Khanji 2023-11-07 21:41:32 +0100
  • d17c0a348f sleep: Update doc Petr Vorel 2023-11-03 21:14:00 +0100
  • da8d1d84fd start-stop-daemon: update comment, no code changes Denys Vlasenko 2023-11-07 15:59:11 +0100
  • 73f28134fc start-stop-daemon: add -d DIR chdir option ejaaskel 2023-11-07 07:12:40 +0100
  • 0c71497e65 start-stop-daemon: fix --help: -K or -S is required Denys Vlasenko 2023-11-07 06:55:35 +0100
  • 8dc47d9bca
    Add build and publish CI jamcleod 2023-10-26 17:05:25 -0400
  • 007e06e437 Add config Andrew Fasano 2023-10-03 17:17:37 -0400
  • e265c8d4c0 udhcp: Avoid leaking uninitialized/stale data Russ Dill 2023-10-02 12:34:50 -0700
  • 5fa39d48d5 syslogd: fix breakage caused by "daemonize _after_ init" change Denys Vlasenko 2023-10-03 17:18:41 +0200
  • 92ab29fcf0 awk: implement -E; do not reorder -f and -e Denys Vlasenko 2023-10-02 15:24:06 +0200
  • 6d22c9abc2 install: Fix chown resetting suid/sgid bits from chmod Nero 2023-09-23 11:50:04 +0000
  • 791b222dd5 sleep: fix "sleep -- ARGS" Denys Vlasenko 2023-10-02 13:56:32 +0200
  • 2cc9d436e8 tsort: avoid use-after-free Ron Yorston 2023-08-22 09:38:03 +0100
  • ed4a24dfd1 ash: initialize basepf.buf in ash zhuyan 2023-08-29 20:50:32 +0800
  • 8f0845cad7 libbb: rename source files, no code changes Denys Vlasenko 2023-07-18 16:41:12 +0200
  • c484846c44 introduce and use exitcode_t Denys Vlasenko 2023-07-17 17:29:36 +0200
  • a6a102ec4c getfattr: fix "getfattr NOTEXIST" - now prints error msg Denys Vlasenko 2023-07-17 09:36:17 +0200
  • cf809e2f2d getfattr: new applet YU Jincheng 2023-07-07 16:44:24 +0800
  • ab755f4925 hwclock: force LONG_OPTS, stop accepting non-compatible -t Denys Vlasenko 2023-07-14 16:37:24 +0200
  • d70256a5c7 hwclock: add get/set parameters option Andrej Picej 2023-07-11 10:42:49 +0200