ReactOS Project - reactos.git/atom - drivers/filesystems/fastfat/CMakeLists.txt history A free Windows-compatible Operating System https://git.reactos.org/?p=reactos.git ReactOS Project static/git-favicon.png static/git-logo.png 2022-09-30T23:28:19Z gitweb [FASTFAT] And now use the MS-open-sourced fastfat_new as our official FAT12/16/32... 2022-04-25T22:25:33Z Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org 2022-04-25T22:25:33Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=23b7c7b8234e48ed35ce7c40ce80a04d43432d3d
[FASTFAT] And now use the MS-open-sourced fastfat_new as our official FAT12/16/32 FS driver.
  • [D] drivers/filesystems/fastfat/CMakeLists.txt
[VFATFS] Add it back to build on XBOX, with the name vfatfs.sys 2022-09-13T20:31:22Z Hervé Poussineau hpoussin@reactos.org hpoussin 32227662+hpoussin@users.noreply.github.com 2022-09-13T20:31:22Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=14c39362513da8bd064a4816cb1fe5209398a881
[VFATFS] Add it back to build on XBOX, with the name vfatfs.sys

Adapt some comments to new name.

CORE-16373
  • [D] drivers/filesystems/fastfat/CMakeLists.txt
[CMAKE] Set KDBG define only where required (fastfat, win32k, ntoskrnl) 2022-06-25T17:01:08Z Hervé Poussineau hpoussin@reactos.org Hervé Poussineau hpoussin@reactos.org 2022-06-25T17:01:08Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b6d7571ebba5997ba6fb0ef18da3eee0e57da500
[CMAKE] Set KDBG define only where required (fastfat, win32k, ntoskrnl)
  • [D] drivers/filesystems/fastfat/CMakeLists.txt
[CMAKE] Use modules instead of shared libraries 2019-03-20T13:19:48Z Jérôme Gardou jerome.gardou@reactos.org Jérôme Gardou zefklop@users.noreply.github.com 2019-03-20T13:19:48Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=23373acbb9b5356422657fa8448d2a18270847e2
[CMAKE] Use modules instead of shared libraries

There is no need to compile our DLLs as shared libraries since we are
managing symbols exports and imports through spec files.

On my system, this reduces the configure-time by a factor of two.
  • [D] drivers/filesystems/fastfat/CMakeLists.txt
[FASTFAT] Introduce a KDBG extension. 2018-04-28T07:34:10Z Pierre Schweitzer pierre@reactos.org Pierre Schweitzer pierre@reactos.org 2018-04-28T07:34:10Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c5a35ecd3761b9a4dbdc87c66447b70fb9d4e785
[FASTFAT] Introduce a KDBG extension.

This is a PoC of what it's possible to realize thanks to an
already existing hack in ntoskrnl :-).
With this extension, on the kdb:> prompt, you're able to type
in commands that will be handled by the FastFAT driver and not
by the kernel, allowing internal debug, not possible otherwise.

So far, three commands exist:
- ?fat.vols: lists all the mounted volumes by FastFAT
- ?fat.files: lists all the files on a specific volume (with their attributes)
- ?fat.setdbgfile: allows watching on specifics files lifetime

This is obviously only the begin and could be greatly improved.

For instance, this is what allowed to debug CORE-14557
  • [D] drivers/filesystems/fastfat/CMakeLists.txt
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers... 2017-10-03T07:45:34Z Colin Finck colin@reactos.org Colin Finck colin@reactos.org 2017-10-03T07:45:34Z https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c2c66aff7dacc62d125f2cd61d1167e9a2aa3fd6
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
  • [D] drivers/filesystems/fastfat/CMakeLists.txt