reactos.git
14 years ago[NTIFS]
Amine Khaldi [Tue, 9 Mar 2010 13:53:15 +0000 (13:53 +0000)]
[NTIFS]
- Group related definitions
- Add several missing Nt* function declarations
- Add REMOTE_PROTOCOL_FLAG_LOOPBACK, REMOTE_PROTOCOL_FLAG_OFFLINEseveral and several FILE_* definitions
- Add missing FILE_* structures

svn path=/branches/header-work/; revision=46033

14 years ago- Add a couple of Lsa* function declarations
Amine Khaldi [Tue, 9 Mar 2010 13:11:21 +0000 (13:11 +0000)]
- Add a couple of Lsa* function declarations
- Add missing MSV1_0* related definitions, enums, structs and macros

svn path=/branches/header-work/; revision=46030

14 years agomerge r46023
Timo Kreuzer [Tue, 9 Mar 2010 03:00:48 +0000 (03:00 +0000)]
merge r46023

svn path=/branches/header-work/; revision=46024

14 years agorevert part of 46020, adding back po types
Timo Kreuzer [Tue, 9 Mar 2010 00:45:15 +0000 (00:45 +0000)]
revert part of 46020, adding back po types

svn path=/branches/header-work/; revision=46022

14 years agoSync with trunk head
Amine Khaldi [Tue, 9 Mar 2010 00:19:55 +0000 (00:19 +0000)]
Sync with trunk head

svn path=/branches/header-work/; revision=46021

14 years ago- Move some definitions from wdm.h to ntpoapi.h
Timo Kreuzer [Tue, 9 Mar 2010 00:17:56 +0000 (00:17 +0000)]
- Move some definitions from wdm.h to ntpoapi.h
- Add ALIGN_DOWN_BY, ALIGN_UP_BY, ALIGN_DOWN_POINTER_BY, ALIGN_UP_POINTER_BY
- fix pshpack1.h inclusion
- PCHAR -> PSTR in RtlAssert

svn path=/branches/header-work/; revision=46020

14 years ago[NTIFS]
Amine Khaldi [Mon, 8 Mar 2010 23:02:39 +0000 (23:02 +0000)]
[NTIFS]
- Group related definitions
- Add NtSetInformationThread function declaration
- Add SE_ADT_PARAMETER_TYPE enum
- Add SE_ADT_OBJECT_TYPE, SE_ADT_PARAMETER_ARRAY_ENTRY, SE_ADT_ACCESS_REASON and SE_ADT_PARAMETER_ARRAY structures
- Add SE_MAX_AUDIT_PARAMETERS, SE_MAX_GENERIC_AUDIT_PARAMETERS, SE_ADT_PARAMETERS_* and SE_ADT_PARAMETER_* definitions
- Add LSAP_SE_ADT_PARAMETER_ARRAY_TRUE_SIZE macro

svn path=/branches/header-work/; revision=46019

14 years ago[NTIFS]
Amine Khaldi [Mon, 8 Mar 2010 22:30:14 +0000 (22:30 +0000)]
[NTIFS]
- Group related definitions
- Add several Rtl* function declarations
- Add RTL_SYSTEM_VOLUME_INFORMATION_FOLDER, DEVICE_TYPE, FILE_DEVICE_*, METHOD_* and FILE_*_ACCESS definitions
- Add CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE and METHOD_FROM_CTL_CODE macros

svn path=/branches/header-work/; revision=46018

