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-01-06 08:36:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9ce537d7036bf4aff61d4ce10e7fe0b134c122b3
ladybird
/
Kernel
/
Storage
/
Partition
History
Idan Horowitz
9ce537d703
Kernel: Use u64 instead of size_t for File::can_read offset
...
This ensures offsets will not be truncated on large files on i686.
2022-01-25 22:41:17 +02:00
..
DiskPartition.cpp
Kernel: Use u64 instead of size_t for File::can_read offset
2022-01-25 22:41:17 +02:00
DiskPartition.h
Kernel: Use u64 instead of size_t for File::can_read 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