Commit graph

61006 commits

Author SHA1 Message Date
Hermès Bélusca-Maïto 42c3492b5c Revert tree-restructure attempt: r66583, r66582, r66581, r66578, sauf ntdll changes, r66576 and r66575 sauf mvdm changes (ok with Aleksander).
svn path=/trunk/; revision=66588
2015-03-06 14:33:02 +00:00
Hermès Bélusca-Maïto 2fd746a504 Revert r66580 and r66579.
svn path=/trunk/; revision=66587
2015-03-06 14:31:32 +00:00
Christoph von Wittich 55ac845a5e revert r66585
svn path=/trunk/; revision=66586
2015-03-06 11:49:28 +00:00
Christoph von Wittich c982804893 [NTOSKRNL]
disable sysenter on Pentium Pro
http://lkml.iu.edu/hypermail/linux/kernel/0308.2/1534.html
CORE-6582

svn path=/trunk/; revision=66585
2015-03-06 09:29:50 +00:00
Hermès Bélusca-Maïto a2a0e1c9a1 [MSTSC]: Add support for 32-bit colour. Patch by 'hater'.
CORE-9322 #resolve #comment Committed in r66584, thanks!

svn path=/trunk/; revision=66584
2015-03-06 02:16:00 +00:00
Hermès Bélusca-Maïto b8571b27e9 [SHELL]: shimgvw is a shell extension.
svn path=/trunk/; revision=66583
2015-03-06 02:01:31 +00:00
Hermès Bélusca-Maïto 829e58590e [SHELL]: Move shell dlls to where they should belong.
CORE-9111

svn path=/trunk/; revision=66582
2015-03-06 01:26:58 +00:00
Hermès Bélusca-Maïto 22cd6ee5a3 Revert an unwanted change from r66575.
svn path=/trunk/; revision=66581
2015-03-06 00:43:46 +00:00
Hermès Bélusca-Maïto 5d3273e56a I hope this is the last one.
svn path=/trunk/; revision=66580
2015-03-06 00:37:49 +00:00
Hermès Bélusca-Maïto dc5cf71fa4 ... and that.
svn path=/trunk/; revision=66579
2015-03-06 00:34:20 +00:00
Hermès Bélusca-Maïto 3d596d154a Really fix build this time (otherwise that means my full clean builds are broken). Also remove that strange win32k dependency from ntdll (that appeared only via the headers inclusion, and nothing else).
svn path=/trunk/; revision=66578
2015-03-06 00:31:01 +00:00
Hermès Bélusca-Maïto c1d94ddee2 [NTDLL]: Remove unneeded includes (fix build).
svn path=/trunk/; revision=66577
2015-03-06 00:03:52 +00:00
Hermès Bélusca-Maïto 76edda527f Fix build (forgot these 3 files).
svn path=/trunk/; revision=66576
2015-03-05 23:20:06 +00:00
Hermès Bélusca-Maïto ddb90f1e10 Start source tree (final, I hope!) restructuration. Part 1/X
Win32, Shell, Services, MVDM

svn path=/trunk/; revision=66575
2015-03-05 23:03:33 +00:00
Timo Kreuzer 9a340ee253 [INTRIN]
Fix MSVC / x64 build

svn path=/trunk/; revision=66574
2015-03-05 23:00:18 +00:00
Timo Kreuzer da855e568d [INCLUDE/CRT]
- Move all intrinsic prototypes to intrin.h and remove duplicated declatations from msc/intrin.h and mingw/intrin_x86.h
- Fix some intrinsic prototypes for GCC
- Fix some SAL annotations for intrinsics

svn path=/trunk/; revision=66573
2015-03-05 21:09:36 +00:00
Timo Kreuzer 5269230c55 [CRT]
Remove definition of __JUMP_BUFFER and include setjmp.h instead, where it is defined.

svn path=/trunk/; revision=66572
2015-03-05 21:09:12 +00:00
Timo Kreuzer bd5b0e3bd3 [INCLUDE]
#undef some constants in arc.h to avoid conflicts with errno.h