14 years ago[freeldr] Load an additional SCSI driver if present (NTBOOTSYS.SYS on boot partition...
Hervé Poussineau [Mon, 8 Mar 2010 22:04:38 +0000 (22:04 +0000)]
[freeldr] Load an additional SCSI driver if present (NTBOOTSYS.SYS on boot partition), to increase number of known storage devices.
Works only with very simple miniport drivers.

svn path=/trunk/; revision=46017

14 years ago[headers] Fix type of PRTL_HEAP_PARAMETERS in ifssupp.h. Will be required soon
Hervé Poussineau [Mon, 8 Mar 2010 21:42:18 +0000 (21:42 +0000)]
[headers] Fix type of PRTL_HEAP_PARAMETERS in ifssupp.h. Will be required soon

svn path=/trunk/; revision=46016

14 years agoFix include directories
Hervé Poussineau [Mon, 8 Mar 2010 21:40:29 +0000 (21:40 +0000)]
Fix include directories

svn path=/trunk/; revision=46015

14 years ago[NTIFS]
Amine Khaldi [Mon, 8 Mar 2010 21:38:43 +0000 (21:38 +0000)]
[NTIFS]
- Group related definitions
- Add several Rtl* function declarations (See diff for details)
- Add MAX_UNICODE_STACK_BUFFER_LENGTH definition
- RtlConvertSidToUnicodeString : DestinationString -> UnicodeString

svn path=/branches/header-work/; revision=46014

14 years ago[User32]
James Tabor [Mon, 8 Mar 2010 21:24:47 +0000 (21:24 +0000)]
[User32]
- David Hedberg Fix return value for EDIT_EM_Scroll and case where EM_SCROLL with page down results in trying to scroll up past the beginning. Sync to wine 1.1.40.

svn path=/trunk/; revision=46013

14 years ago- [User32_winetest]
James Tabor [Mon, 8 Mar 2010 21:20:18 +0000 (21:20 +0000)]
- [User32_winetest]
- Msg : Remove more tests from service. test_timers crashed on a callback which passed months ago. The rest are related to TrackMouseEvent and capture.

svn path=/trunk/; revision=46012

14 years ago[CMBATT]
Cameron Gutman [Mon, 8 Mar 2010 21:09:25 +0000 (21:09 +0000)]
[CMBATT]
 - Add initial cmbatt driver which mostly stubs
 - All it does right now is register a battery device with the battc driver
[BATTC]
 - Add a nearly complete battc driver (the only stuff missing is WMI)
 - Tested with our stubbed cmbatt driver but testing on Windows would be nice too
[BATTERY.INF]
 - Added battery.inf to install battery devices
[MISC]
 - Add cmbatt.sys, battc.sys, and battery.inf to bootcd
 - We still need to implement compbatt.sys
 - PS: Janderwald, you stole my commit number ;)

svn path=/trunk/; revision=46011

14 years agoPolish translation update by Maciej Bialas.
Daniel Reimer [Mon, 8 Mar 2010 21:08:20 +0000 (21:08 +0000)]
Polish translation update by Maciej Bialas.

svn path=/trunk/; revision=46010

14 years ago- Fix a crash in user32 winetest msg.
James Tabor [Mon, 8 Mar 2010 21:04:00 +0000 (21:04 +0000)]
- Fix a crash in user32 winetest msg.

svn path=/trunk/; revision=46009

14 years agoAdd some types and contants to ntpoapi.h
Timo Kreuzer [Mon, 8 Mar 2010 21:00:56 +0000 (21:00 +0000)]
Add some types and contants to ntpoapi.h

svn path=/branches/header-work/; revision=46008

14 years ago[User32]
James Tabor [Mon, 8 Mar 2010 20:57:24 +0000 (20:57 +0000)]
[User32]
- Andrew Nguyen : Ensure That WM_INITDIALOG passes the first tabstop control handle to the dialog procedure.
- Henri Verbeet : Also show dialogs right after a WM_TIMER message.

svn path=/trunk/; revision=46007

14 years ago- [User32_winetest]
James Tabor [Mon, 8 Mar 2010 20:52:04 +0000 (20:52 +0000)]
- [User32_winetest]
- Win : Remove test_capture from service. This is related to TrackMouseEvent issues which use SetCapture.

svn path=/trunk/; revision=46006

14 years ago[PSDK]
Aleksey Bragin [Mon, 8 Mar 2010 20:51:33 +0000 (20:51 +0000)]
[PSDK]
- Update all IDLs to Wine-1.1.40. If you feel some of your change was lost, it wasn't needed for building. Please recommit if you still think it's of a high value.

svn path=/trunk/; revision=46005

14 years ago[NTOS]: Have I/O Manager Volume Device Objects register with the Power Manager so...
Sir Richard [Mon, 8 Mar 2010 20:47:10 +0000 (20:47 +0000)]
[NTOS]: Have I/O Manager Volume Device Objects register with the Power Manager so that they can receive dope.
[NTOS]: Reimplement NtShutdownSystem.
[NTOS]: Implement NtSetSystemPowerState for the shutdown/reboot cases.
[NTOS]: Use the dope from the volume device objects to flush all writeable (non-floppy) devices. Pending hard-disk changes are now flushed to disks before shutdown.
[NTOS]: Flush \\REGISTRY during shutdown. This flushes all pending changes.
[NTOS]: Call into Cc to flush lazy writer during shutdown.
[NTOS]: Stop killing processes on shutdown. The kernel should not be doing this.
[NTOS]: Don't only shutdown disk file systems, but also cdrom and tape.
[NTOS]: Don't only notify drivers of first-chance shutdown -- also parse the last-change shutdown list.
[NTOS]: Reference drivers registering for shutdown notifications so that they remain loaded for them to get the notification at shutdown.
[NTOS]: Notify drivers that have registered/opened the Power State callback.
[NTOS]: A lot of the Po* power state code is highly simplified, but provides a good roadmap to anyone interested in this functionality long-term.

svn path=/trunk/; revision=46004

14 years ago[CMLIB]: Just use UNIMPLEMENTED.
Sir Richard [Mon, 8 Mar 2010 20:46:53 +0000 (20:46 +0000)]
[CMLIB]: Just use UNIMPLEMENTED.

