| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some of the things I broke so that the SMC2602W (AMD Am1772) driver | wpaul | 2005-05-19 | 1 | -1/+6 |
* | More fixes for multibus drivers. When calling out to the match | wpaul | 2005-05-08 | 1 | -1/+1 |
* | This commit makes a bunch of changes, some big, some not so big. | wpaul | 2005-05-05 | 1 | -5/+67 |
* | Throw the switch on the new driver generation/loading mechanism. From | wpaul | 2005-04-24 | 1 | -1/+12 |
* | Create new i386 windows/bsd thunking layer, similar to the amd64 thunking | wpaul | 2005-04-11 | 1 | -56/+65 |
* | Tweak to hopefully make lookaside lists work on amd64: in Windows, the | wpaul | 2005-03-28 | 1 | -1/+3 |
* | Check in ntoskrnl_var.h, which should have been included in the | wpaul | 2005-03-27 | 1 | -2/+18 |
* | MDLs are supposed to be variable size (they include an array of pages | wpaul | 2005-02-26 | 1 | -0/+4 |
* | Add macros to construct Windows IOCTL codes, and to extract function | wpaul | 2005-02-25 | 1 | -0/+19 |
* | Fix a couple of callback instances that should have been wrapped with | wpaul | 2005-02-25 | 1 | -0/+1 |
* | - Correct one aspect of the driver_object/device_object/IRP framework: | wpaul | 2005-02-24 | 1 | -1/+1 |
* | Implement IoCancelIrp(), IoAcquireCancelSpinLock(), IoReleaseCancelSpinLock() | wpaul | 2005-02-23 | 1 | -2/+61 |
* | KeAcquireSpinLockRaiseToDpc() and KeReleaseSpinLock() are (at least | wpaul | 2005-02-16 | 1 | -3/+2 |
* | Add support for Windows/x86-64 binaries to Project Evil. | wpaul | 2005-02-16 | 1 | -0/+19 |
* | Next step on the road to IRPs: create and use an imitation of the | wpaul | 2005-02-08 | 1 | -17/+154 |
* | Apparently, the Intel icc compiler doesn't like it when you use | wpaul | 2005-01-25 | 1 | -1/+1 |
* | Begin the first phase of trying to add IRP support (and ultimately | wpaul | 2005-01-24 | 1 | -34/+504 |
* | Fix a problem reported by Pierre Beyssac. Sometinmes when ndis_get_info() | wpaul | 2005-01-14 | 1 | -0/+1 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 1 | -1/+1 |
* | More minor cleanups and one small bug fix: | wpaul | 2004-08-04 | 1 | -4/+4 |
* | Big mess 'o changes: | wpaul | 2004-08-01 | 1 | -2/+2 |
* | Correct the AT_DISPATCH_LEVEL() macro to match earlier changes. | wpaul | 2004-04-20 | 1 | -1/+1 |
* | - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() and | wpaul | 2004-04-16 | 1 | -2/+2 |
* | Continue my efforts to imitate Windows as closely as possible by | wpaul | 2004-04-14 | 1 | -7/+32 |
* | Add missing cprd_flags member to partial resource structure in | wpaul | 2004-03-29 | 1 | -1/+3 |
* | The Intel 2200BG NDIS driver does an alloca() of about 5000 bytes | wpaul | 2004-03-22 | 1 | -0/+7 |
* | - Rewrite the timer and event API routines in subr_ndis.c so that they | wpaul | 2004-03-20 | 1 | -1/+15 |
* | - Some older Atheros drivers want KeInitializeTimer(), so implement it, | wpaul | 2004-03-04 | 1 | -3/+31 |
* | More cleanups/fixes for the AMD Am1771 driver: | wpaul | 2004-02-16 | 1 | -1/+3 |
* | Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772 | wpaul | 2004-02-07 | 1 | -0/+287 |
* | Add WDM major/minor #defines. | wpaul | 2004-01-19 | 1 | -0/+7 |
* | The ndis_kspin_lock type is called KSPIN_LOCK in MS-Windows. | obrien | 2004-01-16 | 1 | -1/+22 |
* | Re-do the handling of ndis_buffers. The NDIS_BUFFER structure is | wpaul | 2003-12-23 | 1 | -0/+14 |
* | Correct the implementation of NDIS_BUFFER_TO_SPAN_PAGES(). | wpaul | 2003-12-13 | 1 | -0/+6 |
* | subr_ndis.c: | wpaul | 2003-12-13 | 1 | -0/+8 |
* | Commit the first cut of Project Evil, also known as the NDISulator. | wpaul | 2003-12-11 | 1 | -0/+105 |