Fuad Ismail
|
49bd8ead50
|
dmesg: parse time-format command line argument.
|
2024-11-25 13:26:35 +07:00 |
|
Fuad Ismail
|
c893226fe8
|
dmesg: support normal print with raw time format.
|
2024-11-25 13:10:30 +07:00 |
|
Fuad Ismail
|
7dc7924915
|
dmesg: add time-format command arg.
|
2024-11-25 09:59:52 +07:00 |
|
Fuad Ismail
|
4c7d8f8253
|
tests/dmesg: add invalid time-format test.
|
2024-11-24 23:12:26 +07:00 |
|
Fuad Ismail
|
1cc260d414
|
tests/dmesg: add time-format option test & fixtures.
|
2024-11-24 22:56:45 +07:00 |
|
Daniel Hofstetter
|
567e8bf7a9
|
lsmem: adapt code to changes in tabled
Rename "Disable" to "Remove"
|
2024-11-23 08:49:32 +01:00 |
|
Daniel Hofstetter
|
17945b64b3
|
Bump tabled from 0.16.0 to 0.17.0
|
2024-11-23 08:46:52 +01:00 |
|
Daniel Hofstetter
|
f271489a9f
|
Merge pull request #152 from fuad1502/dmesg
Implement program `dmesg` with support for `--kmsg-file` and `--json` option.
|
2024-11-18 10:25:32 +01:00 |
|
Fuad Ismail
|
d796cb5224
|
dmesg: return UResult in Record constructor instead of panic.
|
2024-11-18 11:52:47 +07:00 |
|
Fuad Ismail
|
df3fb0674d
|
dmesg: use functional approach to read lines.
|
2024-11-18 11:28:36 +07:00 |
|
Daniel Hofstetter
|
5f61d8592c
|
Merge pull request #134 from uutils/renovate/nix-0.x
chore(deps): update rust crate nix to 0.29
|
2024-11-17 16:14:25 +01:00 |
|
renovate[bot]
|
332e8e0574
|
chore(deps): update rust crate nix to 0.29
|
2024-11-17 15:04:59 +00:00 |
|
Daniel Hofstetter
|
481c957d24
|
Merge pull request #157 from uutils/renovate/uucore-0.x
chore(deps): update rust crate uucore to 0.0.28
|
2024-11-17 13:20:06 +01:00 |
|
renovate[bot]
|
50ac99147b
|
chore(deps): update rust crate uucore to 0.0.28
|
2024-11-17 12:13:42 +00:00 |
|
Daniel Hofstetter
|
1a175d771e
|
Merge pull request #156 from uutils/renovate/serde_json-1.x-lockfile
chore(deps): update rust crate serde_json to v1.0.133
|
2024-11-17 10:41:26 +01:00 |
|
renovate[bot]
|
148fd50964
|
chore(deps): update rust crate serde_json to v1.0.133
|
2024-11-17 04:38:38 +00:00 |
|
Fuad Ismail
|
e5441aa0ba
|
dmesg: add context message to UIoError.
|
2024-11-17 10:02:11 +07:00 |
|
Fuad Ismail
|
ac6caf17e3
|
tests/dmesg: add kmsg-file option with nonexistent file test.
|
2024-11-17 09:56:01 +07:00 |
|
Fuad Ismail
|
395c634c0c
|
dmesg: add about and usage to command.
|
2024-11-17 00:09:55 +07:00 |
|
Fuad Ismail
|
635c6955c3
|
dmesg: add help message to -K and -J options.
|
2024-11-17 00:00:34 +07:00 |
|
Fuad Ismail
|
e321aeefc3
|
dmesg: add license header.
|
2024-11-16 23:43:06 +07:00 |
|
Daniel Hofstetter
|
a36a495bda
|
Merge pull request #155 from uutils/renovate/libc-0.x-lockfile
chore(deps): update rust crate libc to v0.2.164
|
2024-11-16 13:32:17 +01:00 |
|
renovate[bot]
|
dc7ad890b3
|
chore(deps): update rust crate libc to v0.2.164
|
2024-11-16 12:23:40 +00:00 |
|
Daniel Hofstetter
|
c44f68617b
|
Merge pull request #154 from uutils/renovate/libc-0.x-lockfile
chore(deps): update rust crate libc to v0.2.163
|
2024-11-16 11:02:06 +01:00 |
|
Daniel Hofstetter
|
bba4b5531f
|
Merge pull request #153 from uutils/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
|
2024-11-16 11:01:44 +01:00 |
|
renovate[bot]
|
fbf783231d
|
chore(deps): update rust crate libc to v0.2.163
|
2024-11-16 09:55:29 +00:00 |
|
Daniel Hofstetter
|
dcded920d2
|
ci: fix deprecated codecov argument
|
2024-11-16 10:54:37 +01:00 |
|
renovate[bot]
|
95f44ebeaa
|
chore(deps): update codecov/codecov-action action to v5
|
2024-11-15 15:40:16 +00:00 |
|
Fuad Ismail
|
0e3bab7600
|
tests/dmesg: handle added carriage return when fixture is checked out on Windows.
|
2024-11-15 21:57:16 +07:00 |
|
Fuad Ismail
|
16b12c66f2
|
dmesg: remove unnecessary static lifetime specifier.
|
2024-11-15 20:05:05 +07:00 |
|
Fuad Ismail
|
9a13792127
|
tests/dmesg: correct comment header.
|
2024-11-15 19:19:34 +07:00 |
|
Fuad Ismail
|
62d6c6d509
|
dmesg: remove underscore from used fields.
|
2024-11-15 19:15:39 +07:00 |
|
Fuad Ismail
|
d1066420e7
|
dmesg: implement print json.
|
2024-11-15 19:05:31 +07:00 |
|
Fuad Ismail
|
a044bece47
|
dmesg: implement parse function.
|
2024-11-15 14:56:49 +07:00 |
|
Fuad Ismail
|
fa52b0ed62
|
dmesg: parse arguments and create essential structs.
|
2024-11-15 09:48:48 +07:00 |
|
Fuad Ismail
|
7c5caf69ab
|
tests/dmesg: create test for --kmsg-file and --json option.
|
2024-11-14 22:58:47 +07:00 |
|
Fuad Ismail
|
44d942da4d
|
dmesg: initialize empty dmesg crate.
|
2024-11-14 22:47:43 +07:00 |
|
Daniel Hofstetter
|
d569dd6ada
|
Merge pull request #151 from uutils/renovate/clap_complete-4.x-lockfile
chore(deps): update rust crate clap_complete to v4.5.38
|
2024-11-14 07:16:37 +01:00 |
|
Daniel Hofstetter
|
f5f0b91d9b
|
Merge pull request #150 from uutils/renovate/clap-4.x-lockfile
chore(deps): update rust crate clap to v4.5.21
|
2024-11-14 07:16:20 +01:00 |
|
renovate[bot]
|
a6b4095a57
|
chore(deps): update rust crate clap_complete to v4.5.38
|
2024-11-13 21:54:30 +00:00 |
|
renovate[bot]
|
071fcc0163
|
chore(deps): update rust crate clap to v4.5.21
|
2024-11-13 21:54:23 +00:00 |
|
Daniel Hofstetter
|
8c9d5e6cac
|
Merge pull request #149 from uutils/renovate/serde-monorepo
chore(deps): update rust crate serde to v1.0.215
|
2024-11-12 07:23:58 +01:00 |
|
renovate[bot]
|
c7b6227fbd
|
chore(deps): update rust crate serde to v1.0.215
|
2024-11-11 22:19:09 +00:00 |
|
Sylvestre Ledru
|
a262da4da4
|
Merge pull request #148 from cakebaker/test_util_fix_elided_lifetime_has_a_name_warnings
tests: fix "elided lifetime has a name" warnings
|
2024-11-08 15:46:41 +01:00 |
|
Daniel Hofstetter
|
2df30843ad
|
tests: fix "elided lifetime has a name" warnings
|
2024-11-08 14:55:52 +01:00 |
|
Sylvestre Ledru
|
3796f79e9f
|
Merge pull request #147 from cakebaker/tests_fix_unused_import_warnings
tests: fix "unused import" warnings on Windows
|
2024-11-08 14:47:08 +01:00 |
|
Daniel Hofstetter
|
ea8f471b7a
|
last: adapt test to fix "unused import" warnings
|
2024-11-08 14:33:43 +01:00 |
|
Daniel Hofstetter
|
b7c6eee660
|
tests: fix "unused import" warnings on Windows
|
2024-11-08 14:26:19 +01:00 |
|
Daniel Hofstetter
|
1471205bf6
|
Merge pull request #144 from uutils/renovate/libc-0.x-lockfile
chore(deps): update rust crate libc to v0.2.162
|
2024-11-08 10:49:10 +01:00 |
|
Daniel Hofstetter
|
78e3e112e2
|
Merge pull request #143 from uutils/renovate/clap_complete-4.x-lockfile
chore(deps): update rust crate clap_complete to v4.5.37
|
2024-11-08 10:48:49 +01:00 |
|