Files
Odin/core/sys
Laytan Laats 485afb011c sys/info: improve platform_linux
1. fix the `linux.open` call, passing `{ .RDONLY }` becomes `0x00000001`
   while `RDONLY` is supposed to be `0x00000000`
2. fix the case where `/etc/os-release` starts with `PRETTY_NAME`
   `strings.index` was used but was checking `> 0` while `0` is valid
3. remove unneccesary temporary allocations
4. simplify the logic
2024-04-30 00:24:09 +02:00
..
2021-02-26 14:46:38 +00:00
2024-02-28 22:29:06 +01:00
2024-04-30 00:24:09 +02:00
2022-05-12 14:33:03 +01:00
2024-04-28 11:35:51 +01:00