aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/ndis/subr_ndis.c
Commit message (Expand)AuthorAgeFilesLines
* ndis(4): remove as previous announcedBrooks Davis2021-01-251-3372/+0
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* Fix build of ndis with base gcc on i386Dimitry Andric2018-06-171-1/+1
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* ndis: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Fix regression in ndis(4) after r286410. This adds a bunch of checks forGleb Smirnoff2017-05-221-3/+8
* ndis(4): it's rather unrealistic to expect a size_t here.Pedro F. Giffuni2016-04-281-1/+1
* ndis(4): unsign some indexes to prevent overflows.Pedro F. Giffuni2016-04-281-5/+5
* Create a dedicated function for ensuring that cdir and rdir are populated.Mateusz Guzik2015-07-111-4/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-10/+3
* Fix found places where uio_resid is truncated to int.Konstantin Belousov2012-02-211-1/+2
* Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used inBernhard Schmidt2010-12-061-0/+13
* Add a few functions used in newer drivers. Fix RtlCompareMemory() whileBernhard Schmidt2010-11-231-0/+24
* Remove 4.x, 5.x and 6.x compatibility bits.Bernhard Schmidt2010-11-041-20/+0
* Revert a functional change that snuck in.Rui Paulo2009-11-021-1/+1
* Big style cleanup. While there remove references to FreeBSD versionsRui Paulo2009-11-021-211/+87
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-1/+1
* Remove an unused variable.Christian Brueffer2009-05-141-2/+0
* o port NDIS USB support from USB1 to the new usb(USB2).Weongyo Jeong2009-03-071-107/+39
* Change the functions to ANSI in those cases where it breaks promotionRoman Divacky2009-02-241-46/+18
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-2/+2
* Integrate the NDIS USB support code to CURRENT.Weongyo Jeong2008-12-271-1/+76
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-1/+1
* fix a page fault that it occurred during ifp is NULL. This bug happensWeongyo Jeong2008-06-111-2/+2
* Fix a panic when it occurred during initializing the ndis driver becauseWeongyo Jeong2008-05-151-0/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* Implement functions required by some ndis drivers.Andrew Thompson2007-12-031-0/+10
* Correct the calculation for the number of 100ns intervals sinceAndrew Thompson2007-12-021-10/+1
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-311-1/+1
* We have strcasecmp() in libkern now.Pawel Jakub Dawidek2007-04-061-49/+2
* Conditionally acquire Giant around VFS operations.John Baldwin2006-06-201-13/+16
* - Add a new linker_file_foreach() function that walks the list of linkerJohn Baldwin2006-06-201-19/+31
* Correct the API for Windows interupt handling a little. The prototypeBill Paul2005-11-201-10/+9
* Unlike the rest of the world, NDIS code can access "structRuslan Ermilov2005-11-141-1/+2
* Restore backwards source compatibility with 6.x and 5.x.Bill Paul2005-11-131-2/+6
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-4/+4
* Tests with my dual Opteron system have shown that it's possibleBill Paul2005-11-021-16/+23
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()Bill Paul2005-10-261-24/+3
* Fix handling of message table messages that got broken when IBill Paul2005-10-241-5/+5
* Another round of cleanups and fixes:Bill Paul2005-10-181-92/+93
* This commit makes a big round of updates and fixes many, many things.Bill Paul2005-10-101-225/+330
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-3/+3
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Fix some of the things I broke so that the SMC2602W (AMD Am1772) driverBill Paul2005-05-191-5/+11
* Remove harmless bit of leftover debug code.Bill Paul2005-05-161-2/+0
* Correct some problems with workitem usage. NdisScheduleWorkItem() doesBill Paul2005-05-161-1/+18
* Cast 64 bit quantity to uintmax_t to print it with %jx. This isBill Paul2005-05-051-1/+1