Difference between revisions of "Retired modules"

From ReactOS Wiki
Jump to: navigation, search
(Created page with "This page is for the code paths which were retired and removed from the source tree. Please, update this page when you are dropping some driver/library/other kind of module fr...")
 
(Removed framebuf drivers)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
This page is for the code paths which were retired and removed from the source tree. Please, update this page when you are dropping some driver/library/other kind of module from the source tree.
 
This page is for the code paths which were retired and removed from the source tree. Please, update this page when you are dropping some driver/library/other kind of module from the source tree.
<hr>
+
 
 +
= Various =
 
'''CDFS''' — The old ISO 9660 filesystem driver, originally written by Art Yerkes and Eric Kohl. Removed at commit {{GitRev|5795254933b462a0a960c32900bde63c815bcc48}}
 
'''CDFS''' — The old ISO 9660 filesystem driver, originally written by Art Yerkes and Eric Kohl. Removed at commit {{GitRev|5795254933b462a0a960c32900bde63c815bcc48}}
 +
 +
'''CDMAKE''' — Old CD/ISO image creation tool by Eric Kohl, added in {{GitRev|e81de9962d8e56d6ff24a0c7940ba758150d8cbd}} (SVN r4513), we switched to MKISOFS from it since {{GitRev|4485b549ba55af1a318961e4944fdab98e668d46}} (SVN r73521). Removed at commit {{GitRev|c24e09401be57fa2708021fbe995c8bfa651d7f6}}
 +
 +
'''CLASS2''', '''CDROM''', '''DISK''' — Previous generation of storage class drivers, based on NT4 DDK and written mostly by Alexey Bragin. Replaced with more modern MS driver samples published on GitHub. Removed at commit {{GitRev|49444127fd4ca7f488c429e3b8a3253865243e39}}
 +
 +
'''FFS''' — The FFS/UFS 3rd-party filesystem driver. The driver can still be downloaded from http://www.acc.umu.se/~bosse. Removed at commit {{GitRev|49cfac17c59fd9d8bfe04c6ec9cbd8c447c53b03}}
 +
 +
'''FRAMEBUF_NEW''' — Framebuffer DDI driver from NT4 DDK samples. It doesn't seem to be better than the current driver, and has an
 +
unfriendly license. Removed at commit {{GitRev|cdb130420ef0629ffca7abe116681e0c5004068b}}
 +
 +
'''FRAMEBUFACC''' — This was an unfinished attempt to rewrite the framebuf driver by [[Magnus Olsen]],
 +
dating back to 2007. Removed at commit {{GitRev|38e4b859e29aec3a46d1f2d300f2804bba685946}}
 +
 +
'''NTOS:KD:Bochs''' — Bochs port Kernel debugging. Removed at commit {{GitRev|8d3a395101e2c166e1d302715b841967c9757d1d}}
 +
 +
'''RBuild''' — Our venerable legacy XML-based build system (kind of a "simplified MSBuild"). Removed at commit {{GitRev|818418643e0cd95291443bb97fd36fc5d56a4388}} (SVN r55855)
 +
 +
'''REISERFS''' — The ReiserFS 3rd-party filesystem driver. The driver can still be downloaded from http://www.acc.umu.se/~bosse. Removed at commit {{GitRev|2e2190df57adf5bfbd47d99ee88b01579eecd940}}
 +
 +
'''ROSDDT''' — ReactOS Device Detection Tool (unfinished), started by Alexey Bragin. Removed at commit {{GitRev|f7afca09732a9513c56f92a4b10115122d38dc02}}
 +
 +
'''SMDLL''' — An old helper library to talk to the ReactOS session manager (SM). Removed at commit {{GitRev|0e14378d3ea95e51825ce2d187fcd1f8aa5abecd}} (superseded by SMLIB)
 +
 +
'''USBHUB''', '''USBEHCI''', '''USBOHCI''', '''USBUHCI''', '''SDK/LIBUSB''' — The 3rd generation of USB stack, written in C++ by [[User:J anderw|Johannes Anderwald]] and [[Michael_Martin|Michael Martin]]. Removed at commit {{GitRev|83c07f4e4c2a74e00c30db18deee7ba092f44408}}
 +
 +
'''WIN32U_2KSP4''' — Windows 2000 SP4 compatible win32k.sys entry-point stubs for win32k API tester. Removed at commit {{GitRev|76ce08dcec96186cbd1e98e2c7786bcfd7340c4e}}
 +
 +
