notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: net/aoe/files/patch-aoenet.c

Number of commits found: 11

Sunday, 10 Sep 2023
16:12 Robert Clausecker (fuz) search for other commits by this committer Author: Chad Fraleigh
net/aoe: fix build on non-x86

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
commit hash: 20f05250fa96558ffcb8c93ae4a3f92de646f6ac commit hash: 20f05250fa96558ffcb8c93ae4a3f92de646f6ac commit hash: 20f05250fa96558ffcb8c93ae4a3f92de646f6ac commit hash: 20f05250fa96558ffcb8c93ae4a3f92de646f6ac 20f0525
Wednesday, 9 Aug 2023
13:02 Robert Clausecker (fuz) search for other commits by this committer Author: Chad Fraleigh
net/aoe: fix build on FreeBSD 12

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
commit hash: ac47064e4aac2fedc24270363fbb1b26eaf0b2bd commit hash: ac47064e4aac2fedc24270363fbb1b26eaf0b2bd commit hash: ac47064e4aac2fedc24270363fbb1b26eaf0b2bd commit hash: ac47064e4aac2fedc24270363fbb1b26eaf0b2bd ac47064
Wednesday, 18 Oct 2017
06:26 fjoe search for other commits by this committer
Unbreak on CURRENT
Original commitRevision:452313 
Thursday, 2 Oct 2014
16:23 glebius search for other commits by this committer
Fix build on head.

Approved by:	bapt
Original commitRevision:369837 
Saturday, 13 Sep 2014
19:54 fjoe search for other commits by this committer
Unbreak on -CURRENT.
Original commitRevision:368134 
Sunday, 31 Aug 2014
18:35 fjoe search for other commits by this committer
Unbreak on -CURRENT.
Original commitRevision:366808 
18:30 fjoe search for other commits by this committer
Unbreak on -CURRENT.
Original commitRevision:366807 
Thursday, 5 Jun 2014
10:21 fjoe search for other commits by this committer
Unbreak on FreeBSD 11 (32-bit ifi_mtu).
Original commitRevision:356624 
Sunday, 9 Feb 2014
05:53 fjoe search for other commits by this committer
Unbreak on -CURRENT: M_DONTWAIT -> M_NOWAIT.
Original commitRevision:343431 
Monday, 18 Nov 2013
14:44 fjoe search for other commits by this committer
Unbreak build on FreeBSD 10 (new mbuf API).
Original commitRevision:334200 
Tuesday, 14 Sep 2010
13:30 fjoe search for other commits by this committer
New port: FreeBSD driver for ATA over Ethernet (AoE)

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
Original commit

Number of commits found: 11