When comparing illumos vs FreeBSD, the Slant community recommends FreeBSD for most people. In the question“What are the best server OSes?” FreeBSD is ranked 3rd while illumos is ranked 7th. The most important reason people chose FreeBSD is:
Ports provide a wide collection of software which are easy to build, install and modify. They contain recipes and patches to build various software, so you can simply run "make && make install" to build and install the software. You may also keep local patches and it would be picked up automatically. It also allows you to use the latest software even if you are not using the latest version of the operating system.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Open Source
Illumos is completely free and open source.
Pro ZFS file system
illumos uses ZFS as its file system. ZFS is also a logical volume manager besides being a combines file system.
The main features of ZFS include: protection against data corruption, data compression, checking continuous integrity, high storage capacities support etc...
Pro Zones
Zones provide an isolated environment to run applications in. Processes that run in zones are prohibited to interfere or monitor any other activity in the system.
Pro Performance analysis and troubleshooting
illumos uses DTrace for performance analysis and troubleshooting.
Pro Powerful ports collection
Ports provide a wide collection of software which are easy to build, install and modify. They contain recipes and patches to build various software, so you can simply run "make && make install" to build and install the software. You may also keep local patches and it would be picked up automatically. It also allows you to use the latest software even if you are not using the latest version of the operating system.
Pro Batteries included
Base system contains basic developer tools, including compiler, debugger and system utilities.
Pro Jails mechanism
Jails allow for partitioning a system into several independent "mini-systems", a feature not found in many of the popular OS choices.
Pro Stable updates
Pro Great philosophy
FreeBSD won't change everything from a version to another, it tries to keep and maintain old tools as long as possible, and won't replace half the system every two versions like GNU/Linux distributions such as Ubuntu, Arch or Fedora does. everything is stable and also pretty minimal. FreeBSD is designed for performance.
Cons
Con Pathetic third-party application support
Need to run Photoshop? No luck. Even most software that's portable to Linux will have a hard time running on FreeBSD. You're stuck with ONLY running the free software.
Con Inferior driver support for workstations
Lack of drivers for some modern personal devices.
Con Not for beginners
If a user needs an easy way to navigate around the filesystem, a text only Unix-derivative is not his best choice.