CVS log for winex/msdos/int21.c

(logo)

ViewCVS and CVS Help

(back) Up to [cvs] / winex / msdos / int21.c

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.12 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Mar 30 14:43:26 2007 UTC (19 months, 3 weeks ago) by daniel
CVS Tags: HEAD
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
- disambiguate in-process tids (which all platforms have) with
  cross-process tids (which only some platforms have)
- store in-process tid in the TEB, and use that to fix thread cleanup on
  MacOS X
- modify shm server to handle platforms which don't have cross-process tids
- rename server unix_tid to unix_tid_or_pid for clarity
- implement MacOSX functionality on top of Mach to replace ptrace functionality on Linux:
   - suspend/resume thread
   - read/write process memory
   - get/set thread context

Revision 1.11 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Nov 6 16:23:04 2006 UTC (2 years ago) by daniel
Changes since 1.10: +73 -1 lines
Diff to previous 1.10
Implement the int21 7303h function: FAT32 get extended free space on drive
function.

Revision 1.10 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Jan 9 18:33:19 2006 UTC (2 years, 10 months ago) by mark
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Use of strcpy instead of memcpy was leading to 9 bytes being written into an 8 byte field; this likely wasn't doing harm, though, as the subsequent structure member hadn't yet been used. The later use of strncpy was also safe although misleading, and has thus been replaced by a memcpy for clarity (and fixes a compiler warning).

Revision 1.9 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Jan 9 18:13:48 2006 UTC (2 years, 10 months ago) by mark
Changes since 1.8: +4 -3 lines
Diff to previous 1.8
Get Cedega building and running with GCC 4.0. This patch is based upon a contributed patch by David Bronaugh.

Revision 1.8 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Mar 14 17:15:43 2005 UTC (3 years, 8 months ago) by ovek
CVS Tags: cedega-4-3
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Merge of ReWind CVS at Feb 21, 2005.

