index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
compat
/
ndis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create a dedicated function for ensuring that cdir and rdir are populated.
mjg
2015-07-11
1
-4
/
+1
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
1
-1
/
+1
*
Fix multiple incorrect SYSCTL arguments in the kernel:
hselasky
2014-10-21
1
-17
/
+26
*
All mbuf external free functions never fail, so let them be void.
glebius
2014-07-11
2
-6
/
+4
*
Remove ia64.
marcel
2014-07-07
1
-2
/
+0
*
Include necessary headers that now are available due to pollution
glebius
2013-10-28
1
-0
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
3
-0
/
+3
*
Give (*ext_free) an int return value allowing for very sophisticated
andre
2013-08-25
2
-7
/
+7
*
Replace kernel virtual address space allocation with vmem. This provides
jeff
2013-08-07
1
-1
/
+1
*
Use m_get/m_gethdr instead of compat macros.
glebius
2013-03-15
1
-6
/
+2
*
Fix wrong assignment.
delphij
2013-03-01
1
-1
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-3
/
+3
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-10
/
+3
*
Make sure that each va_start has one and only one matching va_end,
kevlo
2012-05-29
1
-0
/
+1
*
Fix race condition in KfRaiseIrql().
brucec
2012-03-04
1
-4
/
+6
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-1
/
+2
*
In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory function
dim
2011-12-30
1
-4
/
+1
*
Use the cprd_mem field when setting the start and length for a memory
brucec
2011-02-23
1
-2
/
+2
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.
mdf
2011-01-19
1
-2
/
+3
*
Merge amd64 and i386 bus.h and move the resulting header to x86. Replace
tijl
2010-12-20
1
-7
/
+2
*
Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used in
bschmidt
2010-12-06
5
-0
/
+40
*
Add a dummy for IoOpenDeviceRegistryKey().
bschmidt
2010-11-29
1
-0
/
+10
*
Some drivers rely on the existence of certain keys. The Atheros 9xxx
bschmidt
2010-11-29
1
-0
/
+10
*
Add prototype for InitializeSListHead().
bschmidt
2010-11-23
1
-0
/
+1
*
Add a few functions used in newer drivers. Fix RtlCompareMemory() while
bschmidt
2010-11-23
3
-6
/
+149
*
Resurrect amd64 support.
bschmidt
2010-11-22
4
-8
/
+95
*
Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid().
bschmidt
2010-11-22
1
-1
/
+7
*
Fix a panic on i386 for drivers using MmAllocateContiguousMemory()
bschmidt
2010-11-17
1
-2
/
+2
*
Use kmem_alloc_contig() to honour the cache_type variable.
bschmidt
2010-11-17
2
-6
/
+41
*
According to specs for MmAllocateContiguousMemorySpecifyCache() physically
bschmidt
2010-11-11
1
-6
/
+3
*
Remove 4.x, 5.x and 6.x compatibility bits.
bschmidt
2010-11-04
3
-68
/
+0
*
Use the printf-like capability from kproc_create().
thompsa
2010-10-05
1
-8
/
+3
*
ANSIfy prototypes in subr_usbd.c.
ed
2010-06-12
1
-72
/
+29
*
Revert a functional change that snuck in.
rpaulo
2009-11-02
1
-1
/
+1
*
Fix a non-style 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
7
-682
/
+360
*
provides a extra write buffer when the NDIS driver want to send a
weongyo
2009-06-26
1
-2
/
+3
*
Fix a typeo in the frame len function to unbreak the build, make it shorter
thompsa
2009-06-23
1
-1
/
+1
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
3
-52
/
+62
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-27
/
+27
*
Rename usb pipes to endpoints as it better represents what they are, and struct
thompsa
2009-06-07
1
-3
/
+3
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-16
/
+16
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-17
/
+17
*
Remove an unused variable.
antoine
2009-05-24
1
-1
/
+1
*
Remove an unused variable.
brueffer
2009-05-14
1
-2
/
+0
*
Fix memory leak in an error case.
brueffer
2009-05-13
1
-0
/
+3
*
MFp4 //depot/projects/usb@159909
thompsa
2009-04-05
1
-12
/
+12
*
Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxx
weongyo
2009-03-18
1
-52
/
+278
*
If the caller sets irp_usriostat or irp_usrevent it try to process it
weongyo
2009-03-18
1
-10
/
+9
[next]