Difference between revisions of "Missing ReactOS Functionality"

From ReactOS Wiki
Jump to: navigation, search
m (Drivers)
Line 85: Line 85:
  
 
== Drivers ==
 
== Drivers ==
* Re-enable ACPI and update ACPICA core see {{bug|4411|jira}}
 
 
* Bugfix/implement VBE 1.02/2.00/3.00+  support (special cases for buggy cards might be necessary)
 
* Bugfix/implement VBE 1.02/2.00/3.00+  support (special cases for buggy cards might be necessary)
 
** http://www.virtualbox.de/browser/trunk/src/VBox/Additions/WINNT/Graphics
 
** http://www.virtualbox.de/browser/trunk/src/VBox/Additions/WINNT/Graphics
Line 91: Line 90:
 
** http://www.talula.demon.co.uk/freebe/
 
** http://www.talula.demon.co.uk/freebe/
 
** http://et6000.narod.ru/
 
** http://et6000.narod.ru/
* [[USB]] class drivers [http://www.usb.org/developers/devclass_docs/usb-msc-overview-1.3b.pdf]
 
 
* [[USB]] 3.0 specs [http://www.usb.org/developers/docs/usb_30_spec_032310.zip]
 
* [[USB]] 3.0 specs [http://www.usb.org/developers/docs/usb_30_spec_032310.zip]
* [[USB|HID]] class drivers [http://www.usb.org/developers/hidpage/microhid/]
 
 
* UDF (ISO/IEC 13346) driver (DVD) [http://www.osta.org/specs/pdf/udf260.pdf]
 
* UDF (ISO/IEC 13346) driver (DVD) [http://www.osta.org/specs/pdf/udf260.pdf]
 
* Partition Manager
 
* Partition Manager

Revision as of 05:50, 13 July 2013

This page contains a list of APIs, COM interfaces, drivers, application, extensions or other functionality that Windows has but ReactOS does not. There are other similar pages in this wiki that might help, e.g. Version Status, Community Funded Ideas and Roadmap. This page is intended as a list of general tasks that need to be done in ReactOS. If a certain component already exists, consider filing a bug report.

General

  • Automatic Updates
  • Search
  • User Login
  • Drag and drop: CORE-3760
  • WMI [1]
  • Diskpart [2] (command line partitioning tool)
  • Disk Defragmenter [3]
  • Use Event Tracing [4] (turn debug channels into event channels??)
  • Hibernation support
  • LSASS [5]
  • Multi user support
  • Multi session support
  • Fast User Switching
  • LDAP/ActiveDirectory [6]
  • Task Scheduler
  • Printing
  • HTML Applications - HTML files with a .hta extension that run as Windows Applications using the MSHTML (IE) Engine - [7]
  • Animated Mouse Cursors
  • Security Support Provider Interface (and the MS provided default packages) [8]
  • NTFS
  • NTVDM & WOWEXEC, which will need to be implemented cross platform -

Win32 features

Introduced in Windows NT

  • NT-based CHKDSK [12]

Introduced in Windows 98

  • System File Checker [13]

Introduced in Windows ME

Introduced in Windows 2000

Introduced in Windows XP

  • Image Mastering API (needed for many cd writing applications)
  • Window ghosting (A window manager feature that lets the user minimize, move, or close the main window of an application that is not responding)
  • MUI Support [19]
  • Application Compatibility Solutions [20]
  • Prefetching [21]
  • Background Intelligent Transfer Service (BITS) [22] (optional, stuff that would be nice to have)

Introduced in Windows XP x64, Windows Server 2003

  • Data Execution Prevention (DEP) [23]
  • Kernel Patch Protection (KPP) [24]

Introduced in Windows Vista

  • User Interface Privilege Isolation (UIPI) see: ChangeWindowMessageFilter
  • User Account Control (UAC) [25]
  • Address Space Layout Randomization (ASLR) [26]
  • Condition Variables [27]
  • One Time Initialization [28]
  • ThreadPool API [29]
  • Wait Chain Transversal [30]
  • Kernel Transaction Manager [31]
  • Desktop Window Manager [32]
  • Windows Search [33]
  • Windows Diagnostics Infrastructure (WDI) [34]
  • Windows Display Driver Model [35]

Introduced in Windows 7

  • New API Functions [36]
  • Jump Lists [37]
  • Pin to Taskbar [38]
  • Window Snapping [39]
  • Wallpaper Rotation [40]
  • Multi-touch Support [41] (optional)
  • exFAT (Extended File Allocation Table) [42]
  • DPI settings are per-user [43]

Introduced in Windows 8

  • Supervisor Mode Execution Prevention [44]

Drivers

Display

  • Support/bugfix EDID compliance [49]
  • Multimonitor support
  • Screen Rotation
  • WDDM

Networking

  • Internet Protocol Version 6 [50]
  • DHCP Server
  • SMB Filesystem Server/Client [51]
  • NFS Server/Client [52]

Low Priority Framework implementations

  • MFC and Visual C support runtimes...
  • Visual Basic Runtime
  • .NET Alteranative such as Mono
  • Window Runtime