svn path=/trunk/; revision=46003

14 years agoSEH-Protect the call to RSetServiceStatus in SetServiceStatus. This keeps services...
Eric Kohl [Mon, 8 Mar 2010 20:42:48 +0000 (20:42 +0000)]
SEH-Protect the call to RSetServiceStatus in SetServiceStatus. This keeps services from crashing when the connection to the service manager fails.

svn path=/trunk/; revision=46002

14 years ago[NTOS]: Implement CmSetLazyFlushState to disable lazy writing in the Cm.
Sir Richard [Mon, 8 Mar 2010 20:37:24 +0000 (20:37 +0000)]
[NTOS]: Implement CmSetLazyFlushState to disable lazy writing in the Cm.
[NTOS]: Implement ExSwapInWorkerThreads to in-swap any worker threads when needed.
[NTOS]: Add HAL stubs for HalEndOfBoot and HalSetWakeEnable since most HALs set this to NULL.
[DDK]: Add some missing definitions.

svn path=/trunk/; revision=46001

14 years ago- Silent traces
Johannes Anderwald [Mon, 8 Mar 2010 20:30:51 +0000 (20:30 +0000)]
- Silent traces

svn path=/trunk/; revision=46000

14 years agoAdd a bunch of Zw apis. (see diff for more details)
Timo Kreuzer [Mon, 8 Mar 2010 20:26:45 +0000 (20:26 +0000)]
Add a bunch of Zw apis. (see diff for more details)

svn path=/branches/header-work/; revision=45999

14 years ago[NTIFS]
Amine Khaldi [Mon, 8 Mar 2010 17:07:52 +0000 (17:07 +0000)]
[NTIFS]
- Group related definitions
- Add Nt{Open,Privilege,Close,Delete}ObjectAuditAlarm, NtPrivilegedServiceAuditAlarm, RtlRandom(Ex), RtlCaptureContext, RtlInit{Ansi,Unicode}StringEx, RtlUpcaseUnicodeStringTo(Counted)OemString,
RtlIdnTo(Nameprep)Unicode, RtlValidateUnicodeString, RtlUnicodeStringToOemSize, RtlMultiByteToUnicodeN, RtlMultiByteToUnicodeSize, RtlUnicodeToMultiByteSize, RtlUnicodeToUTF8N, RtlUTF8ToUnicodeN, RtlUpcaseUnicodeToMultiByteN, RtlUnicodeToOemN, RtlUpcaseUnicodeToOemN, RtlNormalizeString, RtlIsNormalizedString, RtlIsValidOemCharacter, PfxInitialize, PfxInsertPrefix, RtlEqualPrefixSid, RtlFreeSid, RtlAllocateAndInitializeSid and RtlIdentifierAuthoritySid function declarations
- Add RTL_ALLOCATE_STRING_ROUTINE, RTL_REALLOCATE_STRING_ROUTINE and RTL_FREE_STRING_ROUTINE type definitions
- Add PREFIX_TABLE_ENTRY and PREFIX_TABLE structures
- Improve RtlGenerate8dot3Name definition
- Improve RtlFillMemoryUlong and add RtlFillMemoryUlonglong
- Add HEAP_SETTABLE_USER_{VALUE,FLAG1,FLAG2,FLAG3,FLAGS}, HEAP_CLASS_{0-8,MASK}, HEAP_MAXIMUM_TAG, HEAP_GLOBAL_TAG, HEAP_PSEUDO_TAG_FLAG, HEAP_TAG_SHIFT, HEAP_TAG_MASK and HEAP_CREATE_VALID_MASK definitions
- Add HEAP_MAKE_TAG_FLAGS inline function
- RtlAllocateHeap : HANDLE HeapHandle -> PVOID HeapHandle
- RtlFreeHeap : HANDLE HeapHandle -> PVOID HeapHandle and P -> BaseAddress
- RtlOemToUnicodeN : PCH OemString -> PCCH OemString
- Add RtlOffsetToPointer and RtlPointerToOffset macros

Dedicated to arty ;)

svn path=/branches/header-work/; revision=45998

14 years ago[WDM]
Timo Kreuzer [Mon, 8 Mar 2010 05:00:38 +0000 (05:00 +0000)]
[WDM]
reenable the ASSERT in IoSkipCurrentIrpStackLocation

svn path=/branches/header-work/; revision=45997

14 years ago[NTOS]
Timo Kreuzer [Mon, 8 Mar 2010 04:58:49 +0000 (04:58 +0000)]
[NTOS]
IofCompleteRequest: Skip the stack location at the beginning of the loop instead of before and at the end to avoid double skipping of the last valid stack location in certain cases. This prevents the ASSERT in IoSkipCurrentIrpStackLocation to be hit. Note: this leads to a different value of Irp->CurrentLocation and Irp->Tail.Overlay.CurrentStackLocation after the last completion routine has been called. But that should hopefully not make a difference.

