| File |
Rev. |
Age |
Author |
Last log entry |
Attic/
[show contents]
|
|
|
|
|
tests/
|
|
|
|
|
.cvsignore
|
1.2
|
4 years |
peter |
Autogenerate dependencies ie get rid of make depend. Works for gcc, but
isn't se... |
Makefile.in
|
1.9
|
12 months |
mark |
Changed all our makefiles to separate out our usage of @DLLFLAGS@. A new
DLLFLAG... |
cdrom.c
|
1.12
|
3 years |
ovek |
Merge of ReWind CVS at Feb 21, 2005.
|
critsection.c
|
1.18
|
17 months |
mark |
- add assembly versions of RtlEnterCriticalSection and RtlLeaveCriticalSection ... |
debugtools.c
|
1.27
|
15 months |
daniel |
- added a slight optimization to the wine_dbg_vprintf() function. It just prev... |
error.c
|
1.4
|
3 years |
ovek |
Merge of ReWind CVS at Feb 21, 2005.
|
exception.c
|
1.13
|
21 months |
daniel |
Merge branch into mainline.
|
file.c
|
1.4
|
3 years |
ovek |
Merge of ReWind CVS at Feb 21, 2005.
|
heap.c
|
1.13
|
17 months |
mark |
- don't bother setting global heap in the heap creation functions; that's alrea... |
heapfuncs.h
|
1.1
|
21 months |
daniel |
- add a new memory allocator based on ptmalloc3 and make it the default (at leas... |
heapinit.c
|
1.1
|
21 months |
daniel |
- add a new memory allocator based on ptmalloc3 and make it the default (at leas... |
iocomp.c
|
1.1
|
17 months |
mark |
Partially implement IO completion ports to the point that they can be used as t... |
large_int.c
|
1.5
|
3 years |
ovek |
Fix incorrect inline asm constraints in RtlEnlargedUnsignedDivide.
|
loader.c
|
1.1.1.2
|
3 years |
ovek |
Import of ReWind CVS at Feb 21, 2005.
|
misc.c
|
1.5
|
4 years |
david |
* change all occurances of *_DEBUG_CHANNEL to WINE_*_DEBUG_CHANNEL
* remove the ... |
nt.c
|
1.22
|
15 months |
daniel |
made NtQuerySystemInformation()'s behaviour closer to native
trac #1971
- chang... |
ntdll.spec
|
1.53
|
15 months |
daniel |
- added support for the ThreadBasicInformation query in NtQueryInformationThrea... |
ntdll_misc.h
|
1.1.1.4
|
3 years |
ovek |
Import of ReWind CVS at Feb 21, 2005.
|
oldheap.c
|
1.2
|
17 months |
mark |
- don't bother setting global heap in the heap creation functions; that's alrea... |
om.c
|
1.4
|
3 years |
ovek |
Merge of ReWind CVS at Feb 21, 2005.
|
profiletools.c
|
1.8
|
4 years |
peter |
Portability fixes. Based off patch from Bruce M Simpson for FreeBSD.
|
reg.c
|
1.7
|
17 months |
mark |
Implement RegFlushKey.
Do some minor cleanups of duplicated functions.
|
rtl.c
|
1.8
|
15 months |
daniel |
- added implementations for the RtlImageRvaToSection(), RtlImageRvaToVa(), and ... |
rtlbitmap.c
|
1.3
|
2 years |
mark |
Fix constant being truncated as it's actually an unsigned 64-bit constant, not ... |
rtlstr.c
|
1.5
|
3 years |
ovek |
Merge of ReWind CVS at Feb 21, 2005.
|
sec.c
|
1.11
|
3 years |
ovek |
Merge of ReWind CVS at Feb 21, 2005.
|
signal_i386.c
|
1.46
|
15 months |
daniel |
- changed TEB::cur_stack to TEB::WOW32Reserved. WOW32Reserved is now at offset... |
signal_sparc.c
|
1.13
|
3 years |
ovek |
Merge of ReWind CVS at Feb 21, 2005.
|
slist.c
|
1.1
|
21 months |
daniel |
- integrate SList implementation contributed by Tim Beckmann
|
string.c
|
1.1.1.5
|
6 years |
ovek |
Import of ReWind CVS at Sep 25, 2002.
|
sync.c
|
1.4
|
3 years |
ovek |
Merge of ReWind CVS at Feb 21, 2005.
|
time.c
|
1.9
|
21 months |
daniel |
- rewrite QueryPerformanceCounter() to use fixed frequency of 1193182Hz
- move ... |
wcstring.c
|
1.8
|
12 months |
mark |
Moved the wide-character sprintf implementations in ntdll and msvcrt into
libwin... |