summaryrefslogtreecommitdiff
path: root/fs/ubootvarfs.c
Commit message (Expand)AuthorAgeFilesLines
* Rename struct fs_driver_d to fs_driverSascha Hauer2023-01-101-1/+1
* Rename struct fs_device_d to fs_deviceSascha Hauer2023-01-101-4/+4
* Rename struct device_d to deviceSascha Hauer2023-01-101-6/+6
* fs: ubootvarfs: fix double-free unlinking U-Boot variablesAhmad Fatoum2022-08-221-0/+1
* fs: ubootvarfs: use correct format specifier for pointer diffLucas Stach2019-11-041-1/+1
* fs: Add a driver to access U-Boot environment variablesAndrey Smirnov2019-06-071-0/+499