= Subsystems =
 +
'''OS/2''' — NT-compatible OS/2 subsystem stub. Originally removed at commit {{GitRev|d200d605f49b1b7d657a09a533d68c6b5485d36c}} (SVN r24497), restored in a separate repository at commit {{GitRev|9f2787eb3211e8665eab85f1f07b46b265156087}} (SVN r65459), removed during SVN->Git migration at commit {{GitRev|c2c66aff7dacc62d125f2cd61d1167e9a2aa3fd6}}
 +
 +
'''POSIX''' — NT-compatible POSIX subsystem stub. Originally removed at commit {{GitRev|d95410ab89e867131d0e631e65cacf96cfe63b4e}} (SVN r21379), restored in a separate repository at commit {{GitRev|2ca9fcd3b05993076cffbe89b0daacbd27c90f54}} (SVN r65460), removed during SVN->Git migration at commit {{GitRev|c2c66aff7dacc62d125f2cd61d1167e9a2aa3fd6}}
 +
 +
'''VMS''' — NT-compatible VMS subsystem stub. Originally removed at commit {{GitRev|d200d605f49b1b7d657a09a533d68c6b5485d36c}} (SVN r24497), restored in a separate repository at commit {{GitRev|16aefd4c544e1aa226b95822da04ce897e88f64c}} (SVN r65461), removed during SVN->Git migration at commit {{GitRev|c2c66aff7dacc62d125f2cd61d1167e9a2aa3fd6}}
 +
 +
[[Category: Documentation]]

Latest revision as of 15:48, 27 June 2023

This page is for the code paths which were retired and removed from the source tree. Please, update this page when you are dropping some driver/library/other kind of module from the source tree.

Various

CDFS — The old ISO 9660 filesystem driver, originally written by Art Yerkes and Eric Kohl. Removed at commit 5795254

CDMAKE — Old CD/ISO image creation tool by Eric Kohl, added in e81de99 (SVN r4513), we switched to MKISOFS from it since 4485b54 (SVN r73521). Removed at commit c24e094

CLASS2, CDROM, DISK — Previous generation of storage class drivers, based on NT4 DDK and written mostly by Alexey Bragin. Replaced with more modern MS driver samples published on GitHub. Removed at commit 4944412

FFS — The FFS/UFS 3rd-party filesystem driver. The driver can still be downloaded from http://www.acc.umu.se/~bosse. Removed at commit 49cfac1

FRAMEBUF_NEW — Framebuffer DDI driver from NT4 DDK samples. It doesn't seem to be better than the current driver, and has an unfriendly license. Removed at commit cdb1304

FRAMEBUFACC — This was an unfinished attempt to rewrite the framebuf driver by Magnus Olsen, dating back to 2007. Removed at commit 38e4b85

NTOS:KD:Bochs — Bochs port Kernel debugging. Removed at commit 8d3a395

RBuild — Our venerable legacy XML-based build system (kind of a "simplified MSBuild"). Removed at commit 8184186 (SVN r55855)

REISERFS — The ReiserFS 3rd-party filesystem driver. The driver can still be downloaded from http://www.acc.umu.se/~bosse. Removed at commit 2e2190d

ROSDDT — ReactOS Device Detection Tool (unfinished), started by Alexey Bragin. Removed at commit f7afca0

SMDLL — An old helper library to talk to the ReactOS session manager (SM). Removed at commit 0e14378 (superseded by SMLIB)

USBHUB, USBEHCI, USBOHCI, USBUHCI, SDK/LIBUSB — The 3rd generation of USB stack, written in C++ by Johannes Anderwald and Michael Martin. Removed at commit 83c07f4

WIN32U_2KSP4 — Windows 2000 SP4 compatible win32k.sys entry-point stubs for win32k API tester. Removed at commit 76ce08d

Subsystems

OS/2 — NT-compatible OS/2 subsystem stub. Originally removed at commit d200d60 (SVN r24497), restored in a separate repository at commit 9f2787e (SVN r65459), removed during SVN->Git migration at commit c2c66af

POSIX — NT-compatible POSIX subsystem stub. Originally removed at commit d95410a (SVN r21379), restored in a separate repository at commit 2ca9fcd (SVN r65460), removed during SVN->Git migration at commit c2c66af

VMS — NT-compatible VMS subsystem stub. Originally removed at commit d200d60 (SVN r24497), restored in a separate repository at commit 16aefd4 (SVN r65461), removed during SVN->Git migration at commit c2c66af