aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/ndis
Commit message (Expand)AuthorAgeFilesLines
* 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-1814-0/+28
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-092-9/+12
* Fix regression in ndis(4) after r286410. This adds a bunch of checks forGleb Smirnoff2017-05-222-11/+19
* ndis(4): Undo unneeded workarounds in ndis' rand().Pedro F. Giffuni2016-05-221-2/+0
* ndis(4): adjustments for our random() specific implementation.Pedro F. Giffuni2016-05-221-1/+3
* ndis(4): Avoid overflow.Pedro F. Giffuni2016-05-211-1/+1
* ndis(4): Better mimic the behavior of rand() on Windows.Pedro F. Giffuni2016-05-211-6/+3
* ndis: spelling fixes in comments.Pedro F. Giffuni2016-04-306-10/+10
* 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
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-2/+2
* Rename P_KTHREAD struct proc p_flag to P_KPROC.Konstantin Belousov2016-02-091-1/+1
* Create a dedicated function for ensuring that cdir and rdir are populated.Mateusz Guzik2015-07-111-4/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-17/+26
* All mbuf external free functions never fail, so let them be void.Gleb Smirnoff2014-07-112-6/+4
* Remove ia64.Marcel Moolenaar2014-07-071-2/+0
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-263-0/+3
* Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann2013-08-252-7/+7
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-1/+1
* Use m_get/m_gethdr instead of compat macros.Gleb Smirnoff2013-03-151-6/+2
* Fix wrong assignment.Xin LI2013-03-011-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-3/+3
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-10/+3
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-05-291-0/+1
* Fix race condition in KfRaiseIrql().Rebecca Cran2012-03-041-4/+6
* Fix found places where uio_resid is truncated to int.Konstantin Belousov2012-02-211-1/+2
* In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory functionDimitry Andric2011-12-301-4/+1
* Use the cprd_mem field when setting the start and length for a memoryRebecca Cran2011-02-231-2/+2
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-2/+3
* Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans2010-12-201-7/+2
* Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used inBernhard Schmidt2010-12-065-0/+40
* Add a dummy for IoOpenDeviceRegistryKey().Bernhard Schmidt2010-11-291-0/+10
* Some drivers rely on the existence of certain keys. The Atheros 9xxxBernhard Schmidt2010-11-291-0/+10
* Add prototype for InitializeSListHead().Bernhard Schmidt2010-11-231-0/+1
* Add a few functions used in newer drivers. Fix RtlCompareMemory() whileBernhard Schmidt2010-11-233-6/+149
* Resurrect amd64 support.Bernhard Schmidt2010-11-224-8/+95
* Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid().Bernhard Schmidt2010-11-221-1/+7
* Fix a panic on i386 for drivers using MmAllocateContiguousMemory()Bernhard Schmidt2010-11-171-2/+2
* Use kmem_alloc_contig() to honour the cache_type variable.Bernhard Schmidt2010-11-172-6/+41
* According to specs for MmAllocateContiguousMemorySpecifyCache() physicallyBernhard Schmidt2010-11-111-6/+3
* Remove 4.x, 5.x and 6.x compatibility bits.Bernhard Schmidt2010-11-043-68/+0
* Use the printf-like capability from kproc_create().Andrew Thompson2010-10-051-8/+3
* ANSIfy prototypes in subr_usbd.c.Ed Schouten2010-06-121-72/+29