| Commit message (Expand) | Author | Age | Files | Lines |
* | while (0); -> while (0) in multi-line macros | imp | 2006-08-17 | 1 | -2/+1 |
* | Move conditional preprocessing out of the SYSCTL_ADD_STRING macro | dds | 2006-06-22 | 1 | -1/+4 |
* | Conditionally acquire Giant around VFS operations. | jhb | 2006-06-20 | 1 | -13/+16 |
* | - Add a new linker_file_foreach() function that walks the list of linker | jhb | 2006-06-20 | 1 | -19/+31 |
* | Forcefully turn off GPROF in this file if it is enabled as GPROF's | jhb | 2006-06-12 | 1 | -0/+5 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 2 | -2/+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 | 2 | -11/+13 |
* | Unlike the rest of the world, NDIS code can access "struct | ru | 2005-11-14 | 1 | -1/+2 |
* | Restore backwards source compatibility with 6.x and 5.x. | wpaul | 2005-11-13 | 1 | -2/+6 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -4/+4 |
* | Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allow | wpaul | 2005-11-10 | 1 | -0/+23 |
* | Change the definition for EXT_NDIS to EXT_NET_DRV. Since the latest | wpaul | 2005-11-07 | 1 | -1/+1 |
* | The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) from | wpaul | 2005-11-06 | 3 | -5/+60 |
* | Tests with my dual Opteron system have shown that it's possible | wpaul | 2005-11-02 | 6 | -96/+55 |
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | andre | 2005-11-02 | 1 | -1/+1 |
* | 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 |
* | Clean up and apply the fix for PR 83477. The calculation for locating | wpaul | 2005-10-26 | 2 | -7/+22 |
* | Get rid of the timer tracking and reaping code in NdisMInitializeTimer() | wpaul | 2005-10-26 | 4 | -47/+118 |
* | Fix handling of message table messages that got broken when I | wpaul | 2005-10-24 | 1 | -5/+5 |
* | 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 | 3 | -25/+8 |
* | 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 | 5 | -393/+545 |
* | Convert ndis_set_info() and ndis_get_info() from using msleep() | wpaul | 2005-10-12 | 4 | -52/+43 |
* | This commit makes a big round of updates and fixes many, many things. | wpaul | 2005-10-10 | 8 | -744/+1688 |
* | Test the mbuf flags against the correct constant. The previous version | andre | 2005-08-30 | 1 | -1/+1 |
* | Use implicit type cast for ->k_lock to fix compilation of ndis | rik | 2005-07-08 | 1 | -3/+3 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 2 | -6/+6 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 3 | -6/+0 |
* | Missed kern_windrv.c in the last checkin. | wpaul | 2005-05-20 | 1 | -0/+14 |
* | Deal with a few bootstrap issues: | wpaul | 2005-05-20 | 1 | -1/+2 |
* | In ndis_halt_nic(), invalidate the miniportadapterctx early to try and | wpaul | 2005-05-20 | 1 | -4/+1 |
* | Fix some of the things I broke so that the SMC2602W (AMD Am1772) driver | wpaul | 2005-05-19 | 3 | -32/+98 |
* | Remove harmless bit of leftover debug code. | wpaul | 2005-05-16 | 1 | -2/+0 |
* | Correct some problems with workitem usage. NdisScheduleWorkItem() does | wpaul | 2005-05-16 | 2 | -4/+35 |
* | Add support for NdisMEthIndicateReceive() and MiniportTransferData(). | wpaul | 2005-05-15 | 2 | -10/+47 |
* | More fixes for multibus drivers. When calling out to the match | wpaul | 2005-05-08 | 2 | -2/+2 |
* | Fix support for Windows drivers that support both PCI and PCMCIA devices at | wpaul | 2005-05-08 | 2 | -3/+14 |
* | Correct the patch table entries for the 64-bit intrinsic math | wpaul | 2005-05-08 | 1 | -6/+6 |
* | Cast 64 bit quantity to uintmax_t to print it with %jx. This is | wpaul | 2005-05-05 | 1 | -1/+1 |
* | Use %jx instead of %qx to silence compiler warning on amd64. | wpaul | 2005-05-05 | 1 | -1/+1 |
* | Avoid sleeping with mutex held in kern_ndis.c. | wpaul | 2005-05-05 | 3 | -35/+32 |
* | Remove extranaous free() of ASCII filename from NdisOpenFile(). | wpaul | 2005-05-05 | 1 | -1/+0 |
* | This commit makes a bunch of changes, some big, some not so big. | wpaul | 2005-05-05 | 7 | -447/+896 |
* | Throw the switch on the new driver generation/loading mechanism. From | wpaul | 2005-04-24 | 6 | -39/+110 |
* | Now that the GDT has been reorganized and GNDIS_SEL has been reserved | wpaul | 2005-04-17 | 1 | -1/+17 |
* | When setting up the new stack for a function in x86_64_wrap(), make | wpaul | 2005-04-16 | 1 | -5/+7 |
* | In winx32_wrap.S, preserve return values in the fastcall and regparm | wpaul | 2005-04-11 | 1 | -10/+12 |