| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert a functional change that snuck in. | rpaulo | 2009-11-02 | 1 | -1/+1 |
* | Big style cleanup. While there remove references to FreeBSD versions | rpaulo | 2009-11-02 | 1 | -211/+87 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -1/+1 |
* | Remove an unused variable. | brueffer | 2009-05-14 | 1 | -2/+0 |
* | o port NDIS USB support from USB1 to the new usb(USB2). | weongyo | 2009-03-07 | 1 | -107/+39 |
* | Change the functions to ANSI in those cases where it breaks promotion | rdivacky | 2009-02-24 | 1 | -46/+18 |
* | Move usb to a graveyard location under sys/legacy/dev, it is intended that the | thompsa | 2009-02-23 | 1 | -2/+2 |
* | Integrate the NDIS USB support code to CURRENT. | weongyo | 2008-12-27 | 1 | -1/+76 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -1/+1 |
* | fix a page fault that it occurred during ifp is NULL. This bug happens | weongyo | 2008-06-11 | 1 | -2/+2 |
* | Fix a panic when it occurred during initializing the ndis driver because | weongyo | 2008-05-15 | 1 | -0/+4 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | Implement functions required by some ndis drivers. | thompsa | 2007-12-03 | 1 | -0/+10 |
* | Correct the calculation for the number of 100ns intervals since | thompsa | 2007-12-02 | 1 | -10/+1 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+1 |
* | We have strcasecmp() in libkern now. | pjd | 2007-04-06 | 1 | -49/+2 |
* | 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 |
* | Correct the API for Windows interupt handling a little. The prototype | wpaul | 2005-11-20 | 1 | -10/+9 |
* | 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 |
* | Tests with my dual Opteron system have shown that it's possible | wpaul | 2005-11-02 | 1 | -16/+23 |
* | Get rid of the timer tracking and reaping code in NdisMInitializeTimer() | wpaul | 2005-10-26 | 1 | -24/+3 |
* | Fix handling of message table messages that got broken when I | wpaul | 2005-10-24 | 1 | -5/+5 |
* | Another round of cleanups and fixes: | wpaul | 2005-10-18 | 1 | -92/+93 |
* | This commit makes a big round of updates and fixes many, many things. | wpaul | 2005-10-10 | 1 | -225/+330 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 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 | -5/+11 |
* | 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 | 1 | -1/+18 |
* | 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 |
* | 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 | 1 | -48/+144 |
* | Throw the switch on the new driver generation/loading mechanism. From | wpaul | 2005-04-24 | 1 | -6/+13 |
* | Create new i386 windows/bsd thunking layer, similar to the amd64 thunking | wpaul | 2005-04-11 | 1 | -341/+353 |
* | Apparently I'm cursed. ndis_findwrap() should be searching ndis_functbl, | wpaul | 2005-03-31 | 1 | -1/+1 |
* | Fix an amd64 issue I overlooked. When setting up a callout to | wpaul | 2005-03-31 | 1 | -3/+26 |
* | The filehandle allocated in NdisOpenFile() is allocated using | wpaul | 2005-03-28 | 1 | -2/+2 |
* | Another Coverity fix from Sam: add NULL pointer test in | wpaul | 2005-03-28 | 1 | -0/+5 |
* | Fix resource leak found by Coverity (via Sam Leffler). | wpaul | 2005-03-28 | 1 | -0/+1 |
* | Spell '0' as 'FALSE' when initializing npp_validcounts. (Doesn't change | wpaul | 2005-03-28 | 1 | -1/+1 |
* | Finally bring an end to the great "make the Atheros NDIS driver | wpaul | 2005-03-27 | 1 | -23/+81 |
* | MAXPATHLEN is 1024, which means NdisOpenFile() and ndis_find_sym() were | wpaul | 2005-03-03 | 1 | -17/+59 |
* | Fix a couple of u_int_foos that should have been uint_foos. | wpaul | 2005-02-18 | 1 | -1/+1 |
* | Add support for Windows/x86-64 binaries to Project Evil. | wpaul | 2005-02-16 | 1 | -134/+72 |
* | Next step on the road to IRPs: create and use an imitation of the | wpaul | 2005-02-08 | 1 | -76/+128 |
* | Apparently, the Intel icc compiler doesn't like it when you use | wpaul | 2005-01-25 | 1 | -1/+1 |