Commit graph

47290 commits

Author SHA1 Message Date
Art Yerkes a90824eeae [RTL]
Implemenet SwapSplayLinks, return 'NewElement' correctly when inserting.
Thanks to Alex Ionescu for helping out with this patch.

svn path=/trunk/; revision=53015
2011-08-01 03:23:53 +00:00
Cameron Gutman f1f448e2ba [OSKITTCP]
- Force the connection to be closed immediately
- Hopefully will fix the random bind issues caused by oskit becoming out of sync with the rest of the IP library

svn path=/trunk/; revision=53014
2011-08-01 03:13:18 +00:00
Cameron Gutman 2ec386e0dc [TCPIP]
- Add a couple more debug prints

svn path=/trunk/; revision=53013
2011-07-31 23:32:38 +00:00
Rafal Harabien 7f28186e88 [INETCPL]
- Add missing security propsheet to Polish translation. Should be synced to WINE. Spotted by Adam Stachowicz.

svn path=/trunk/; revision=53012
2011-07-31 23:00:20 +00:00
Rafal Harabien 409a194d76 [INETCPL]
- Add Polish language to build. Spotted by Adam Stachowicz

svn path=/trunk/; revision=53011
2011-07-31 22:50:05 +00:00
Cameron Gutman d2cccf1dad [IP]
- Add some temporary debug prints to troubleshoot some seemingly random bind failures

svn path=/trunk/; revision=53010
2011-07-31 22:32:18 +00:00
Cameron Gutman e30f10e6b0 [AFD]
- Clear the sendable flag after a disconnect
- Don't set the sendable flag if send has been closed

svn path=/trunk/; revision=53009
2011-07-31 19:51:32 +00:00
Timo Kreuzer 623f93a9e3 [NTOSKRNL]
Fix OBTRACE definition.
the macro used __VA_ARGS__ and passes that to DPRINT(fmt, ...)
The preprocessor interpretes all arguments of __VA_ARGS__ as one token. This token was now passed as the first parameter of DPRINT1. This caused wrong parameters being used, resulting in a crash.

svn path=/trunk/; revision=53008
2011-07-31 19:26:11 +00:00
Cameron Gutman 9a1c9c3eb4 [FREELDR]
- Skip the floppy drive if the reset command failed

svn path=/trunk/; revision=53007
2011-07-31 19:16:48 +00:00
Cameron Gutman ba7c40ca5e [FLOPPY]
- Report recalibration failure if the EC flag is set after seeking to fix a hang while trying to read
- Thanks to igorko for testing

svn path=/trunk/; revision=53006
2011-07-31 18:47:35 +00:00
Cameron Gutman 85b2720526 [SERIAL]
- Update the I/O manager's global configuration table with the correct number of serial ports

svn path=/trunk/; revision=53005
2011-07-31 17:18:50 +00:00
Eric Kohl e4b89070d6 [SERVICES]
- ScmCreateOrReferenceServiceImage: Link the SERVICE_IMAGE struct to the SERVICE struct in the create and the reference case. Otherwise only the first service started from an image gets a valid pImage pointer.
- Add some debug code. 

svn path=/trunk/; revision=53004
2011-07-31 10:29:41 +00:00
Timo Kreuzer c325addac5 [ISOBOOT]
Use a high segment and 0 offset when loading setupldr.
This fixes problems with an award bios.
Thanks to Igor Paliychuk (igorko) for his help and patience burning / testing dozens of isos
Fixes boot regression of cmake builds on real hw.

svn path=/trunk/; revision=53003
2011-07-30 20:34:55 +00:00
Sylvain Petreolle d4a9777f27 [FULLFAT]
Add missing bugcodes dependency, spotted by elhoir.

svn path=/trunk/; revision=53001
2011-07-29 16:36:48 +00:00
Alex Ionescu 59ccf2a927 [KERNEL32]: Cleanup and fix multiple bugs in the Version APIs. Code is neater, more efficient, and more compatible.
svn path=/trunk/; revision=52990
2011-07-28 23:58:29 +00:00
Cameron Gutman 72904b8f1f [KERNEL32]
- Temporarily comment out FLS APIs which are unimplemented to fix FF 5 and Opera setup

svn path=/trunk/; revision=52989
2011-07-28 22:58:05 +00:00
Alex Ionescu db3a9402f0 [GLU32]: Unfortunately, you can't just stick PCH on top of ANY header. Source changes have to be made.
svn path=/trunk/; revision=52988
2011-07-28 20:56:13 +00:00
Amine Khaldi d8d265ce72 [LIBS]
* Introduce PCH to the remaining libs when possible, using their main headers.

svn path=/trunk/; revision=52986
2011-07-28 16:23:25 +00:00
Amine Khaldi 3e20601b21 [EPSAPI]
* Add a PCH.

svn path=/trunk/; revision=52985
2011-07-28 16:21:48 +00:00
Amine Khaldi 2525881109 [SOUNDBLASTER]
* Add a PCH.

svn path=/trunk/; revision=52984
2011-07-28 16:19:09 +00:00
Amine Khaldi 7000348187 [MMENT4]
* Add a PCH.

svn path=/trunk/; revision=52983
2011-07-28 16:17:45 +00:00
Amine Khaldi 935598ba6f [MMEBUDDY]
* Add a PCH.

