This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
compat
/
ndis
History
pfg
0f9e825508
ndis(4): it's rather unrealistic to expect a size_t here.
...
int was actually OK, and u_int is more than enough.
2016-04-28 03:19:53 +00:00
..
cfg_var.h
…
hal_var.h
…
kern_ndis.c
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
2016-03-18 01:28:41 +00:00
kern_windrv.c
…
ndis_var.h
All mbuf external free functions never fail, so let them be void.
2014-07-11 13:58:48 +00:00
ntoskrnl_var.h
Rename P_KTHREAD struct proc p_flag to P_KPROC.
2016-02-09 16:30:16 +00:00
pe_var.h
Remove ia64.
2014-07-07 00:27:09 +00:00
resource_var.h
…
subr_hal.c
…
subr_ndis.c
ndis(4): it's rather unrealistic to expect a size_t here.
2016-04-28 03:19:53 +00:00
subr_ntoskrnl.c
sys: extend use of the howmany() macro when available.
2016-04-26 15:38:17 +00:00
subr_pe.c
…
subr_usbd.c
Include necessary headers that now are available due to pollution
2013-10-28 07:29:16 +00:00
usbd_var.h
…
winx32_wrap.S
…
winx64_wrap.S
…