svn path=/trunk/; revision=66571
2015-03-05 21:08:58 +00:00
Hermès Bélusca-Maïto b086a99725 Small source tree cleanup:
- Remove leftovers from rbuild era.
- Remove .hgeol that was introduced in r53995 in an attempt to have Mercury "get[ing] native line endings":
<@hbelusca> tkreuzer - hi tkreuzer! do you know whether you still need this .hgeol file at the root of our source tree?
<@tkreuzer> hbelusca: no, feel free to delete it
- rgenstat/llmosrt.c --> llmsort.c (take it from cdmake); this is however an unused tool in our build toolchain.

svn path=/trunk/; revision=66570
2015-03-05 20:43:25 +00:00
Sylvain Petreolle bf41d9fe8e [EXT2FS]
No drive in media is not an error condition.
The hardware reporting no 'ghost' floppy drives like vmware don't show this trace.

svn path=/trunk/; revision=66569
2015-03-05 16:13:44 +00:00
Hermès Bélusca-Maïto 57d181cd3f [KEYBOARDLAYOUTS]: Improve on r61053 and r64791 by moving the keyboard layout LD script to its correct directory.
svn path=/trunk/; revision=66568
2015-03-05 15:04:25 +00:00
Hermès Bélusca-Maïto 974e7aafa1 [WELCOME]: Port all the extra features that we usually need for our custom releases for FOSDEM, CLT, etc... See r62439, r66116 and r66121 (in particular keep the <msg> feature, it can be useful for some cases. It's not because you remove it that you'll gain 100 MB in the CD-ROM!).
svn path=/trunk/; revision=66567
2015-03-04 22:37:51 +00:00
Hermès Bélusca-Maïto 96bb81fb65 Errm... fix build.
svn path=/trunk/; revision=66566
2015-03-04 22:13:31 +00:00
Hermès Bélusca-Maïto 9fe5dd6bb4 [WELCOME]: Code style changes only.
svn path=/trunk/; revision=66565
2015-03-04 22:10:49 +00:00
Hermès Bélusca-Maïto 66e25b43b8 [WELCOME!]: Fix CID 515150 (and warn if the app that we start cannot be started). By Ricardo Hanke.
CORE-9325 #resolve #comment Fixed, thanks!

svn path=/trunk/; revision=66564
2015-03-04 21:42:09 +00:00
Hermès Bélusca-Maïto 6e0183f1c0 Whitespace fixes only.
svn path=/trunk/; revision=66563
2015-03-04 21:37:35 +00:00
Hermès Bélusca-Maïto 327531bfd4 [MPLAY32]: Fix CID 515203 and CID 515204: replace remaining _tcscpy and _stprintf with strsafe functions.
By Ricardo Hanke.
CORE-9306 CORE-9308 #resolve #comment Fixed, thanks!

svn path=/trunk/; revision=66562
2015-03-03 21:35:07 +00:00
Hermès Bélusca-Maïto f7730a4c06 Fix comment >_>
svn path=/trunk/; revision=66561
2015-03-03 21:24:04 +00:00
Hermès Bélusca-Maïto 2aeddacd34 [MAGNIFIER]: Code formatting.
svn path=/trunk/; revision=66560
2015-03-03 21:20:49 +00:00
Johannes Anderwald 55a3ce0d00 [KS]
- fix multiple bugs in the software bus enumerator

svn path=/trunk/; revision=66559
2015-03-03 21:07:48 +00:00
Hermès Bélusca-Maïto 4fa5f10a81 [MAGNIFY]: Fix CID 512972 and CID 512973.
[EVENTLOG]: Fix CID 515148, CID 515149 and CID 512988.
By Ricardo Hanke.
CORE-9314 CORE-9316 #resolve #comment Committed, thanks!

svn path=/trunk/; revision=66558
2015-03-03 21:03:21 +00:00
Christoph von Wittich 0117e3b8cb [WLANAPI]
partially implement RpcOpenHandle and RpcCloseHandle

