Commit Graph

624 Commits

Author SHA1 Message Date
Daniel Hofstetter
b3d6467ac6 Merge pull request #289 from uutils/renovate/clap-4.x-lockfile
chore(deps): update rust crate clap to v4.5.36
2025-04-12 07:18:39 +02:00
renovate[bot]
ede53040bb chore(deps): update rust crate clap to v4.5.36 2025-04-11 21:43:56 +00:00
Daniel Hofstetter
6879204b02 Merge pull request #288 from uutils/renovate/linux-raw-sys-0.x-lockfile
chore(deps): update rust crate linux-raw-sys to v0.9.4
2025-04-10 07:18:03 +02:00
renovate[bot]
e66ec766b3 chore(deps): update rust crate linux-raw-sys to v0.9.4 2025-04-09 16:58:37 +00:00
Daniel Hofstetter
0fefc418dd Merge pull request #286 from chalice19/mcookie_fix_max_size
mcookie: fix max size
2025-04-09 10:39:14 +02:00
Alexandra
1a5896c3be mcookie: fix and add tests 2025-04-08 20:12:48 +02:00
Alexandra
a402b5e3a5 mcookie: fix max size option 2025-04-08 20:10:21 +02:00
chalice19
7254ab6238 mcookie: generate cookie even if specified file doesn't exist (#285)
* mcookie: don't quit if specified file doesn't exist

* mcookie: add test

* minor fixes

* minor fix

* formatted

---------

