Cả thế giới là Rust
415d01cc75
cp: add readonly file regression tests ( #9045 )
...
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
OpenBSD / Style and Lint (push) Waiting to run
OpenBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
* feat: add comprehensive readonly file regression tests for cp
- Add 10 new test functions covering readonly destination behavior
- Tests cover basic readonly copying, flag combinations, and edge cases
- Include macOS-specific clonefile behavior tests
- Ensure readonly file protection from PR #5261 cannot regress
- Tests provide evidence for closing issue #5349
* perf: optimize readonly regression tests with batched I/O operations
- Reduce file I/O overhead by batching file operations
- Consolidate setup operations to minimize system calls
- Improve test execution time from 0.44s to 0.27s (38% improvement)
- Maintain comprehensive test coverage for readonly file behavior
* fix: remove duplicate tests and trivial comments per PR feedback
- Remove test_cp_readonly_dest_regression (duplicate of test_cp_dest_no_permissions)
- Remove test_cp_readonly_dest_with_force (duplicate of test_cp_arg_force)
- Remove test_cp_readonly_dest_with_remove_destination (duplicate of test_cp_arg_remove_destination)
- Remove test_cp_macos_clonefile_readonly (duplicate of test_cp_existing_target)
- Remove test_cp_normal_copy_still_works (duplicate of test_cp_existing_target)
- Remove trivial performance comments from readonly tests
- Keep existing proven tests per maintainer preferences
- Keep unique readonly tests that provide additional coverage
2025-12-10 14:54:17 +01:00
Daniel Hofstetter
ee9bd8bf7a
Merge pull request #9626 from oech3/sttytests
...
why-{skip,error}.md: Remove stty tests and shared strings
2025-12-10 13:26:35 +01:00
Dorian Péron
a977c36498
Merge pull request #9529 from martinkunkel2/dd-print-slow-transfer-rate
...
dd: Handle slow transfer rates in progress display
2025-12-10 12:52:32 +01:00
oech3
adcc9550b6
why-{skip,error}.md: Remove stty tests and shared strings
2025-12-10 19:01:25 +09:00
oech3
13c1624538
why-{skip,error}.md: Cleanup ( #9602 )
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
OpenBSD / Style and Lint (push) Waiting to run
OpenBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
2025-12-10 10:34:07 +01:00
Daniel Hofstetter
911fc92a48
Merge pull request #9598 from sylvestre/tail-intermittent-2
...
tail: fix intermittent overlay-headers test by batching inotify events
2025-12-10 10:09:24 +01:00
Chris Dryden
1ffad8228a
cp: Enabling cp force flag to run on windows ( #9624 )
...
* Enabling cp force flag to run on windows
* Windows requires clearing the readonly permissions before deleting
2025-12-10 09:22:04 +01:00
Daniel Hofstetter
47045a2011
Merge pull request #9623 from ChrisDryden/cp_coverage
...
cp: Adding test to cover no dereference when copying symlinks
2025-12-10 09:01:26 +01:00
Christopher Dryden
bca0aa08f7
Adding test to cover no dereference when copying symlinks
2025-12-10 04:17:17 +00:00
Dorian Péron
c085cd1c21
Merge pull request #9536 from mattsu2020/basenc_bounded-memory
...
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
OpenBSD / Style and Lint (push) Waiting to run
OpenBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
CheckScripts / ShellScript/Check (push) Has been cancelled
CheckScripts / ShellScript/Format (push) Has been cancelled
fix(Basenc):fix GNU coreutils test bounded-memory.sh
2025-12-10 02:19:25 +01:00
Dorian Péron
31748dc77a
Merge pull request #9606 from martinkunkel2/coverage-for-unit-tests
2025-12-10 02:04:26 +01:00
mattsu
d5cc32bacc
docs(base32): clarify fast_encode_stream and fix spelling
2025-12-10 08:26:58 +09:00
mattsu
f1f4973cd6
basenc: stream base32/base64 I/O to honor bounded-memory test
...
GNU basenc bounded-memory failed because the Rust impl buffered entire input
and exceeded the vmem limit. Stream base32/base64 via BufReader and chunked
encode/decode so the working set stays around 8 KiB. Keep base58 buffered to
preserve its big-integer semantics. Flush already-decoded bytes before
returning errors to match GNU output.
2025-12-10 08:26:33 +09:00
Martin Kunkel
7067251a84
Exclude test modules from coverage report
2025-12-09 18:17:06 +00:00
Martin Kunkel
25cf0cdd30
Add dependencies for uucore to coverage build
2025-12-09 18:16:59 +00:00
Martin Kunkel
c31de82629
unit test coverage: fix missing coverage
...
binary-path option of grcov needs to be set to full target/debug folder
to include unit test binaries.
2025-12-09 16:45:53 +00:00
Dorian Péron
92d7792c72
Merge pull request #9613 from Ecordonnier/eco/nohup-command-exec
...
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Separate Builds (push) Waiting to run
CICD / Code Coverage (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
OpenBSD / Style and Lint (push) Waiting to run
OpenBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
nohup: use Command::exec() instead of libc::execvp()
2025-12-09 17:29:16 +01:00
Daniel Hofstetter
2feb6b9cea
Merge pull request #9614 from Ecordonnier/eco/env-command-exec
...
env: use Command::exec() instead of libc::execvp()
2025-12-09 17:16:16 +01:00
oech3
5090d9a761
benchmarks.yml: Stop unnecessary apt-get
2025-12-09 14:41:52 +01:00
Etienne Cordonnier
e27da7efcc
env: use Command::exec() instead of libc::execvp()
...
No need to use the unsafe `libc::execvp()`, the standard rust library provides
the functionality via the safe function `Command::exec()`.
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
2025-12-09 14:16:33 +01:00
Daniel Hofstetter
85aabf2038
Merge pull request #9610 from uutils/renovate/davidanson-markdownlint-cli2-action-22.x
...
chore(deps): update davidanson/markdownlint-cli2-action action to v22
2025-12-09 14:04:42 +01:00
Etienne Cordonnier
10bdc1ffae
nohup: use Command::exec() instead of libc::execvp()
...
No need to use the unsafe `libc::execvp()`, the standard rust library provides
the functionality via the safe function `Command::exec()`.
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
2025-12-09 13:49:43 +01:00
renovate[bot]
4a3f3c6fd4
chore(deps): update davidanson/markdownlint-cli2-action action to v22
2025-12-09 10:47:40 +00:00
Daniel Hofstetter
aaa061052f
Merge pull request #9569 from RenjiSann/cksum-fix-b2sum
...
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
OpenBSD / Style and Lint (push) Waiting to run
OpenBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
hashsum: Fix length processing to fix last GNU test
2025-12-08 14:29:38 +01:00
Dorian Peron
00d90700ca
test(hashsum): Improve tests for checking length validation errors for BLAKE2b
2025-12-08 13:10:37 +01:00
Daniel Hofstetter
3108c45d23
Merge pull request #9584 from dgilman/main
...
Check uudoc Documentation Generation / Verify uudoc generates correct documentation (push) Has been cancelled
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
OpenBSD / Style and Lint (push) Waiting to run
OpenBSD / Tests (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
WSL2 / Test (push) Waiting to run
use github URLs for fetching tldr.zip
2025-12-08 09:24:45 +01:00
Sylvestre Ledru
adafa2fdd9
tail: add debug info
2025-12-08 07:59:02 +01:00
Sylvestre Ledru
61e83a1c86
tail: fix intermittent overlay-headers test by batching inotify events
2025-12-08 07:59:02 +01:00
David Gilman
1fbc51fe10
doc: use github URLs for fetching tldr.zip
2025-12-07 17:42:10 -05:00
Chris Dryden
67ede852a0
stty: Changing shell command to add recognizing a TTY for stty tests ( #9336 )
CheckScripts / ShellScript/Check (push) Has been cancelled
CheckScripts / ShellScript/Format (push) Has been cancelled
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Test all features separately (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
OpenBSD / Style and Lint (push) Waiting to run
OpenBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
2025-12-07 22:03:25 +01:00
Daniel Hofstetter
dd118e0570
Merge pull request #9596 from sylvestre/0.5.0
...
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
CheckScripts / ShellScript/Check (push) Waiting to run
CheckScripts / ShellScript/Format (push) Waiting to run
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
Check uudoc Documentation Generation / Verify uudoc generates correct documentation (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
OpenBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
OpenBSD / Style and Lint (push) Waiting to run
prepare version 0.5.0
2025-12-07 17:28:53 +01:00
oech3
3528d106e4
GHA-delete-GNU-workflow-logs.sh: Support custom jq command and support jaq for the case it is not installed as jq ( #9581 )
2025-12-07 17:07:44 +01:00
Shay Elkin
a7c9d03ea3
Merge pull request #9152 from shayelkin/main
...
uudoc: fix manpage for individual utilities has wrong name (nit)
2025-12-07 17:07:19 +01:00
Sylvestre Ledru
61e0eae8fc
prepare version 0.5.0
2025-12-07 16:55:01 +01:00
oech3
39a8c87fd0
build-gnu.sh: Enable misc/coreutils.sh ( #9572 )
...
* build-gnu.sh: Enable misc/coreutils.sh
* why-error.md: Remove misc/coreutils.sh
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
---------
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-12-07 15:24:31 +01:00
Daniel Hofstetter
45c974f992
Merge pull request #9589 from oech3/patch-7
...
validation.rs: Remove non GNU hashsum aliases
2025-12-07 14:23:59 +01:00
Daniel Hofstetter
b200aa908e
Merge pull request #9583 from oech3/patch-5
...
build-gnu.sh: Remove 2 non-GNU binary
2025-12-07 14:08:34 +01:00
Daniel Hofstetter
ce08a434b7
Merge pull request #9585 from sylvestre/tee-intermittent
...
tee: fix poll timeout causing intermittent hangs with -p flag
2025-12-07 13:58:12 +01:00
Daniel Hofstetter
4428750484
Merge pull request #9593 from uutils/renovate/vmactions-freebsd-vm-1.x
...
chore(deps): update vmactions/freebsd-vm action to v1.2.9
2025-12-07 13:41:08 +01:00
Daniel Hofstetter
eda7caec73
Merge pull request #9588 from oech3/patch-6
...
coreutils: Print utility not found to stderr
2025-12-07 13:29:36 +01:00
renovate[bot]
ae7473483d
chore(deps): update vmactions/freebsd-vm action to v1.2.9
2025-12-07 12:06:28 +00:00
Mahdi Ali-Raihan
345f2ccd14
tests/mkfifo: added a test to check mkfifo permission denied error for code coverage ( #9586 )
...
* tests/mkfifo: added a test to check mkfifo permission denied error for code coverage
* fixed formatting
2025-12-07 13:05:45 +01:00
oech3
a0d82777e5
validation.rs: Remove non GNU hashsum aliases
2025-12-07 19:04:09 +09:00
oech3
28576decc1
coreutils: Print utility not found to stderr
2025-12-07 18:02:20 +09:00
Sylvestre Ledru
62962d3526
tee: fix poll timeout causing intermittent hangs with -p flag
2025-12-07 00:27:27 +01:00
oech3
227501ba8d
build-gnu.sh: Remove 2 non-GNU binary
2025-12-07 05:38:36 +09:00
Sylvestre Ledru
7c62885c84
Merge pull request #9578 from martinkunkel2/mknod-multiple-modes
...
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Dependencies (push) Waiting to run
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
OpenBSD / Tests (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
OpenBSD / Style and Lint (push) Waiting to run
WSL2 / Test (push) Waiting to run
uucore: mode parsing: support comma-separated modes
2025-12-06 17:01:35 +01:00
Daniel Hofstetter
f30509bd6d
Merge pull request #9574 from sylvestre/tail-intermittent
...
tail: batch inotify events to prevent redundant headers after SIGSTOP/SIGCONT
2025-12-06 16:24:07 +01:00
Martin Kunkel
63dbffa7f3
Add tests for multiple mode specifications
2025-12-06 15:08:13 +00:00
Martin Kunkel
114be93e01
Use common mode parsing in mkdirm, mkfifo, mknod
2025-12-06 14:27:03 +00:00