svn path=/branches/header-work/; revision=45996

14 years ago- [User32] Sync Mdi to wine 1.1.40.
James Tabor [Sun, 7 Mar 2010 21:18:52 +0000 (21:18 +0000)]
- [User32] Sync Mdi to wine 1.1.40.

svn path=/trunk/; revision=45995

14 years ago[freeldr] Add SCSIPORT category to debug messages
Hervé Poussineau [Sun, 7 Mar 2010 20:12:28 +0000 (20:12 +0000)]
[freeldr] Add SCSIPORT category to debug messages
Add missing PELOADER entry + fix one debug message

svn path=/trunk/; revision=45994

14 years ago[NTIFS]
Amine Khaldi [Sun, 7 Mar 2010 15:37:53 +0000 (15:37 +0000)]
[NTIFS]
- Group related definitions
- Add POLICY_AUDIT_SUBCATEGORY_COUNT, _TOKEN_AUDIT_POLICY, _MANDATORY_LEVEL definitions
- Add NtOpen{Thread,Process}Token(Ex), NtOpenJobObjectToken, NtDuplicateToken, NtImpersonateAnonymousToken, Nt{Query,Set}InformationToken, NtAdjustPrivilegesToken, NtAdjustGroupsToken, NtPrivilegeCheck and NtAccessCheckAndAuditAlarm declarations
- Add NTSYSCALLAPI to NtFilterToken
- NtAccessCheckByType(ResultList)AndAuditAlarm(ByHandle) : Add NTSYSCALLAPI and HANDLE HandleId -> PVOID HandleId

svn path=/branches/header-work/; revision=45993

14 years agoUpdate reg and msiexec to Wine 1.1.40.
Daniel Reimer [Sun, 7 Mar 2010 14:59:15 +0000 (14:59 +0000)]
Update reg and msiexec to Wine 1.1.40.

svn path=/trunk/; revision=45992

14 years ago[HHCTRL.OCX]
Sylvain Petreolle [Sun, 7 Mar 2010 13:26:27 +0000 (13:26 +0000)]
[HHCTRL.OCX]
fix build

svn path=/trunk/; revision=45991

14 years ago[HHCTRL.OCX]
Christoph von Wittich [Sun, 7 Mar 2010 12:48:05 +0000 (12:48 +0000)]
[HHCTRL.OCX]
sync hhctrl.ocx to wine 1.1.40

svn path=/trunk/; revision=45990

14 years agoPolish translation update by Maciej Bialas.
Daniel Reimer [Sun, 7 Mar 2010 11:51:02 +0000 (11:51 +0000)]
Polish translation update by Maciej Bialas.

svn path=/trunk/; revision=45988

14 years ago[IMM32]
Christoph von Wittich [Sun, 7 Mar 2010 11:27:14 +0000 (11:27 +0000)]
[IMM32]
sync imm32 to wine 1.1.40

svn path=/trunk/; revision=45987

14 years ago[ITIRCL]
Christoph von Wittich [Sun, 7 Mar 2010 11:21:31 +0000 (11:21 +0000)]
[ITIRCL]
sync itircl to wine 1.1.40

svn path=/trunk/; revision=45986

14 years ago[ICCVID]
Christoph von Wittich [Sun, 7 Mar 2010 11:20:29 +0000 (11:20 +0000)]
[ICCVID]
sync iccvid to wine 1.1.40

svn path=/trunk/; revision=45985

14 years ago[CLUSAPI]
Christoph von Wittich [Sun, 7 Mar 2010 11:15:16 +0000 (11:15 +0000)]
[CLUSAPI]
sync clusapi to wine 1.1.40

svn path=/trunk/; revision=45984

14 years ago[PSDK]
Christoph von Wittich [Sun, 7 Mar 2010 11:10:18 +0000 (11:10 +0000)]
[PSDK]
sync xmldom.idl to wine 1.1.40

svn path=/trunk/; revision=45983

14 years ago[MSCTF]
Christoph von Wittich [Sun, 7 Mar 2010 09:48:42 +0000 (09:48 +0000)]
[MSCTF]
sync msctf to wine 1.1.40

svn path=/trunk/; revision=45982

14 years ago[PSAPI_WINETEST]
Christoph von Wittich [Sun, 7 Mar 2010 09:34:40 +0000 (09:34 +0000)]
[PSAPI_WINETEST]
sync psapi_winetest to wine 1.1.40

svn path=/trunk/; revision=45980

14 years ago[ITSS]
Christoph von Wittich [Sun, 7 Mar 2010 09:32:58 +0000 (09:32 +0000)]
[ITSS]
sync itss to wine 1.1.40

