CVS log for winex/server/select.c |
 |
|
Up to [cvs] / winex / server / select.c
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision 1.13 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jan 21 20:05:06 2005 UTC (3 years, 10 months ago) by peter
CVS Tags:
cedega-4-3,
HEAD
Changes since 1.12: +7 -2 lines
Diff to previous 1.12
Portability fixes. Based off patch from Bruce M Simpson for FreeBSD.
Revision 1.12 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jul 27 19:28:22 2004 UTC (4 years, 3 months ago) by gavriels
Changes since 1.11: +3 -12 lines
Diff to previous 1.11
Checking in additional eject changes that the merge scripts didn't check
in automatically for me. Still need some additional wineserver changes
merged for the tree to work properly.
Revision 1.11 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jul 27 18:44:16 2004 UTC (4 years, 3 months ago) by gavriels
Changes since 1.10: +23 -2 lines
Diff to previous 1.10
Check in cdrom eject handling code. This code will force the immediate
closure of all active fds on CDROM drives when the wineserver receives a
USR2 signal. More work remains to poll the CD hardware for user eject
requests, but this patch allows several previously broken multi-cd
installers to work.
Revision 1.10 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jun 29 15:36:22 2004 UTC (4 years, 4 months ago) by peter
Changes since 1.9: +35 -25 lines
Diff to previous 1.9
Should fix multidisc installers by merging the ctx fd cache and the handle
cache. Also removes limitation that only pthread systems can have sych
acceleration. An a couple of other small things for fun.
Revision 1.9 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jun 29 15:05:06 2004 UTC (4 years, 4 months ago) by peter
Changes since 1.8: +9 -17 lines
Diff to previous 1.8
Clean up possible race condition where server deletes poll list that client
is still using.
Revision 1.8 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jun 29 14:58:10 2004 UTC (4 years, 4 months ago) by peter
Changes since 1.7: +8 -8 lines
Diff to previous 1.7
Since tid/pid are now 16 bit... change the debug messages appropriately.
Also, add the start of a wineserver debug function.
Add id field for process, change get_thread_id -> create_thread_id and
get_process_id -> create_process_id and add inlines get_thread_id/get_process_id
Revision 1.7 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jun 29 14:26:44 2004 UTC (4 years, 4 months ago) by peter
Changes since 1.6: +4 -5 lines
Diff to previous 1.6
Rather than crashing just print out an error and cross our fingers. Should
avoid the problems that some setups have.
Revision 1.6 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jun 29 14:17:14 2004 UTC (4 years, 4 months ago) by peter
Changes since 1.5: +284 -35 lines
Diff to previous 1.5
Start of SHM phase 2.
multi disc installers are broken and there are several bugs/races remaining
Simple benchmarking shows 5 time throughput improvement.
Revision 1.5 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Apr 28 12:56:42 2004 UTC (4 years, 6 months ago) by peter
Changes since 1.4: +111 -69 lines
Diff to previous 1.4
First phase of SHM wineserver. Only the simple calls are accelerated.
shm calls are output to client debug channel.
Revision 1.4 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Mar 22 18:30:15 2004 UTC (4 years, 8 months ago) by peter
Changes since 1.3: +5 -5 lines
Diff to previous 1.3
Wrap memory operations.
Revision 1.3 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Feb 4 20:33:58 2004 UTC (4 years, 9 months ago) by james
CVS Tags:
winex-3-3-2,
winex-3-3-1,
winex-3-3
Branch point for:
winex-3-3-branch
Changes since 1.2: +15 -1 lines
Diff to previous 1.2
- set_select_events wasn't decrementing the active_users count when removing
a fd from the pollfd array
- Once that was fixed, make sure the active_users count wasn't being double
decremented (in some cases)
- Fixes a server hang on exit we were having
Revision 1.1.1.2.2.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jul 2 21:16:03 2002 UTC (6 years, 4 months ago) by ovek
Branch:
winex-2-0-branch
CVS Tags:
winex-kohan-2-1,
winex-2-2-1,
winex-2-2,
winex-2-1,
winex-2-0-branch-merge-to-head
Changes since 1.1.1.2: +10 -0 lines
Diff to previous 1.1.1.2
, to next main 1.2
Add a 1-second timeout to the wait4-after-ptrace-attach to work around some
mysterious bug (maybe in the kernel).
Revision 1.2 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jul 2 21:15:06 2002 UTC (6 years, 4 months ago) by ovek
CVS Tags:
winex-sims-3-2,
winex-kohan-3-1,
winex-3-2-1,
winex-3-2,
winex-3-1-99,
winex-3-1,
winex-3-0-pre-1,
winex-3-0,
start-merge-6oct03,
head_merge_from_winex_2_0_branch,
dec3-internal-merge
Branch point for:
winex-sims-3-2-branch,
winex-kohan-3-2-branch,
winex-3-2-branch,
winex-3-0-branch
Changes since 1.1: +33 -4 lines
Diff to previous 1.1
Add a 1-second timeout to the wait4-after-ptrace-attach to work around some
mysterious bug (maybe in the kernel).
Revision 1.1.1.2 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Dec 31 10:52:44 2001 UTC (6 years, 10 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winex-2-0,
winehq-20020116,
wine-20020228,
wine-20011226,
rewind-20031219,
rewind-20031217,
rewind-20030217,
rewind-20020925,
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.1: +23 -4 lines
Diff to previous 1.1.1.1
Import of Wine release 20011226.
(The tree before this import has been tagged wine-premerge-20011226)
Revision 1.1.1.1 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Sep 8 01:44:02 2000 UTC (8 years, 2 months ago) by gavriels
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-premerge-20010824-start,
winehq-premerge-20010824-premerge-20011014,
winehq-premerge-20010824-postmerge-20011014,
winehq-premerge-20010824-20011014,
winehq-premerge-20010105,
winehq-20011028,
winehq-20011005,
winehq-20011004,
winehq-20010908,
winehq-20010509,
winehq-20010501,
winehq-20010425,
winehq-20010419,
winehq-20010416,
winehq-20010414,
winehq-20010320,
winehq-20010318,
winehq-20010129,
winehq-20010126,
winehq-20010123,
winehq-20010117,
winehq-20010113,
winehq-20010112,
winehq-20010105,
winehq-20010103,
winehq-20001230,
winehq-20001229,
winehq-20001223,
winehq-20001221,
winehq-20001214,
winehq-20001213,
winehq-20001212,
winehq-20001206,
winehq-112300,
winehq-090700,
winehq-011200,
wine-premerge-20011226,
wine-20011004,
wine-20010824,
wine-20010510,
wine-20010418,
wine-20010326,
wine-20010305,
wine-20010216,
wine-20010112,
wine-20001222,
merge-231100-start,
andrew-071100-start,
andrew-071100-premerge,
andrew-071100-postmerge,
Oct1201,
Oct1101
Branch point for:
winehq-premerge-20010824,
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:44:02 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.