Page MenuHomeFreeBSD

gsoc: BATMAN code pulled from Linux (with no changes)
AbandonedPublic

Authored by obiwac_gmail.com on Aug 31 2023, 8:12 PM.
Referenced Files
Unknown Object (File)
Nov 21 2024, 5:05 PM
Unknown Object (File)
Nov 20 2024, 4:39 AM
Unknown Object (File)
Sep 27 2024, 10:10 PM
Unknown Object (File)
Sep 23 2024, 7:46 AM
Unknown Object (File)
Sep 19 2024, 4:10 AM
Unknown Object (File)
Sep 10 2024, 1:21 PM
Unknown Object (File)
Sep 8 2024, 8:55 AM
Unknown Object (File)
Aug 21 2024, 3:54 PM
Subscribers

Details

Reviewers
mmokhi
Group Reviewers
linuxkpi
Summary

This is the batman-adv source code, pulled straight from Linux with no modifications (equivalent to this PR on my development repo: https://github.com/obiwac/freebsd-gsoc/pull/3).

Wiki page: https://wiki.freebsd.org/SummerOfCode2023Projects/CallingTheBatmanFreeNetworksOnFreeBSD

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sys/contrib is good for this, but sys/gnu might be even better since it is GPL'd.

In D41679#949804, @imp wrote:

sys/contrib is good for this, but sys/gnu might be even better since it is GPL'd.

Okay, can do. The subsequent diffs I had queued up build upon this one, so those will have to wait until I move this to sys/gnu as I'll be away for a few days. Sorry about that!

In D41679#949804, @imp wrote:

sys/contrib is good for this, but sys/gnu might be even better since it is GPL'd.

I don't think that we want new GPL'ed code in base ?

In D41679#949984, @manu wrote:
In D41679#949804, @imp wrote:

sys/contrib is good for this, but sys/gnu might be even better since it is GPL'd.

I don't think that we want new GPL'ed code in base ?

I think the official policy is "Ask core first" to be included in the base, with a fallback to a port to load it as a module.

Warner

This will end up being a port.