Update the address of the Free Software Foundation.
[wine] / dlls / kernel / kernel_main.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Jacek Cabankernel: Remove no longer needed includes.
2006-04-20  Alexandre Julliardkernel: Make GetTickCount call NtGetTickCount.
2006-02-05  Alexandre Julliardkernel: Use a magic ConsoleHandle value instead of...
2006-02-05  Alexandre Julliardkernel: Set the console flag in the parent for CREATE_N...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-29  Alexandre JulliardMoved the implementation of a couple of system.drv...
2005-08-29  Alexandre JulliardMoved the kernel 16-bit initialization to a new DllEntr...
2005-08-27  Alexandre JulliardDon't try to initialize the 16-bit thunking code if...
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-14  Mike McCormackFix warnings from -Wmissing-declarations.
2005-06-06  Alexandre JulliardMoved the kernel per-thread data out of the TEB into...
2005-05-16  Alexandre JulliardMoved a bunch of definitions out of module.h into a new
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-16  Alexandre JulliardMoved the remaining stack frame definitions to kernel_p...
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-05-10  Eric PouechGet rid of include/miscemu.h.
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-04-27  Eric Pouech- delayed initialisation of BIOS and SYSTEM information...
2004-10-11  Alexandre JulliardImplemented NtYieldExecution.
2004-08-13  Alexandre JulliardWe don't need the shared heap on non-i386 platforms.
2004-06-15  Alexandre JulliardStore the number of processors in the PEB structure.
2004-05-25  Alexandre JulliardOnly create the shared heap when Windows version is...
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-04-28  Alexandre JulliardRemoved a number of internal file functions that are...
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-15  Alexandre JulliardGet rid of the TEB flags, they are no longer used.
2004-04-12  Alexandre JulliardCreate the devices earlier on during startup.
2004-03-20  Alexandre JulliardRewrote handling of COM and LPT devices to use symlinks in
2004-02-12  Alexandre JulliardStore the kernel32 module handle globally to avoid...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-11-25  Alexandre JulliardRemoved task.h.
2003-10-14  Alexandre JulliardMoved codepage functions to dlls/kernel.
2003-10-10  Alexandre JulliardWe can now use the standard DllMain as entry point.
2003-09-18  Alexandre JulliardMoved the 16-bit environment support to dlls/kernel.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...
2003-08-19  Alexandre JulliardRenamed system.dll to system.drv.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-06-18  Eric Pouech- fixed a couple of bugs in ntdll environment functions...
2003-05-22  Alexandre JulliardBeep() is still needed in ntdll, move it back to some...
2003-05-21  Alexandre JulliardMoved misc/error.c to dlls/kernel/error16.c.
2003-05-13  Alexandre JulliardAllocate/free the 16-bit thread stack in the kernel...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2002-11-15  Martin Wilck- Allow setting NetBIOS ComputerName through registry.
2002-10-02  Alexandre JulliardMake sure things still work if 16-bit dlls cannot be...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-04  Eric PouechNow passing some console parameters at wineconsole...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallFixed some issues found by winapi_check.
2002-08-16  Aric StewartAdded SwitchToThread.
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...
2002-07-31  Alexandre JulliardMoved initial AllocConsole call to kernel init (based...
2002-07-31  Eric PouechAdded a generic mechanism to set up hooks for dispatchi...
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-03-29  Francois GougetFix SetFileAttributes to honor the umask (rather than...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-17  Alexandre JulliardDo not call THUNK_Init at startup, only do it when...
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-07-24  Mike McCormackMove 16-bit COMM code to USER dll.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-02  Patrik StridvallDocumentation fixes.
2001-05-24  Dmitry TimoshkovRemove kernel32 dependency on user32 by implementing...
2001-03-04  Alexandre JulliardWe need to create the system heap at startup even thoug...
2001-02-28  Alexandre JulliardUse the standard CreateThread routine to create 16...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-02  Andreas MohrAdded Reserved5 -> lstrcmp16.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-01  Patrik StridvallFixed Win16 documentation not fixed because of a bug...
2000-12-01  Alexandre JulliardMoved the few remaining functions in wprocs.dll to...
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-10-17  Andreas MohrImplemented old Win 2.x string functions.
2000-10-15  Alexandre JulliardSet selector 0000H base to 0xf0000 until the first...
2000-10-13  Mike McCormackMoved comm.c into kernel32.
2000-08-25  Alexandre JulliardMoved TASK_Create call to KERNEL initialisation routine.
2000-08-21  Uwe BonnesCall WriteOutProfiles16 to make sure that last profile...
2000-08-09  Alexandre JulliardRemoved obsolete SHMDATA parameter in GLOBAL_CreateBlock.
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-07-11  Alexandre JulliardSet ansi/oem/mac code pages from current locale.
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c