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
2026-02-17 05:06:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dc3bf32307085fee3cbbedfeb72ee10dc130d04c
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
Kernel: Use MUST + Vector::try_empend instead of Vector::empend
2022-01-05 14:04:18 +01:00
EBRPartitionTable.h
Everything: Move to SPDX license identifiers in all files.
2021-04-22 11:22:27 +02:00
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
Everything: Move to SPDX license identifiers in all files.
2021-04-22 11:22:27 +02:00
PartitionTable.cpp
…
PartitionTable.h
Everywhere: Fix many spelling errors
2022-01-07 10:56:59 +01:00