summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/lib/ddk
Commit message (Collapse)AuthorAgeFilesLines
* * mingw: Delete obsolete directory.Christopher Faylor2012-11-0717-2705/+0
| | | | * w32api: Ditto.
* Correct misused 'rm -r' command in uninstall rules.Keith Marshall2012-01-161-1/+1
|
* Add 'check' as GCS conforming alias for make's 'test' goal.Keith Marshall2012-01-151-2/+2
|
* More makefile code refactoring; remove redundant INCLUDES references.Keith Marshall2012-01-151-1/+0
|
* More makefile code refactoring; fix top_srcdir references.Keith Marshall2012-01-151-21/+4
|
* Update and correct makefile rebuilding rules.Keith Marshall2012-01-151-3/+0
|
* Miscellaneous formatting adjustments.Keith Marshall2012-01-151-17/+20
|
* Improve self-documentation of 'for' loop commands.Keith Marshall2012-01-151-20/+20
|
* Factor common code from subdirectory makefiles into Makefile.comm.inKeith Marshall2011-12-131-114/+24
|
* Prepare for factoring out common makefile code.Keith Marshall2011-12-131-11/+13
|
* Honor DESTDIR for winsup/mingw and winsup/w32apiCharles Wilson2009-10-291-12/+24
|
* 2009-01-11 Henry Nestler <henry@bigfoot.de>Chris Sutcliffe2009-01-171-4/+4
| | | | | * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile, NtSetEaFile.
* 2008-08-29 Andy Grover <andy.grover@oracle.com>Chris Sutcliffe2008-08-301-1/+1
| | | | | | * include/ddk/scsi.h: Define READ_TOC formats. * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
* 2008-08-29 Andy Grover <andy.grover@oracle.com>Chris Sutcliffe2008-08-301-6/+6
| | | | | | | | | | | | | | | * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION, struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET, NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket, NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisMCancelTimer): Define. (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file. (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to eliminate warnings. (NdisReinitializePacket): Rename from NdisReinitializePacketCounts. * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer, NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId): Export.
* 2008-08-29 Andy Grover <andy.grover@oracle.com>Chris Sutcliffe2008-08-301-1/+2
| | | | | | | | * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define. (KeGetCurrentProcessorNumber): Fix incorrect member reference. (InterlockedIncrement, InterlockedDecrement): fix warning. * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export. (KeNumberProcessors): Export.
* Committed as obvious.Danny Smith2008-06-202-2/+2
| | | | | | * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix. * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix. Bug reported by Brian Hawley.
* 2006-09-11 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net>Chris Sutcliffe2006-09-121-1/+1
| | | | | | | | | * lib/Makefile.in: fix typo. * lib/ddk/Makefile.in: fix typo. * lib/directx/Makefile.in: fix typo. Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net) for pointing it out.
* * configure.in: Substitute with_cross_host in depending files.Corinna Vinschen2006-08-301-0/+6
| | | | | | | | * configure: Regenerate. * lib/Makefile.in: Add with_cross_host to allow more granular checks. Set installation directories accordingly. * lib/ddk/Makefile.in: Ditto. * lib/directx/Makefile.in: Ditto.
* 2005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2005-09-231-0/+6
| | | | | * lib/ddk/newdev.def: Added. Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
* * include/ddk/hidsdi.h: New file.Danny Smith2005-08-121-1/+1
| | | | | | * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for functions declared in hidsdi.h. Thanks to: Alex J Lennon <ajlennon at organixconsulting dot com>
* * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNTDanny Smith2004-11-211-1/+1
| | | | | | | guard. * lib/kernel32.def (VerSetConditionMask): Correct stdcall suffix. * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
* 2004-10-24 Dan Aloni <da-x@colinux.org>Danny Smith2004-10-241-3/+3
| | | | | | | | | * include/ddk/ntapi.h (NtQueryFullAttributesFile, ZwQueryFullAttributesFile): Declare. * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U): Declare. lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile. ZwQueryVolumeInformationFile): Add stubs.
* 2004-10-15 Robert Wruck <wruck@tweerlei.de>Danny Smith2004-10-151-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | Danny Smith <dannysmith@users.sourceforge.net> = include/winbase.h (InitializeSListHead, Interlocked*): Guard with !__USE_NTOSKRNL__. * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define. * include/ddk/winddk.h (InitializeSListHead, Interlocked*): Guard with __USE_NTOSKRNL__. (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList): Add prototypes. Guard macro definition with __USE_NTOSKRNL__ && _WIN32_WINNT >= 0x0501 (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList, ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList): Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList. * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList) Add stubs with fastcall decoration. (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType, ExWindowStationObjectType, IoAdapterObjectType, IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType, IoDeviceObjectType, IoDriverObjectType, IoFileObjectType, LpcPortObjectType, MmSectionObjectType, SeTokenObjectType): Uncomment stubs.
* * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,Danny Smith2004-10-101-19/+18
| | | | | | | | | | | | | | | | | | | | | | | | | Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong); Add prototypes. * include/winddk.h (ExInterlockedAddUlong, ExInterlockedInsertHeadList, ExInterlockedInsertTailList, ExInterlockedRemoveHeadList, ExInterlockedPopEntryList, ExInterlockedPushEntryList): Change calling convention to DDKAPI. (ExfInterlockedAddUlong,ExInterlockedInsertHeadList, ExInterlockedInsertTailList, ExInterlockedRemoveHeadList, ExInterlockedPopEntryList, ExInterlockedPushEntryList): Add prototypes for DDKFASTAPI versions. Thanks to Vadim Yegor0v <zg at bmg dot lv> for report. * lib/ntoskrnl.def (ExInterlockedAddUlong, ExInterlockedInsertHeadList, ExInterlockedInsertTailList, ExInterlockedRemoveHeadList, ExInterlockedPopEntryList, ExInterlockedPushEntryList): Remove lead '@' from stubs. (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList, ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList, ExfInterlockedPopEntryList, ExfInterlockedPushEntryList): Add fastcall stubs. (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong); Add stdcall stubs.
* 22004-09-05 Hosaka Yuji <hos@tamanegi.org>Danny Smith2004-09-051-21/+21
| | | | | | | | | | | | * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData, HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature, HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport, HidD_GetManufacturerString, HidD_GetMsGenreDescriptor, HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor, HidD_GetPreparsedData, HidD_GetProductString, HidD_GetSerialNumberString, HidD_SetConfiguration, HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport, HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
* 2004-05-15 Filip Navara <xnavara@volny.cz>Danny Smith2004-05-152-9/+9
| | | | | | | | * include/ddk/kbdmou.h: New file. * lib/ddk/videoprt.def (VideoPortMapBankedMemory, VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix. * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf, _vsnwprintf, sprintf, swprintf): Export.
* * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.Danny Smith2004-03-161-2/+2
| | | | | (MmMapIoSpace): Likewise. Thanks to Dan Aloni <da-x@colinux.org>
* 2004-02-07 Dan Aloni <da-x@gmx.net>Danny Smith2004-02-071-2/+2
| | | | | * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct suffix.
* * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.Danny Smith2004-01-011-196/+0
|
* *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.Danny Smith2003-03-201-4/+4
| | | | | | | Thanks to: Vladimir Michl <michlv@users.sourceforge.net> (NdisUpdateSharedMemory): Likewise. (NdisMFreeSharedMemory: Likewise. (NdisMMapIoSpace: Likewise.
* * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.Earnie Boyd2003-02-091-3/+3
| | | | | | (Ke386QueryToAccessMap): Ditto. (Ke386SetIoAccessMap): Ditto. Thanks to Marcel Telka <telka@users.sf.net>
* * lib/Makefile.in (dist, install): Correct the install destinations.Earnie Boyd2002-11-251-8/+8
| | | | * lib/ddk/Makefile.in (dist, install): Ditto.
* * Makefile.in: Add components for lib/ddk. Adjust for autoconf-2.53.Earnie Boyd2002-10-141-5/+5
| | | | | | | | * configure.in: Ditto. * lib/Makefile.in: Ditto. * lib/ddk/Makefile.in: Correct installation procedure. Adjust for autoconf-2.53. * configure: Regenerate.
* 2002-10-06 Casper Hornstrup <chorns@it.dk>Earnie Boyd2002-10-0616-0/+2983
* include/ddk: New subdir. * lib/ddk: Ditto. * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h, d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h, miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h, ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h, netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h, ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h, ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h, poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h, storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h, upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h, usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h, winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h, xfilter.h): New files. * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def, hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def, scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def, win32k.def): Ditto.