2003-07-18 |
Jon Griffiths | Documentation updates. |
tree | commitdiff |
2003-07-18 |
Jon Griffiths | Added some new Rtl* tests. |
tree | commitdiff |
2003-07-16 |
Pierre d'Herbemont | Change __darwin__ to __APPLE__. |
tree | commitdiff |
2003-07-16 |
Pierre d'Herbemont | Added support for the TEB on Mac OS X. |
tree | commitdiff |
2003-07-15 |
Francois Gouget | Spelling fixes (s/occured/occurred/ and variants). |
tree | commitdiff |
2003-07-11 |
Paul Rupe | register_new_async sets status already. Do not overwri... |
tree | commitdiff |
2003-07-11 |
Alexandre Julliard | Implemented the SMTO_ABORTIFHUNG flag of SendMessageTim... |
tree | commitdiff |
2003-07-09 |
Dmitry Timoshkov | Fix spec entry for ZwSetTimerResolution. |
tree | commitdiff |
2003-07-09 |
Alexandre Julliard | Implemented the ThreadBasicInformation case for |
tree | commitdiff |
2003-07-09 |
Mike McCormack | Null parameters need to be quoted on the commandline. |
tree | commitdiff |
2003-07-08 |
Alexandre Julliard | Implemented NtRead/WriteVirtualMemory. |
tree | commitdiff |
2003-07-03 |
Alexandre Julliard | Fixed compile when functions are not inlined. |
tree | commitdiff |
2003-07-02 |
Francois Gouget | Fixed some common spelling errors. |
tree | commitdiff |
2003-07-01 |
Eric Pouech | - removed next & prev fields from WINE_MODREF and imple... |
tree | commitdiff |
2003-07-01 |
Jukka Heinonen | Start processing asynchronous DOS events in DPMI mode. |
tree | commitdiff |
2003-06-30 |
Alexandre Julliard | Implemented NtDelayExecution and make Sleep call it. |
tree | commitdiff |
2003-06-27 |
Dmitry Timoshkov | Implement LCMapString using unicode collation tables. |
tree | commitdiff |
2003-06-27 |
Alexandre Julliard | Moved some of the process functions to dlls/kernel. |
tree | commitdiff |
2003-06-27 |
Alexandre Julliard | Make sure to return an error if load_dll fails because... |
tree | commitdiff |
2003-06-27 |
Troy Rollo | Removed FIXME when loading second exe file. |
tree | commitdiff |
2003-06-26 |
Eric Pouech | - made async.h ready for use in ntdll: replaced all... |
tree | commitdiff |
2003-06-24 |
Eric Pouech | - started implementing ntdll.NtDeviceIoControlFile... |
tree | commitdiff |
2003-06-24 |
Alexandre Julliard | Moved tape.c to dlls/kernel. |
tree | commitdiff |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files... |
tree | commitdiff |
2003-06-23 |
Eric Pouech | - in kernel32, replaced all {Enter|Leave}CriticalSectio... |
tree | commitdiff |
2003-06-21 |
Eric Pouech | Fixed section mapping in PE loading when both |
tree | commitdiff |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
tree | commitdiff |
2003-06-18 |
Eric Pouech | - kernel32's environment tests: a few more tests now... |
tree | commitdiff |
2003-06-18 |
Eric Pouech | - fixed a couple of bugs in ntdll environment functions... |
tree | commitdiff |
2003-06-16 |
<ma@technoprint.ch> | Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc... |
tree | commitdiff |
2003-06-16 |
Mike Hearn | Add the ID of the blocking thread to the error message. |
tree | commitdiff |
2003-06-16 |
Eric Pouech | Implemented: |
tree | commitdiff |
2003-06-16 |
Jukka Heinonen | Remove SIGALRM handler. |
tree | commitdiff |
2003-06-13 |
Eric Pouech | Added support for overlapped ioctl requests (and a... |
tree | commitdiff |
2003-06-07 |
Eric Pouech | Correctly convert into EXCEPTION_RECORD SIGTRAPs receiv... |
tree | commitdiff |
2003-06-04 |
Yorick Hardy | Improve CDROM_GetIdeInterface (becomes CDROM_GetInterfa... |
tree | commitdiff |
2003-06-04 |
Yorick Hardy | Use SA_RESTART on NetBSD. |
tree | commitdiff |
2003-06-04 |
Jukka Heinonen | Timer routines must check for NULL timer name. |
tree | commitdiff |
2003-05-22 |
Alexandre Julliard | Start to make use of the proper PEB structure for process |
tree | commitdiff |
2003-05-21 |
Alexandre Julliard | Moved misc/error.c to dlls/kernel/error16.c. |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Moved all process initialisation code to process.c... |
tree | commitdiff |
2003-05-20 |
Eric Pouech | Implemented NtQueryObject and NtSetInformationObject... |
tree | commitdiff |
2003-05-20 |
Yorick Hardy | Implement CDROM_ScsiPassThrough and CDROM_ScsiPassThrou... |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Moved system.dll implementation to dlls/kernel. |
tree | commitdiff |
2003-05-20 |
Eric Pouech | Implement anonymous pipes on top of named pipes. |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Moved timer functions to dlls/kernel. |
tree | commitdiff |
2003-05-20 |
Eric Pouech | Implemented timer related functions in ntdll and make... |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Only create the 16-bit dummy module when we need really it. |
tree | commitdiff |
2003-05-19 |
Yorick Hardy | Added the implementation for CDROM_GetIdeInterface... |
tree | commitdiff |
2003-05-16 |
Alexandre Julliard | Moved atom functions to dlls/kernel. |
tree | commitdiff |
2003-05-15 |
Alexandre Julliard | Moved vxd support to winedos. |
tree | commitdiff |
2003-05-15 |
Mike McCormack | - rewrite of the named pipe code |
tree | commitdiff |
2003-05-15 |
Eric Pouech | Implemented RtlDosPathNameToNtPathName_U, RtlGetCurrent... |
tree | commitdiff |
2003-05-14 |
Alexandre Julliard | Rewrote module TLS support and moved it to ntdll. |
tree | commitdiff |
2003-05-14 |
Alexandre Julliard | Made INSTR_EmulateInstruction return the exception... |
tree | commitdiff |
2003-05-13 |
Eric Pouech | Enhanced test for queries, added tests for expansion. |
tree | commitdiff |
2003-05-13 |
Eric Pouech | Implemented RtlExpandEnvironmentStrings_U and fixed... |
tree | commitdiff |
2003-05-13 |
Pierre d'Herbemont | - Save more registers (exception, float...) if they... |
tree | commitdiff |
2003-05-13 |
Francois Gouget | Fix miscellaneous spelling errors and typos. |
tree | commitdiff |
2003-05-13 |
Robert Shearman | Fix NULL pointer error when displaying error message... |
tree | commitdiff |
2003-05-12 |
Aric Stewart | RtlUnicodeToMultiByteSize argument is not a null termin... |
tree | commitdiff |
2003-05-12 |
Dmitry Timoshkov | Added missing return in HEAP_ValidateInUseArena. |
tree | commitdiff |
2003-05-11 |
Alexandre Julliard | Removed unnecessary function link names. |
tree | commitdiff |
2003-05-08 |
Alexandre Julliard | Added support for calling the TLS callback functions. |
tree | commitdiff |
2003-05-08 |
Alexandre Julliard | Fixed wrong file offset used when mapping the import... |
tree | commitdiff |
2003-05-08 |
Eric Pouech | Added environment tests. |
tree | commitdiff |
2003-05-08 |
Eric Pouech | Implemented a bunch of environment related NTDLL APIs. |
tree | commitdiff |
2003-05-07 |
Alexandre Julliard | Moved the EnumResource* functions to the kernel dll... |
tree | commitdiff |
2003-05-06 |
Alexandre Julliard | Added comment about why changing ADDRESS_SPACE_LIMIT... |
tree | commitdiff |
2003-05-06 |
Alexandre Julliard | Added support for retrieving page fault address on... |
tree | commitdiff |
2003-05-06 |
Thomas Mertes | Tests for RtlDuplicateUnicodeString, RtlFindCharInUnico... |
tree | commitdiff |
2003-05-06 |
Thomas Mertes | Implement RtlDuplicateUnicodeString, RtlFindCharInUnico... |
tree | commitdiff |
2003-05-04 |
Marcus Meissner | Fixed powerpc compile. |
tree | commitdiff |
2003-05-01 |
Robert Shearman | - Implemented RtlAddAccessAllowedAce, RtlAddAccessDenie... |
tree | commitdiff |
2003-04-30 |
Alexandre Julliard | Fixed typo in last minute change (spotted by Gerald... |
tree | commitdiff |
2003-04-30 |
Alexandre Julliard | Moved most of the kernel resource APIs to dlls/kernel. |
tree | commitdiff |
2003-04-29 |
Alexandre Julliard | Implemented ntdll resource functions. |
tree | commitdiff |
2003-04-22 |
Eric Pouech | Moved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers... |
tree | commitdiff |
2003-04-21 |
Alexandre Julliard | Removed no longer needed uses of LDPATH. |
tree | commitdiff |
2003-04-21 |
Jukka Heinonen | Moved dosconf.c to winedos. |
tree | commitdiff |
2003-04-16 |
Alexandre Julliard | Implemented RtlIsNameLegalDOS8Dot3 (based on a patch... |
tree | commitdiff |
2003-04-14 |
Alexandre Julliard | Insert the last free block of a subheap at the end... |
tree | commitdiff |
2003-04-12 |
Alexandre Julliard | Implemented RtlDetermineDosPathNameType_U and RtlIsDosD... |
tree | commitdiff |
2003-04-12 |
Robert Shearman | Added NtQueryProcessInformation case needed by NT versi... |
tree | commitdiff |
2003-04-08 |
Thomas Mertes | Tests for RtlUlonglongByteSwap, RtlRandom, RtlAreAllAcc... |
tree | commitdiff |
2003-04-08 |
Thomas Mertes | Implemented RtlRandom, RtlAreAllAccessesGranted, |
tree | commitdiff |
2003-04-07 |
Alexandre Julliard | Added possibility to filter relay traces based on the... |
tree | commitdiff |
2003-04-05 |
Alexandre Julliard | Rewrote most of the import fixup code to avoid doing... |
tree | commitdiff |
2003-04-04 |
Alexandre Julliard | Implemented NtQueueApcThread, and changed the server... |
tree | commitdiff |
2003-04-04 |
Alexandre Julliard | Merged PE_InitDLL into MODULE_InitDLL. |
tree | commitdiff |
2003-04-04 |
Alexandre Julliard | Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI... |
tree | commitdiff |
2003-04-03 |
Eric Pouech | No longer call WaitFor*Object* from ntdll (but NtWait... |
tree | commitdiff |
2003-04-03 |
Alexandre Julliard | Added --with-nptl configure option and necessary change... |
tree | commitdiff |
2003-04-02 |
Alexandre Julliard | Added abs_time_t structure to the server protocol,... |
tree | commitdiff |
2003-04-02 |
Alexandre Julliard | Added support for marking heap blocks as inaccessible... |
tree | commitdiff |
2003-04-02 |
Andreas Mohr | Some spelling and formatting fixes. |
tree | commitdiff |
2003-04-02 |
Eric Pouech | Fixed a few FormatCode entries. |
tree | commitdiff |
2003-03-31 |
Alexandre Julliard | Added missing NONAMELESSSTRUCT/UNION. |
tree | commitdiff |
2003-03-31 |
Alexandre Julliard | Moved WaitForMultipleObjects to ntdll (based on a patch... |
tree | commitdiff |
next |