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
/
kern_windrv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Big style cleanup. While there remove references to FreeBSD versions
rpaulo
2009-11-02
1
-45
/
+36
*
Fix memory leak in an error case.
brueffer
2009-05-13
1
-0
/
+3
*
o port NDIS USB support from USB1 to the new usb(USB2).
weongyo
2009-03-07
1
-74
/
+73
*
Move usb to a graveyard location under sys/legacy/dev, it is intended that the
thompsa
2009-02-23
1
-2
/
+2
*
Remove unused variable.
ganbold
2008-12-28
1
-3
/
+0
*
Integrate the NDIS USB support code to CURRENT.
weongyo
2008-12-27
1
-3
/
+8
*
- Move GDT/LDT locking into a seperate spinlock, removing the global
jeff
2007-05-20
1
-6
/
+6
*
Tests with my dual Opteron system have shown that it's possible
wpaul
2005-11-02
1
-2
/
+7
*
This commit makes a big round of updates and fixes many, many things.
wpaul
2005-10-10
1
-27
/
+29
*
Missed kern_windrv.c in the last checkin.
wpaul
2005-05-20
1
-0
/
+14
*
More fixes for multibus drivers. When calling out to the match
wpaul
2005-05-08
1
-1
/
+1
*
Fix support for Windows drivers that support both PCI and PCMCIA devices at
wpaul
2005-05-08
1
-0
/
+11
*
Throw the switch on the new driver generation/loading mechanism. From
wpaul
2005-04-24
1
-28
/
+80
*
Now that the GDT has been reorganized and GNDIS_SEL has been reserved
wpaul
2005-04-17
1
-1
/
+17
*
Create new i386 windows/bsd thunking layer, similar to the amd64 thunking
wpaul
2005-04-11
1
-14
/
+400
*
In windrv_load(), I was allocating the driver object using
wpaul
2005-03-01
1
-17
/
+17
*
- Correct one aspect of the driver_object/device_object/IRP framework:
wpaul
2005-02-24
1
-5
/
+20
*
Fix freeing of custom driver extensions. (ExFreePool() was being
wpaul
2005-02-16
1
-1
/
+1
*
Add support for Windows/x86-64 binaries to Project Evil.
wpaul
2005-02-16
1
-3
/
+57
*
Next step on the road to IRPs: create and use an imitation of the
wpaul
2005-02-08
1
-0
/
+416