| Commit message (Expand) | Author | Age | Files | Lines |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -1/+1 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -1/+1 |
* | Make sure that each va_start has one and only one matching va_end, | kevlo | 2012-05-29 | 1 | -0/+1 |
* | In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory function | dim | 2011-12-30 | 1 | -4/+1 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier. | mdf | 2011-01-19 | 1 | -2/+3 |
* | Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used in | bschmidt | 2010-12-06 | 1 | -0/+12 |
* | Add a dummy for IoOpenDeviceRegistryKey(). | bschmidt | 2010-11-29 | 1 | -0/+10 |
* | Add prototype for InitializeSListHead(). | bschmidt | 2010-11-23 | 1 | -0/+1 |
* | Add a few functions used in newer drivers. Fix RtlCompareMemory() while | bschmidt | 2010-11-23 | 1 | -6/+124 |
* | Resurrect amd64 support. | bschmidt | 2010-11-22 | 1 | -0/+1 |
* | Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid(). | bschmidt | 2010-11-22 | 1 | -1/+7 |
* | Fix a panic on i386 for drivers using MmAllocateContiguousMemory() | bschmidt | 2010-11-17 | 1 | -2/+2 |
* | Use kmem_alloc_contig() to honour the cache_type variable. | bschmidt | 2010-11-17 | 1 | -6/+31 |
* | According to specs for MmAllocateContiguousMemorySpecifyCache() physically | bschmidt | 2010-11-11 | 1 | -6/+3 |
* | Remove 4.x, 5.x and 6.x compatibility bits. | bschmidt | 2010-11-04 | 1 | -24/+0 |
* | Use the printf-like capability from kproc_create(). | thompsa | 2010-10-05 | 1 | -8/+3 |
* | Big style cleanup. While there remove references to FreeBSD versions | rpaulo | 2009-11-02 | 1 | -231/+126 |
* | If the caller sets irp_usriostat or irp_usrevent it try to process it | weongyo | 2009-03-18 | 1 | -10/+9 |
* | o port NDIS USB support from USB1 to the new usb(USB2). | weongyo | 2009-03-07 | 1 | -37/+37 |
* | Change the functions to ANSI in those cases where it breaks promotion | rdivacky | 2009-02-24 | 1 | -168/+53 |
* | Integrate the NDIS USB support code to CURRENT. | weongyo | 2008-12-27 | 1 | -19/+100 |
* | Silence warning about missing IoGetDeviceObjectPointer by implementing | cokane | 2008-06-15 | 1 | -0/+13 |
* | Fix a panic that a priority value which is passed to cv_broadcastpri(9) | weongyo | 2008-05-30 | 1 | -4/+6 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+1 |
* | Implement functions required by some ndis drivers. | thompsa | 2007-12-03 | 1 | -0/+58 |
* | Correct the calculation for the number of 100ns intervals since | thompsa | 2007-12-02 | 1 | -3/+6 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -6/+6 |
* | ndis will signal the kthread to exit and then sleep on the proc pointer to | thompsa | 2007-07-22 | 1 | -2/+6 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -2/+2 |
* | add entry points required by newer broadcom wireless driver | sam | 2006-12-25 | 1 | -0/+77 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Somehow memmove() got mapped to memset() in the patch table. Create a | wpaul | 2005-11-23 | 1 | -1/+12 |
* | Correct the API for Windows interupt handling a little. The prototype | wpaul | 2005-11-20 | 1 | -1/+4 |
* | Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allow | wpaul | 2005-11-10 | 1 | -0/+23 |
* | The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) from | wpaul | 2005-11-06 | 1 | -0/+33 |
* | Tests with my dual Opteron system have shown that it's possible | wpaul | 2005-11-02 | 1 | -9/+13 |
* | Clean up one remaining 'multiple DPC thread' bogon: only bzero() one | wpaul | 2005-11-01 | 1 | -0/+4 |
* | Minor nit: in ntoskrnl_finddev(), only free the 'children' device_t | wpaul | 2005-10-26 | 1 | -2/+9 |
* | Get rid of the timer tracking and reaping code in NdisMInitializeTimer() | wpaul | 2005-10-26 | 1 | -0/+113 |
* | Make the multiple DPC threads an option, and create only one by default. | wpaul | 2005-10-22 | 1 | -2/+31 |
* | Correct the macro definition for KeRaiseIrql(). The official API | wpaul | 2005-10-21 | 1 | -22/+5 |
* | Use sched_bind() to make sure the DPC threads are bound to the correct | wpaul | 2005-10-20 | 1 | -1/+15 |
* | Another round of cleanups and fixes: | wpaul | 2005-10-18 | 1 | -273/+328 |
* | Convert ndis_set_info() and ndis_get_info() from using msleep() | wpaul | 2005-10-12 | 1 | -12/+10 |
* | This commit makes a big round of updates and fixes many, many things. | wpaul | 2005-10-10 | 1 | -351/+935 |
* | Use implicit type cast for ->k_lock to fix compilation of ndis | rik | 2005-07-08 | 1 | -3/+3 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -2/+0 |
* | Fix some of the things I broke so that the SMC2602W (AMD Am1772) driver | wpaul | 2005-05-19 | 1 | -26/+81 |
* | Correct the patch table entries for the 64-bit intrinsic math | wpaul | 2005-05-08 | 1 | -6/+6 |