Page MenuHomeFreeBSD

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

Authored by obiwac_gmail.com on Aug 31 2023, 8:12 PM.
Referenced Files
Unknown Object (File)
May 20 2024, 2:27 AM
Unknown Object (File)
Apr 30 2024, 7:00 PM
Unknown Object (File)
Apr 8 2024, 4:27 PM
Unknown Object (File)
Jan 3 2024, 7:13 AM
Unknown Object (File)
Dec 13 2023, 6:24 AM
Unknown Object (File)
Oct 18 2023, 4:06 PM
Unknown Object (File)
Oct 16 2023, 7:23 PM
Unknown Object (File)
Sep 5 2023, 11:31 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