Revision 1.1.1.16 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Mon Mar 14 17:00:44 2005 UTC (3 years, 8 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
Changes since 1.1.1.15: +1 -1 lines
Diff to previous 1.1.1.15
Import of ReWind CVS at Feb 21, 2005.

Revision 1.7 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Mar 7 21:25:00 2005 UTC (3 years, 8 months ago) by david
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
some more include changes for moving some stuff from winnt.h to wine/port.h
and wine/hardware.h

Revision 1.6 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Nov 15 15:42:29 2004 UTC (4 years ago) by peter
Changes since 1.5: +6 -2 lines
Diff to previous 1.5
Portability fixes. Based off patch from Bruce M Simpson for FreeBSD.

Revision 1.5 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Feb 18 22:27:50 2004 UTC (4 years, 9 months ago) by david
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
* change all occurances of *_DEBUG_CHANNEL to WINE_*_DEBUG_CHANNEL
* remove the #define's for *_DEBUG_CHANNEL

Revision 1.4 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Jul 25 21:45:35 2003 UTC (5 years, 3 months ago) by hunnise
CVS Tags: winex-sims-3-2, winex-3-3-2, winex-3-3-1, winex-3-3, winex-3-2-1, winex-3-2, winex-3-1-99, start-merge-6oct03, dec3-internal-merge
Branch point for: winex-sims-3-2-branch, winex-3-3-branch, winex-3-2-branch
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Finally get around to changing all uses of debugtools.h -> wine/debug.h

Revision 1.3 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Apr 30 22:34:42 2003 UTC (5 years, 6 months ago) by hunnise
CVS Tags: winex-kohan-3-1, winex-3-1
Branch point for: winex-kohan-3-2-branch, winex-3-0-branch
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
Convert some kill and getpid calls.

Revision 1.2 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Dec 11 22:07:54 2002 UTC (5 years, 11 months ago) by hunnise
CVS Tags: winex-3-0-pre-1, winex-3-0, head_merge_from_winex_2_0_branch
Changes since 1.1: +287 -371 lines
Diff to previous 1.1
include/file.h doesn't exist on windows, move to include/wine/file.h

Revision 1.1.1.15 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Sep 25 19:22:56 2002 UTC (6 years, 1 month ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: rewind-20031219, rewind-20031217, rewind-20030217, rewind-20020925
Changes since 1.1.1.14: +74 -74 lines
Diff to previous 1.1.1.14
Import of ReWind CVS at Sep 25, 2002.

Revision 1.1.1.14 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Mon Dec 31 10:52:00 2001 UTC (6 years, 10 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winex-kohan-2-1, winex-2-2-1, winex-2-2, winex-2-1, winex-2-0-branch-merge-to-head, winex-2-0, winehq-20020116, wine-20020228, wine-20011226, rewind-20020804, rewind-20020607, rewind-20020427, rewind-20020419, quartz-pre-removal, quartz-post-removal
Branch point for: winex-2-0-branch
Changes since 1.1.1.13: +41 -141 lines
Diff to previous 1.1.1.13
Import of Wine release 20011226.
(The tree before this import has been tagged wine-premerge-20011226)

Revision 1.1.1.13 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Aug 29 18:23:44 2001 UTC (7 years, 2 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-premerge-20010824-premerge-20011014, winehq-premerge-20010824-postmerge-20011014, winehq-20011028, winehq-20011005, winehq-20011004, winehq-20010908, wine-premerge-20011226, wine-20011004, wine-20010824
Changes since 1.1.1.12: +5 -5 lines
Diff to previous 1.1.1.12
Import of Wine release 20010824.

Revision 1.1.1.12 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed May 9 18:44:34 2001 UTC (7 years, 6 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-premerge-20010824-start, winehq-premerge-20010824-20011014, winehq-20010509, wine-20010510, Oct1201, Oct1101
Branch point for: winehq-premerge-20010824
Changes since 1.1.1.11: +1 -1 lines
Diff to previous 1.1.1.11
Import of WineHQ CVS at May 9, 2001.

Revision 1.1.1.11 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Sun Apr 15 01:57:04 2001 UTC (7 years, 7 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010501, winehq-20010425, winehq-20010419, winehq-20010416, winehq-20010414, wine-20010418
Changes since 1.1.1.10: +3 -3 lines
Diff to previous 1.1.1.10
Import of WineHQ CVS at April 14, 2001. I didn't really want to merge
before I was sure that WineHQ supported per-application x11drv settings,
since WineHQ has ceased to support x11drv settings (--managed, --desktop)
on the command line, but I suppose the merge can't be postponed forever.

Revision 1.1.1.10 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Mar 2 11:35:58 2001 UTC (7 years, 8 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010320, winehq-20010318, wine-20010326, wine-20010305, wine-20010216
Changes since 1.1.1.9: +15 -7 lines
Diff to previous 1.1.1.9
Import of Wine 20010216 release (tagged with wine-20010216).

Revision 1.1.1.9 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Jan 12 19:38:56 2001 UTC (7 years, 10 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010129, winehq-20010126, winehq-20010123, winehq-20010117, winehq-20010113, winehq-20010112, wine-20010112
Changes since 1.1.1.8: +1 -1 lines
Diff to previous 1.1.1.8
Import of WineHQ CVS at Jan 12, 2001.

Revision 1.1.1.8 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Dec 29 10:56:23 2000 UTC (7 years, 10 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-premerge-20010105, winehq-20010105, winehq-20010103, winehq-20001230, winehq-20001229
Changes since 1.1.1.7: +10 -7 lines
Diff to previous 1.1.1.7
Import of WineHQ CVS at Dec 29, 2000.
OK, I'll also add tags to mark the Wine 20001222 release relative to
our tree, if we still want to make diffs relative to last release...

Revision 1.1.1.7 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Thu Dec 21 03:35:20 2000 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001223, winehq-20001221, wine-20001222
Changes since 1.1.1.6: +4 -7 lines
Diff to previous 1.1.1.6
Import of WineHQ CVS at Dec 21, 2000.

Revision 1.1.1.6 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Dec 15 21:02:35 2000 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001213
Changes since 1.1.1.5: +7 -4 lines
Diff to previous 1.1.1.5
Import of WineHQ CVS at Dec 13, 2000 - right before Alexandre started
destabilizing the tree. Let's see if it's possible to work from here.

Revision 1.1.1.5 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Thu Dec 14 14:03:17 2000 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001214
Changes since 1.1.1.4: +4 -7 lines
Diff to previous 1.1.1.4
Yet another import of WineHQ - 20001214. (Hopefully without trouble.)

Revision 1.1.1.4 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Tue Dec 12 14:00:28 2000 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001212
Changes since 1.1.1.3: +13 -30 lines
Diff to previous 1.1.1.3
Import of WineHQ CVS at Dec 12, 2000 (really this time).

Revision 1.1.1.3 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Dec 1 08:18:26 2000 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001206, winehq-011200
Changes since 1.1.1.2: +11 -11 lines
Diff to previous 1.1.1.2
Import of WineHQ CVS at Dec 12 2000. Lots of bugfixes in there...

Revision 1.1.1.2 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Thu Nov 23 15:17:22 2000 UTC (7 years, 11 months ago) by andrewl
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-112300
Changes since 1.1.1.1: +160 -135 lines
Diff to previous 1.1.1.1
Import of Nov 23 winehq.

Revision 1.1.1.1.6.1 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Nov 23 13:56:51 2000 UTC (7 years, 11 months ago) by andrewl
Branch: merge-231100
Changes since 1.1.1.1: +160 -135 lines
Diff to previous 1.1.1.1 , to next main 1.1.1.2
Merging in from winehq, everything except ddraw.
Still working out kinks in winelib & dinput.

Revision 1.1.1.1 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Sep 8 01:43:50 2000 UTC (8 years, 2 months ago) by gavriels
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-090700, merge-231100-start, andrew-071100-start, andrew-071100-premerge, andrew-071100-postmerge
Branch point for: mipmap, merge-231100, andrew-071100
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Import of WineHQ 090700

Revision 1.1 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Sep 8 01:43:50 2000 UTC (8 years, 2 months ago) by gavriels
Branch point for: winehq-ddraw-merge, winehq
Initial revision

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:

Sort log by:

CVS Admin
Powered by
ViewCVS 1.0-dev