summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/ntoskrnl_var.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some of the things I broke so that the SMC2602W (AMD Am1772) driverwpaul2005-05-191-1/+6
* More fixes for multibus drivers. When calling out to the matchwpaul2005-05-081-1/+1
* This commit makes a bunch of changes, some big, some not so big.wpaul2005-05-051-5/+67
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-241-1/+12
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-111-56/+65
* Tweak to hopefully make lookaside lists work on amd64: in Windows, thewpaul2005-03-281-1/+3
* Check in ntoskrnl_var.h, which should have been included in thewpaul2005-03-271-2/+18
* MDLs are supposed to be variable size (they include an array of pageswpaul2005-02-261-0/+4
* Add macros to construct Windows IOCTL codes, and to extract functionwpaul2005-02-251-0/+19
* Fix a couple of callback instances that should have been wrapped withwpaul2005-02-251-0/+1
* - Correct one aspect of the driver_object/device_object/IRP framework:wpaul2005-02-241-1/+1
* Implement IoCancelIrp(), IoAcquireCancelSpinLock(), IoReleaseCancelSpinLock()wpaul2005-02-231-2/+61
* KeAcquireSpinLockRaiseToDpc() and KeReleaseSpinLock() are (at leastwpaul2005-02-161-3/+2
* Add support for Windows/x86-64 binaries to Project Evil.wpaul2005-02-161-0/+19
* Next step on the road to IRPs: create and use an imitation of thewpaul2005-02-081-17/+154
* Apparently, the Intel icc compiler doesn't like it when you usewpaul2005-01-251-1/+1
* Begin the first phase of trying to add IRP support (and ultimatelywpaul2005-01-241-34/+504
* Fix a problem reported by Pierre Beyssac. Sometinmes when ndis_get_info()wpaul2005-01-141-0/+1
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* More minor cleanups and one small bug fix:wpaul2004-08-041-4/+4
* Big mess 'o changes:wpaul2004-08-011-2/+2
* Correct the AT_DISPATCH_LEVEL() macro to match earlier changes.wpaul2004-04-201-1/+1
* - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() andwpaul2004-04-161-2/+2
* Continue my efforts to imitate Windows as closely as possible bywpaul2004-04-141-7/+32
* Add missing cprd_flags member to partial resource structure inwpaul2004-03-291-1/+3
* The Intel 2200BG NDIS driver does an alloca() of about 5000 byteswpaul2004-03-221-0/+7
* - Rewrite the timer and event API routines in subr_ndis.c so that theywpaul2004-03-201-1/+15
* - Some older Atheros drivers want KeInitializeTimer(), so implement it,wpaul2004-03-041-3/+31
* More cleanups/fixes for the AMD Am1771 driver:wpaul2004-02-161-1/+3
* Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772wpaul2004-02-071-0/+287
* Add WDM major/minor #defines.wpaul2004-01-191-0/+7
* The ndis_kspin_lock type is called KSPIN_LOCK in MS-Windows.obrien2004-01-161-1/+22
* Re-do the handling of ndis_buffers. The NDIS_BUFFER structure iswpaul2003-12-231-0/+14
* Correct the implementation of NDIS_BUFFER_TO_SPAN_PAGES().wpaul2003-12-131-0/+6
* subr_ndis.c:wpaul2003-12-131-0/+8
* Commit the first cut of Project Evil, also known as the NDISulator.wpaul2003-12-111-0/+105
OpenPOWER on IntegriCloud