[E1000] Stop logging MAC, is sensitive data of log-contributors (#5254)
Remove '.html' from spdx.org license page URLs. (#4845)
[INF] Set manufacturer as ReactOS Project for consistencyAlso make it non-localizable. CORE-18191
[E1000] Minor improvements (#3904)- Add support for 64-bit counters (Intel gigabit NICs) - Properly handle OIDs - Check that the packet filter is not 0 - Performance increase
[TRANSLATION] Fix minor typos and untranslated dialogs in Spanish (#3890)- usetup: New bootsector page.- shell32: Copy and paste, and moving elements. Also, some strings related to the shutdown
[TRANSLATION] Fix minor typos and untranslated dialogs in Spanish (#3890)- usetup: New bootsector page.- shell32: Copy and paste, and moving elements. Also, some strings related to the shutdown and logoff.- Minor Spanish grammar fix - some female words and minor latin american typos.- First revision of the .inf, that includes the translation of the Services, audio, processors and other drivers and minor things.
show more ...
[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
[MEDIA][CMAKE] Create add_driver_inf cmake function*.inf files for drivers can now be placed along with the driver code
[CMAKE] Use modules instead of shared librariesThere is no need to compile our DLLs as shared libraries since we aremanaging symbols exports and imports through spec files.On my system, this red
[CMAKE] Use modules instead of shared librariesThere is no need to compile our DLLs as shared libraries since we aremanaging symbols exports and imports through spec files.On my system, this reduces the configure-time by a factor of two.
[E1000] Remove useless null checkCID 512827
[E1000] Don't attempt to free uninitialized pointerCID 1442660
[E1000] Finished an implementation of the driver.Added PIDs for whole Intel 8254x family.Note: this driver uses legacy interfaces for either receive and transmit descriptors.CORE-14675
[E1000] Initial send implementation.CORE-14675
[E1000] Implement basic sending.Implement some interrupt recognitionCORE-14675
[E1000] Basic initialization of the cardInitialize some registers, allocate basic resourcesCORE-14675
[E1000] Create an initial driver skeletonBased on the rtl8139 driver written by Cameron GutmanCORE-14675