mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
* Support SxS when available (add new fiber member for this as well).
* Support FLS when available.
* Added new Fiber Members for new features in XP/2003 (GuaranteedStackBytes and FlsData)
* Support FPU State Restore/Save in switch code.
* Use new common stack/context initialization routines instead of ROSRTL.
* Change Fiber structure to use CONTEXT directly in order to speed up and generalize
context creation.
* Fix BaseFiberStartup to send right parameters.
Note: not yet fully tested with fibertest, I will do this later today and fix any bugs.
svn path=/trunk/; revision=16650