Slashdot Mirror


The FreeBSD Foundation Is Soliciting Project Proposals

Professor_Quail writes "Following a successful 2012 fundraising campaign, the FreeBSD Foundation is soliciting the submission of project proposals for funded development grants. Proposals may be related to any of the major subsystems or infrastructure within the FreeBSD operating system, and will be evaluated based on desirability, technical merit, and cost-effectiveness. The proposal process is open to all developers (including non-FreeBSD committers), and the deadline for submitting a proposal is April 26th, 2013." The foundation is currently funding a few other projects, including UEFI booting support.

34 of 58 comments (clear)

  1. IPv6 DHCP gui by Anomalyst · · Score: 5, Interesting

    Include support of LDAP and static leases. A wizard for requesting & configuring IPv6Tov4 tunnels thru current IPv6 providers would be a major boon

    --
    There is no right to feel safe thru security vaudeville at the expense of everyone's freedom, privacy and tax money.
    1. Re:IPv6 DHCP gui by unixisc · · Score: 2

      Fully second this!!! Have a DHCP6 manager that assigns static and dynamic address pools, and allow for the interface ID addresses to be grouped in any way that's convenient. Such a utility would be particularly great in router/firewall gear such as m0n0wall and pFsense, if not in FBSD itself. It should have direct hooks to the relevant /etc/ files so that one doesn't have to whip up an editor and manually edit such stuff.

      Other suggestions - all IPv6 related. One - have an utility that allows virtual web hosts to all have different addresses, thereby creating real hosts. Another - this could be either a pFsense or an OBSD project - an application that provides an IPv6 equivalent of the firewall portion of IPv4 NAT, so that that aspect of IPv6 security is addressed. One more - have the option of giving all VMs an IPv6 address of their own (either/both routable & non-routable), and tie that to the DHCP6 manager described above.

      All this could be a part of an FBSD answer to OpenWRT, but w/ one major difference that justifies the project - it would be completely IPv6 centric, and the only IPv4 support would be for the sake of making IPv6 services available to it.

  2. Better /etc/hosts support by Anonymous Coward · · Score: 5, Funny

    They should get rid of the insecure and buggy libresolv and replace it with /etc/hosts for all DNS lookups.

    1. Re:Better /etc/hosts support by NoNonAlphaCharsHere · · Score: 1

      For those of you keeping track, that's the funniest thing on /. today.

    2. Re:Better /etc/hosts support by Bengie · · Score: 1

      He made fun of a common troll/spam. I love it.

    3. Re:Better /etc/hosts support by NoNonAlphaCharsHere · · Score: 1

      Thank you for shedding light where there was no darkness.

    4. Re:Better /etc/hosts support by Gothmolly · · Score: 1

      +1 Internets to you, sir.

      --
      I want to delete my account but Slashdot doesn't allow it.
  3. Spend it all on marketing by Anonymous Coward · · Score: 1

    Spend it all on marketing, then maybe you'll get more than 5 people to give a crap about FreeBSD. Serious suggestion.

    1. Re:Spend it all on marketing by Bengie · · Score: 1

      I'm torn between troll and funny. Something about spending charity money, for an Opensource project that gets most of its support from volunteers, on marketing seems funny.

  4. Re:Ad Hoc Mesh Network by SuricouRaven · · Score: 1

    If you like meshes, you'd better look into CAN and distributed caching too - because without that, your mesh is going to be overwhelmed very easily.

  5. Commit useful new code back from the OSX fork by muon-catalyzed · · Score: 1

    The OGL implementation for example.

    1. Re:Commit useful new code back from the OSX fork by Anonymous Coward · · Score: 1

      OSX was never forked from FreeBSD.

    2. Re:Commit useful new code back from the OSX fork by fnj · · Score: 1

      You don't have to fork BSD-licensed code. That's the point. Just take the code and use it. Make any changes you want. You don't have to give them anything or tell them anything.

  6. ZFS boot support by rhavenn · · Score: 3

    stable and installer supported ZFS boot support for the / volume.

    1. Re:ZFS boot support by Bengie · · Score: 4, Informative

      I think PC-BSD has support to setting up a ZFS boot on fresh install, while allowing a naked FreeBSD install.

    2. Re:ZFS boot support by Sadsfae · · Score: 1

      stable and installer supported ZFS boot support for the / volume.

      It's definitely stable (running 9.1-RELEASE here in a few places) but not in the installer until later.
      Setting up a ZFS / install now isn't too difficult but does require using a livecd.
      There is a great thread covering it from many angles here, including HD encryption.

      http://forums.freebsd.org/showthread.php?t=31662

      One thing I did here was go upwards of 50-60G for root, I find the 10g or 20g in the
      examples isn't sufficient for keeping full /usr/src and /usr/ports populated + port builds.

      --
      Have a squat over at the hobo house.
    3. Re:ZFS boot support by The+Moof · · Score: 1

      Traditional FBSD practice doesn't place /usr and / on the same partition. I usually take it a step further and put /usr/ports onto its own partition due to the nature of that beast.

    4. Re:ZFS boot support by RicktheBrick · · Score: 2

      I want a program that would maintain a backup of the hard drive on a network drive every time the computer is shut off. I want an installation disk that would look for a backup on the network drive and install that backup instead of a new installation.

  7. Java by FeatherBoa · · Score: 3, Interesting

    I would like to see improved Java support. What we have now is all either hacks based on running the Linux JVM as a compatible ABI, or you have to build a JVM from source due to licensing. I would like to see a commercial JVM run natively. Ideally IBM's.

    That's not something FreeBSD can do though, I don't expect.

    1. Re:Java by X0563511 · · Score: 1

      I don't see why they can't work with OpenJDK. It's not under a stupid license like the Sun/Oracle JRE.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
  8. Are there bootable backups ? by Marrow · · Score: 2

    Something to completely restore a machine?

  9. Re:Everything from DragonflyBSD by fnj · · Score: 1

    DragonflyBSD is a good solid project, but could you name the aspects in which it is superior to FreeBSD? DragonflyBSD has hammerfs; FreeBSD has ZFS. That's a draw at best. There are some relatively minor improved features which would be nice to port back maybe.

  10. Re:Hardware and file system support by fnj · · Score: 1

    FreeBSD supports far more hardware platforms than most or any linux distros. I have never had any problem whatsoever with FreeBSD on any PC hardware I tried. What specific hardware have you had a problem with? How long ago was it?

  11. Re:Everything from DragonflyBSD by bluefoxlucid · · Score: 1

    Uh, the completely non-locking allocators, scheduler paths, and so on? DragonflyBSD's internals are what separated it from FreeBSD: the original maintainer had some big ideas on how to rewrite the schedulers (process, thread, I/O) and allocators to be a lot faster, lighter, more efficient, and scalable; he got banned from FreeBSD.

    HP Moonshot is going to bring 2000+ core servers to the data center one of these years (it's quiet, but there's real progress happening in there and lots of partners in the data center testing out the design and commenting and criticizing and helping to debug and improve it), and everything that isn't concurrent without a performance impact (that means no lock paths and no being any less than 4x as fast to schedule 4 threads at once) is going to shit itself when it hits the hardware and probably die.

    Thousands of cores. Bajillions of bytes of memory.

  12. Re:Hardware and file system support by unixisc · · Score: 1

    You seem to be talking about CPUs, but if the subject is supported peripherals or other devices, Linux seems to be way ahead of the BSDs in this area.

  13. Double Guitars by bradgoodman · · Score: 2

    You know those guitars that are like, double guitars?

  14. Printer and scanner support by Builder · · Score: 1

    If FreeBSD supported more printers and scanners / MFC devices, I'd be back on it tomorrow.

  15. Linux Parity by snadrus · · Score: 1

    Foundations for Wayland, KVM, KMS, systemd, Dalvik. Many of these things should just be a compile away with the right few pieces in place. Don't get left behind & don't let Linux's advancements be an island

    --
    Science & open-source build trust from peer review. Learn systems you can trust.
    1. Re:Linux Parity by unixisc · · Score: 1

      How many concurrent versions of FBSD do you want running? 9.1 was announced a few weeks ago, 8.4 beta has just been released. I fear that FBSD has a lot of de facto forks running at the moment.

  16. I'm proud I gave them a hundred bucks! by MythicalMan · · Score: 1

    I'm a busy software developer working for a big company, so I don't have much time to contribute for Open Source and open knowledge projects. Supporting the FreeBSD Foundation, Wikimedia and similar initiatives seems to be a good way to pay for their valuable work. I make a donation every year and invite all /. readers to do the same.

    --
    --- Signature? You must be kidding!
  17. oh, just a couple by CAIMLAS · · Score: 1

    Oh, I only have a couple:

    * Fix USB device enumeration, you know, like you said you would in 8.1
    * Either remove or update storage controller drivers which are no longer maintained and have been
    * replace sysinstall outright with something which is more likely to work consistently
    * fix the release cycle to have something between "cutting edge requiring a regular rebuild of the system" and "stale binaries released when the release goes STABLE, and more often than not made unavailable completely as soon as they become stable and/or vulnerable".
    * Would also be nice if they could make it so the all-too-common upgrade problem where you start an upgrade, but a dependency gets changed while you're upgrading and you end up half-broken (requiring you to run 2+ freebsd machines per release if you want to run one in a production state).

    Of course, I'd submit these officially, but like is typical with FreeBSD, "it's your fault, there is no problem, X works fine, moving on" is likely to be the response (if there is one at all).

    --
    ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  18. Re:Wayland and modern X/DRI by unixisc · · Score: 1

    FBSD may not need Wayland, since it's possible that a lot of their users do use X for remote accessing. But for PC-BSD, Wayland should be ported, and KDE 5 and other DEs that support Wayland should be supported on it.

    Which brings to mind another point - FBSD needs a team that do just one thing - ensure that every peripheral that sells today has supported drivers, be it open source or not. The goal should be making (F)BSD as automatic an install as Windows usually is. Once that's there, w/ complete plug-n-play, there are some chances of OEMs bundling PC-BSD w/ newer desktops, instead of Windows 8.

  19. Drivers & ports by unixisc · · Score: 1

    Two more things. Have one team whose sole purpose is to proliferate FBSD support to as many known peripherals and devices as possible, so that it's as easy to proliferate PC-BSD on as many laptops as possible, w/o worrying about whether it supports all the hardware or not.

    Other - have something like Wine for PC-BSD to run XP and Windows 7 programs. Not so well that nobody wants to develop stuff for PC-BSD, but well enough so that the last essential programs that may not have a unix equivalent can be run emulated, while the bulk of other things run on PC-BSD.

  20. Re:Port VirtualBox to FreeBSD by unixisc · · Score: 1

    FreeBSD already has a virtual edition called VirtualBDS. On top of that, it also supports jails of Linux (Debian & Gentoo) and BSD itself. Only thing it'd need might be VMware for Windows support, but other than that, I'd say it's there.