svn path=/trunk/; revision=45979

14 years ago[OBJSEL]
Christoph von Wittich [Sun, 7 Mar 2010 09:29:02 +0000 (09:29 +0000)]
[OBJSEL]
sync objsel to wine 1.1.40

svn path=/trunk/; revision=45978

14 years ago[SHELL32_WINETEST]
Christoph von Wittich [Sun, 7 Mar 2010 07:34:02 +0000 (07:34 +0000)]
[SHELL32_WINETEST]
sync shell32_winetest to wine 1.1.40

svn path=/trunk/; revision=45977

14 years ago[USER32_WINETEST]
Christoph von Wittich [Sun, 7 Mar 2010 07:32:14 +0000 (07:32 +0000)]
[USER32_WINETEST]
sync user32_winetest to wine 1.1.40

svn path=/trunk/; revision=45976

14 years ago[GDI32_WINETEST]
Christoph von Wittich [Sun, 7 Mar 2010 07:29:40 +0000 (07:29 +0000)]
[GDI32_WINETEST]
sync gdi32_winetest to wine 1.1.40

svn path=/trunk/; revision=45975

14 years ago[ADVAPI32_WINETEST]
Christoph von Wittich [Sun, 7 Mar 2010 07:27:57 +0000 (07:27 +0000)]
[ADVAPI32_WINETEST]
sync advapi32_winetest to wine 1.1.40

svn path=/trunk/; revision=45974

14 years ago- comment out an ASSERT in IoSkipCurrentIrpStackLocation, because our kernel is broken
Timo Kreuzer [Sun, 7 Mar 2010 03:53:47 +0000 (03:53 +0000)]
- comment out an ASSERT in IoSkipCurrentIrpStackLocation, because our kernel is broken
- Add a header to wdm.h
- add _NTLSA_IFS defines
- add NTAPI to SeLockSubjectContext
- add back CONST in ProbeForRead

svn path=/branches/header-work/; revision=45973

14 years agorevert the change to ProbeForRead
Timo Kreuzer [Sun, 7 Mar 2010 03:44:18 +0000 (03:44 +0000)]
revert the change to ProbeForRead

svn path=/branches/header-work/; revision=45972

14 years ago[NTOS]
Timo Kreuzer [Sun, 7 Mar 2010 02:55:13 +0000 (02:55 +0000)]
[NTOS]
- use NTDDI_VERSION 0x05020400 (2k3, SP4)
- fix ProbeForRead parameters
- remove a hack

svn path=/branches/header-work/; revision=45971

14 years agoAdd KeRemoveByKeyDeviceQueueIfBusy, KeReleaseInStackQueuedSpinLock, KeDeregisterBugCh...
Timo Kreuzer [Sun, 7 Mar 2010 01:05:54 +0000 (01:05 +0000)]
Add KeRemoveByKeyDeviceQueueIfBusy, KeReleaseInStackQueuedSpinLock, KeDeregisterBugCheckReasonCallback, KeRegisterBugCheckReasonCallback, KeInitializeThreadedDpc, KeAcquireSpinLockForDpc, KeReleaseSpinLockForDpc, KeAcquireInStackQueuedSpinLockForDpc, KeReleaseInStackQueuedSpinLockForDpc, KeQueryDpcWatchdogInformation, KeSetSystemAffinityThreadEx, KeQueryActiveProcessorCount, KeQueryMaximumProcessorCount, KeRegisterProcessorChangeCallback, KeDeregisterProcessorChangeCallback, KeQueryTotalCycleTimeProcess, KeQueryTotalCycleTimeThread, KeSetTargetProcessorDpcEx, KeSetSystemGroupAffinityThread, KeRevertToUserGroupAffinityThread, KeSetCoalescableTimer, KeQueryUnbiasedInterruptTime, KeQueryActiveProcessorCountEx, KeQueryMaximumProcessorCountEx, KeQueryActiveGroupCount, KeQueryMaximumGroupCount, KeQueryGroupAffinity, KeGetCurrentProcessorNumberEx, KeQueryNodeActiveAffinity, KeQueryNodeMaximumProcessorCount, KeQueryHighestNodeNumber, KeGetCurrentNodeNumber, KeQueryLogicalProcessorRelationship, KeSaveExtendedProcessorState, KeRestoreExtendedProcessorState, SeObjectCreateSaclAccessBits, SeReleaseSubjectContext, SeUnlockSubjectContext, SeCaptureSubjectContext, SeLockSubjectContext, SeSetAuditParameter, SeReportSecurityEvent, SeComputeAutoInheritByObjectType, SeGetWorldRights, PoSetSystemWake, PoGetSystemWake, PoRegisterPowerSettingCallback, PoUnregisterPowerSettingCallback, PoSetDeviceBusyEx, PoStartDeviceBusy, PoEndDeviceBusy, PoQueryWatchdogTime, PoDeletePowerRequest, PoSetPowerRequest, PoClearPowerRequest, PoCreatePowerRequest
- add NTAPI to KeEnterGuardedRegion