Co-authored-by: Alexandra <aspasparagus@gmail.com>
2025-04-08 15:05:17 +02:00
Quang
f24471694c mcookie: read from stdin if file is - (#279)
* read from stdin

* Update mcookie.rs

* test

* fmt

* Update mcookie.rs

* Update mcookie.rs
2025-04-05 17:03:13 +02:00
Sylvestre Ledru
2da1a5f6fd Merge pull request #280 from cakebaker/clippy_fix_warnings_from_rust_1_86
clippy: fix warnings from `doc_overindented_list_items` lint
2025-04-04 20:34:10 +02:00
Sylvestre Ledru
a82eea4975 Merge pull request #282 from cakebaker/readme_fix_typo
README.md: fix typo
2025-04-04 20:33:48 +02:00
Daniel Hofstetter
7f8d222034 README.md: fix typo 2025-04-04 19:31:34 +02:00
Daniel Hofstetter
3bedd7144f Merge pull request #281 from uutils/renovate/errno-0.x-lockfile
chore(deps): update rust crate errno to v0.3.11
2025-04-04 17:30:55 +02:00
renovate[bot]
802b657df5 chore(deps): update rust crate errno to v0.3.11 2025-04-04 15:12:17 +00:00
Daniel Hofstetter
1211ab0a9e clippy: fix warnings from
doc_overindented_list_items lint
2025-04-03 16:46:26 +02:00
Daniel Hofstetter
66fe3b69c0 Merge pull request #276 from uutils/renovate/sysinfo-0.x-lockfile
chore(deps): update rust crate sysinfo to v0.34.2
2025-04-02 07:07:18 +02:00
Daniel Hofstetter
3dfcdc4862 Merge pull request #275 from uutils/renovate/clap-4.x-lockfile
chore(deps): update rust crate clap to v4.5.35
2025-04-02 07:02:16 +02:00
renovate[bot]
f3d959f158 chore(deps): update rust crate sysinfo to v0.34.2 2025-04-01 22:55:30 +00:00
renovate[bot]
e872ae16d6 chore(deps): update rust crate clap to v4.5.35 2025-04-01 22:55:24 +00:00
Sylvestre Ledru
fac8a0b9e3 Merge pull request #253 from mdcssw/main
Implemented `lsipc`
2025-04-01 08:28:00 +02:00
Quang
0113e301e8 mcookie - fix providing /dev/random or /dev/urandom as file leads to infinite loop (#274)
* Update mcookie.rs

* edit doc

* fmt

* fix for unix and non-unix build

* add test case

* refactor

* fmt

* fix
2025-03-31 09:54:28 +02:00
Quang
36b3af044c mcookie: add support for human-readable sizes with -m option (#268)
* Create size.rs

* parse max size from human-readable strings

* tests for human-readable strings

* fmt

* fix failed tests and edge cases

* fix fmt

* cpr & license

* use usimpleerror

* fmt
2025-03-31 09:26:49 +02:00
Koutheir Attouchi
9bb2bb369e Implemented lsipc. 2025-03-28 17:13:27 -04:00
Daniel Hofstetter
c1a44627e4 Merge pull request #272 from uutils/renovate/sysinfo-0.x-lockfile
chore(deps): update rust crate sysinfo to v0.34.1
2025-03-28 17:15:37 +01:00
renovate[bot]
3bc0eda0df chore(deps): update rust crate sysinfo to v0.34.1 2025-03-28 15:48:00 +00:00
Daniel Hofstetter
a538345ea0 Merge pull request #271 from uutils/renovate/sysinfo-0.x
chore(deps): update rust crate sysinfo to 0.34
2025-03-28 07:34:14 +01:00
renovate[bot]
bceed24acf chore(deps): update rust crate sysinfo to 0.34 2025-03-27 22:51:36 +00:00
Daniel Hofstetter
cd747e8832 Merge pull request #270 from uutils/renovate/clap-4.x-lockfile
chore(deps): update rust crate clap to v4.5.34
2025-03-27 07:14:43 +01:00
renovate[bot]
a3f8697437 chore(deps): update rust crate clap to v4.5.34 2025-03-27 02:47:21 +00:00
Sylvestre Ledru
390d074712 Merge pull request #265 from cakebaker/build_rs_remove_coreutils_stuff
build.rs: remove `coreutils` stuff
2025-03-21 16:49:39 +01:00
Daniel Hofstetter
07d753488b build.rs: remove coreutils stuff 2025-03-21 16:38:23 +01:00
Sylvestre Ledru
f67f108711 Merge pull request #261 from cakebaker/mcookie_lslocks_fix_unused_import_warnings
mcookie, lslocks: fix "unused import" warnings in tests
2025-03-21 14:38:05 +01:00
Daniel Hofstetter
c1bf33d9b6 lslocks: add missing #[cfg(target_os = "linux")] 2025-03-21 14:22:40 +01:00
Daniel Hofstetter
ee4408ea10 mcookie: fix "unused import" warning in test 2025-03-21 14:20:52 +01:00
Sylvestre Ledru
f8e425b378 Merge pull request #234 from mdcssw/main
Implemented `chcpu`
2025-03-21 10:09:12 +01:00
Koutheir Attouchi
31795f2729 Implemented chcpu. 2025-03-20 11:21:51 -04:00
Koutheir Attouchi
b66945dee8 Configure command line parsing. 2025-03-20 11:21:13 -04:00
Daniel Hofstetter
aee96dcf4e Merge pull request #259 from uutils/renovate/tempfile-3.x-lockfile
chore(deps): update rust crate tempfile to v3.19.1
2025-03-20 07:11:40 +01:00
Daniel Hofstetter
99be6bcfbb Merge pull request #258 from uutils/renovate/clap_complete-4.x-lockfile
chore(deps): update rust crate clap_complete to v4.5.47
2025-03-20 07:11:02 +01:00
renovate[bot]
ab51eb64ea chore(deps): update rust crate tempfile to v3.19.1 2025-03-19 23:09:13 +00:00
renovate[bot]
0970ed2e97 chore(deps): update rust crate clap_complete to v4.5.47 2025-03-19 23:09:07 +00:00
Sylvestre Ledru
243239f9d5 Merge pull request #256 from alxndrv/add-mcookie
Implement `mcookie`
2025-03-18 21:50:03 +01:00
alxndrv
f91b55d0ae Add tests for mcookie 2025-03-18 20:17:55 +02:00
alxndrv
a7e9f39c40 Implement mcookie 2025-03-18 19:50:06 +02:00
Daniel Hofstetter
44b603e4c0 Merge pull request #255 from uutils/renovate/linux-raw-sys-0.x-lockfile
chore(deps): update rust crate linux-raw-sys to v0.9.3
2025-03-14 17:21:04 +01:00
renovate[bot]
3aa5352164 chore(deps): update rust crate linux-raw-sys to v0.9.3 2025-03-14 16:10:19 +00:00
Daniel Hofstetter
493eba8a98 Merge pull request #254 from uutils/renovate/tempfile-3.x-lockfile
chore(deps): update rust crate tempfile to v3.19.0
2025-03-14 07:15:18 +01:00
renovate[bot]
80209cbbaa chore(deps): update rust crate tempfile to v3.19.0 2025-03-14 01:54:41 +00:00
Sylvestre Ledru
bf18cb6f62 Merge pull request #252 from cakebaker/add_renice
Add `renice`
2025-03-13 11:44:36 +01:00
Daniel Hofstetter
e9d1600bc4 Add renice
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2025-03-12 10:05:26 +01:00