Commit Graph

36 Commits

Author SHA1 Message Date
mintsuki 1e65ada438 Revert "fs: Drop ext* support"
This reverts commit caaf4f94a5.
2023-02-20 05:10:33 +01:00
mintsuki caaf4f94a5 fs: Drop ext* support 2023-02-15 11:21:53 +01:00
mintsuki 28dd8a1062 file: Fix several bugs to do with handling of path field 2023-01-20 17:27:41 +01:00
Qwinci 3dd0a6fb41
limine: Add UEFI PXE support
based on @qookei's original patch with small changes.
2023-01-17 18:47:36 +02:00
mintsuki 25c6c18c8b Revert "fs: Drop ext* support"
This reverts commit ba5aca6fd8.
2022-11-30 01:48:00 +01:00
mintsuki 0748cf5bf2 Revert "fs: Fix unused variable warning introduced in ba5aca6f"
This reverts commit a48036141f.
2022-11-30 01:48:00 +01:00
mintsuki a48036141f fs: Fix unused variable warning introduced in ba5aca6f 2022-11-29 17:05:01 +01:00
mintsuki ba5aca6fd8 fs: Drop ext* support 2022-11-29 16:55:43 +01:00
mintsuki 01ee09373c file: Reimplement a1bcf3c0 without use-after-free bug 2022-10-14 05:15:17 +02:00
mintsuki e466501f92 pmm: Misc bug fixes in pmm 2022-09-28 01:16:39 +02:00
mintsuki 714d8ac2ce Revert "file: Convert file to a memfile as soon as possible"
This reverts commit a1bcf3c09b.
2022-09-24 04:10:45 +02:00
czapek1337 a1bcf3c09b
file: Convert file to a memfile as soon as possible 2022-09-12 14:10:36 +02:00
mintsuki c44f514738 misc: Rename UEFI and BIOS define macros 2022-09-02 02:29:12 +02:00
mintsuki 27711e3c27 fs: Add case insensitive fopen() for config and system files 2022-09-02 01:12:13 +02:00
mintsuki 07080dcbc2 misc: blib.h -> misc.h 2022-08-26 23:44:47 +02:00
mintsuki fde0447802 fs: Drop NTFS support 2022-08-26 00:20:27 +02:00
mintsuki a17edef7bc ext: Fix next_cwd_len calculation 2022-08-21 07:15:48 +02:00
mintsuki 45f65b6b40 ext: Fix abs-path related bug with symlink handling 2022-08-21 01:10:58 +02:00
mintsuki fe637af458 ext: Properly follow relative symlinks 2022-08-21 00:50:12 +02:00
mintsuki abf86a561a fat: Make signature checking even more lax 2022-07-10 19:50:19 +02:00
mintsuki b1672e4ab9 fat: Loosen up check more and lower its priority in file.s2.c 2022-07-09 12:42:34 +02:00
mintsuki afedae6d08 fat32: Swallow 0x28 and 0xd0 extended boot signatures 2022-07-09 12:25:47 +02:00
mintsuki 7895c6827c ext: Return NULL from get_label() when no label is present 2022-07-07 11:22:43 +02:00
mintsuki ff5d74511a fat: Fix volume label detection 2022-07-07 11:13:45 +02:00
mintsuki 00b9f44255 limine: Fix assignment of paths broken in 0431623 2022-07-07 10:08:55 +02:00
mintsuki 0431623381 fs: Improve layering in how the filesystem API works 2022-07-04 20:16:33 +02:00
mintsuki 0f5a467a78 uri: Add fslabel:// URI scheme as mentioned in #188 2022-07-02 10:43:10 +02:00
mintsuki 9ba7ba47f7 ext: Turn presence of encryption feature to a warning. Closes #179 2022-06-19 20:23:45 +02:00
mintsuki ee69dacb08 fs: Drop echfs support 2022-06-14 23:48:29 +02:00
mintsuki 0c46c16a71 fat: Add missing semicolon 2022-05-07 16:33:40 +02:00
mintsuki c8973ed681 fat: Improve detection code 2022-05-07 16:24:04 +02:00
mintsuki e8fcc85b03 limine: Rework modules/file/kernel_file 2022-03-26 09:27:09 +01:00
mintsuki 652b5447fe limine: Make module paths better defined 2022-03-26 08:36:53 +01:00
mintsuki fb54571b34 limine: PXE and HHDM work 2022-03-17 23:46:48 +01:00
mintsuki e898ef0425 misc: Make VLAs a warning 2022-02-18 01:09:51 +01:00
mintsuki 400202d926 misc: stage23 -> common 2022-02-03 10:38:43 +01:00