0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Mar 16, 2025 — Mar 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change three methods in struct ieee80211com, namely ic_updateslot, ic_update_mcast and ic_update_promisc, to pass pointer to the ieee80211com, not to the ifnet. More... over 10 years ago
Set ic_softc in all 802.11 drivers. Not required right now, but will be used quite soon. More... over 10 years ago
Make net80211 drivers supply their device name to the net80211 layer, so that the latter doesn't need to go through struct ifnet to get their name More... over 10 years ago
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten years for head. However, it is continuously misused as the mpsafe argumen for callout_init(9). Deprecate the flag and clean up callout_init() calls to make them more consistent. More... over 10 years ago
Update date of latest test More... over 10 years ago
Prepare for supporting driver-overridden curchan when submitting scan results. More... over 10 years ago
Update note about latest test More... almost 11 years ago
Wrap calls to vsprintf and vsnprintf. On amd64 "va_list" structure prepared by machine code compiled in windows has different structure than "native" one. More... almost 11 years ago
Fix copy-paste mistake More... almost 11 years ago
Reimplement RtlGUIDFromString More... almost 11 years ago
NetCfgInstanceId should fit GUID format More... almost 11 years ago
Reimplement fpu_kern_ctx cache to make lookups in O(1) instead of O(n). More... almost 11 years ago
Fix formatting More... over 11 years ago
Explain git branches More... over 11 years ago
Fix formatting. Add note about latest test. More... over 11 years ago
Fix multiple incorrect SYSCTL arguments in the kernel: More... over 11 years ago
Fix my typos in previous commit More... over 11 years ago
Mechanically convert to if_inc_counter(). More... over 11 years ago
All mbuf external free functions never fail, so let them be void. More... over 11 years ago
Rename README to README.md + Add some basic information and extend instructions More... about 12 years ago
Fix build on recent current. Related to svn commit 260719 More... about 12 years ago
Fix build on recent current. Related to svn commit 260719 More... about 12 years ago
Silent compiler warning More... over 12 years ago
Include necessary headers that now are available due to pollution via if_var.h. More... over 12 years ago
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare to this event, adding if_var.h to files that do need it. Also, include all includes that now are included due to implicit pollution via if_var.h More... over 12 years ago
Fix build on the recent current: wait_type WAIT_ANY intersects with the WAIT_ANY definition of sys/sys/wait.h More... over 12 years ago
Give (*ext_free) an int return value allowing for very sophisticated external mbuf buffer management capabilities in the future. More... over 12 years ago
Replace kernel virtual address space allocation with vmem. More... over 12 years ago
Make sure kldxref is not going to use obsolete if_ndis.ko More... about 13 years ago
Do not report success when calling NdisOpenConfigurationKeyByName() More... over 13 years ago