summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/subr_ntoskrnl.c
Commit message (Expand)AuthorAgeFilesLines
* If the caller sets irp_usriostat or irp_usrevent it try to process itweongyo2009-03-181-10/+9
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-071-37/+37
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-168/+53
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-271-19/+100
* Silence warning about missing IoGetDeviceObjectPointer by implementingcokane2008-06-151-0/+13
* Fix a panic that a priority value which is passed to cv_broadcastpri(9)weongyo2008-05-301-4/+6
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* Implement functions required by some ndis drivers.thompsa2007-12-031-0/+58
* Correct the calculation for the number of 100ns intervals sincethompsa2007-12-021-3/+6
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-6/+6
* ndis will signal the kthread to exit and then sleep on the proc pointer tothompsa2007-07-221-2/+6
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-2/+2
* add entry points required by newer broadcom wireless driversam2006-12-251-0/+77
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Somehow memmove() got mapped to memset() in the patch table. Create awpaul2005-11-231-1/+12
* Correct the API for Windows interupt handling a little. The prototypewpaul2005-11-201-1/+4
* Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allowwpaul2005-11-101-0/+23
* The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) fromwpaul2005-11-061-0/+33
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-021-9/+13
* Clean up one remaining 'multiple DPC thread' bogon: only bzero() onewpaul2005-11-011-0/+4
* Minor nit: in ntoskrnl_finddev(), only free the 'children' device_twpaul2005-10-261-2/+9
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()wpaul2005-10-261-0/+113
* Make the multiple DPC threads an option, and create only one by default.wpaul2005-10-221-2/+31
* Correct the macro definition for KeRaiseIrql(). The official APIwpaul2005-10-211-22/+5
* Use sched_bind() to make sure the DPC threads are bound to the correctwpaul2005-10-201-1/+15
* Another round of cleanups and fixes:wpaul2005-10-181-273/+328
* Convert ndis_set_info() and ndis_get_info() from using msleep()wpaul2005-10-121-12/+10
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-101-351/+935
* Use implicit type cast for ->k_lock to fix compilation of ndisrik2005-07-081-3/+3
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Fix some of the things I broke so that the SMC2602W (AMD Am1772) driverwpaul2005-05-191-26/+81
* Correct the patch table entries for the 64-bit intrinsic mathwpaul2005-05-081-6/+6
* Avoid sleeping with mutex held in kern_ndis.c.wpaul2005-05-051-2/+1
* This commit makes a bunch of changes, some big, some not so big.wpaul2005-05-051-8/+572
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-241-3/+2
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-111-335/+349
* Fix a possible mutex leak in KeSetTimerEx(): if timer is NULL, wewpaul2005-03-301-2/+2
* More additions for amd64:wpaul2005-03-281-0/+20
* Fix for amd64.wpaul2005-03-281-1/+1
* Fix another amd64 issue with lookaside lists: we initialize thewpaul2005-03-281-6/+40
* Tweak to hopefully make lookaside lists work on amd64: in Windows, thewpaul2005-03-281-0/+4
* Finally bring an end to the great "make the Atheros NDIS driverwpaul2005-03-271-30/+76
* When you call MiniportInitialize() for an 802.11 driver, it willwpaul2005-03-071-3/+0
* MDLs are supposed to be variable size (they include an array of pageswpaul2005-02-261-3/+41
* Fix a couple of callback instances that should have been wrapped withwpaul2005-02-251-2/+2
* Compute the right length to use with bzero() when initializing an IRPwpaul2005-02-251-1/+1
* Couple of lessons learned during USB driver testing:wpaul2005-02-241-1/+3
* Implement IoCancelIrp(), IoAcquireCancelSpinLock(), IoReleaseCancelSpinLock()wpaul2005-02-231-3/+199
* KeAcquireSpinLockRaiseToDpc() and KeReleaseSpinLock() are (at leastwpaul2005-02-161-24/+3
* Add support for Windows/x86-64 binaries to Project Evil.wpaul2005-02-161-30/+85
OpenPOWER on IntegriCloud