projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fixed a few function pointer typedefs.
[wine]
/
msdos
/
dosmem.c
2003-02-26
Jukka Heinonen
Move controller info and state/functionality info initi...
blob
|
commitdiff
|
raw
2003-02-19
Jukka Heinonen
Move resize memory block to winedos and make it resize...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-12
Jukka Heinonen
Give DOS applications 638k of free conventional memory.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-10
Jukka Heinonen
Move int21 country information handling to winedos.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-02
Jukka Heinonen
Move DPMI segments to winedos.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-18
Jukka Heinonen
Removed last user of msdos/int1a.c.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-04
Jukka Heinonen
When returning from 32-bit default interrupt handlers...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-08
Jukka Heinonen
Add support for interrupts in 32-bit code.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-04
Alexandre Julliard
Added DPMI segments structure and related function...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-31
Alexandre Julliard
Moved internal context macros out of winnt.h.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-30
Alexandre Julliard
Fixed some dll separation issues.
blob
|
commitdiff
|
raw
|
diff to current
2002-07-20
Andreas Mohr
Change BIOSDATA's rows on screen minus 1 from 23 to 24.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-28
Christian Costa
The SVGA block code was not accessible (AH and AL inver...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-29
Dimitrie O. Paun
Make FIXMEs more grep-able.
blob
|
commitdiff
|
raw
|
diff to current
2001-12-04
Alexandre Julliard
Moved most of the real-mode stuff to dlls/winedos.
blob
|
commitdiff
|
raw
|
diff to current
2001-11-06
François Gouget
Fix the #include order for config.h.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-14
Francois Gouget
When including 'wine/port.h', include it first.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-13
Alexandre Julliard
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-25
Andreas Mohr
Cosmetics.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-14
Alexandre Julliard
Moved LDT handling to libwine.so. Changed the interface...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-13
Ove Kaaven
Reorganized DOS memory remapping slightly, so that...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-05
Gerald Pfeifer
Added missing #include <sys/types.h>.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-15
Alexandre Julliard
Set selector 0000H base to 0xf0000 until the first...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-24
Alexandre Julliard
Moved most global data out of the LPDOSTASK structure.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-09
Alexandre Julliard
Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-30
Ove Kaaven
Made DOSMEM_Init() take a BOOL parameter instead of...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-29
Ove Kaaven
Fill BIOS segments using pointers from DOSMEM_Bios...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-28
Ove Kaaven
Removed the hModule parameter from various DOSMEM routi...
blob
|
commitdiff
|
raw
|
diff to current
2000-06-07
Ulrich Weigand
Removed mis-aligned accesses during BIOS/DOS data initi...
blob
|
commitdiff
|
raw
|
diff to current
1999-12-08
Dimitrie O. Paun
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
blob
|
commitdiff
|
raw
|
diff to current
1999-07-31
Patrik Stridvall
Various ANSI C compability fixes.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-22
Ove Kaaven
Changed global DOS_LOL into function DOSMEM_LOL() in...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-08
Ove Kaaven
Moved DOS List of Lists initialization, and added the...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-02
Alexandre Julliard
Converted to the new debugging interface (done with...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-25
Patrik Stridvall
#pragma pack(?) changed to #include "*pack*.h"
blob
|
commitdiff
|
raw
|
diff to current
1999-04-19
Patrik Stridvall
New debug scheme with explicit debug channels declaration.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-14
Andreas Mohr
Bug fix.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-13
Andreas Mohr
Implemented mode setting things as well as VESA additio...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Ove Kaaven
Fixed a couple of dosmem block resize bugs.
blob
|
commitdiff
|
raw
|
diff to current
1999-02-26
Alexandre Julliard
Large-scale renaming of all Win32 functions and types...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-24
Marcus Meissner
Optimized away more includes, readded some #includes...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-04
Andreas Mohr
Some values of pBiosData added/fixed.
blob
|
commitdiff
|
raw
|
diff to current
1999-01-30
Andreas Mohr
Spelling fix.
blob
|
commitdiff
|
raw
|
diff to current
1999-01-24
Andreas Mohr
Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-14
Ove Kaaven
Moved DPMI wrapper allocation code to dosmem.c to REALL...
blob
|
commitdiff
|
raw
|
diff to current
1998-12-10
Ulrich Weigand
Adapted to CreateSystemTimer interface change.
blob
|
commitdiff
|
raw
|
diff to current
1998-11-01
Ove Kaaven
Set default video mode to 3 (80x25 color).
blob
|
commitdiff
|
raw
|
diff to current
1998-09-27
Alexandre Julliard
Release 980927
wine-980927
blob
|
commitdiff
|
raw
|
diff to current
1998-09-13
Alexandre Julliard
Release 980913
wine-980913
blob
|
commitdiff
|
raw
|
diff to current
1998-08-22
Alexandre Julliard
Release 980822
wine-980822
blob
|
commitdiff
|
raw
|
diff to current
1998-08-09
Alexandre Julliard
Release 980809
wine-980809
blob
|
commitdiff
|
raw
|
diff to current
1998-06-01
Alexandre Julliard
Release 980601
wine-980601
blob
|
commitdiff
|
raw
|
diff to current
1998-05-03
Alexandre Julliard
Release 980503
wine-980503
blob
|
commitdiff
|
raw
|
diff to current
1998-03-15
Alexandre Julliard
Release 980315
wine-980315
blob
|
commitdiff
|
raw
|
diff to current
1998-03-01
Alexandre Julliard
Release 980301
wine-980301
blob
|
commitdiff
|
raw
|
diff to current
1997-03-05
Alexandre Julliard
Release 970305
wine-970305
blob
|
commitdiff
|
raw
|
diff to current
1997-02-15
Alexandre Julliard
Release 970215
wine-970215
blob
|
commitdiff
|
raw
|
diff to current
1997-01-20
Alexandre Julliard
Release 970120
wine-970120
blob
|
commitdiff
|
raw
|
diff to current
1997-01-01
Alexandre Julliard
Release 970101
wine-970101
blob
|
commitdiff
|
raw
|
diff to current