Release 1.5.29.
[wine] / dlls / ntdll / ntdll_misc.h
2013-04-04  Alexandre Julliardntdll: Set the address space limit before running appli...
2013-02-12  Alexandre Julliardntdll: Add a helper function to check that a fault...
2013-01-08  Alexandre Julliardntdll: Make the page_size variable global.
2011-10-19  Alexandre Julliardntdll: Unwind the stack before calling exit/abort_threa...
2011-06-16  Alexandre Julliardntdll: Fetch the windows directory from the shared...
2011-05-27  Marcus Meissnerntdll: Mark FILE_umask with hidden visibility.
2011-04-25  Marcus Meissnerntdll: Mark internal functions as hidden.
2011-01-27  Alexandre Julliardntdll: Get rid of support for register entry points...
2010-12-02  Hans Leidekkerntdll: Don't call NtClose directly in delete_view.
2010-11-10  Alexandre JulliardRevert "ntdll: Fix possible deadlock in vectored except...
2010-10-12  Krzysztof Nowickintdll: Fix possible deadlock in vectored exception...
2010-08-24  Marcus Meissnerntdll: Set correct protection flags on sections in...
2010-01-22  Alexandre Julliardntdll: Set the heap debug flags based on the GlobalFlag...
2010-01-16  Alexandre Julliardwinebuild: Rename __wine_call_from_32_regs for consiste...
2010-01-08  Alexandre Julliardntdll: Return a correct name also for file objects...
2009-12-03  Alexandre Julliardntdll: Add support for the FILE_OPEN_BY_FILE_ID flag...
2009-12-01  Alexandre Julliardntdll: Add support for converting file names to Unix...
2009-11-19  Alexandre Julliardntdll: Merge the thread data and thread regs structure...
2009-11-19  Alexandre Julliardntdll: Moved the TEB allocation routines to the platfor...
2009-11-18  Alexandre Julliardntdll: Use the common fill_stat_info function from...
2009-10-22  Alexandre Julliardntdll: Move the window and system dir variables to...
2009-09-22  Eric Pouechntdll: Reuse kernel32's cpu info to implement NtQuerySy...
2009-08-29  Alexandre Julliardntdll: Use a more drastic (and simpler) method for...
2009-08-28  Alexandre Julliardntdll: Move the abort_thread() function to the CPU...
2009-08-12  Alexandre Julliardntdll: Add a ret to DEFINE_REGS_ENTRYPOINT to make...
2009-07-07  Alexandre Julliardntdll: Support querying the Wow64 state of other processes.
2009-07-06  Alexandre Julliardntdll: Add management of the Wow64 filesystem redirecti...
2009-07-01  Alexandre Julliardntdll: Avoid the close-on-exec race with pipe() on...
2009-06-25  Alexandre Julliardntdll: Release some address space after the process...
2009-06-18  Alexandre Julliardntdll: Move all thread exit processing to exit_thread...
2009-06-18  Alexandre Julliardntdll: Simplify the thread startup routine and make...
2009-05-13  Francois Gougetntdll: virtual_free_system_view() is not used anymore...
2009-04-30  Alexandre Julliardntdll: Move NtRaiseException and RtlUnwind implementati...
2009-04-10  Alexandre Julliardntdll: Add a raise_status function and avoid exporting...
2009-04-09  Alexandre Julliardntdll: Remove pthread_data from the ntdll_thread_data...
2009-04-08  Alexandre Julliardserver: Define a generic context structure instead...
2009-04-03  Alexandre Julliardntdll: Set the WOW64 flag according to the server suppo...
2009-03-30  Alexandre Julliardloader: Don't bother checking for pthread.h existence...
2009-03-26  Alexandre Julliardntdll: Get rid of the no longer used pthread emulation.
2009-03-13  Alexandre Julliardntdll: Move the copy_context function into the respecti...
2009-02-23  Alexandre Julliardntdll: Allocate the stack for all threads, don't rely...
2009-02-23  Alexandre Julliardntdll: Don't free the thread stack and TEB while exitin...
2009-02-20  Alexandre Julliardntdll: Moved exit_thread and abort_thread functions...
2009-02-18  Alexandre Julliardntdll: Move the CPU-specific handling of current TEB...
2009-02-18  Alexandre Julliardntdll: Determine the Unix tid for the server directly...
2009-02-16  Alexandre Julliardntdll: Improve debugging helper for object attributes...
2009-01-28  Alexandre Julliardntdll: Convert the DbgPrint* functions to use MS ABI...
2009-01-15  Alexandre Julliardntdll: Check buffer for access in NtReadFile before...
2009-01-15  Alexandre Julliardntdll: Check buffer for access in NtWriteFile before...
2009-01-06  Alexandre Julliardntdll: Replaced get_cpu_context by RtlCaptureContext...
2009-01-06  Alexandre Julliardwinebuild: Implement register entry points for x86_64.
2009-01-06  Alexandre Julliardwinebuild: Improve the calling sequence for register...
2009-01-06  Alexandre Julliardntdll: Change the DEFINE_REGS_ENTRYPOINT macro to use...
2008-12-27  Alexandre Julliardinclude: Move the DEFINE_REGS_ENTRYPOINT macros to...
2008-12-15  Alexandre Julliardserver: Make async I/O transfer sizes always 32-bit.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-11-25  Alexandre Julliardntdll: Pass the error code to VIRTUAL_HandleFault,...
2008-11-14  Alexandre Julliardntdll: Add private function to manage system virtual...
2008-11-03  Alexandre Julliardntdll: Return more correct information for SystemBasicI...
2008-10-30  Alexandre Julliardkernel32: Moved the pthread emulation support to ntdll.
2008-07-03  Alexandre Julliardntdll: Split the signal setup into process-wide and...
2008-06-26  Alexandre Julliardntdll: Force execute permission again on the stack...
2008-04-01  Alexandre Julliardntdll: Add support for handling page faults caused...
2008-04-01  Alexandre Julliardntdll: Moved stack allocation for thread and process...
2008-02-12  Alexandre Julliardntdll: Store the unhandled exception filter at startup...
2007-11-15  Andrey Turkinntdll: Make async i/o functions generate completion...
2007-10-26  Rob Shearmanserver: Make create_mapping use struct object_attribute...
2007-10-22  Gerald Pfeiferntdll: #include <sys/types.h> to get dev_t.
2007-10-18  Alexandre Julliardntdll: Cache the DOS drives stat info for up to one...
2007-07-25  Alexandre Julliardntdll: Create the process activation context at initial...
2007-07-19  Jacek Cabanntdll: Store the windows directory too.
2007-07-19  Alexandre Julliardntdll: Move private data to make room in the TEB for...
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-05-18  Alexandre Julliardntdll: Setup the shared user data structure at 0x7ffe0000.
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-10  Alexandre Julliardntdll: Store the file access and options in the fd...
2007-01-18  Alexandre Julliardntdll: Get rid of the no longer used is_current_process...
2007-01-18  Alexandre Julliardntdll: Block async signals during process init and...
2007-01-18  Alexandre Julliardntdll: Make the server signal mask global.
2007-01-15  Alexandre Julliardserver: Support queuing some APCs to a process instead...
2007-01-12  Alexandre Julliardntdll: Make the virtual.c critical section uninterrupti...
2007-01-12  Alexandre Julliardntdll: Moved the check for removable file in load_dll...
2006-12-05  Alexandre Julliardntdll: Force exec permissions on all mmaps unless the...
2006-11-20  Alexandre Julliardntdll: Store the fd type in the cache and return it...
2006-11-03  Alexandre Julliardntdll: FILE_GetDeviceInfo no longer needs to be public.
2006-11-03  Alexandre Julliardntdll: Added a server_get_unix_fd function that avoids...
2006-11-02  Alexandre Julliardntdll: Maintain a file descriptor cache on the client...
2006-07-26  Alexandre Julliardserver: Convert the server start time to the abs_time_t...
2006-07-26  Alexandre Julliardntdll: Renamed the NTDLL_get/from_server_timeout functi...
2006-07-24  Alexandre Julliardntdll: Allocate the PEB with NtAllocateVirtualMemory...
2006-07-21  Alexandre Julliardntdll: Use NtAllocateVirtualMemory to allocate all...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-20  Alexandre Julliardntdll: Get registers on the client side for NtGetContex...
2006-03-14  Robert Shearmanntdll: Move the call to MODULE_DllThreadAttach from...
2006-02-22  Alexandre Julliardntdll: Simplify loadorder code by using an enum instead...
2006-02-22  Alexandre Julliardkernel: Moved the get_startup_info call to ntdll.
2006-01-26  Hans Leidekkerntdll: Add implementation of tape IOCTLs.
2006-01-20  Alexandre Julliardntdll: Move the %gs register to the ntdll_thread_regs...
2006-01-20  Alexandre Julliardntdll: Move the TEB register to the ntdll_thread_regs...
2006-01-13  Alexandre Julliardntdll: Add debug registers to the context of all except...
next