| Age | Commit message (Collapse) | Author |
|
This PR performs a whitespace-only cleanup by removing trailing spaces/tabs from source files under network\ndis. This is to reduce noise when making changes using AI so that future reviews are easier to be done by humans.
No functional logic changes were introduced.
What Changed
1. Removed end-of-line trailing whitespace in text files.
2. Kept file encoding and line endings intact by applying byte-preserving edits.
Risk / Impact
1. Low risk: formatting-only change.
2. No API, behavior, or build configuration changes intended.
|
|
* Removed Win32 and Arm from the project configurations.
* Set default platform to x64.
|
|
* Added ARM64 as a new project configuration in both Debug and Release modes.
* Set up properties for the ARM64 platform, including target version, debug libraries, driver target platform, driver type, and platform toolset.
* Included additional dependencies for the ARM64 build.
* Added ARM64 to the list of platforms for which the mux.dll file is packaged.
* Remove /CETCOMPAT as it's not compatible with ARM64
|
|
* Delete deprecated directives DelFiles and DelService
* Add PnpLockdown=1 to the version section of the inf
* Add catalog file in muxp.inf
* Add PnpLockdown=1 to the version section of mux_mp.inf
* Add catalog file in mux_mp.inf
* include mux_mp.inf in the muxvaln project
* include muxp.inf in mux project. Add mux.dll as file to package. Note as of now the Notifyob proj must be built then mux.dll must be moved to the Project Directory
* Changed all DIRID to 13
* change all DIRID to 13
* Create build dependency so that mux.dll is generated before other projects.
* Include the mux.dll from the notifyob project into the build package
* Delete comments
* Edit muxp.inf so that DIRID 13 is used for installation above certain releases
* Change MUXP->MUXP_NC and MUXP_Update->MUXP. This makes the updated version look like the default. Old version called _NC for non-compliant
* Edit muxp.inf so that MUXP comes before MUXP_NC
* Make same edits to mux_mp.inf
* Enable the Control-flow Enforcement Technology (CET) Shadow Stack mitigation
* Fix Warning from runing Prefast static analysis
* Fix more warnings from running Prefast
* Use stampinf ARCH variable to replace all the hard coded architecures in mux_mp.inf
* Use stampinf ARCH variable to replace all the hard coded architecures in muxp.inf
* Delete extra comma typo
* Change encoding of mux_mp.inf to UTF-16 LE
* Change encoding of muxp.inf to UTF-16 LE
* Add the correct build number for installing network drivers with Dlls and upate comment in muxp.inf
* Add the correct build number for installing network drivers with Dlls and upate comment in mux_mp.inf
* Change all instances of MUXP tp MUXMP in mux_mp.inf
* Change Brace style to match existing code
* Fix mistakes returning win32 err for HRESULT, and leaking memory
* Fix mux_mp.inf to payload muxvlan.sys
* Edit to sln and vcxproj files to edit how build directories are made
* Edit vcxproj files to package correct files. Edit Target name for muxvlan project to be mux so the same inf files can be used for both projects
* Remove comments
* Fix mux_mp.inf to payload mux.sys
* fix mistakes returning win32 err instead of HRESULT, and leaking mem
* Change comment on mux_mp.inf explaining why build 25341 is used
* Free lpszBindName before return.
|
|
|
|
|
|
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
|
|
|
|
|