| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While we are at it:
- remove BROKEN_... lines for FreeBSD versions out of support
- drop homegrown do-install in favour of USES=uidfix
- install kernel module into standard location
- attempt to fix the build on FreeBSD 13
Still doesn't work on FreeBSD 13.2. While it builds, the code now
fails at runtime, apparently when it tries to dereference vnet_entry_ifnet
in the line
IFNET_FOREACH(ifp)
in aoenet_xmitbcast.
PR: 239891
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Still broken on FreeBSD 13+, but for a different reason now:
aoenet.c:313:22: error: use of undeclared identifier 'ifnet'; did you mean 'ifunit'?
IFNET_FOREACH(ifp, &ifnet, if_link) {
^~~~~
ifunit
PR: 239891
MFH: 2023Q3
|
| |
|
|
| |
Notes:
svn path=/head/; revision=452313
|
| |
|
|
|
|
|
| |
Approved by: bapt
Notes:
svn path=/head/; revision=369837
|
| |
|
|
| |
Notes:
svn path=/head/; revision=368134
|
| |
|
|
| |
Notes:
svn path=/head/; revision=366808
|
| |
|
|
| |
Notes:
svn path=/head/; revision=366807
|
| |
|
|
| |
Notes:
svn path=/head/; revision=356624
|
| |
|
|
| |
Notes:
svn path=/head/; revision=343431
|
| |
|
|
| |
Notes:
svn path=/head/; revision=334200
|
|
|
Port author is Stacey D. Son. Two additional patches are added:
- a patch to fix build on FreeBSD 7 and later [1]
- a patch to fix device detection >2TB [2]
Submitted by: pluknet [1], fjoe [2]
Tested by: George Mamalakis
Notes:
svn path=/head/; revision=261148
|