[DD] Keep the network drivers infs 8.3 like on MS Windows (#7007) Windows has all its network drivers inf files in 8.3. This is an addendum to 0.4.15-dev-52-g 019f21ee1d764dff8586acc847a299714e
[DD] Keep the network drivers infs 8.3 like on MS Windows (#7007) Windows has all its network drivers inf files in 8.3. This is an addendum to 0.4.15-dev-52-g 019f21ee1d764dff8586acc847a299714e83977a which moved us further away from our target. The commit on its own was a good idea actually to get the inf into the drivers directory and therefore simplifies adding and excluding drivers more locally (e.g. excluding works by adding a single hashtag within the specific drivers CMakeLists.txt now). But that cool feature doesn't require us to move away from our target. For the record: The historic netrtpnt.inf and netisa.inf (both 8.3) have been merged to netne2000.inf (not 8.3) by 0.4.15-dev-2763-g 6924b8ff3985224a2d094ce509e4b843f387ab32 Unification of that was cool too, but again: 8.3 is superior. Therefore netne.inf for that. Worst of all: Since the .inf files did contain their filename within a comment also, that means the historic renaming by the mentioned commit invalidated that comment. netamd.inf fixed by restoring the ancient filename before 0.4.15-dev-52-g 019f21ee1d764dff8586acc847a299714e83977a netrtl.inf fixed by restoring the ancient filename before 0.4.15-dev-52-g 019f21ee1d764dff8586acc847a299714e83977a netne.inf I fixed the comment manually.
show more ...
[INF] More deduplication and style harmonization (#4952) - deduplication of manufacturer strings - at some places harmonizes the different length of separator lines within the same file, centers
[INF] More deduplication and style harmonization (#4952) - deduplication of manufacturer strings - at some places harmonizes the different length of separator lines within the same file, centers the words (as requested by hbelusca during review), harmonizes those lines to 74characters length each - moving some strings that are not to be localized into the non-localization string section - other minor formatting preferences coauthored by StasM
[INF] Set manufacturer as ReactOS Project for consistencyAlso make it non-localizable. CORE-18191
[TRANSLATION] Improve Simplified & Traditional Chinese translations (#4388)Reviewed-by: Chan Chilung <eason066@gmail.com> Reviewed-by: Stanislav Motylkov <x86corez@gmail.com>
[TRANSLATION] Update Turkish (tr-TR) translations (#3958)Reviewed-by: Can Taşan <ctasan99@hotmail.com>Signed-off-by: Süleyman Poyraz <zaryob.dev@gmail.com>
[NE2000] Add description for Realtek RTL8019AS (emulated by 86Box)
[NE2000] Combine two INF files into one for ISA and PCI cards
[NE2000] Use the real MAC address instead of a fake oneThese lines were added 15 years ago, in r18445.
[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.
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.