Sign in
goma
/
wine
/
13ffd58a1f55f9aa2f222ac492d4b7bb0b89221b
/
memory
d268c22
Added support for symbol codepage.
by Alexandre Julliard
· 25 years ago
f7bf7ef
Rewrote codepage support to use the new codepage tables.
by Alexandre Julliard
· 25 years ago
0072c88
Implement NTDLL.towupper and NTDLL.towlower using already existing
by Dmitry Timoshkov
· 25 years ago
8fe0551
Removed a few unnecessary includes.
by Alexandre Julliard
· 25 years ago
afd6a4b
Updated support for Solaris/Sparc architecture.
by Ulrich Weigand
· 25 years ago
4324b47
Delay loading of interrupt table functions until they are needed.
by Alexandre Julliard
· 25 years ago
43a27e3
Implemented local atoms in the server.
by Turchanov Sergei
· 25 years ago
c192ba2
Exec a separate wine binary for every win32 process so that they run
by Alexandre Julliard
· 25 years ago
b8171e8
HeapFree on a NULL ptr should return TRUE.
by Huw D M Davies
· 25 years ago
62030ff
Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
by Alexandre Julliard
· 25 years ago
72eb8d3
Use exception handling to implement the IsBad* functions.
by Alexandre Julliard
· 25 years ago
5b4f3e8
Rewrote Unix process launching to allow passing startup information to
by Alexandre Julliard
· 25 years ago
4d48dd3
Removed HEAP_xalloc.
by Dimitrie O. Paun
· 25 years ago
bda3e66
Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
by Ove Kaaven
· 25 years ago
f93eb3e
Authors: Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com>
by Alexandre Julliard
· 25 years ago
7827254
Get rid of HEAP_xrealloc.
by Dimitrie O. Paun
· 25 years ago
51f6aeb
Implemented guard pages and stack overflow exceptions.
by Alexandre Julliard
· 25 years ago
c43fdb7
GlobalReAlloc returns 0 on failure.
by Huw D M Davies
· 25 years ago
e7dc390
Implemented HeapWalk().
by Andreas Mohr
· 25 years ago
227a089
Removed a number of global handle allocations and critical section
by Alexandre Julliard
· 25 years ago
54fe838
Fixed some issues reported by winapi_check.
by Patrik Stridvall
· 25 years ago
2d6457c
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
6d77d3a
Use min/max instead of MIN/MAX.
by Francois Gouget
· 25 years ago
fdc1065
Added (correct) prototype for HeapWalk.
by Francois Gouget
· 25 years ago
9ad9636
Removed most calls to xmalloc/xrealloc.
by Dimitrie O. Paun
· 25 years ago
3c506fa
Added an exception frame for lstrcpy16.
by Andreas Mohr
· 25 years ago
c2ec368
Removed PROCESS_IsCurrent().
by Alexandre Julliard
· 25 years ago
7e9913f
Fixed some warnings.
by Patrik Stridvall
· 25 years ago
fddbcf3
Actual write the cached struct in GlobalMemoryStatus.
by Marcus Meissner
· 25 years ago
6189c19
Some applications call GlobalMemoryStatus() very often. Cache the
by Marcus Meissner
· 25 years ago
ea4f831
Fixed some Solaris specific assembler problems.
by Patrik Stridvall
· 25 years ago
9f50d04
Fixed definition of the RtlMemory functions. Use macros internally and
by Juergen Schmied
· 25 years ago
916f975
Improved the selector get/set functions.
by Alexandre Julliard
· 25 years ago
bcb7f4e
Bug fix for native USER.
by Alexandre Julliard
· 25 years ago
b849d79
Moved global atoms to the server (based on the work of Sergei
by Alexandre Julliard
· 25 years ago
383da68
Optimized debugging API to reduce code size.
by Alexandre Julliard
· 25 years ago
d3e22d9
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
by Jeremy White
· 25 years ago
0a7c1f6
Implemented GetThreadSelectorEntry through the server.
by Alexandre Julliard
· 25 years ago
079fd72
Share the system heap between different address spaces. Made process
by Alexandre Julliard
· 25 years ago
d1e3d8d
Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
by Dmitry Timoshkov
· 25 years ago
4ef6413
Fix problems with GlobalHandle and GlobalFree so results match Win98.
by Guy Albertelli
· 25 years ago
9867997
Added null check in GlobalHandle.
by Guy Albertelli
· 25 years ago
baa9bf9
Buffer overflows and strncpy fixes.
by Francois Gouget
· 25 years ago
e73b8b8
Wrapped some strings in a debugstr_* call.
by Francois Gouget
· 25 years ago
dd03cc1
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
by Dimitrie O. Paun
· 25 years ago
3531ea5
Removed fixme.
by Juergen Schmied
· 25 years ago
d16319c
Store all object names as Unicode in the server.
by Alexandre Julliard
· 25 years ago
3ee1c03
Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly.
by Ulrich Weigand
· 25 years ago
453f731
Fixed allocation rounding for MEM_RESERVE.
by Alexandre Julliard
· 25 years ago
eb94c7d
Adapted to new register function handling.
by Ulrich Weigand
· 25 years ago
0be7cab
When decommitting, remap zero pages using MAP_FIXED.
by Ulrich Weigand
· 25 years ago
6cd2c9e
Remap zero-pages when decomitting a page range (based on a patch by
by Alexandre Julliard
· 25 years ago
161693e
Addresses issues with multiple processes accessing non-global critical sections.
by James Abbatiello
· 25 years ago
9fcbc54
Modified lstrcpynWtoA to put terminating null at end of string, not
by Michael McCormack
· 25 years ago
7d6e1ea
Bug fix.
by Andreas Mohr
· 25 years ago
9633632
- Added missing configuration #if:s and #includes:s.
by Patrik Stridvall
· 25 years ago
6355608
Tidy up TRACE etc to use default channel.
by Richard Cohen
· 26 years ago
f4fca7c
Eliminated warnings.
by Patrik Stridvall
· 26 years ago
3b96efc
Added configure check for str[n]casecmp.
by Alexandre Julliard
· 26 years ago
d10ca9c
Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
by Alexandre Julliard
· 26 years ago
73bd8d2
HEAP_Commit/Decommit were assuming a page size of 4KB unconditionally.
by Ulrich Weigand
· 26 years ago
c37a126
Fixed prototype order.
by Marcus Meissner
· 26 years ago
c3d9f28
Moved implementation of WOW routines to single file.
by Ulrich Weigand
· 26 years ago
0a1645d
Inhibit wraparound in comparison.
by Uwe Bonnes
· 26 years ago
7147e4c
Added an exception handler around a few lstr* functions.
by Alexandre Julliard
· 26 years ago
b375678
Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a SIGCONTEXT.
by Alexandre Julliard
· 26 years ago
81a8057
Bugfix: fixed freshly introduced bug in GlobalLock16.
by Ulrich Weigand
· 26 years ago
98b5f77
Added IsBadFlatReadWritePtr16().
by Ulrich Weigand
· 26 years ago
b2682d4
Bugfix: Return selector also in CX from GlobalLock16().
by Ulrich Weigand
· 26 years ago
b5151d0
Relay code for Win16 register functions converts arguments.
by Ulrich Weigand
· 26 years ago
83579c8
Fix bug with pasting Wine clipboard content to external applications,
by Noel Borthwick
· 26 years ago
4b32fd0
Use position-independent code in assembly glue when building .so.
by Ulrich Weigand
· 26 years ago
4220b29
Take advantage of the new registers saved in the STACK16FRAME to turn
by Alexandre Julliard
· 26 years ago
e32a317
Removed the old, historical and no longer working IPC support.
by Marcus Meissner
· 26 years ago
eaec1ee
Fixed a case when GlobalSize did not return zero after an error.
by Rein Klazes
· 26 years ago
1327748
Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
by Howard Abrams
· 26 years ago
c5711b4
Bugfix: correctly cope with end > 0xfffe.
by Ulrich Weigand
· 26 years ago
8e3201c
Bugfix: LocalInit with start == 0 always places heap at end of segment.
by Ulrich Weigand
· 26 years ago
617955d
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
by Alexandre Julliard
· 26 years ago
1ed4ecf
ANSI C fixes.
by Patrik Stridvall
· 26 years ago
ebe29ef
Further server optimizations:
by Alexandre Julliard
· 26 years ago
5bc7808
Made server communication faster by using a shared memory block.
by Alexandre Julliard
· 26 years ago
c42dfdd
Fixed Winelib compilation.
by Alexandre Julliard
· 26 years ago
9597e20
Include instruction emulation in Winelib.
by Alexandre Julliard
· 26 years ago
fdcfdb9
Added missing/wrong includes.
by Patrik Stridvall
· 26 years ago
1aa2641
Use the normal environment routines to build the env db of the initial process.
by Alexandre Julliard
· 26 years ago
1565709
Converted to the new debug interface, using script written by Patrik Stridvall.
by Alexandre Julliard
· 26 years ago
43c190e
Server reorganization:
by Alexandre Julliard
· 26 years ago
0a277b6
Adapted for new register functions support (ESP_reg in register
by Alexandre Julliard
· 26 years ago
896889f
ANSI C fixes.
by Patrik Stridvall
· 26 years ago
06c275a
Converted to the new debugging interface (done with the help of the
by Alexandre Julliard
· 26 years ago
d38ae1f
Call SetLastError in HeapCompact().
by Huw D M Davies
· 26 years ago
b6b8bf8
Fixed __builtin_return_address arg.
by Alexandre Julliard
· 26 years ago
a9a671d
Fixed ANSI compabillity.
by Patrik Stridvall
· 26 years ago
c7a8dde
#pragma pack(?) changed to #include "*pack*.h"
by Patrik Stridvall
· 26 years ago
2d12743
Made HeapValidate threadsafe, and added some macros to track callerEIP
by Ove Kaaven
· 26 years ago
ff5ae3d
Removed some includes of 16 bit API.
by Michael Veksler
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
c1d1cfe
Reorganization of the loader to correctly load and free libraries and
by Bertho Stultiens
· 26 years ago
284c9b9
Made SELECTOR_ReallocBlock preserve the current selector access rights
by Alexandre Julliard
· 26 years ago
Next »