Eric Pouech 0a258964c2 Const correctness fixes. 20 years ago
..
.cvsignore c0d52e0688 Initial revision 26 years ago
Makefile.in 1d9df9f9c0 Create the necessary functions for wineserver contexts for Alpha. 20 years ago
async.c 088bcf9ca5 Implemented NtQueueApcThread, and changed the server APC interface to 22 years ago
async.h 9a62491660 Removed trailing whitespace. 23 years ago
atom.c e66207ebfc Moved all references to file descriptors out of the generic object 22 years ago
change.c e8a339c1d2 Portability fixes for LSB compatibility. 21 years ago
class.c bd13ab8d78 Store a pointer to the client-side class structure in the server and 21 years ago
clipboard.c 342adc93ef The clipboard owner can be set by the thread that has the clipboard 20 years ago
console.c 440ad8ccf2 - ctrl-c enabling flag is now inherited 20 years ago
console.h a86a289420 In console input record queue, replace semaphore with a manual reset 22 years ago
context_alpha.c 1d9df9f9c0 Create the necessary functions for wineserver contexts for Alpha. 20 years ago
context_i386.c e37c6e18d0 Fixed header dependencies to be fully compatible with the Windows 21 years ago
context_powerpc.c e37c6e18d0 Fixed header dependencies to be fully compatible with the Windows 21 years ago
context_sparc.c e37c6e18d0 Fixed header dependencies to be fully compatible with the Windows 21 years ago
debugger.c 0a258964c2 Const correctness fixes. 20 years ago
event.c cf27a7fa3b Changed fd operations to take a struct fd instead of a struct object. 22 years ago
fd.c 626aa3366f Added fallback syscalls for epoll functions. 20 years ago
file.c 6a27b48895 Fd type is no longer used, get rid of it. 20 years ago
file.h 6a27b48895 Fd type is no longer used, get rid of it. 20 years ago
handle.c 9fd54b2838 - Implemented a few information classes in NtQuerySystemInformation. 21 years ago
handle.h 9fd54b2838 - Implemented a few information classes in NtQuerySystemInformation. 21 years ago
hook.c e37c6e18d0 Fixed header dependencies to be fully compatible with the Windows 21 years ago
main.c ec39d65540 Added a version option to the wineserver. 20 years ago
mapping.c 72f87b8c06 Use pread/pwrite everywhere to avoid changing the file position while 21 years ago
mutex.c cf27a7fa3b Changed fd operations to take a struct fd instead of a struct object. 22 years ago
named_pipe.c 6a27b48895 Fd type is no longer used, get rid of it. 20 years ago
object.c ef5f6c7fad Moved list.h to include/wine so that it can be used everywhere. 21 years ago
object.h ef5f6c7fad Moved list.h to include/wine so that it can be used everywhere. 21 years ago
process.c b0fd2ade62 - Added ProcessBasicInformation class to ntdll.NtQueryInformationProcess. 21 years ago
process.h bfce151ae5 Added window classes in the server, and support for inter-process 21 years ago
protocol.def ff986a5a93 Converted the timer list to use standard list functions. 20 years ago
ptrace.c de1990f4cf Cope with wait4 being interrupted by a signal. 21 years ago
queue.c ff986a5a93 Converted the timer list to use standard list functions. 20 years ago
region.c 807fe07417 Don't bother to return partial region data in get_window_region and 20 years ago
registry.c 0a258964c2 Const correctness fixes. 20 years ago
request.c a5f816c6d3 Do a protocol error instead of crashing if the reply fd has not been 21 years ago
request.h 4616dcb9a7 Moved the WindowFromPoint functionality to the server so that we can 21 years ago
semaphore.c d338b49574 Removed no longer correct assertion. 22 years ago
serial.c 6a27b48895 Fd type is no longer used, get rid of it. 20 years ago
signal.c 72f87b8c06 Use pread/pwrite everywhere to avoid changing the file position while 21 years ago
snapshot.c 9fd54b2838 - Implemented a few information classes in NtQuerySystemInformation. 21 years ago
sock.c 6a27b48895 Fd type is no longer used, get rid of it. 20 years ago
thread.c 3c68ab05ca Make init_thread request deal better with fd allocation errors. 21 years ago
thread.h d5b4232a3f Added set_win32_error() for error codes that don't have an NT status 21 years ago
timer.c 4c591d4ef3 Implemented timer related functions in ntdll and make the kernel32 22 years ago
token.c 36cd6f5dbb Added a security token object in wineserver. 22 years ago
trace.c ff986a5a93 Converted the timer list to use standard list functions. 20 years ago
unicode.c 7832562ee6 Fixed warnings with gcc option "-Wwrite-strings". 21 years ago
unicode.h 7832562ee6 Fixed warnings with gcc option "-Wwrite-strings". 21 years ago
user.c ed8a41c7b5 Only allocate even-numbered window handles, MS Project depends on that 21 years ago
user.h 085ef06bd5 Added is_window_visible function. 20 years ago
window.c 085ef06bd5 Added is_window_visible function. 20 years ago