Moved a few more functions to the dlls/kernel directory.
[wine] / dlls / ntdll / sysdeps.c
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardMoved the implementation of the pthread wrappers to...
2003-08-29  Alexandre JulliardExport SYSDEPS_SwitchToThreadStack() functionality...
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-21  Alexandre JulliardStore the debug info structure on the thread stack.
2003-08-15  Alexandre JulliardMoved __errno_location() handling to pthread.c, and...
2003-08-12  Alexandre JulliardFixed the pthread wrappers to work with the new glibc...
2003-08-02  Alexandre JulliardProperly free thread stacks on NPTL systems.
2003-07-24  Pierre d'HerbemontAdded PowerPC support in SYSDEPS_SwitchToThreadStack.
2003-07-16  Pierre d'HerbemontAdded support for the TEB on Mac OS X.
2003-07-03  Alexandre JulliardFixed compile when functions are not inlined.
2003-06-27  Alexandre JulliardMoved some of the process functions to dlls/kernel.