summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis
Commit message (Expand)AuthorAgeFilesLines
* MFC r318677:glebius2017-06-082-11/+19
* ndis(4): Undo unneeded workarounds in ndis' rand().pfg2016-05-221-2/+0
* ndis(4): adjustments for our random() specific implementation.pfg2016-05-221-1/+3
* ndis(4): Avoid overflow.pfg2016-05-211-1/+1
* ndis(4): Better mimic the behavior of rand() on Windows.pfg2016-05-211-6/+3
* ndis: spelling fixes in comments.pfg2016-04-306-10/+10
* 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
* sys: extend use of the howmany() macro when available.pfg2016-04-261-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-2/+2
* Rename P_KTHREAD struct proc p_flag to P_KPROC.kib2016-02-091-1/+1
* Create a dedicated function for ensuring that cdir and rdir are populated.mjg2015-07-111-4/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-17/+26
* All mbuf external free functions never fail, so let them be void.glebius2014-07-112-6/+4
* Remove ia64.marcel2014-07-071-2/+0
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-263-0/+3
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-252-7/+7
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+1
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-6/+2
* Fix wrong assignment.delphij2013-03-011-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-10/+3
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-291-0/+1
* Fix race condition in KfRaiseIrql().brucec2012-03-041-4/+6
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory functiondim2011-12-301-4/+1
* Use the cprd_mem field when setting the start and length for a memorybrucec2011-02-231-2/+2
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-2/+3
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-7/+2
* Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used inbschmidt2010-12-065-0/+40
* Add a dummy for IoOpenDeviceRegistryKey().bschmidt2010-11-291-0/+10
* Some drivers rely on the existence of certain keys. The Atheros 9xxxbschmidt2010-11-291-0/+10
* Add prototype for InitializeSListHead().bschmidt2010-11-231-0/+1
* Add a few functions used in newer drivers. Fix RtlCompareMemory() whilebschmidt2010-11-233-6/+149
* Resurrect amd64 support.bschmidt2010-11-224-8/+95
* Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid().bschmidt2010-11-221-1/+7
* Fix a panic on i386 for drivers using MmAllocateContiguousMemory()bschmidt2010-11-171-2/+2
* Use kmem_alloc_contig() to honour the cache_type variable.bschmidt2010-11-172-6/+41
* According to specs for MmAllocateContiguousMemorySpecifyCache() physicallybschmidt2010-11-111-6/+3
* Remove 4.x, 5.x and 6.x compatibility bits.bschmidt2010-11-043-68/+0
* Use the printf-like capability from kproc_create().thompsa2010-10-051-8/+3
* ANSIfy prototypes in subr_usbd.c.ed2010-06-121-72/+29
* Revert a functional change that snuck in.rpaulo2009-11-021-1/+1
* Fix a non-style change that snuck in.rpaulo2009-11-021-1/+1
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-027-682/+360
* provides a extra write buffer when the NDIS driver want to send aweongyo2009-06-261-2/+3
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-231-1/+1
OpenPOWER on IntegriCloud