svn path=/branches/header-work/; revision=45970

14 years agoStubplement WTSQueryUserToken.
Sylvain Petreolle [Sat, 6 Mar 2010 23:14:36 +0000 (23:14 +0000)]
Stubplement WTSQueryUserToken.
Patch by Olaf Siejka.

svn path=/trunk/; revision=45969

14 years agoAdd some Win7 version defines
Timo Kreuzer [Sat, 6 Mar 2010 22:50:52 +0000 (22:50 +0000)]
Add some Win7 version defines

svn path=/branches/header-work/; revision=45968

14 years agoMake the shutdown with ACPI enabled actually work.
Sylvain Petreolle [Sat, 6 Mar 2010 22:22:28 +0000 (22:22 +0000)]
Make the shutdown with ACPI enabled actually work.
Patch by Samuel Serapion.

svn path=/trunk/; revision=45967

14 years ago- fix palette index for the progress bar
Matthias Kupfer [Sat, 6 Mar 2010 22:14:46 +0000 (22:14 +0000)]
- fix palette index for the progress bar

svn path=/trunk/; revision=45966

14 years ago[WDM]
Timo Kreuzer [Sat, 6 Mar 2010 21:52:34 +0000 (21:52 +0000)]
[WDM]
- Update DISPATCHER_HEADER, based on latest WDK, with "in2003 compatibility fixes
- add Vmcs to INTERFACE_TYPE enum

svn path=/branches/header-work/; revision=45965

14 years ago[NTIFS]
Amine Khaldi [Sat, 6 Mar 2010 19:56:40 +0000 (19:56 +0000)]
[NTIFS]
- Group related definitions
- Add _SE_SECURITY_DESCRIPTOR, _SE_ACCESS_REQUEST, _SE_ACCESS_REPLY, _SE_AUDIT_OPERATION, _SE_AUDIT_INFO, _TOKEN_LINKED_TOKEN, _TOKEN_ELEVATION, _TOKEN_MANDATORY_LABEL, TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP, TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN, TOKEN_MANDATORY_POLICY_VALID_MASK, _TOKEN_MANDATORY_POLICY and  _TOKEN_ACCESS_INFORMATION definitions
- Introduce TOKEN_ALL_ACCESS_P definition and use it to improve TOKEN_ALL_ACCESS definition
- Add missing _TOKEN_INFORMATION_CLASS members

svn path=/branches/header-work/; revision=45964

14 years ago[NTIFS]
Amine Khaldi [Sat, 6 Mar 2010 19:31:27 +0000 (19:31 +0000)]
[NTIFS]
Actually add the definitions mentioned in the previous commit

svn path=/branches/header-work/; revision=45963

14 years ago[NTIFS]
Amine Khaldi [Sat, 6 Mar 2010 19:26:30 +0000 (19:26 +0000)]
[NTIFS]
- Group related definitions
- Add ACCESS_OBJECT_GUID, ACCESS_PROPERTY_SET_GUID, ACCESS_PROPERTY_GUID, ACCESS_MAX_LEVEL, ACCESS_DS_SOURCE_A, ACCESS_DS_SOURCE_W, ACCESS_DS_OBJECT_TYPE_NAME_A, ACCESS_DS_OBJECT_TYPE_NAME_W, ACCESS_REASON_TYPE_MASK, ACCESS_REASON_DATA_MASK, _ACCESS_REASON_TYPE, ACCESS_REASON, _ACCESS_REASONS, SE_SECURITY_DESCRIPTOR_FLAG_NO_OWNER_ACE, SE_SECURITY_DESCRIPTOR_FLAG_NO_LABEL_ACE and SE_SECURITY_DESCRIPTOR_VALID_FLAGS
- Remove _AUDIT_EVENT_TYPE_HACK == 0 condition around _AUDIT_EVENT_TYPE

svn path=/branches/header-work/; revision=45962

14 years ago- globally disable warnings for char array subscripts
Timo Kreuzer [Sat, 6 Mar 2010 18:55:27 +0000 (18:55 +0000)]
- globally disable warnings for char array subscripts
- include ntifs.h in bootvid, kdcom, ramdisk, freeldr
- define SINGLE_GROUP_LEGACY_API for the kernel
- Add back missing prototypes: IoFreeAdapterChannel, IoMapTransfer, IoFlushAdapterBuffers, IoFreeMapRegisters, HalAllocateCommonBuffer, HalFreeCommonBuffer, HalReadDmaCounter
- add missing NTAPI to KeQueryActiveProcessors

svn path=/branches/header-work/; revision=45961

