Commit Graph

1376 Commits

Author SHA1 Message Date
Sylvestre Ledru 6ac0e01c9d Fix the coverage 2026-02-15 11:20:55 +01:00
Krysztal Huang 8983665988 Merge pull request #626 from Franklin-Qi/remove-libc-in-pgrep
pgrep: remove libc in pgrep
2026-02-15 18:10:59 +08:00
yushuoqi f4d9c07694 pgrep: remove libc in pgrep
Use rustix instead of libc and unsafe functions such as getpgrp, getsid, flock, gettid, getppid, getpgid, and getsid.
2026-02-15 10:14:18 +08:00
Tony Bajan 6d9c3d8759 top: Switch some uses of libc to rustix
Use rustix instead libc to provide getpriority,
setpriorty and page size calls.

Part of #599
2026-02-13 09:48:59 +01:00
renovate[bot] c06c849cb5 chore(deps): update rust crate clap_complete to v4.5.66 2026-02-12 07:10:36 +01:00
renovate[bot] db2be58e5d chore(deps): update rust crate clap to v4.5.58 2026-02-12 07:10:18 +01:00
renovate[bot] 98f00245ce chore(deps): update rust crate jiff to v0.2.20 2026-02-12 07:07:51 +01:00
Krysztal Huang 80dd51dc35 Merge pull request #624 from cakebaker/bump_rand
Bump `rand` from `0.9.0` to `0.10.0`
2026-02-10 17:05:32 +08:00
Krysztal Huang fd9b8be6eb Merge pull request #625 from Franklin-Qi/remove-libc-in-ps
ps: remove libc in ps
2026-02-10 17:01:28 +08:00
renovate[bot] acbc38544e chore(deps): update rust crate tempfile to v3.25.0 2026-02-10 07:17:49 +01:00
yushuoqi 673d322faa ps: remove libc in ps
Handling unsafe uucore::libc::getsid functions with Rustix
2026-02-10 14:02:53 +08:00
Franklin-Qi 64be323ce8 pgrep: The pattern is too long (more than 15 characters) and should be able to match pid correctly. (#617)
* pgrep: The pattern is too long (more than 15 characters) and should be able to match pid correctly.

The PIDs should be obtained in advance. If the PIDs exist, it means the pattern matches, and there should be no length error.

* Placing length error messages in subsequent  could avoid performance penalties.
2026-02-09 09:41:24 +01:00
Tony Bajan 40c3a11417 snice: Switch from libc to rustix (#621)
* snice: Switch from libc to rustix

Use rustix instead of libc to provide getpriority and
setpriority syscalls.

Resolves #598

* Fix build on Windows
2026-02-09 09:20:31 +01:00
Daniel Hofstetter fcc4af3671 Bump rand from 0.9.0 to 0.10.0 2026-02-09 08:55:54 +01:00
Daniel Hofstetter 4e84c17a2e Merge pull request #622 from uutils/renovate/sysinfo-0.x-lockfile
chore(deps): update rust crate sysinfo to v0.38.1
2026-02-07 07:08:12 +01:00
renovate[bot] 0eae7fa442 chore(deps): update rust crate sysinfo to v0.38.1 2026-02-07 02:13:49 +00:00
Daniel Hofstetter ec6b580117 Merge pull request #618 from uutils/dependabot/cargo/time-0.3.47
build(deps): bump time from 0.3.44 to 0.3.47
2026-02-06 09:03:35 +01:00
Daniel Hofstetter b3a8b173eb Merge pull request #619 from uutils/renovate/jiff-0.x-lockfile
chore(deps): update rust crate jiff to v0.2.19
2026-02-06 07:51:52 +01:00
renovate[bot] cc8d304dc5 chore(deps): update rust crate jiff to v0.2.19 2026-02-06 01:15:29 +00:00
dependabot[bot] 3df0abe464 build(deps): bump time from 0.3.44 to 0.3.47
Bumps [time](https://github.com/time-rs/time) from 0.3.44 to 0.3.47.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.44...v0.3.47)

---
updated-dependencies:
- dependency-name: time
  dependency-version: 0.3.47
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-05 18:54:42 +00:00
Krysztal Huang 99bc7776eb Merge pull request #616 from Bluemangoo/fix/top-w-nu-la
w, top: fix nusers and loadavg
2026-02-04 14:40:25 +08:00
Daniel Hofstetter 9aa0accff7 Merge pull request #614 from uutils/renovate/clap-4.x-lockfile
chore(deps): update rust crate clap to v4.5.57
2026-02-04 07:15:01 +01:00
Daniel Hofstetter a9f7bde4e9 Merge pull request #615 from uutils/renovate/regex-1.x-lockfile
chore(deps): update rust crate regex to v1.12.3
2026-02-04 07:14:31 +01:00
Bluemangoo 7b77e2ff13 w, top: fix nusers and loadavg 2026-02-04 14:05:02 +08:00
renovate[bot] 57a09c8de3 chore(deps): update rust crate regex to v1.12.3 2026-02-03 18:34:57 +00:00