svn path=/trunk/; revision=52982
2011-07-28 16:17:04 +00:00
Amine Khaldi 5d6fa88775 [IP]
* Add a PCH.

svn path=/trunk/; revision=52981
2011-07-28 16:16:18 +00:00
Amine Khaldi 2419e4895b [DRIVERS]
* Introduce PCH to the remaining drivers when possible, using their main headers.

svn path=/trunk/; revision=52980
2011-07-28 16:13:00 +00:00
Amine Khaldi b3b76f610b [URLMON]
* Use urlmon_main.h as a PCH.

svn path=/trunk/; revision=52979
2011-07-28 15:57:31 +00:00
Amine Khaldi 813c1f831e [SYSSETUP]
* Add a PCH.

svn path=/trunk/; revision=52978
2011-07-28 15:57:04 +00:00
Amine Khaldi 33869114eb [SETUPAPI]
* Use setupapi_private.h as a PCH.

svn path=/trunk/; revision=52977
2011-07-28 15:56:35 +00:00
Amine Khaldi be4f89d5a9 [MSI]
* Use msipriv.h as a PCH.

svn path=/trunk/; revision=52976
2011-07-28 15:56:04 +00:00
Amine Khaldi 29db79e1e0 [JSCRIPT]
* Use jscript.h as a PCH.

svn path=/trunk/; revision=52975
2011-07-28 15:55:42 +00:00
Amine Khaldi 5c0b8039c7 [GLU32]
* Use gluos.h as a PCH.

svn path=/trunk/; revision=52974
2011-07-28 15:55:20 +00:00
Amine Khaldi 6094fad410 [DBGHELP]
* Use dbghelp_private.h as a PCH.

svn path=/trunk/; revision=52973
2011-07-28 15:54:55 +00:00
Amine Khaldi 3c57b7deae [BROWSEUI]
* Add a PCH.

svn path=/trunk/; revision=52972
2011-07-28 15:54:22 +00:00
Amine Khaldi fb293f4f27 [FONTEXT]
* Use fontext.h as a PCH.

svn path=/trunk/; revision=52971
2011-07-28 15:11:55 +00:00
Amine Khaldi 42cb3663f0 [DXDIAGN]
* Use dxdiag_private.h as a PCH.

svn path=/trunk/; revision=52970
2011-07-28 15:10:36 +00:00
Amine Khaldi 3a0c06b31e [WINED3D]
* Use wined3d_private.h as a PCH.

svn path=/trunk/; revision=52969
2011-07-28 15:10:02 +00:00
Amine Khaldi 422a1762dc [DDRAW]
* Use ddraw_private.h as a PCH.

svn path=/trunk/; revision=52968
2011-07-28 15:09:27 +00:00
Amine Khaldi 26f669f6f0 [D3D9]
* Use d3d9_private.h as a PCH.

svn path=/trunk/; revision=52967
2011-07-28 15:09:03 +00:00
Amine Khaldi 0c012e5ebe [D3D8]
* Use d3d8_private.h as a PCH.

svn path=/trunk/; revision=52966
2011-07-28 15:08:36 +00:00
Amine Khaldi d1d3ad3a5a [QUARTZ]
* Use quartz_private.h as a PCH.

svn path=/trunk/; revision=52965
2011-07-28 15:07:56 +00:00
Amine Khaldi 1864121f5b [QEDIT]
* Use qedit_private.h as a PCH.

svn path=/trunk/; revision=52964
2011-07-28 15:07:24 +00:00
Amine Khaldi 908a180da4 [DMUSIC]
* Use dmusic_private.h as a PCH.

svn path=/trunk/; revision=52963
2011-07-28 15:06:56 +00:00
Amine Khaldi 01e38ad89c [DEVENUM]
* Use devenum_private.h as a PCH.

svn path=/trunk/; revision=52962
2011-07-28 15:06:24 +00:00
Amine Khaldi c973728a5a [USRMGR]
* Use usrmgr.h as a PCH.

svn path=/trunk/; revision=52961
2011-07-28 15:02:50 +00:00
Amine Khaldi e06a02772e [TIMEDATE]
* Use timedate.h as a PCH.

svn path=/trunk/; revision=52960
2011-07-28 15:01:19 +00:00
Amine Khaldi 6db3c4c729 [POWERCFG]
* Use powercfg.h as a PCH.

svn path=/trunk/; revision=52959
2011-07-28 15:00:43 +00:00
Amine Khaldi 64eae7ac6b [MMSYS]
* Use mmsys.h as a PCH.

svn path=/trunk/; revision=52958
2011-07-28 14:56:00 +00:00
Amine Khaldi 32cc7d4381 [MAIN]
* Use main.h as a PCH.

svn path=/trunk/; revision=52957
2011-07-28 14:55:20 +00:00
Amine Khaldi e47940a886 [INTL]
* Use intl.h as a PCH.

svn path=/trunk/; revision=52956
2011-07-28 14:54:48 +00:00
Amine Khaldi 9c01cdef4a [INPUT]
* Use input.h as a PCH.

svn path=/trunk/; revision=52955
2011-07-28 14:53:55 +00:00
Amine Khaldi c3943a55e8 [DESK]
* Use desk.h as a PCH.

svn path=/trunk/; revision=52954
2011-07-28 14:51:51 +00:00