1. a6d6315 Add NullFS by Thomas Heijligen · 11 months ago
  2. cc960f2 Start ISO9660 support by Nico Huber · 11 months ago
  3. b50290f ext2: Drop redundant initialization (Blockdev.Read handles it now) by Nico Huber · 11 months ago
  4. b18c2cc Add awful script to test ext2 filesystems by Nico Huber · 11 months ago
  5. bc6d631 Add alternative main() for a simple `cat' program by Nico Huber · 11 months ago
  6. e5855e9 vfs mock: Allow paths without leading / by Nico Huber · 11 months ago
  7. 566c886 ext2: Allow to open `root' as a subdirectory by Nico Huber · 11 months ago
  8. 75e20b5 ext2: Ignore physical 0 pointers in ext2 block map by Nico Huber · 11 months ago
  9. ea1de11 ext2: Cache physical location of current content block by Nico Huber · 11 months ago
  10. 4f366b3 ext2: Support gaps in extents for sparse files by Nico Huber · 11 months ago
  11. 767608d ext2: Ensure the directory walk progresses by Nico Huber · 11 months ago
  12. 29e1ba2 ext2: Check maximum extent length by Nico Huber · 11 months ago
  13. bc4f7e9 ext2: Fix typo in extent-header magic by Nico Huber · 11 months ago
  14. d55fa51 main: Use `z' format modifier by Nico Huber · 11 months ago
  15. 3603eaa nullfs: Use constants where possible by Nico Huber · 11 months ago
  16. 6fb3854 Justify warnings about unnecessary checks in 64-bit builds by Nico Huber · 11 months ago
  17. be9ca52 Drop redundant with/use clauses by Nico Huber · 11 months ago
  18. 6bef924 ext2: Simplify block cache by Nico Huber · 11 months ago
  19. 43af31f ext2: Only read interesting part of the superblock by Nico Huber · 11 months ago
  20. d7001cf Add some file-dumping tests by Nico Huber · 11 months ago
  21. f646c8e main(): Initialize options struct by Nico Huber · 11 months ago
  22. 9775da2 main(): Call adainit()/adafinal() by Nico Huber · 11 months ago
  23. fcd5f0e Hook ext2fs up in vfs.c by Nico Huber · 11 months ago
  24. 4331448 FILO.FS.VFS: Close currently open file before opening new one by Nico Huber · 11 months ago
  25. f01abce FILO.Blockdev.Read: Call devread() (not devopen()) by Nico Huber · 11 months ago
  26. a68ee40 Fix devread(): fread() returns the number of elements, not bytes by Nico Huber · 11 months ago
  27. a0b1178 gprbuild: Move output to build/ by Nico Huber · 11 months ago
  28. 936a9d8 Fixup :/ due to wrong signature by Thomas Heijligen · 11 months ago
  29. 68ed36e Blockdev: Buffer needs only to be of type out by Thomas Heijligen · 11 months ago
  30. 53df785 ext2: Somewhat finish proofs by Nico Huber · 12 months ago
  31. e5d7c0e ext2: Re-work file-name version of Open() to ease proving by Nico Huber · 12 months ago
  32. fe26032 ext2: Use unnecessarily big range type to ease proving by Nico Huber · 12 months ago
  33. eb01207 ext2: Finish round of proofs for inode version of Open() by Nico Huber · 12 months ago
  34. 7eb5692 ext2: Factor inode-group deserialization out by Nico Huber · 12 months ago
  35. 71f9ca0 ext2: Factor inode deserialization out by Nico Huber · 12 months ago
  36. 925326e ext2: Adjust inode version of Open() to ease proof by Nico Huber · 12 months ago
  37. 39f086c ext2: Restrict range of First_Data_Block by Nico Huber · 12 months ago
  38. ecafb8f ext2: Pre-compute Inodes_Per_Block & Desc_Per_Block by Nico Huber · 12 months ago
  39. 1db9193 ext2: Adjust Extent_Block_Map() to ease proof by Nico Huber · 12 months ago
  40. 52f4c8d ext2: Further split our state record by Nico Huber · 12 months ago
  41. 96a0b0e ext2: Help proof of extent lookup by Nico Huber · 12 months ago
  42. 6710c0e ext2: Fix binary extent search and help proof by Nico Huber · 12 months ago
  43. 5a042fd ext2: Adapt to satisfy some checks by Nico Huber · 12 months ago
  44. 700a411 ext2: Introduce State.Block_Size by Nico Huber · 12 months ago
  45. 3da2147 VFS: Satisfy GNATprove and No_Secondary_Stack by Nico Huber · 1 year ago
  46. 89d0594 ext2: Add missing default value for Inode.I by Nico Huber · 1 year ago
  47. 21d4202 Implement Ext2.Open() by Nico Huber · 1 year ago
  48. b1cb2d3 Re-invent FS.VFS.Open() by Nico Huber · 1 year ago
  49. 549a1b8 Drop `File_Len` from VFS.Read() by Nico Huber · 1 year ago
  50. d3644be Implement Ext2.Read() by Nico Huber · 1 year ago
  51. 022e226 ext2: Read inode type and length by Nico Huber · 1 year ago
  52. 7403a54 ext2: Rename Inode.Extents => Inode.Inline by Nico Huber · 1 year ago
  53. 1f3825e Disable SPARK_Mode for use of 'Address by Nico Huber · 1 year ago
  54. 2217322 Work around gnatprove trouble with >64-bit range type by Nico Huber · 1 year ago
  55. cdc0351 ext2: Implement Open() for an inode by number by Nico Huber · 1 year ago
  56. 57dfbfb ext2: Distinguish physical (always valid) and logical (per file) cached blocks by Nico Huber · 1 year ago
  57. f83364a Implement Is_Space() by Nico Huber · 1 year ago
  58. 33f6d95 ext2: Better organize per inode info by Nico Huber · 1 year ago
  59. 77a04d7 ext2: Make Feature_64Bit more strict by Nico Huber · 1 year ago
  60. cd1d5f7 Tune ext2 types by Nico Huber · 1 year ago
  61. 0496d89 Add Is_Power_Of_2 functions by Nico Huber · 1 year ago
  62. c4c7a5e ext2: Fix off-by-one by Nico Huber · 1 year ago
  63. fffc8c1 Implement Extent_Block_Map for ext4 extents by Nico Huber · 1 year ago
  64. 68c8693 ext2: Extract Cache_FSBlock procedure by Nico Huber · 1 year ago
  65. fe89712 ext2: Use a more generic cache index by Nico Huber · 1 year ago
  66. 6623c98 First version of Ext2_Block_Map by Nico Huber · 1 year, 1 month ago
  67. 9072090 Fix Read_LE16/32 for array slices by Nico Huber · 1 year, 1 month ago
  68. f5d99d0 Implement Ext2.Read_FSBlock by Nico Huber · 1 year, 1 month ago
  69. 7f61349 Use BLOCK_SIZE by Nico Huber · 1 year, 1 month ago
  70. a529660 Prepare Blockdev for 32-bit longs by Nico Huber · 1 year, 1 month ago
  71. 9c04187 Introduce Blockdev_Length/_Offset by Nico Huber · 1 year, 1 month ago
  72. 481ff84 Move shared types into FILO package by Nico Huber · 1 year, 1 month ago
  73. 5182037 Add NullFS by Thomas Heijligen · 1 year, 1 month ago
  74. 5c43abc Move fs-filo to filo-fs by Thomas Heijligen · 1 year, 1 month ago
  75. a968f6f add Ada wrapper for C_devread by Thomas Heijligen · 1 year, 1 month ago
  76. 26f7183 FS.FILO.Ext2: Fill Mount() procedure by Nico Huber · 1 year, 1 month ago
  77. 8ec45a1 FS.FILO.Ext2: Export C functions by Nico Huber · 1 year, 1 month ago
  78. 2f4d597 VFS: add <> to generics by Thomas Heijligen · 1 year, 1 month ago
  79. 57d3a85 FS.FILO.Ext2: Update stubs by Nico Huber · 1 year, 1 month ago
  80. 3e72282 FS.FILO: Add Partition_Offset type by Nico Huber · 1 year, 1 month ago
  81. cd6b7ec FS: Add pre-conditions for deserialization functions by Nico Huber · 1 year, 1 month ago
  82. f983931 FS.FILO: Allow File_Offset of full File_Length by Nico Huber · 1 year, 1 month ago
  83. 3ec689d nix: add -U option to gnatprove by Thomas Heijligen · 1 year, 1 month ago
  84. 691220d FS.FILO.VFS: Move `Convention => C` to spec by Nico Huber · 1 year, 1 month ago
  85. 51f6041 Make VFS wrapper state aware by Nico Huber · 1 year, 1 month ago
  86. 75d1ff3 vfs: Add filo like vfs layer by Thomas Heijligen · 1 year, 1 month ago
  87. dc1a84b blockdev: Add missing partition functions by Thomas Heijligen · 1 year, 1 month ago
  88. 98417fc Add Read_LE16/32 and types by Nico Huber · 1 year, 1 month ago
  89. 1d7727f Add stub for FS.FILO.Ext2 by Nico Huber · 1 year, 1 month ago
  90. d49cb12 Move SPARK_Mode => Off into body by Thomas Heijligen · 1 year, 1 month ago
  91. b00b316 Use getopt for program parameters by Thomas Heijligen · 1 year, 1 month ago
  92. 3a5cd8c FS.FILO: Add access to globals by Nico Huber · 1 year, 1 month ago
  93. c6bd3d3 Rename FS.FILO => FS.FILO.Dev by Nico Huber · 1 year, 1 month ago
  94. 0a9591e Fill FS.FILO.VFS wrapper by Nico Huber · 1 year, 1 month ago
  95. fdfa2e2 Start FS.FILO.VFS wrapper by Nico Huber · 1 year, 1 month ago
  96. 62268ee Make it compile by Thomas Heijligen · 1 year, 1 month ago
  97. 81cf58d Remove a.out by Thomas Heijligen · 1 year, 1 month ago
  98. d1e0457 Test env to develop FILO filesystem drivers in Ada by Thomas Heijligen · 1 year, 1 month ago