summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/subr_ndis.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r318677:glebius2017-06-081-3/+8
* ndis(4): it's rather unrealistic to expect a size_t here.pfg2016-04-281-1/+1
* ndis(4): unsign some indexes to prevent overflows.pfg2016-04-281-5/+5
* Create a dedicated function for ensuring that cdir and rdir are populated.mjg2015-07-111-4/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-10/+3
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used inbschmidt2010-12-061-0/+13
* Add a few functions used in newer drivers. Fix RtlCompareMemory() whilebschmidt2010-11-231-0/+24
* Remove 4.x, 5.x and 6.x compatibility bits.bschmidt2010-11-041-20/+0
* Revert a functional change that snuck in.rpaulo2009-11-021-1/+1
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-021-211/+87
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-1/+1
* Remove an unused variable.brueffer2009-05-141-2/+0
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-071-107/+39
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-46/+18
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-2/+2
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-271-1/+76
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-1/+1
* fix a page fault that it occurred during ifp is NULL. This bug happensweongyo2008-06-111-2/+2
* Fix a panic when it occurred during initializing the ndis driver becauseweongyo2008-05-151-0/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* Implement functions required by some ndis drivers.thompsa2007-12-031-0/+10
* Correct the calculation for the number of 100ns intervals sincethompsa2007-12-021-10/+1
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* We have strcasecmp() in libkern now.pjd2007-04-061-49/+2
* Conditionally acquire Giant around VFS operations.jhb2006-06-201-13/+16
* - Add a new linker_file_foreach() function that walks the list of linkerjhb2006-06-201-19/+31
* Correct the API for Windows interupt handling a little. The prototypewpaul2005-11-201-10/+9
* Unlike the rest of the world, NDIS code can access "structru2005-11-141-1/+2
* Restore backwards source compatibility with 6.x and 5.x.wpaul2005-11-131-2/+6
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-4/+4
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-021-16/+23
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()wpaul2005-10-261-24/+3
* Fix handling of message table messages that got broken when Iwpaul2005-10-241-5/+5
* Another round of cleanups and fixes:wpaul2005-10-181-92/+93
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-101-225/+330
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-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-5/+11
* Remove harmless bit of leftover debug code.wpaul2005-05-161-2/+0
* Correct some problems with workitem usage. NdisScheduleWorkItem() doeswpaul2005-05-161-1/+18
* Cast 64 bit quantity to uintmax_t to print it with %jx. This iswpaul2005-05-051-1/+1
* Use %jx instead of %qx to silence compiler warning on amd64.wpaul2005-05-051-1/+1
* Remove extranaous free() of ASCII filename from NdisOpenFile().wpaul2005-05-051-1/+0
* This commit makes a bunch of changes, some big, some not so big.wpaul2005-05-051-48/+144
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-241-6/+13
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-111-341/+353
* Apparently I'm cursed. ndis_findwrap() should be searching ndis_functbl,wpaul2005-03-311-1/+1
* Fix an amd64 issue I overlooked. When setting up a callout towpaul2005-03-311-3/+26
OpenPOWER on IntegriCloud