1999-07-31 |
Patrik Stridvall | Fixed some of the issues reported by Solaris Lint. |
tree | commitdiff |
1999-07-31 |
Patrik Stridvall | Fixed/added missing/wrong function prototypes and made... |
tree | commitdiff |
1999-07-31 |
Patrik Stridvall | Eliminated warnings. |
tree | commitdiff |
1999-07-30 |
Ulrich Weigand | Bugfix: Install task-entry breakpoint *after* EXE modul... |
tree | commitdiff |
1999-07-20 |
Alexandre Julliard | Do not output text in OutputDebugStrAW when not being... |
tree | commitdiff |
1999-07-11 |
Ulrich Weigand | Modularized CallFrom/To16 routines. Adapted dependent... |
tree | commitdiff |
1999-07-10 |
Howard Abrams | Added checks for sys/errno.h, sys/signal.h and sys... |
tree | commitdiff |
1999-07-10 |
Ulrich Weigand | Removed all EVENT_Synchronize( FALSE ) calls; use a... |
tree | commitdiff |
1999-07-03 |
Ulrich Weigand | On NE process creation, move major part of NE EXE modul... |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Changed CONTEXT into CONTEXT86 everywhere we really... |
tree | commitdiff |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Further server optimizations: |
tree | commitdiff |
1999-06-22 |
Ulrich Weigand | Load USER32.DLL before calling UserSignalProc. |
tree | commitdiff |
1999-06-22 |
Alexandre Julliard | Made server communication faster by using a shared... |
tree | commitdiff |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
tree | commitdiff |
1999-06-18 |
Alexandre Julliard | Added DebugBreak. |
tree | commitdiff |
1999-06-13 |
Ulrich Weigand | Removed broken hack to support shared DLLs (e.g. USER32... |
tree | commitdiff |
1999-06-12 |
Andreas Mohr | Rearrange winver detection code and cache the winver... |
tree | commitdiff |
1999-06-12 |
Guy Albertelli | Add new "walk" command options to list processes and... |
tree | commitdiff |
1999-06-12 |
Eric Pouech | Made the service thread instanciable in every process. |
tree | commitdiff |
1999-06-11 |
Alexandre Julliard | Use the normal environment routines to build the env... |
tree | commitdiff |
1999-06-06 |
Ulrich Weigand | 16-bit scheduler reorganized: run all tasks in their... |
tree | commitdiff |
1999-06-06 |
Ulrich Weigand | Removed SERVICE_Exit(). |
tree | commitdiff |
1999-05-29 |
Alexandre Julliard | Got rid of THREAD_InitDone. |
tree | commitdiff |
1999-05-24 |
Alexandre Julliard | Removed process argument to PROCESS_CallUserSignalProc. |
tree | commitdiff |
1999-05-24 |
Alexandre Julliard | Moved remaining initialisations to the new process... |
tree | commitdiff |
1999-05-24 |
Ulrich Weigand | Wait until child initialized before returning from... |
tree | commitdiff |
1999-05-23 |
Alexandre Julliard | Use the new debug functions to send debug events at... |
tree | commitdiff |
1999-05-23 |
Alexandre Julliard | Implemented the Win32 debug API functions. |
tree | commitdiff |
1999-05-23 |
Alexandre Julliard | Converted to the new debug interface, using script... |
tree | commitdiff |
1999-05-23 |
Ulrich Weigand | Bugfix: dwFlags must describe target process in UserSig... |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Adapted to event synchronization changes. |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Improved syslevel handling, store currently held syslev... |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Added ExitKernel16 (replacing USER_ExitWindows), ExitPr... |
tree | commitdiff |
1999-05-22 |
Ove Kaaven | Expire timers on expiry time too, not just after. |
tree | commitdiff |
1999-05-16 |
Alexandre Julliard | Added TEB in init_thread request. |
tree | commitdiff |
1999-05-15 |
Alexandre Julliard | Server reorganization: |
tree | commitdiff |
1999-05-08 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-05-08 |
Ulrich Weigand | Call THREAD_FreeTHDB as service thread callback. |
tree | commitdiff |
1999-05-08 |
Ulrich Weigand | Some initialization sequence bugfixes: |
tree | commitdiff |
1999-05-04 |
Ulrich Weigand | Fixed various stupid bugs in services thread routines. |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Moved a few more initialisations to the new process... |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-04-25 |
Ulrich Weigand | Initialize process critical section in the correct... |
tree | commitdiff |
1999-04-25 |
Ulrich Weigand | Warn if wrong process tries to enter critical section. |
tree | commitdiff |
1999-04-22 |
Patrik Stridvall | Fixed ANSI compabillity. |
tree | commitdiff |
1999-04-22 |
Marcus Meissner | CreateSocketHandle,GetHandleContext,SetHandleContext... |
tree | commitdiff |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
tree | commitdiff |
1999-04-18 |
Alexandre Julliard | Added timeout to critical section waiting. |
tree | commitdiff |
1999-04-18 |
Ulrich Weigand | Merged Linux/FreeBSD reentrant errno handler, added... |
tree | commitdiff |
1999-04-18 |
Bertho Stultiens | Reorganization of the loader to correctly load and... |
tree | commitdiff |
1999-04-18 |
Kevin Holbrook | Fix ambiguous else warning. |
tree | commitdiff |
1999-04-15 |
Bertho Stultiens | UnitializeCriticalSection partial stub implementation. |
tree | commitdiff |
1999-04-11 |
Ulrich Weigand | Added new CLIENT_DebuggerRequest routine, implemented... |
tree | commitdiff |
1999-04-11 |
Ulrich Weigand | Non-functional PROCESS_Suspend/ResumeOtherThreads removed. |
tree | commitdiff |
1999-04-11 |
Marcus Meissner | - Started multithreading for FreeBSD (incomplete, but... |
tree | commitdiff |
1999-04-11 |
Ulrich Weigand | Allow user APCs with NULL 'func' (just wake up the... |
tree | commitdiff |
1999-04-11 |
Ulrich Weigand | Implemented 'kernel services thread'. |
tree | commitdiff |
1999-04-11 |
Ulrich Weigand | Send USIG_PROCESS_CREATE signal. |
tree | commitdiff |
1999-04-01 |
Ulrich Weigand | Implemented PROCESS_CallUserSignalProc(). |
tree | commitdiff |
1999-03-27 |
Ulrich Weigand | Fixed sequence of DLL_PROCESS_DETACH notification calls. |
tree | commitdiff |
1999-03-27 |
Alexandre Julliard | Added cmd line in new_process request. |
tree | commitdiff |
1999-03-27 |
Ulrich Weigand | All threads created with CreateThread are 32-bit threads. |
tree | commitdiff |
1999-03-23 |
Alexandre Julliard | Added server pid and tid in init_thread request, and... |
tree | commitdiff |
1999-03-22 |
Ulrich Weigand | Run Win32 processes in their own threads. |
tree | commitdiff |
1999-03-21 |
Alexandre Julliard | Changed process initialisation to use the new server... |
tree | commitdiff |
1999-03-16 |
Ulrich Weigand | Pass new arguments (suspend/inherit) to the server. |
tree | commitdiff |
1999-03-16 |
Ulrich Weigand | Handle suspend/resume_thread requests in phase STARTING... |
tree | commitdiff |
1999-03-14 |
Alexandre Julliard | Separated thdb freeing code from ExitThread. Now we... |
tree | commitdiff |
1999-03-14 |
Alexandre Julliard | Do not call ExitThread() on server communication errors. |
tree | commitdiff |
1999-03-13 |
Marcus Meissner | Fixed newly introduced and some leftover warnings. |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Implemented _ConfirmWin16Lock (KERNEL32.96). |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | CLIENT_WaitReply: don't clear last error on success... |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | Use server handles directly for Win32 handles. Removed... |
tree | commitdiff |
1999-02-28 |
David Luyer | - fixed missing stdlib.h and string.h includes everywhere |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | Process and thread id now use the server-side id instea... |
tree | commitdiff |
1999-02-28 |
Ulrich Weigand | Process creation sequence reorganized: |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | Removed dst_handle in duplicate_handle request. |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-24 |
Ulrich Weigand | Modified process creation sequence: call PE_CreateModul... |
tree | commitdiff |
1999-02-21 |
Alexandre Julliard | Changed initial process creation to avoid memory alloca... |
tree | commitdiff |
1999-02-21 |
Alexandre Julliard | Removed thread queue functions. |
tree | commitdiff |
1999-02-21 |
Alexandre Julliard | Removed use of per-thread wait_struct, cleaned up a... |
tree | commitdiff |
1999-02-21 |
Alexandre Julliard | Removed MEM_MAPPED_FILE_Ops. |
tree | commitdiff |
1999-02-19 |
Marcus Meissner | Removed a lot of occurences of windows.h (and added... |
tree | commitdiff |
1999-02-17 |
Francois Gouget | Fixed a number of warnings concerning the matching... |
tree | commitdiff |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
tree | commitdiff |
1999-02-14 |
Alexandre Julliard | Removed CONSOLE_Ops. |
tree | commitdiff |
1999-02-14 |
Alexandre Julliard | Removed PROCESS_GetPtr. |
tree | commitdiff |
1999-02-09 |
Stephane Lussier | - Cleaned up the message queue when a thread exit ... |
tree | commitdiff |
1999-02-05 |
Noel Borthwick | Added management and allocation of the PERQUEUEDATA... |
tree | commitdiff |
1999-01-31 |
Geoff Clare | Fix to allow for recvmsg() returning less data than... |
tree | commitdiff |
1999-01-31 |
Alexandre Julliard | Clear last error on all successful requests. |
tree | commitdiff |
1999-01-31 |
Juergen Schmied | List handles WaitForMultipleObjects is waiting for... |
tree | commitdiff |
1999-01-26 |
Alexandre Julliard | Commented out EXEC_SERVER |
tree | commitdiff |
1999-01-24 |
Guy Albertelli | Added stub for SetThreadLocale. |
tree | commitdiff |
1999-01-19 |
Alexandre Julliard | Hacked server-side device support |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
tree | commitdiff |
next |