#
97f11716 |
| 04-Sep-2022 |
Niels Sascha Reedijk <niels.reedijk@gmail.com> |
Merge remote-tracking branch 'origin/master' into dev/netservices
Change-Id: I588c4a840523995f820161d63741c137bc5c719c
|
#
eb561466 |
| 13-May-2022 |
Augustin Cavalier <waddlesplash@gmail.com> |
openbsd_wlan: Basic adaptations to the net80211 layer.
The stack now compiles and links. Combining this with adaptations to the driver gets things to the point where it runs scans, but we do not yet
openbsd_wlan: Basic adaptations to the net80211 layer.
The stack now compiles and links. Combining this with adaptations to the driver gets things to the point where it runs scans, but we do not yet implement ioctls so they can be returned to userland.
show more ...
|
#
753c7e08 |
| 05-Jan-2019 |
Augustin Cavalier <waddlesplash@gmail.com> |
freebsd11_wlan -> freebsd_wlan.
FreeBSD 12's net80211 layer contains only 2 small KPI breaks from FreeBSD 11, so we can upgrade it, apply those 2 changes to the drivers which are affected (as the ch
freebsd11_wlan -> freebsd_wlan.
FreeBSD 12's net80211 layer contains only 2 small KPI breaks from FreeBSD 11, so we can upgrade it, apply those 2 changes to the drivers which are affected (as the changes are in some lesser-used functions), and then upgrade all drivers one at a time.
show more ...
|
#
83c80263 |
| 03-Jan-2019 |
Augustin Cavalier <waddlesplash@gmail.com> |
freebsd_iflib: Import.
This is the iflib from FreeBSD 12.0 with a few select patches from FreeBSD trunk applied (and a lot of #ifdef __HAIKU__s, as you can see.)
There are certain things it adds to
freebsd_iflib: Import.
This is the iflib from FreeBSD 12.0 with a few select patches from FreeBSD trunk applied (and a lot of #ifdef __HAIKU__s, as you can see.)
There are certain things it adds to SYSINIT that can't be un-initialized (like the grouptaskqueues), and so rather than adding this to every driver unnecessarily, a separate .a for it makes the most sense.
show more ...
|
#
dba28784 |
| 25-Dec-2018 |
Augustin Cavalier <waddlesplash@gmail.com> |
freebsd11_network -> freebsd_network.
FreeBSD 12 has no major changes to the ifnet KPIs that constitute a source compatibility break, save a single one related to locking which doesn't really apply
freebsd11_network -> freebsd_network.
FreeBSD 12 has no major changes to the ifnet KPIs that constitute a source compatibility break, save a single one related to locking which doesn't really apply to us, and so we don't need to create a "freebsd12_network" directory to work through the upgrades.
show more ...
|
#
1e29bfd7 |
| 18-Jul-2018 |
Augustin Cavalier <waddlesplash@gmail.com> |
Update all remaining consumers of the FreeBSD compat headers.
|
#
af8988cd |
| 26-Jun-2018 |
Augustin Cavalier <waddlesplash@gmail.com> |
freebsd11_wlan: Adapt net80211 code for Haiku's usage.
Changes mostly ported from the FreeBSD 9 code, but some of it is new. Hopefully in the future, this diff can be reused almost wholesale, instea
freebsd11_wlan: Adapt net80211 code for Haiku's usage.
Changes mostly ported from the FreeBSD 9 code, but some of it is new. Hopefully in the future, this diff can be reused almost wholesale, instead of having to re-create it as was done in past upgrades.
show more ...
|
#
078cb108 |
| 14-Nov-2017 |
Jérôme Duval <jerome.duval@gmail.com> |
freebsd11_network: adapt code based on needs of the e1000 R11.1 driver.
|
#
a315b76d |
| 29-Nov-2009 |
Colin Günther <coling@gmx.de> |
* Importing r401 of ported wlan stack from osdrawer.net/haiku-wifi. This port is based on FreeBSD RELEASE_8_0_0 (r199625) found in Haiku's freebsd vendor branch. * Added freebsd_wlan directory to
* Importing r401 of ported wlan stack from osdrawer.net/haiku-wifi. This port is based on FreeBSD RELEASE_8_0_0 (r199625) found in Haiku's freebsd vendor branch. * Added freebsd_wlan directory to the Jamfile in HAIKU_TOP/src/libs/compat/ so that the stack can be built with jam libfreebsd_wlan.a.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34343 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
750ddafd |
| 02-May-2007 |
Hugo Santos <hugosantos@nowhere.fake> |
initial work towards a FreeBSD network driver source level compatibility layer.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20985 a95241bf-73f2-0310-859d-f6bbb57e9c96
|