~aleteoryx/muditaos

436c2ed3 — Lucjan Bryndza 5 years ago
[EGD-5609] Fix lfs partition erase size bug

Storing LFS erase size in the boot byte is not possible
because Linux kernel is unable to detect the partitions
after change boot bytes to values other than 0x80 or 0x00

In this patch LFS_BLOCK_SIZE is moved to the second
MBR bootcode AREA
4614846d — Wiktor S. Ovalle Correa 5 years ago
[EGD-5590] Fix boot config procedure

Boot config procedure was outdated and didn't actually work
40d68bb7 — Tomek Sobkowiak 5 years ago
[EGD-4495] Check partitions during registering new disk image

Check partitions validity when registering disk.
Add unittest and test disk image generation.
0cea7488 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5596] Fix fread() handling of EOF

iosyscalls' fread() should interpret zero bytes read as EOF.
dc2059fd — Wiktor S. Ovalle Correa 5 years ago
[EGD-5522] Remount fs R/W for backup or update

After setting vFAT to be read only by default backup,
update and factory reset procedures need to remount R/W
first.
c4fc4e8a — Borys Jelenski 5 years ago
[EGD-4761] Add unit tests for littlefs and dual-mount

Additionally, old tests have been refactored for consistency
and readability. Also, files were added to littlefs test image.
06d0a276 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5463] Fix CI emulator log and timeout

Fix wrong log stream redirection in CI
Use real value from --timeout option and seto it to 30s
so emulator have enough time to start properly
f2cff39f — Lucjan Bryndza 5 years ago
[EGD-5515] Remove unused code lfxextension

Remove unused code for detecting block size from user blocks
7797a2ea — Jakub Pyszczak 5 years ago
[EGD-5266] Fix test harness

Covers harness issues that occures on experimental branch
due to the new filesystem implementation.
97336d9b — Radoslaw Wicik 5 years ago
[EGD-5460] Fix "can't open port" on CI

This little fix should resolve one of the problems during tests on CI.
9ad10d22 — Lucjan Bryndza 5 years ago
[EGD-5439] Fix compile after merge from master

Fix compile after merge from master
a53bd826 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
be66c108 — Tomek Sobkowiak 5 years ago
[EGD-5347] Replace filelength with file_size

Replace use of filelenght with std::filesystem::file_size
sqlite3vfs is using file descriptors so filelength is just renamed
fa223003 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5378] Fix missing condition

Some strange mistake happened during a rebase.
0f0192a8 — Borys Jelenski 5 years ago
[EGD-5072] Refactor legacy VFS functions

Functions were refactored and renamed for better readability.
Some of them were moved to different files. In stat_vfs function
the order of member initializations was corrected.
2c805921 — Tomek Sobkowiak 5 years ago
[EGD-5386] Fix tests in event table

Fix leap year handling in events table entry creation
Set hours/minutes during events table entry creation
f60b9c00 — Lucjan Bryndza 5 years ago
[EGD-5392] Add switch vfat to RO mode

VFAT partition should be mounted in RO mode by default
because writing to FAT filesystem is unsafe.
Writing is allowed only in the LFS filesystem.
If upgrade is needed FAT partition can be temporary
switched to RW mode using mount() syscall with REMOUNT flag
but it should be switched to RO mode again after upgrade.
da4ed4e2 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5378] Add informative message before aborting iosyscalls

This fix gives basic information about missing syscalls
before aborting from libiosyscalls preload.
a493771f — Lucjan Bryndza 5 years ago
[EGD-5385] Fix unallowed use of ff_rename

Fix unallowed use of ff_rename FFAT function
46f9cc7e — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
Next