Граф коммитов

29 Коммитов

Автор SHA1 Сообщение Дата
Adonais Romero González 3fcc0f2bee
Remove x86 and ARM configurations for sample projects. (#1126)
* Removed Win32 and Arm from the project configurations.
* Set default platform to x64.
2024-02-26 09:47:25 -08:00
Adonais Romero González cff1465ff1
Add ARM64 as target platform on multiple samples (#1104)
* Add ARM64 as target platform on multiple samples

* Remove ARM64 from WFPSampler temporarily

---------

Co-authored-by: Jakob Lichtenberg (170957) <jakobl@microsoft.com>
2024-02-19 14:26:14 -08:00
Jason 03dbb61686
Update some filesys projects' DriverTargetPlatform to be 'Windows Driver' (#962)
Co-authored-by: Jason Knichel <jknichel@ntdev.microsoft.com>
2023-04-06 18:49:00 -07:00
Rod Widdowson c48bf7dd5c
Fix typo in comment (#557)
The code grabs the FCB SHARED, not Ex
2023-02-08 14:02:54 -08:00
olegkMS b8d3abcd82
Replaced ExAllocatePoolWithTag to more secure ExAllocatePoolZero in samples of filesystems and filesystem filters; made necessary changes to make solutions buildable under recent Visual Studio (#725) 2022-05-18 15:26:38 -07:00
darwin-msft 7f70194fa2 update hash algorithm to sha256
update hash algorithm to sha256
2021-06-01 20:32:14 -07:00
pali 16022c5937 Fix changing and reading FAT labels with leading 0xE5 byte in fastfat.sys (#303)
FAT Volume Label is stored in the root directory entry and therefore when
setting new Volume Label with leading 0xE5 byte it first needs to be
converted to 0x05 byte. This step is also required by Microsoft FAT
specification (fatgen103.doc) and also applied for all other files and
directories. But not for volume label yet. First byte 0xE5 in directory
entry means that entry is removed.

Similarly, when reading Volume Label from the root directory, leading byte
0x05 first needs to be converted to 0xE5 and then later processed. This is
reverse operation as described in previous paragraph.

FAT Volume Label is converted from Unicode to bytes according to OEM code
page. OEM code page is configured in Language for non-Unicode applications
settings in Country/Region settings.

When it is set to English (United Kingdom), then OEM code page is 850. And
in 850 is Unicode LATIN CAPITAL LETTER O WITH TILDE represented as 0xE5.

Therefore this pull request fixes setting FAT label "Õ" when regional
settings are set to English (United Kingdom).
2019-09-24 14:12:26 -07:00
Barry Golden f064dfb2d9
Update README.md (#417) 2019-09-16 14:04:28 -07:00
Barry Golden 00c331aa99
Update README.md (#404) 2019-08-20 06:48:59 -07:00
Barry Golden 3156a4118e Update README.md 2019-08-17 16:50:38 -07:00
Den Delimarsky ad599508ac Update README 2019-07-15 11:34:58 -07:00
Den Delimarsky de37e30aa0 Update sample metadata 2019-07-04 15:42:04 -07:00
Den (Microsoft) 2123936e0d
Update README.md 2019-07-04 15:17:34 -07:00
Den Delimarsky 41c29cb92f Update README files 2019-03-13 21:54:14 -07:00
Den Delimarsky dbc7785c3a Update manifests 2019-03-13 19:15:06 -07:00
Den Delimarsky 44da757f4f Update READMEs 2019-03-13 15:05:47 -07:00
Den Delimarsky 34dcaceff4 Update READMEs 2019-03-13 14:21:46 -07:00
Den Delimarsky b376cda09e Testing samples browser integration 2019-03-13 13:01:43 -07:00
Barry Golden ef7ec4ec9f Update README.md for samples portal (#358)
* Update README.md for samples portal

* Update README.md for samples portal

* Removed installwdf

* Update fork (#2)

* Fix typo

ture -> true

* Remove InstallWdf sample

* Fix typo (#340)

ture -> true

* Readme typo fix (#349)

* Update langid
2019-03-12 14:02:43 -07:00
Quinten Johnson 4fd6ea0b2b Fix typos in fastfat comments (#295) 2018-10-30 13:36:02 -07:00
Quinten Johnson 5ef46a2e20 Fix some comment typos (#294) 2018-10-30 13:34:21 -07:00
garanews 4aa98db8a5 fix bizarre misspelling (#305)
bizarre vs bizzare
2018-10-30 13:30:53 -07:00
Barry Golden 5c2d787787 Updated YAML manifest for Microsoft Samples portal. (#287)
* Rename YAML manifests to use .yml extension
* Add preserveParentHierarchy: true to YAML manifest
* Updated YAML manifest for Microsoft Samples portal.
* Fix YAML newline warnings
* Updated vssolution path in YAML manifests
2018-09-24 14:36:17 -07:00
Barry Golden ba25139ebc Added .yaml files for samples portal (#214) 2018-02-28 09:14:29 -08:00
Barry Golden 0ee60f8f25 VSTS 12737998 2017-08-24 20:04:35 -07:00
karlf 96eb96dfb6 Updated for "Windows 10 Anniversary Update" (Version 1607) 2016-08-11 13:28:13 -07:00
J M Rossy 877c5ae528 Rename README.md files to standardize casing 2015-08-12 11:57:59 -07:00
Barry Golden c7e42e0b72 Update README.md 2015-08-05 18:03:26 -07:00
J M Rossy 5d61a4a79a Samples update for public Windows 10 release
Fix #2 Enabling WPP Recorder in Sensors Samples causes errors
Fix #4 Add back fixed KMDOD sample
Add new BarcodeScanner sample in pos folder
Add new MagneticStripeReader sample in pos folder
Add new SynpaticsTouch sample in input folder
Add new Power Engine Plugin sample in pofx folder
Add new DeviceMft sample in avstream folder
Add new AvsCamera sample in root
Add new SimBatt sample in root
Add other pre-existing samples not yet released for Win10
2015-07-29 16:34:40 -07:00