projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
ntdll: Remove superfluous semicolon.
[wine]
/
dlls
/
ntdll
/
critsection.c
2008-06-23
Jon Griffiths
ntdll: Implement [Rtl]InitializeCriticalSectionEx.
blob
|
commitdiff
|
raw
2008-01-14
Andrew Talbot
ntdll: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-31
Andrew Talbot
ntdll: Remove unneeded casts.
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-03-17
Andrew Talbot
ntdll: Replace inline static with static inline.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-10
Alexandre Julliard
ntdll: Make sure that critical section waits are not...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-18
Hans Leidekker
ntdll: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-27
Alexandre Julliard
ntdll: Faster critical sections on MacOS using Mach...
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
2005-11-28
Ge van Geldorp
Match PSDK STATUS_* definitions.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-28
Alexandre Julliard
Use Linux futexes instead of semaphores if possible...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-26
Alexandre Julliard
Use int instead of long in interlocked_* functions...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-09
Alexandre Julliard
Use a more portable scheme for storing the name of...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-03
Alexandre Julliard
Hack to make the main heap critical section have a...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-13
Alexandre Julliard
Ignore high bit of spin count.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-25
Mike McCormack
- use STATUS_TIMEOUT instead of WAIT_TIMEOUT
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Mike McCormack
Don't include winbase.h or winerror.h when not necessary.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-17
Mike McCormack
Use HANDLE instead of HKEY in the NT API.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-24
Dmitry Timoshkov
Match RaiseException and EXCEPTION_RECORD to SDK defini...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-06
Robert Shearman
Improve documentation for critical sections.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-17
Alexandre Julliard
Take spin count into account in RtlEnterCriticalSection.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-15
Alexandre Julliard
Store the number of processors in the PEB structure.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-12
Alexandre Julliard
Get rid of ntdll_get_process_heap and ntdll_get_process...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-13
Alexandre Julliard
Don't try to allocate the debug info before the process...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-12
Alexandre Julliard
Allocate DebugInfo field for all critical sections...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-16
Mike Hearn
Add the ID of the blocking thread to the error message.
blob
|
commitdiff
|
raw
|
diff to current
2003-04-04
Alexandre Julliard
Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-03
Eric Pouech
No longer call WaitFor*Object* from ntdll (but NtWait...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-18
Jon Griffiths
Documentation updates.
blob
|
commitdiff
|
raw
|
diff to current
2003-02-18
Alexandre Julliard
Print thread ids in traces with only 4 digits now that...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-23
Marcus Meissner
Remove errno.h from files that do not need it.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-18
Alexandre Julliard
Avoid calling some kernel functions.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-12
Patrik Stridvall
Moved all the content of the DDK files ntdef.h and...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-13
Dmitry Timoshkov
Throw exception only for Wine internal locks.
blob
|
commitdiff
|
raw
|
diff to current
2002-07-31
Alexandre Julliard
Fixed some handle type mismatches and added a few casts...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-20
Francois Gouget
Dump thread id instead of %fs.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-16
Alexandre Julliard
Moved the selector access functions out of winnt.h...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-25
Alexandre Julliard
Moved __ASM_GLOBAL_FUNC macros and interlocked function...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-16
Alexandre Julliard
Added names to standard critical sections (suggested...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-09
Alexandre Julliard
Added Interlocked*Pointer functions.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-22
Jon Griffiths
Made SpinCount FIXME into a TRACE.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-22
Joerg Mayer
Add %fs info to the critical section timeout message.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-29
David Elliott
Added basic working stubs of new Windows 2000 API funct...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-29
Alexandre Julliard
Moved critical section implementation to ntdll.
blob
|
commitdiff
|
raw
|
diff to current