Commit Graph

  • ee1baca7be CICD: remove an unused variable oech3 2026-05-31 03:55:15 +09:00
  • 34c23948ea tee: avoid 0fill & heap alloc oech3 2026-05-30 20:35:05 +09:00
  • f7de38716e remove some collapsible_if oech3 2026-05-31 13:20:48 +09:00
  • b77733c4d3 pipes.rs: simplify pipe wrapper oech3 2026-05-31 00:45:20 +09:00
  • 8c5d8c5b1c release notes 0.9.0 - oversight Sylvestre Ledru 2026-05-30 17:43:14 +02:00
  • 83db890502 release notes for 0.9.0 Sylvestre Ledru 2026-05-30 16:45:08 +02:00
  • d6b999f76c installation.md: bump Ubuntu version oech3 2026-05-30 20:56:51 +09:00
  • b5fcae085d dircolors: use stdout_only in tests where possible Daniel Hofstetter 2026-05-30 15:20:54 +02:00
  • 4834b3187d dircolors: improve test by ensuring stderr output Daniel Hofstetter 2026-05-30 15:13:06 +02:00
  • ed15a26a6a chown: -h on symlink to directory operates on link, not target (#12522) Lorenzo Rossi 2026-05-30 14:29:58 +02:00
  • 66d9ae61c6 shred: simplify nested matches Daniel Hofstetter 2026-05-30 11:53:19 +02:00
  • 0d25b3e174 dircolors: make two functions private Daniel Hofstetter 2026-05-29 13:58:27 +02:00
  • cabe67574f dircolors: remove commented out code Daniel Hofstetter 2026-05-29 13:55:41 +02:00
  • 59c3361ec6 installation.md: fix broken ubuntu link Daniel Hofstetter 2026-05-29 14:58:43 +02:00
  • daa650fd82 CONTRIBUTING: link to the review guidelines website Sylvestre Ledru 2026-05-30 10:00:13 +02:00
  • 840c36d396 shred: fix --remove=unlink with relative paths 0.9.0 gabrielhnf 2026-05-29 11:28:09 -03:00
  • b936d7cd7f GNUmakefile: avoid bootstrap issue with mkdir (#12521) oech3 2026-05-30 17:04:08 +09:00
  • 0763c0b9c4 ci: add workflow to check TOML files xtqqczze 2026-05-09 17:07:35 +01:00
  • 395d703593 stat: fix %N quoting of filenames containing control characters (#12330) fullwoodenshovel 2026-05-29 18:51:06 +02:00
  • af36869126 installation.md: improve AUR docs oech3 2026-05-29 19:51:42 +09:00
  • 89cf583196 ls: simplify symlink target indicator logic Sylvestre Ledru 2026-05-28 11:43:30 +02:00
  • e50a178328 tee: restrict to NamedReader oech3 2026-05-29 12:12:57 +09:00
  • 71ba69a2ac chore(deps): update rust crate jiff to v0.2.28 renovate[bot] 2026-05-29 06:36:01 +00:00
  • 897429605f chore(deps): update rust crate ctor to v1.0.7 renovate[bot] 2026-05-29 01:40:55 +00:00
  • 55549fa87e wc: remove a nest by loop{} oech3 2026-05-28 19:47:04 +09:00
  • b22013ab79 ls: ls -lF symlink target indicators (#11554) joknarf 2026-05-28 13:08:08 +02:00
  • 179b977b93 ln: add WASI support via symlink_path (#11713) Anthony 2026-05-28 12:53:59 +02:00
  • 5e65ceb4a7 docs: add fuzz pointer, AI policy, playground link, and Ubuntu note Sylvestre Ledru 2026-05-14 15:51:55 +02:00
  • be8018656e sort: fix incorrect sort ordering with long line inputs Dima Gerasimov 2026-05-24 21:49:48 +01:00
  • 565f118f8c sort: add a test reproducing failure during sort --merge Dima Gerasimov 2026-05-24 21:11:35 +01:00
  • 77bb522c0c prepare release 0.9.0 Sylvestre Ledru 2026-05-27 22:10:16 +02:00
  • c7cf6fd825 make.yml: try to fix Cygwin CI oech3 2026-05-28 12:44:48 +09:00
  • aaf4a353c3 tee: simplify code oech3 2026-05-28 01:51:28 +09:00
  • 2c37153c7e mktemp: ensure that "-q XX" shows error msg Daniel Hofstetter 2026-05-27 14:40:31 +02:00
  • e451ddf733 simplify uucore::pipes::send_n_bytes oech3 2026-05-27 21:01:34 +09:00
  • a17c0be2ce pipes.rs: alias std::io::Result<Result<(), ()>> oech3 2026-05-27 00:23:03 +09:00
  • 8de3238dca buf_copy: remove thin wrapper & useless conversion oech3 2026-05-27 13:49:20 +09:00
  • fa6d68d6c2 refactor(sync): remove unnecessary files move hlsxx 2026-05-26 20:11:36 +02:00
  • 712a31f434 chore(deps): update rust crate memchr to v2.8.1 renovate[bot] 2026-05-27 06:37:26 +00:00
  • af0c5857d4 wc: reduce lines of code oech3 2026-05-23 21:13:36 +09:00
  • 65103b2b71 chore(deps): update rust crate jiff to v0.2.27 renovate[bot] 2026-05-26 15:21:59 +00:00
  • 5dd9f377db pipes.rs: replace bool by Result<(),()> oech3 2026-05-23 22:52:04 +09:00
  • 9d3bafc23e mktemp: fix hidden file creation with dot prefix yor1xd 2026-05-15 10:01:08 -03:00
  • 83a5cd9522 tail: avoid unnecessary pipe2 syscall when stdout is already a pipe dragutreis 2026-05-24 06:10:26 -05:00
  • 259813f9e9 Improve documents for splice modules oech3 2026-05-24 01:05:22 +09:00
  • 7d29aeab05 pipes.rs: dedup code by including fallback to splice_exact oech3 2026-05-23 21:58:18 +09:00
  • c1a3f6f3a3 nproc: Reject quota with some schedulers oech3 2026-03-02 12:50:48 +09:00
  • 76c63ee6fd install: update comments and tests Etienne Cordonnier 2026-05-25 22:20:57 +02:00
  • f13b92e699 chore: remove duplicate words in six comments Matt Van Horn 2026-05-26 00:57:37 -07:00
  • 4254d7afd2 chore(deps): update rust crate jiff to v0.2.26 renovate[bot] 2026-05-26 05:37:51 +00:00
  • 21fda8cd9f fix(install): follow symlink components in destination path with -D Jake Abendroth 2026-05-25 13:11:50 -07:00
  • 29fdaa6a37 pipes.rs: deduplicate many cfg's oech3 2026-05-23 02:16:49 +09:00
  • bdd71ece56 pipes.rs: add missing count on fallback oech3 2026-05-23 21:58:18 +09:00
  • db7b8a6e58 stdbuf: build on Windows (depending on cygwin dll) oech3 2026-05-17 00:08:50 +09:00
  • a8d51a2cfd mkdir: simplify umask shaping and add regression tests Sylvestre Ledru 2026-05-24 18:34:58 +02:00
  • f8bad1fde5 chore(deps): update rust crate jiff to v0.2.25 renovate[bot] 2026-05-25 06:27:52 +00:00
  • 19c7f646d9 mkdir: cast mode bits to rustix::fs::RawMode John Chittum 2026-04-21 13:36:44 -04:00
  • 8296884cf5 mkdir: acl and permission inheritance with -p John Chittum 2026-04-21 09:36:55 -04:00
  • 563fe4df74 timeout: replace nix with rustix gabrielhnf 2026-05-22 21:22:26 -03:00
  • 913c6c2eac tee: don't print EINTR oech3 2026-05-24 14:55:46 +09:00
  • c8af53a77f ls: track permissions column width independently Sylvestre Ledru 2026-05-21 09:05:14 +02:00
  • 223fcaef79 yes: dedup tee() oech3 2026-05-24 01:22:30 +09:00
  • 2ce00f93bb chore(deps): update rust crate similar to v3.1.1 renovate[bot] 2026-05-24 00:52:02 +00:00
  • d41c56bd6b docs: update tools in DEVELOPMENT.md xtqqczze 2026-05-19 13:24:51 +01:00
  • b0bb693fc2 docs: update clippy section in DEVELOPMENT.md xtqqczze 2026-05-19 02:12:27 +01:00
  • 3af25aecf4 yes: fix confusing 1.. and comment oech3 2026-05-21 23:46:40 +09:00
  • dddf0a349e pipes.rs: avoid usage of bool oech3 2026-05-23 17:49:33 +09:00
  • 4f9a39b355 pipes.rs: remove fcntl overhead from splice_unbounded (#12422) oech3 2026-05-23 17:13:43 +09:00
  • 8e4c21be01 chore(deps): update rust crate divan to v4.7.0 renovate[bot] 2026-05-23 00:54:53 +00:00
  • 02768bceb5 pipes.rs: simplify by io::copy & doc the case it cannot be used oech3 2026-05-21 19:03:12 +09:00
  • 58dae46ab8 uucore::pipes::splice_exact: improve document oech3 2026-05-21 18:23:39 +09:00
  • bd908f012e deny.toml: remove two crates from skip list Daniel Hofstetter 2026-05-19 17:47:55 +02:00
  • 3a4c2f692d cat: remove splice.rs oech3 2026-05-20 22:23:19 +09:00
  • 24e3d0d39e fix(selinux): add missing os checks xtqqczze 2026-05-21 00:59:45 +01:00
  • a20214d07d pipes.rs: simplify dev_null & remove crate name from comment oech3 2026-05-21 12:49:16 +09:00
  • 157bbabd5c deps: remove unnecessary package fields xtqqczze 2026-04-24 00:59:15 +01:00
  • 5547962978 ci: specify bash shell for background jobs xtqqczze 2026-01-26 16:14:15 +00:00
  • acd51ef18d nohup: create nohup.out with mode 0600 Charlie Tonneslan 2026-05-16 19:52:51 -04:00
  • 8a271f57b4 yes: avoid ambiguous PAGE_SIZE oech3 2026-05-19 10:37:26 +09:00
  • f33bfb9321 chroot: resolve all ids before chroot Victor Prokhorov 2026-03-06 08:09:17 +01:00
  • 968f938484 tail: improve throughput for -c N file oech3 2026-04-24 17:28:39 +09:00
  • ef5155aa5c yes: don't mix buffered write and zero-copy oech3 2026-05-15 01:50:00 +09:00
  • 34c3d43861 wc: remove splice_exact oech3 2026-05-16 03:26:52 +09:00
  • a2d29c0216 dd: fix OOM panic with skip=1 oech3 2026-05-20 14:54:39 +09:00
  • aa9332b473 buf_copy/linux.rs: drop unused trait oech3 2026-05-17 12:12:31 +09:00
  • 43c1e7b111 fix(sort): reject leading '+' in numeric (-n) sort wuyangfan 2026-05-17 15:31:00 +08:00
  • 5807760aa2 du: honor LC_NUMERIC for decimal separator (#12357) Eyüp Can Akman 2026-05-20 11:38:12 +03:00
  • 471c68dae9 feat(sum): use larger buffer in bsd_sum and sysv_sum xtqqczze 2026-05-19 20:05:06 +01:00
  • 83b09a4b6b pipes.rs: simplify trait and match oech3 2026-05-20 11:58:22 +09:00
  • 547a4902dc chore(deps): update rust crate digest to v0.11.3 renovate[bot] 2026-05-19 15:01:39 +00:00
  • 1878270413 uucore: upgrade md-5, sha1, sha2, sha3, digest to latest versions yor1xd 2026-05-18 17:02:41 -03:00
  • 57135cb9bd refactor: replace rustix::pipe with std::io::pipe xtqqczze 2026-05-18 15:15:50 +01:00
  • f28d8280d3 wc: reduce some nest oech3 2026-05-19 17:54:23 +09:00
  • af3e2cfe9e ci: update macOS job features in code quality workflow xtqqczze 2026-05-19 12:43:06 +01:00
  • 2a8ce671b0 od, uucore: Allow reusing RawReader (#12385) oech3 2026-05-19 21:47:21 +09:00
  • 4da1068154 cargo: move SELinux dependency to target-specific section xtqqczze 2026-05-19 03:40:59 +01:00
  • 7449705a98 fix(tests): refine feature checks for SELinux xtqqczze 2026-05-19 03:12:41 +01:00
  • fb8e4b1612 fix: correct feature flag name for SELinux context test xtqqczze 2026-05-19 02:57:56 +01:00
  • 85a817566f build: exclude chcon and runcon from util_map for non-Linux targets xtqqczze 2026-05-19 04:17:59 +01:00
  • 7cd4bbeee2 tests_tail.rs: remove nix oech3 2026-05-19 16:53:42 +09:00