summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-20Remove NuGet packages from samples5an7y
2026-03-20Making the maxbuild bigger on exclusions for testint and adding the base ↵5an7y
samples.txt
2026-03-19Add Build-Samples.ps1, ListAllSamples.ps1, fix Build-Sample retry bug5an7y
- ListAllSamples.ps1: Enumerates .sln files and writes Samples.txt - Build-Samples.ps1: Unified build script reading Samples.txt with exclusion support, parallel execution, and report generation - Build-Sample.ps1: Fix retry bug where all-fail exits 0 instead of 1 Co-authored-by: Copilot <[email protected]>
2026-03-19Merge pull request #1358 from microsoft/main5an7y-Microsoft
FI main to develop
2026-03-13Merge pull request #1355 from 5an7y-Microsoft/main5an7y-Microsoft
Fix RCE vulnerability in workflow using environment variables
2026-03-13Merge pull request #1 from ↵5an7y-Microsoft
5an7y-Microsoft/copilot/fix-rce-vulnerability-in-workflow Fix RCE in tag-codeowner-on-issue workflow via environment variables
2026-03-13Fix RCE vulnerability: pass issue body/number via env vars instead of direct ↵copilot-swe-agent[bot]
interpolation Co-authored-by: 5an7y-Microsoft <[email protected]>
2026-03-13Initial plancopilot-swe-agent[bot]
2026-03-12Merge pull request #1353 from microsoft/user/jvalesmena/wdk-test-infra-changes5an7y-Microsoft
Making INF verifier and option to the build all samples PS script
2026-03-12WDK test infra changes5an7y
2026-02-26Merge pull request #1351 from microsoft/user/jvalesmena/disable-tag-ownersuser/jakobl/quicktest5an7y-Microsoft
Disable tag-codeowner-on-issue workflow
2026-02-26Disable tag-codeowner-on-issue workflow5an7y
Added 'if: false' to the job to prevent it from running while preserving the code. Co-authored-by: Copilot <[email protected]>
2026-02-12Merge pull request #1340 from darugeri/master5an7y-Microsoft
New SDCAVAD sample
2026-02-04Merge pull request #1348 from microsoft/user/vjunyli/vs2026updateScriptv-junyli
update Script to be compatible with vs2026
2026-02-04removed the space after newline which seems to be bug in c++ 23 not i… (#1347)JakobL-MSFT
removed the space after newline which seems to be bug in c++ 23 not in samples Co-authored-by: Prashant Chahar <[email protected]>
2026-02-04update Script to be compatible with vs2026user/vjunyli/vs2026updateScriptJunyan Liu (Centific Technologies Inc)
2026-02-04Merge pull request #1346 from microsoft/pc_loadletter_0302prashantchahar
removed the space after newline which seems to be a bug in c++ 23
2026-02-03removed the space after newline which seems to be bug in c++ 23 not in samplespc_loadletter_0302Prashant Chahar
2025-12-15New SDCAVAD sample.Daniel Rugerio
2025-12-11rename the WIFICX folder into wificxYang You (UU)
2025-12-11Add affinity mask asserts, remove sln.oldYang You (UU)
Added assertions to EnlpAffinitizeThread to verify BitScanReverse succeeds. Updated EnlRingDoorBell to properly acquire and release the spinlock around the Armed state check for thread safety. Removed obsolete netvadapterlibrary.sln.old solution file.
2025-12-10trying to fix the build break on X64Yang You (UU)
2025-12-10quick fix a typoYang You (UU)
2025-12-10Remove the Nuget for the WIL, since WDK sample build system not support the ↵Yang You (UU)
VCXProj driven Nuget package. hardcode the WIL path
2025-12-09fix the bad "smart" GitHub mergeYang You (UU)
2025-12-09Merge branch 'wifiihvsample' into WifiihvsampleDataPathYang You (UU)
2025-12-09address commentsYang You (UU)
2025-12-09update the readme.mdYang You (UU)
2025-12-09update the readme.mdYang You (UU)
2025-12-09fix the readme.mdYang You (UU)
2025-12-09have the updated project statusYang You (UU)
2025-12-09fix the TX Queue not create issueYang You (UU)
2025-12-08Remove the TX demx support as ENL limiation.Yang You (UU)
2025-12-08have the last Mac byte featureYang You (UU)
2025-12-08Remove NETCX2.6 depend featuresYang You (UU)
2025-12-06Fix build break for NETCX2.6 only APIsYang You (UU)
2025-12-04bring back the KPushLockYang You (UU)
2025-12-04Cleanup the KSpinlock.h and replace with WDFSpinlockYang You (UU)
2025-12-04intergrate the netvadapterlibrary with wificxsampledriver, cleanup the ↵Yang You (UU)
memory related header -KNEW.H
2025-12-02Have the NetVAdapter Lib buildable with EWDK for both UM and KMYang You (UU)
2025-11-25fixing the GitHub code analysis errorsYang You (UU)
2025-11-25Moving to UTF-16 LE BOM asYang You (UU)
https://learn.microsoft.com/en-us/windows-hardware/drivers/install/general-guidelines-for-inf-files#editing-inf-files-and-file-encodings The file must be saved with an ANSI or Unicode (UTF-16 LE) file encoding. Unicode (UTF-16 LE) is preferred since it allows the INF to support localizing the INF Strings section in a wide variety of languages. If your INF contains non-ASCII characters, you must save the file as a Unicode (UTF-16 LE) file.
2025-11-24BuildBreak Fix: Convert to UTF8Yang You (UU)
2025-11-24fix the rror 1001: Invalid INF ↵Yang You (UU)
'D:\a\Windows-driver-samples\Windows-driver-samples\network\wlan\WIFICX\um\ARM64\Debug\wificxsampleclientum.inf', must contain [Version] section and have signature "$Windows NT$"
2025-11-24try to walk aroudn the DrvCat EWDK(10.0.26100.6584) error by disabling the ↵Yang You (UU)
inf2cat and code analysis. Will enable back when newer version EWDK fixed the issue.
2025-11-20Update the project status.Yang You (UU)
2025-11-20adding the copyright to the code file, and let the Radio State by default is onYang You (UU)
2025-11-20cleanup dead fileYang You (UU)
2025-11-20have the Infrastructure ready to have the driver install success and able to ↵Yang You (UU)
start handling the WifiRequest
2025-11-19Merge pull request #1336 from microsoft/user/vjunyli/disableWorkflowuser/jakobl/wdk.28000.1-RTMv-junyli
disable schedule and deleted the closing issue part