Changed repne to repnz for Solaris assembler.
[wine] / server /
2000-10-02  Alexandre JulliardConvert NtQueryKey and NtEnumerateKey to the new reques...
2000-10-01  Alexandre JulliardConverted some of the registry server requests to the...
2000-09-27  Stephane LussierSocket returned by accept function of Microsoft API...
2000-09-22  Andreas MohrMake GetTickCount not use the whole Unix epoch (since...
2000-09-16  Mike McCormackImplemented SetCommMask, SetCommTimeouts, GetCommMask...
2000-09-07  Mike McCormackAdded serial port object to the server.
2000-09-06  Ove KaavenAdapted Winsock to Linux 2.4 TCP socket poll() behaviour
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-29  Alexandre JulliardAdded the data structures and macros that will be neede...
2000-08-28  Albert den HaanFixed typo in HKEY_CURRENT_CONFIG name.
2000-08-26  Alexandre JulliardAdded a real root key and simplified creation of the...
2000-08-22  Alexandre JulliardAdded APC support in waitable timers.
2000-08-14  Alexandre JulliardImplemented SEC_IMAGE mappings and shared PE sections...
2000-08-11  Alexandre JulliardMade server startup more robust against races caused...
2000-07-31  Hidenori TakeshimaFix for 64-bit negative seek value.
2000-07-25  Alexandre JulliardMake unicode.o into a separate ELF library so that...
2000-07-16  Stephane LussierIn set_socket_event, the event should be signaled if...
2000-06-15  Andreas MohrMore verbose error message.
2000-06-14  Alexandre JulliardRemoved @PROGEXT@ (it was broken anyway).
2000-06-08  Alexandre JulliardPass the main exe name in the CREATE_PROCESS debug...
2000-06-04  Ulrich WeigandUpdated support for Solaris/Sparc architecture.
2000-05-30  Turchanov SergeiImplemented local atoms in the server.
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-23  Patrik StridvallFixed issues found by winapi_check.
2000-05-14  Alexandre JulliardAdded support for registry values larger than the serve...
2000-05-03  Alexandre JulliardStore process file name in startup info.
2000-05-03  Alexandre JulliardFixed COORD structure definition.
2000-05-03  Alexandre JulliardSmall optimization.
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-24  Patrik StridvallFixed some warnings.
2000-04-16  Alexandre JulliardRemoved permission checks in create_key and delete_key...
2000-04-16  Alexandre JulliardImplemented thread and (partial) module snapshots,...
2000-04-16  Alexandre JulliardSave the registry on server exit without client interve...
2000-04-14  Alexandre JulliardMade server launching somewhat cleaner and faster.
2000-04-14  Alexandre JulliardLoad done event now created by the server.
2000-04-09  Eric PouechClear status for sending exception event.
2000-04-08  Alexandre JulliardTemporary hack to share handles between processes shari...
2000-04-06  Alexandre JulliardDo not send a debug event for a thread until the previo...
2000-04-06  Alexandre JulliardAdded support for WINEPREFIX environment variable.
2000-04-04  Alexandre JulliardIncrement suspend count before attempting attach in...
2000-04-04  Alexandre JulliardMade request tracing more robust against bogus lengths.
2000-03-30  Alexandre JulliardSet thread start address to 0 on events generated by
2000-03-26  Ove KaavenHandle POLLHUP better (delay FD_CLOSE notification...
2000-03-26  Andreas MohrMoved some registry definitions to winnt.h.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-25  Ove KaavenHandle socket POLLERR/POLLHUP conditions properly.
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-24  Huw D M DaviesEnsure that non-NULL terminated stings are saved correctly.
2000-03-24  Peter HunnisettChanged PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_PO...
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-15  Alexandre JulliardAvoid SIGSTOP/SIGCONT race when ptrace is disabled.
2000-03-15  Alexandre JulliardAvoid SIGSTOP/SIGCONT race when ptrace is disabled.
2000-03-15  Alexandre JulliardFixed bug in generate_startup_debug_events().
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Alexandre JulliardAdded server protocol version check.
2000-03-08  Patrik StridvallFixed some warnings.
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-08  Alexandre JulliardGenerate CREATE_PROCESS/THREAD debug events internally...
2000-02-26  Patrik StridvallFixed Solaris specific compiler issue.
2000-02-25  Patrik StridvallFixed some issues found by winapi_check.
2000-02-18  Alexandre JulliardStore the handle of the process exe file in the server.
2000-02-13  Dave PicklesAdded definition for STILL_ACTIVE.
2000-02-13  Juergen LockAdded configure check for the unix domain sockaddr...
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
2000-02-07  Juergen LockAdded context functions for FreeBSD.
2000-01-30  Ulrich WeigandAdded configure check for sys/reg.h.
2000-01-30  Patrik StridvallSolaris support for {set,get}_thread_context added.
2000-01-29  Alexandre JulliardAdded our own user_regs_struct definition for better...
2000-01-29  Patrik StridvallFixed minor issues found by winapi_check.
2000-01-27  Juergen SchmiedGet HCU name from unix user name.
2000-01-27  Alexandre JulliardImplemented GetThreadSelectorEntry through the server.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-20  Alexandre JulliardAdded Get/SetThreadContext support through the server.
2000-01-09  Juergen Schmied- removed copying of HKEY_USERS to HKEY_CURRENT_USER
2000-01-04  Alexandre JulliardMoved allocation of the socket pair for a new thread...
2000-01-04  Alexandre JulliardMade debug events and contexts standard objects.
2000-01-04  Alexandre JulliardMade sleep_on usable from all requests.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-12-13  Alexandre JulliardUse poll() instead of select() for the server main...
1999-12-10  Ulrich CzekallaFixed off-by-one error.
1999-12-04  Marcus MeissnerFlush handle in any access mode.
1999-11-29  Alexandre JulliardFixed get_event_obj/get_file_obj to use the process...
1999-11-29  Alexandre JulliardFixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich...
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-28  Juergen LockDon't try to call towupper() when there's no wctype.h.
1999-11-25  Alexandre JulliardMore portability fixes (thanks to Juergen Lock).
1999-11-25  Alexandre JulliardStore all object names as Unicode in the server.
1999-11-24  Alexandre JulliardAdded wine.conf option for new format registry files.
1999-11-24  Alexandre JulliardAdded support to the server for loading new format...
1999-11-24  Alexandre JulliardFixed handling of debug events on thread/process exit.
1999-11-23  Alexandre JulliardAdded registry support to the server.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Alexandre JulliardPortability fixes.
1999-11-15  Eric PouechFixed hash function.
1999-11-14  Alexandre JulliardMoved ptrace support to ptrace.c. Tried to improve...
1999-11-14  Alexandre JulliardBug fixes.
1999-11-13  Alexandre JulliardAdded support for WriteProcessMemory through the server.
next