14 years ago - Add a stub for GetOwnerModuleFromTcpEntry
Cameron Gutman [Sat, 6 Mar 2010 18:30:55 +0000 (18:30 +0000)]
 - Add a stub for GetOwnerModuleFromTcpEntry
 - Patch by Olaf Siejka

svn path=/trunk/; revision=45960

14 years ago - Call acpi_bus_set_power instead of acpi_power_transition
Cameron Gutman [Sat, 6 Mar 2010 18:15:56 +0000 (18:15 +0000)]
 - Call acpi_bus_set_power instead of acpi_power_transition
 - Make sure the device has power management capabilities before calling acpi_bus_set_power
 - Report the new power state with PoSetPowerState
 - Initialize PDOs with the correct device power state (Patch by Samuel Serapion)
 - Initialze PDOs with the correct system power state

svn path=/trunk/; revision=45959

14 years agoadd dsound_winetest to bootcd
Christoph von Wittich [Sat, 6 Mar 2010 16:27:51 +0000 (16:27 +0000)]
add dsound_winetest to bootcd

svn path=/trunk/; revision=45958

14 years ago[GDIPLUS_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 16:24:37 +0000 (16:24 +0000)]
[GDIPLUS_WINETEST]
sync gdiplus_winetest to wine 1.1.40

svn path=/trunk/; revision=45957

14 years agosync RtlCreateActivationContext with wine 1.1.40
Christoph von Wittich [Sat, 6 Mar 2010 16:19:07 +0000 (16:19 +0000)]
sync RtlCreateActivationContext with wine 1.1.40

svn path=/trunk/; revision=45956

14 years agoAdd extrac32 from Wine 1.1.40
Daniel Reimer [Sat, 6 Mar 2010 16:18:09 +0000 (16:18 +0000)]
Add extrac32 from Wine 1.1.40

svn path=/trunk/; revision=45955

14 years agoSync xcopy, winhlp32, wordpad, write and d3dx9_36 to Wine 1.1.40
Daniel Reimer [Sat, 6 Mar 2010 16:04:27 +0000 (16:04 +0000)]
Sync xcopy, winhlp32, wordpad, write and d3dx9_36 to Wine 1.1.40

svn path=/trunk/; revision=45954

14 years agoSync Winfile to Wine 1.1.40
Daniel Reimer [Sat, 6 Mar 2010 16:00:22 +0000 (16:00 +0000)]
Sync Winfile to Wine 1.1.40

svn path=/trunk/; revision=45953

14 years ago[CRT]
Christoph von Wittich [Sat, 6 Mar 2010 15:51:12 +0000 (15:51 +0000)]
[CRT]
sync fseek with wine 1.1.40 (all msvcrt file tests pass now)

svn path=/trunk/; revision=45952

14 years ago- revert the last wined3d.idl changes
Kamil Hornicek [Sat, 6 Mar 2010 15:28:23 +0000 (15:28 +0000)]
- revert the last wined3d.idl changes

svn path=/trunk/; revision=45951

14 years ago- fix build
Kamil Hornicek [Sat, 6 Mar 2010 15:10:46 +0000 (15:10 +0000)]
- fix build

svn path=/trunk/; revision=45950

14 years ago[CRT]
Christoph von Wittich [Sat, 6 Mar 2010 14:53:55 +0000 (14:53 +0000)]
[CRT]
sync read_i with wine 1.1.40

svn path=/trunk/; revision=45948

14 years ago- sync wined3d, ddraw, d3d8 and d3d9 with Wine 1.1.40
Kamil Hornicek [Sat, 6 Mar 2010 14:49:14 +0000 (14:49 +0000)]
- sync wined3d, ddraw, d3d8 and d3d9 with Wine 1.1.40

svn path=/trunk/; revision=45947

14 years ago[CRT]
Christoph von Wittich [Sat, 6 Mar 2010 14:40:19 +0000 (14:40 +0000)]
[CRT]
add TrailBytes-info for codepage 1361
<david dot hedberg at gmail dot com>

svn path=/trunk/; revision=45946

14 years ago[RTL]
Christoph von Wittich [Sat, 6 Mar 2010 14:29:56 +0000 (14:29 +0000)]
[RTL]
sync find_query_actctx with wine 1.1.40

svn path=/trunk/; revision=45945

14 years agoadd xmllite_winetest to bootcd
Christoph von Wittich [Sat, 6 Mar 2010 14:18:56 +0000 (14:18 +0000)]
add xmllite_winetest to bootcd

svn path=/trunk/; revision=45944

14 years ago[XMLLITE_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 14:12:31 +0000 (14:12 +0000)]
[XMLLITE_WINETEST]
add xmllite_winetest from wine 1.1.40

svn path=/trunk/; revision=45943