svn path=/trunk/; revision=66557
2015-03-03 20:57:33 +00:00
Hermès Bélusca-Maïto edb65177d2 [CMD]: Improve German translation, by Robert Naumann.
CORE-9311 #resolve #comment Committed, thanks! (with Codeseite --> Codepage change).

svn path=/trunk/; revision=66556
2015-03-03 20:53:33 +00:00
Hermès Bélusca-Maïto eedc82f7ce [TRANSLATION]: Global Romanian translation update, by Stefan Fulea. See CORE-9313 for all the details!
CORE-9313 #resolve #comment Committed, thanks!

svn path=/trunk/; revision=66555
2015-03-03 20:49:07 +00:00
Johannes Anderwald 6c19ea5c6a [NTOS]
- fix bug

svn path=/trunk/; revision=66554
2015-03-03 16:39:31 +00:00
Christoph von Wittich 394264825f [WLANAPI]
add stubs for WlanReasonCodeToString, WlanIhvControl, WlanSetSecuritySettings and WlanGetAvailableNetworkList

svn path=/trunk/; revision=66553
2015-03-03 11:43:24 +00:00
Daniel Reimer e1f523b79c [LAUTUS]
Patch: Make it translatable and add German translation by Robert Naumann + fixed one typo by me.
CORE-9310 #resolve #comment Committed with one lil typo fixed, thx.

svn path=/trunk/; revision=66552
2015-03-03 01:35:12 +00:00
Amine Khaldi e9069a6bb3 [PSDK] Fix winternl.h version of SECTION_IMAGE_INFORMATION and add missing MEM_EXECUTE_OPTION_DISABLE_THUNK_EMULATION definition.
svn path=/trunk/; revision=66551
2015-03-02 23:38:49 +00:00
Amine Khaldi 2634b3a6aa [PSDK] Add missing PF_NX_ENABLED, PROCESS_DEP_ENABLE and PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION definitions.
svn path=/trunk/; revision=66550
2015-03-02 23:37:00 +00:00
Kamil Hornicek e9590ca78f [MESA]
- remove a stray debug break
CORE-8781

svn path=/trunk/; revision=66549
2015-03-02 20:26:25 +00:00
Christoph von Wittich adf2d63295 [WLANAPI_WINETEST]
add more tests

svn path=/trunk/; revision=66548
2015-03-02 19:28:15 +00:00
Christoph von Wittich 213dbef1b4 [WLANAPI]
add stubs for WlanQueryInterface and WlanGetInterfaceCapability

svn path=/trunk/; revision=66547
2015-03-02 19:27:45 +00:00
Johannes Anderwald ed9dfffa61 [HIDCLASS]
- remove no longer required pnp hack

svn path=/trunk/; revision=66546
2015-03-02 19:16:45 +00:00
Johannes Anderwald 87b47bb64d [NTOS]
- use IopGetDeviceObjectFromDeviceInstance to retrieve PDO

svn path=/trunk/; revision=66545
2015-03-02 19:14:16 +00:00
Christoph von Wittich aa78e3fd93 [WLANAPI_WINETEST]
add some more tests

svn path=/trunk/; revision=66544
2015-03-02 17:24:30 +00:00
Christoph von Wittich d95aa9978c [WLANAPI]
add checks for invalid parameters

svn path=/trunk/; revision=66543
2015-03-02 17:23:38 +00:00
Christoph von Wittich 314db647da [WLANAPI_WINETEST]
add some tests for WlanConnect, WlanDisconnect and WlanScan

svn path=/trunk/; revision=66542
2015-03-02 16:10:33 +00:00
Christoph von Wittich 2102bfa1f0 [WLANAPI]
stub some WlanProfile functions
fix some declarations

svn path=/trunk/; revision=66541
2015-03-02 14:33:50 +00:00
James Tabor fcdfd8831e [NtUser]
- Fix test for child windows. This is for painting changes. See CORE-7447.

svn path=/trunk/; revision=66540
2015-03-02 06:45:19 +00:00
Hermès Bélusca-Maïto e83e0a084f [SHLWAPI]: Update the ros-diff.
svn path=/trunk/; revision=66539
2015-03-02 01:23:55 +00:00