2004-12-07 |
Robert Shearman | Implement handle tables and add tests for them. |
blob | commitdiff | raw |
2004-08-19 |
Emmanuel Maillard | - Update build system to support IOKit and CoreFoundati... |
blob | commitdiff | raw | diff to current |
2004-03-18 |
Raphael Junqueira | Stub implementations of RtlCreateQueryDebugBuffer, |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Alexandre Julliard | Implemented NtQueryDirectoryFile (partly based on a... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Alexandre Julliard | Moved the exec_wine_binary function to the wine library... |
blob | commitdiff | raw | diff to current |
2003-11-09 |
Alexandre Julliard | Moved the remaining SYSDEPS_* functions to the wine_pth... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Alexandre Julliard | Added wine_pthread_create_thread and wine_pthread_exit_... |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Alexandre Julliard | Moved the pthread emulation into the main binary so... |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Alexandre Julliard | Moved a few more functions to the dlls/kernel directory. |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Alexandre Julliard | Link all remaining files that contain kernel APIs into... |
blob | commitdiff | raw | diff to current |
2003-09-25 |
Alexandre Julliard | Moved loadorder support to dlls/ntdll. |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Alexandre Julliard | Moved DLLFLAGS to a separate variable instead of includ... |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and imple... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Alexandre Julliard | Moved 32-bit relay and snoop support to dlls/ntdll. |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Alexandre Julliard | Moved the 32-bit builtin loader and the remaining bits... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Eric Pouech | Implemented kernel32.GetIoProcessCounters and stubbed |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Alexandre Julliard | Moved the wine server client-side support to dlls/ntdll... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Alexandre Julliard | Moved 16-bit global heap, DOS memory and selector funct... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Alexandre Julliard | Moved synchronization and syslevel routines to dlls... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Alexandre Julliard | Link msdos/int21.c into kernel for now, until it is... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Alexandre Julliard | Moved I/O port handling to dlls/winedos. |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Alexandre Julliard | Moved almost all remaining process, thread, fiber and... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Alexandre Julliard | Moved instruction emulation to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Alexandre Julliard | Moved most 32-bit heap functions to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-08-26 |
Alexandre Julliard | Moved profile functions to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-08-26 |
Alexandre Julliard | Moved 16-bit relay and snoop support to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Alexandre Julliard | Moved 16-bit builtin module handling to dlls/kernel... |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Alexandre Julliard | Moved most of the 16-bit task support and NE module... |
blob | commitdiff | raw | diff to current |
2003-06-27 |
Alexandre Julliard | Moved some of the process functions to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Alexandre Julliard | Moved tape.c to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-05-21 |
Alexandre Julliard | Moved misc/error.c to dlls/kernel/error16.c. |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Alexandre Julliard | Moved all process initialisation code to process.c... |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Alexandre Julliard | Moved system.dll implementation to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Eric Pouech | Implement anonymous pipes on top of named pipes. |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Alexandre Julliard | Moved timer functions to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-05-16 |
Alexandre Julliard | Moved atom functions to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Alexandre Julliard | Moved vxd support to winedos. |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Eric Pouech | Implemented a bunch of environment related NTDLL APIs. |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Alexandre Julliard | Moved the EnumResource* functions to the kernel dll... |
blob | commitdiff | raw | diff to current |
2003-04-30 |
Alexandre Julliard | Moved most of the kernel resource APIs to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-04-29 |
Alexandre Julliard | Implemented ntdll resource functions. |
blob | commitdiff | raw | diff to current |
2003-04-21 |
Alexandre Julliard | Removed no longer needed uses of LDPATH. |
blob | commitdiff | raw | diff to current |
2003-04-21 |
Jukka Heinonen | Moved dosconf.c to winedos. |
blob | commitdiff | raw | diff to current |
2003-04-12 |
Alexandre Julliard | Implemented RtlDetermineDosPathNameType_U and RtlIsDosD... |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Alexandre Julliard | Implemented NtQueueApcThread, and changed the server... |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Alexandre Julliard | Added --with-nptl configure option and necessary change... |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Alexandre Julliard | Implemented file change notifications, based on a patch... |
blob | commitdiff | raw | diff to current |
2003-03-05 |
Eric Pouech | Removed SO loading type. |
blob | commitdiff | raw | diff to current |
2002-12-17 |
Alexandre Julliard | Implemented the Fiber* functions (with the help of... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
György 'Nog' Jeney | - Reimplement time functions using ntdll functions. |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Jukka Heinonen | Moved handlers for int25 and int26 to winedos. |
blob | commitdiff | raw | diff to current |
2002-11-24 |
Jukka Heinonen | Moved handlers for int11, int15 and int5c to winedos. |
blob | commitdiff | raw | diff to current |
2002-11-23 |
Jukka Heinonen | Move int2f handler to winedos. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Jukka Heinonen | Removed last users of msdos/interrupts.c. |
blob | commitdiff | raw | diff to current |
2002-11-20 |
Jukka Heinonen | Removed obsolete code. |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Jukka Heinonen | Removed last user of msdos/int1a.c. |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Martin Wilck | - Allow setting NetBIOS ComputerName through registry. |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Jukka Heinonen | Move simple interrupt handlers to winedos. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Alexandre Julliard | Added winebuild -e option to specify the entry point... |
blob | commitdiff | raw | diff to current |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-02 |
Alexandre Julliard | Added --disable-win16 configure option. |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
blob | commitdiff | raw | diff to current |
2002-09-13 |
Alexandre Julliard | Copied the registry functions needed by VMM into device... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Marcus Meissner | Implemented signal handling for PPC. |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Alexandre Julliard | Fixed GetLocaleInfoW to handle Unicode properly and... |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Jon Griffiths | Implement and test rtl bitmap functions. |
blob | commitdiff | raw | diff to current |
2002-08-01 |
Alexandre Julliard | Create at most one glue file for a single dll. |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Eric Pouech | Moved all client-side console code to kernel. |
blob | commitdiff | raw | diff to current |
2002-07-10 |
Admiral Coeyman | Added support for FPU emulation interrupts. |
blob | commitdiff | raw | diff to current |
2002-06-14 |
Alexandre Julliard | Removed install_libdir targets and centralized the... |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
blob | commitdiff | raw | diff to current |
2002-02-15 |
Patrik Stridvall | Added some defines for compatibility with Windows headers. |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dmitry Timoshkov | Added LdrDisableThreadCalloutsForDll. |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Eric Pouech | Changed the Wine internal cdrom interface to the NT... |
blob | commitdiff | raw | diff to current |
2002-01-06 |
Alexandre Julliard | Removed obsolete dosmod. |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Alexandre Julliard | Moved heap functions to ntdll. |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Alexandre Julliard | Exported CALL32_Regs from ntdll, renamed to __wine_call... |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Alexandre Julliard | Moved most of the real-mode stuff to dlls/winedos. |
blob | commitdiff | raw | diff to current |
2000-12-26 |
Ove Kaaven | Separated the MZ loader and core DOS VM into dlls/winedos. |
blob | commitdiff | raw | diff to current |
2000-12-06 |
Alexandre Julliard | Use libwine and libwine_unicode directly from their... |
blob | commitdiff | raw | diff to current |
2000-11-10 |
Alexandre Julliard | Don't link libwine_unicode into all dlls. |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Alexandre Julliard | New debug channel mechanism allowing decentralized... |
blob | commitdiff | raw | diff to current |
2000-10-31 |
Alexandre Julliard | Build ntdll as a real dll, including everything that... |
blob | commitdiff | raw | diff to current |
2000-10-01 |
Alexandre Julliard | Implemented a bunch of large integer functions in ntdll. |
blob | commitdiff | raw | diff to current |
2000-09-29 |
Alexandre Julliard | Moved critical section implementation to ntdll. |
blob | commitdiff | raw | diff to current |
2000-06-23 |
Alexandre Julliard | Moved shared crtdll/ntdll functions into ntdll. |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Alexandre Julliard | Built a complete translation table for RtlNtStatusToDos... |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Juergen Schmied | - implementation of RtlReg* (read access), RtlEvent... |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Ulrich Weigand | Added signal handling for SPARC / Solaris. |
blob | commitdiff | raw | diff to current |
1999-09-27 |
Alexandre Julliard | Moved all signal support to a new platform-specific... |
blob | commitdiff | raw | diff to current |
1999-07-25 |
Ulrich Weigand | Moved .spec files to corresponding dlls/ directory. |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Alexandre Julliard | Improved exception handling. |
blob | commitdiff | raw | diff to current |
1999-03-09 |
Juergen Schmied | - sorted API by groups |
blob | commitdiff | raw | diff to current |
1999-02-13 |
Juergen Schmied | - documented most of the undocumented functions in... |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Marcus Meissner | More Nt* and Rtl* function stubs, moved ntdll.c to... |
blob | commitdiff | raw | diff to current |
|