14 years ago[WINTRUST]
Christoph von Wittich [Sat, 6 Mar 2010 14:06:19 +0000 (14:06 +0000)]
[WINTRUST]
sync wintrust to wine 1.1.40

svn path=/trunk/; revision=45942

14 years ago[framebuf_new]
Sylvain Petreolle [Sat, 6 Mar 2010 14:06:08 +0000 (14:06 +0000)]
[framebuf_new]
Attempt to fix release build.

svn path=/trunk/; revision=45941

14 years ago[WINDOWSCODECS]
Christoph von Wittich [Sat, 6 Mar 2010 14:04:11 +0000 (14:04 +0000)]
[WINDOWSCODECS]
sync windowscodecs to wine 1.1.40

svn path=/trunk/; revision=45940

14 years ago[MPR]
Christoph von Wittich [Sat, 6 Mar 2010 13:42:21 +0000 (13:42 +0000)]
[MPR]
partial sync to wine 1.1.40

svn path=/trunk/; revision=45939

14 years ago[KERNEL32_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 13:36:22 +0000 (13:36 +0000)]
[KERNEL32_WINETEST]
sync kernel32_winetest to wine 1.1.40

svn path=/trunk/; revision=45938

14 years ago[SHDOCLC]
Christoph von Wittich [Sat, 6 Mar 2010 13:32:24 +0000 (13:32 +0000)]
[SHDOCLC]
reduce diff to wine

svn path=/trunk/; revision=45937

14 years ago[QUERY]
Christoph von Wittich [Sat, 6 Mar 2010 13:27:36 +0000 (13:27 +0000)]
[QUERY]
sync query to wine 1.1.40

svn path=/trunk/; revision=45936

14 years ago[OLEACC]
Christoph von Wittich [Sat, 6 Mar 2010 13:26:12 +0000 (13:26 +0000)]
[OLEACC]
sync oleacc to wine 1.1.40

svn path=/trunk/; revision=45935

14 years ago[MSXML3_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 13:22:03 +0000 (13:22 +0000)]
[MSXML3_WINETEST]
sync msxml3_winetest to wine 1.1.40

svn path=/trunk/; revision=45934

14 years ago[MSVCRT_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 13:20:39 +0000 (13:20 +0000)]
[MSVCRT_WINETEST]
sync msvcrt_winetest to wine 1.1.40

svn path=/trunk/; revision=45933

14 years ago[UXTHEME]
Christoph von Wittich [Sat, 6 Mar 2010 12:53:36 +0000 (12:53 +0000)]
[UXTHEME]
sync uxtheme to wine 1.1.40

svn path=/trunk/; revision=45932

14 years ago[WIDL]
Christoph von Wittich [Sat, 6 Mar 2010 12:53:26 +0000 (12:53 +0000)]
[WIDL]
sync widl to wine 1.1.40

svn path=/trunk/; revision=45931

14 years ago[URLMON]
Christoph von Wittich [Sat, 6 Mar 2010 12:48:13 +0000 (12:48 +0000)]
[URLMON]
sync urlmon to wine 1.1.40

svn path=/trunk/; revision=45930

14 years ago[TAPI32]
Christoph von Wittich [Sat, 6 Mar 2010 12:46:57 +0000 (12:46 +0000)]
[TAPI32]
sync tapi32 to wine 1.1.40

svn path=/trunk/; revision=45929

14 years ago[MCIWAVE]
Christoph von Wittich [Sat, 6 Mar 2010 12:31:57 +0000 (12:31 +0000)]
[MCIWAVE]
sync mciwave to wine 1.1.40

svn path=/trunk/; revision=45928

14 years ago[HLINK_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 12:27:21 +0000 (12:27 +0000)]
[HLINK_WINETEST]
sync hlink_winetest to wine 1.1.40

svn path=/trunk/; revision=45927

14 years ago[CABINET_WINETEST]
Christoph von Wittich [Sat, 6 Mar 2010 12:26:31 +0000 (12:26 +0000)]
[CABINET_WINETEST]
sync cabinet_winetest to wine 1.1.40

svn path=/trunk/; revision=45926

14 years ago[AMSTREAM]
Christoph von Wittich [Sat, 6 Mar 2010 12:23:59 +0000 (12:23 +0000)]
[AMSTREAM]
sync amstream to wine 1.1.40

svn path=/trunk/; revision=45925

14 years ago[GDIPLUS]
Christoph von Wittich [Sat, 6 Mar 2010 12:15:38 +0000 (12:15 +0000)]
[GDIPLUS]
sync gdiplus to wine 1.1.40

svn path=/trunk/; revision=45924

14 years ago[SHLWAPI]
Christoph von Wittich [Sat, 6 Mar 2010 12:08:51 +0000 (12:08 +0000)]
[SHLWAPI]
sync shlwapi to wine 1.1.40

svn path=/trunk/; revision=45923