openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
N
ndisulator
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 4 hours
ago.
Mar 16, 2025 — Mar 16, 2026
Showing page 1 of 28
Search / Filter on:
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.
Gleb Smirnoff
More...
over 10 years ago
Set ic_softc in all 802.11 drivers. Not required right now, but will be used quite soon.
Gleb Smirnoff
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
Gleb Smirnoff
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.
Jung-uk Kim
More...
over 10 years ago
Update date of latest test
Vladislav Movchan
More...
over 10 years ago
Prepare for supporting driver-overridden curchan when submitting scan results.
Adrian Chadd
More...
over 10 years ago
Update note about latest test
Vladislav Movchan
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.
Vladislav Movchan
More...
almost 11 years ago
Fix copy-paste mistake
Vladislav Movchan
More...
almost 11 years ago
Reimplement RtlGUIDFromString
Vladislav Movchan
More...
almost 11 years ago
NetCfgInstanceId should fit GUID format
Vladislav Movchan
More...
almost 11 years ago
Reimplement fpu_kern_ctx cache to make lookups in O(1) instead of O(n).
Vladislav Movchan
More...
almost 11 years ago
Fix formatting
Vladislav Movchan
More...
over 11 years ago
Explain git branches
Vladislav Movchan
More...
over 11 years ago
Fix formatting. Add note about latest test.
Vladislav Movchan
More...
over 11 years ago
Fix multiple incorrect SYSCTL arguments in the kernel:
Hans Petter Selasky
More...
over 11 years ago
Fix my typos in previous commit
Vladislav Movchan
More...
over 11 years ago
Mechanically convert to if_inc_counter().
Gleb Smirnoff
More...
over 11 years ago
All mbuf external free functions never fail, so let them be void.
Gleb Smirnoff
More...
over 11 years ago
Rename README to README.md + Add some basic information and extend instructions
Vladislav Movchan
More...
about 12 years ago
Fix build on recent current. Related to svn commit 260719
Vladislav Movchan
More...
about 12 years ago
Fix build on recent current. Related to svn commit 260719
Vladislav Movchan
More...
about 12 years ago
Silent compiler warning
Vladislav Movchan
More...
over 12 years ago
Include necessary headers that now are available due to pollution via if_var.h.
Gleb Smirnoff
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
Gleb Smirnoff
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
Vladislav Movchan
More...
over 12 years ago
Give (*ext_free) an int return value allowing for very sophisticated external mbuf buffer management capabilities in the future.
andre
More...
over 12 years ago
Replace kernel virtual address space allocation with vmem.
jeff
More...
over 12 years ago
Make sure kldxref is not going to use obsolete if_ndis.ko
Vladislav Movchan
More...
about 13 years ago
Do not report success when calling NdisOpenConfigurationKeyByName()
Paul B Mahol
More...
over 13 years ago
←
1
2
3
4
5
6
7
8
9
…
27
28
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree