summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/subr_ntoskrnl.c
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+1
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-291-0/+1
* In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory functiondim2011-12-301-4/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-2/+3
* Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used inbschmidt2010-12-061-0/+12
* Add a dummy for IoOpenDeviceRegistryKey().bschmidt2010-11-291-0/+10
* Add prototype for InitializeSListHead().bschmidt2010-11-231-0/+1
* Add a few functions used in newer drivers. Fix RtlCompareMemory() whilebschmidt2010-11-231-6/+124
* Resurrect amd64 support.bschmidt2010-11-221-0/+1
* Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid().bschmidt2010-11-221-1/+7
* Fix a panic on i386 for drivers using MmAllocateContiguousMemory()bschmidt2010-11-171-2/+2
* Use kmem_alloc_contig() to honour the cache_type variable.bschmidt2010-11-171-6/+31
* According to specs for MmAllocateContiguousMemorySpecifyCache() physicallybschmidt2010-11-111-6/+3
* Remove 4.x, 5.x and 6.x compatibility bits.bschmidt2010-11-041-24/+0
* Use the printf-like capability from kproc_create().thompsa2010-10-051-8/+3
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-021-231/+126
* 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
OpenPOWER on IntegriCloud