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