This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2025-12-28 12:18:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
677da0288c20871f736aed9fa3d0f01283aa3378
ladybird
/
Kernel
/
Storage
/
Partition
History
Idan Horowitz
b9cce82cf3
Kernel: Stop using unsigned when adjusting offsets in DiskPartition
...
These can only contain 32 bit values, and so will truncate very large offsets.
2022-01-25 22:41:17 +02:00
..
DiskPartition.cpp
Kernel: Stop using unsigned when adjusting offsets in DiskPartition
2022-01-25 22:41:17 +02:00
DiskPartition.h
Kernel: Use u64 instead of size_t for File::can_write offset
2022-01-25 22:41:17 +02:00
DiskPartitionMetadata.cpp
…
DiskPartitionMetadata.h
…
EBRPartitionTable.cpp
…
EBRPartitionTable.h
…
GUIDPartitionTable.cpp
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
2022-01-24 22:36:09 +01:00
GUIDPartitionTable.h
…
MBRPartitionTable.cpp
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
2022-01-24 22:36:09 +01:00
MBRPartitionTable.h
…
PartitionTable.cpp
…
PartitionTable.h
…