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.

58 comments

  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 Anonymous Coward · · Score: 0

      Sometimes I wonder if (hope that) the people/foundations/politicians Slashdot users read our suggestions. I find some comments quite laudable.

    2. 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. Ad Hoc Mesh Network by Anonymous Coward · · Score: 0

    Smartest thing they could work on right now. Build up some infrastructure NOW for when the SHTF.
    Look to:
    PirateBox
    Byzantine

    1. 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.

  3. 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.
  4. 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.

  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 Anonymous Coward · · Score: 0

      Wikipedia:
      FreeBSD's implementation of Unix were incorporated in NeXTSTEP, the core of Mac OS X.

      http://en.wikipedia.org/wiki/Os_x

    3. 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.

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

      Which does not refute my statement, "OSX was never forked from FreeBSD."

      Some kernel and user bits of FreeBSD (and NetBSD) were incorporated into Darwin, just like some GNU bits were incorporated. All the the BSDs and Linux distributions borrow from each other.

      I suggest some remedial reading courses or finish high school.

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

      Which does not refute the parent's statement at all, OS X is heavily based on the BSD Unix, even the Mach kernel itself was originally developed as a replacement for the Unix kernel in the BSD.

  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.

    5. Re:ZFS boot support by Anonymous Coward · · Score: 0

      This has been solved long ago, use remote boot (PXE).

  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...
    2. Re:Java by Anonymous Coward · · Score: 0

      http://www.freshports.org/search.php?query=openjdk

  8. Everything from DragonflyBSD by bluefoxlucid · · Score: 0

    Catch up to DragonflyBSD, which forked FreeBSD in the direction it SHOULD have gone and now has superior just-about-everything.

    1. Re:Everything from DragonflyBSD by Anonymous Coward · · Score: 0

      troll

    2. 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.

    3. 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.

  9. Hardware and file system support by Anonymous Coward · · Score: 0

    I would love to run FreeBSD but it won't run smoothly (or in some cases at all) on my hardware, most Linux distributions run perfectly on these machines, but FreeBSD often won't even boot. The primary focus should be to improve hardware support since nothing else matters if the OS won't boot. After that I'd love to see wider file system support for cross-compatibility and a restoration of the pkg-ng package repository.

    1. Re:Hardware and file system support by Anonymous Coward · · Score: 0

      My headless server, with Intel CPU/NIC and and LSI controller, works just fine.

    2. 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?

    3. 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.

    4. Re:Hardware and file system support by Anonymous Coward · · Score: 0

      I have two desktops and a laptop I've tried FreeBSD on. FreeBSD won't boot on either desktop machine. It runs (slowly) on the laptop, but wireless won't work without manually loading the card's firmware. (It's an Intel 1000 card. The firmware exists on FreeBSD but the card isn't automatically detected.) The laptop is an HP G60, one of the desktops is an HP Pavilon p6 and the other is an eMachines W3107. As to how long ago was it, about a week ago with FreeBSD 9.1. I've also tried FreeBSD 9.0 and the FreeBSD 8.x releases from 8.0 up to 8.2. Most Linux distros run on all three machines without any trouble.

  10. obligatory by Anonymous Coward · · Score: 0

    Shouldn't they just make it a project to die already?

  11. FreeBSD powered version of Windows Blue by Anonymous Coward · · Score: 0

    There I said it.

    Red pill, or blue pill. The matrix must decide!

  12. Are there bootable backups ? by Marrow · · Score: 2

    Something to completely restore a machine?

  13. Double Guitars by bradgoodman · · Score: 2

    You know those guitars that are like, double guitars?

  14. Port VirtualBox to FreeBSD by Anonymous Coward · · Score: 0

    Having a virtualization solution like VirtualBox available for FreeBSD hosts could help increase FreeBSD's adoption, particularly among developers who often need multiple OSes to run on their box.

    I for example am relatively new to FreeBSD but would love to use it as my primary workstation OS, with Windows and Linux as guest VMs as my (development) work requires. This would allow me to maximize the benefit from ZFS, which is a major selling point. The ZFS benefit diminishes greatly if you run it in a VM (awesome guest filesystem gets trumped by the fact its "disks" are just files on a the host's less-robust filesystem).

    And of course once FreeBSD became my primary OS, I'd be learning more about it and would probably start finding things I'd like to contribute.

    1. 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.

  15. HashCash support by default in ALL mail programs! by Anonymous Coward · · Score: 0

    http://www.hashcash.org/
    http://pthree.org/2011/03/03/the-sad-state-of-hashcash/

    This type of proof-of-work algorithm can ONLY ever catch on if someone seriously tackles the chicken-and-egg problem of ensuring it's supported in all mail agents AND clients.

    The world needs:

    -client hashcash plugins for: gmail, yahoo, thunderbird, hotmail
    -mail agent plugins for: sendmail, postfix, exim etc.

    and they all need to be plug-and-play.

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

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

  17. Wayland and modern X/DRI by Anonymous Coward · · Score: 0

    X developers only write for linux kernel hooks. FreeBSD needs to put eyeballs on DRI and X related drivers, and do Wayland.

    1. 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.

  18. the one thing most open source projects lack... by Anonymous Coward · · Score: 0

    better documentation.. and not just the by geeks for geeks often incomprehensible code comments and release notes, either. but actual, real documentation of all basic functions..

    and oh yea.. the bsd's need a real installer.

  19. 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 Anonymous Coward · · Score: 0

      No, thank you.

    2. Re:Linux Parity by Anonymous Coward · · Score: 0

      Replying as AC because I can't remember my details...

      FreeBSD has KMS and GEM right now. There's been (in the past at least) discussions about systemd since FreeBSD had an analog to systemd prior to systemd being developed. There was some alpha-grade systemd dev done for NetBSD in the past but the issue seemed to be the lack of documentation around systemd.

    3. Re:Linux Parity by Anonymous Coward · · Score: 0

      Release at least a beta version of FreeBSD ver. 10.0 as early as possible. Spend some funds to release fast.

    4. 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.

  20. 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!
  21. 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
  22. 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.