Files
Odin/core
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
..
2024-04-27 05:24:59 -04:00
2024-04-11 09:36:28 +02:00
2024-02-08 15:15:16 +00:00
2024-04-10 14:35:00 +01:00
2024-04-03 00:52:58 +02:00
2024-04-26 05:19:52 -04:00
2024-04-30 00:24:09 +02:00
2024-04-27 09:19:50 +01:00
2024-04-06 16:59:02 +01:00