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-31 13:48:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9259bce34e26333422b48abca390f638d5eff708
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
Kernel: Remove unused partition name API
2021-10-03 13:36:10 +02:00
DiskPartitionMetadata.h
Kernel: Remove unused partition name API
2021-10-03 13:36:10 +02:00
EBRPartitionTable.cpp
Kernel: Use MUST + Vector::try_empend instead of Vector::empend
2022-01-05 14:04:18 +01:00
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
Everywhere: Fix many spelling errors
2022-01-07 10:56:59 +01:00