diff options
Diffstat (limited to 'website')
17 files changed, 219 insertions, 137 deletions
diff --git a/website/archetypes/release/hardware.adoc b/website/archetypes/release/hardware.adoc index 7aca4e5f41..add4c11ce8 100644 --- a/website/archetypes/release/hardware.adoc +++ b/website/archetypes/release/hardware.adoc @@ -222,8 +222,6 @@ This means that some devices, which are supported by multiple drivers, may appea [[disk]] === Disk Controllers -[amd64, i386] IDE/ATA controllers (man:ata[4] driver) - &hwlist.aac; &hwlist.aacraid; @@ -240,8 +238,6 @@ This means that some devices, which are supported by multiple drivers, may appea &hwlist.ahd; -&hwlist.man4.i386/aic; - &hwlist.amr; &hwlist.arcmsr; @@ -902,3 +898,5 @@ Information regarding specific video cards and compatibility with Xorg can be fo &hwlist.sdhci; &hwlist.superio; + +&hwlist.u2f; diff --git a/website/content/en/community/_index.adoc b/website/content/en/community/_index.adoc index cef3ed430f..1089705480 100644 --- a/website/content/en/community/_index.adoc +++ b/website/content/en/community/_index.adoc @@ -24,8 +24,6 @@ Last year there were {{< get-event-last-year-info "events" >}} events around the Last year there were {{< get-event-last-year-info "events" >}} events in {{< get-event-last-year-info "countries" >}} different countries around the world. //// -On twitter, you can follow https://twitter.com/freebsd[@freebsd], https://twitter.com/freebsdhelp[@freebsdhelp], or https://twitter.com/freebsdcore[@freebsdcore]. - On Reddit, you can find the FreeBSD community link:https://www.reddit.com/r/freebsd/[here]. Beyond officially run community spaces, there are many https://www.freebsd.org/usergroups/[User Groups], along with highly active FreeBSD communities on https://twitter.com/search?q=freebsd[Twitter], https://stackoverflow.com/questions/tagged/freebsd[StackOverflow], https://serverfault.com/questions/tagged/freebsd[ServerFault], and https://www.meetup.com/topics/freebsd/[MeetUp.com], among many other technology-related spaces. diff --git a/website/content/en/releases/14.0R/relnotes.adoc b/website/content/en/releases/14.0R/relnotes.adoc index 7a79c85cae..14d6e83b7a 100644 --- a/website/content/en/releases/14.0R/relnotes.adoc +++ b/website/content/en/releases/14.0R/relnotes.adoc @@ -361,7 +361,7 @@ A new man:fwget[8] utility inspects the system for peripherals that need firmwar For now, only the PCI subsystem is supported, and only video firmware for Intel and AMD GPUs is known. gitref:d198b8774d2c[repository=src] gitref:d198b8774d2c[repository=src] (Sponsored by Beckhoff Automation GmbH & Co. KG) -The usability of man:head[1] and man:tail[1] has been improved by consistently supporting the `-q` and `-h` options, allowing numbers with SI suffixes, and removing the 2^31 limit on lines for man:head[1]. +The usability of man:head[1] and man:tail[1] has been improved by consistently supporting the `-q` and `-v` options, allowing numbers with SI suffixes, and removing the 2^31 limit on lines for man:head[1]. gitref:643ac419fafb[repository=src] man:makefs[8] now has experimental ZFS support. diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index d4c6675e05..d91e1fae8e 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -870,7 +870,7 @@ The LinuxKPI 802.11 comapt layer man:linuxkpi_wlan[4] gained support for the Gal The man:rtw88[4] driver was made to work (associate) again and a memory leak got resolved. (Sponsored by The FreeBSD Foundation) -Following other drivers man:iwlwififw[4] firmware was removed from the base system in favor of the ports based solution and man:fwget[8] support. (Sponsored by The FreeBSD Foundation) +Following other drivers man:iwlwififw[4] firmware was removed from the base system in favor of the ports based solution and man:fwget[8] support. In case of updating from earlier releases, users must install the firmware packages upfront. (Sponsored by The FreeBSD Foundation) [[hardware]] == Hardware Support diff --git a/website/content/en/status/report-2025-04-2025-06/cfc.adoc b/website/content/en/status/report-2025-04-2025-06/cfc.adoc index 6368e479d1..5155025d6d 100644 --- a/website/content/en/status/report-2025-04-2025-06/cfc.adoc +++ b/website/content/en/status/report-2025-04-2025-06/cfc.adoc @@ -61,7 +61,7 @@ Quarterly Updates * Miscellaneous: ** The tutorials pertaining to DragonFly BSD, OpenBSD and NetBSD have undergone comprehensive translation, updating and rewriting. ** Several GitHub Actions have been added to verify that images are referenced correctly. - ** We now support exporting _FreeBSD-Ask_ to the EPUB format. + ** We now support exporting _FreeBSD-Ask_ to the ePub format. ** A tutorial about the package:security/py-fail2ban[] port (utilizing man:ipfw[4], man:pf[4], and man:ipf[4]) has been submitted to the FreeBSD Journal for review. It is hoped that an increasing number of contributors will join the documentation efforts. diff --git a/website/content/en/status/report-2025-04-2025-06/core.adoc b/website/content/en/status/report-2025-04-2025-06/core.adoc new file mode 100644 index 0000000000..db7df5119e --- /dev/null +++ b/website/content/en/status/report-2025-04-2025-06/core.adoc @@ -0,0 +1,28 @@ +=== FreeBSD Core Team + +Contact: FreeBSD Core Team <core@FreeBSD.org> + +The FreeBSD Core Team is the governing body of FreeBSD. + +==== Project roadmap + +Core is collecting ideas and comments to draft Project's roadmap. +It is an item core.13 thinks is worth to continue from core.12. +The roadmap is not about restricting or limiting what developers and contributors can do, but about the compiled goals and expectations of the Project and things the community can collaborate on. +It will also let the FreeBSD Foundation help the Project more effectively, so, this is an important discussion item for the meetings between core and the FreeBSD Foundation. + +==== Policy on generative AI created code and documentation + +Core is investigating setting up a policy for LLM/AI usage (including but not limited to generating code). +The result will be added to the Contributors Guide in the doc repository. +AI can be useful for translations (which seems faster than doing the work manually), explaining long/obscure documents, tracking down bugs, or helping to understand large code bases. +We currently tend to not use it to generate code because of license concerns. +The discussion continues at the core session at BSDCan 2025 developer summit, and core is still collecting feedback and working on the policy. + +==== Work in Progress + +Core is currently working on the following items: + +* Core and the FreeBSD Foundation are working on the 2025 edition of the Community survey +* Privacy-friendly web analytics, proposed by the Foundation. + An idea is to compare traffic flows between freebsd.org and freebsdfoundation.org diff --git a/website/content/en/status/report-2025-04-2025-06/foundation-sta.adoc b/website/content/en/status/report-2025-04-2025-06/foundation-sta.adoc index f031280704..925df9e910 100644 --- a/website/content/en/status/report-2025-04-2025-06/foundation-sta.adoc +++ b/website/content/en/status/report-2025-04-2025-06/foundation-sta.adoc @@ -39,7 +39,6 @@ The detailed scope was co-created with core@, srcmgr@, secteam@. Work items are ** Move build scripts into the public repository (not started) * Could ** Environment Standardization (not started) -** Use enclaves, hardware-enforced secure containers (not started) ** Ports to build reproducibly (not started) ** CI to verify reproducibility (in progress) ** Documentation to allow 3rd parties to confirm reproducibility (not started) diff --git a/website/content/en/status/report-2025-04-2025-06/group-changes.adoc b/website/content/en/status/report-2025-04-2025-06/group-changes.adoc new file mode 100644 index 0000000000..01dc8f2a13 --- /dev/null +++ b/website/content/en/status/report-2025-04-2025-06/group-changes.adoc @@ -0,0 +1,27 @@ +=== ucred / group changes in FreeBSD 15.0 + +Links: + +link:https://lists.freebsd.org/archives/freebsd-hackers/2025-August/004825.html[freebsd-arch@ discussion] URL: https://lists.freebsd.org/archives/freebsd-hackers/2025-August/004825.html[] + +link:https://cgit.freebsd.org/src/commit/sys/sys/ucred.h?id=be1f7435ef218b1df35aebf3b90dd65ffd8bbe51[Primary kernel change] URL: https://cgit.freebsd.org/src/commit/sys/sys/ucred.h?id=be1f7435ef218b1df35aebf3b90dd65ffd8bbe51[] + +link:https://cgit.freebsd.org/src/commit/sys/kern/kern_prot.c?id=9da2fe96ff2ea227e4d5f03ef92b55aabeabb7fc[Primary userspace change] URL: https://cgit.freebsd.org/src/commit/sys/kern/kern_prot.c?id=9da2fe96ff2ea227e4d5f03ef92b55aabeabb7fc + +Contact: Kyle Evans <kevans@FreeBSD.org> + +Contact: Olivier Certner <olce@FreeBSD.org> + +FreeBSD 15.0 will change how supplementary groups are handled in both userspace and the kernel in FreeBSD 15.0 in a way that warrants additional attention and feedback. + +For some background: FreeBSD has historically tracked the effective group-ID of a process in the man:ucred[9] cr_groups array as the first element, with the rest of the array describing its supplementary groups. +The natural consequence of this decision is that the arrays used in man:setgroups[2] and man:getgroups[2] follow the same format, and man:setgroups[2] has the documented side effect of setting the effective group-ID. +The vast majority of other platforms do not exhibit this behavior anymore, including NetBSD and OpenBSD. +macOS appears to be the only exception found in testing. + +The problem is that the vast majority of software in the FreeBSD Ports Collection comes from other platforms, where man:setgroups[2] and man:setgroups[2] operate purely on the supplementary groups. +This kind of a behavior difference is very subtle and would need to be audited more carefully to be sure that we have not introduced a potential security issue in ported software. + +In FreeBSD 15.0, the primary user-facing change is that man:setgroups[2], man:getgroups[2], and man:initgroups[3] behavior will change to match other platforms, and users are requested to be extra vigilant in areas that may be affected as we proceed through the release cycle. +In general, the expectation is that this change may: + +* Fix some small number of bugs where we would have lost either our expected effective group membership or one of the supplementary groups we should have been in +* (Less likely) Introduce some even smaller number of bugs where something expected man:setgroups[2] to change our effective group membership but now it is just a supplementary group and our effective group-ID is unchanged + +Software included in the base system is largely unaffected or improved by this change, with OpenSSH being a notable example of a link:https://cgit.freebsd.org/src/commit/?id=239e8c98636a7578cc67a6f9d54d14c71b095e36[strange bug] caused by the historical implementation. diff --git a/website/content/en/status/report-2025-04-2025-06/intro.adoc b/website/content/en/status/report-2025-04-2025-06/intro.adoc new file mode 100644 index 0000000000..3dcc419a3e --- /dev/null +++ b/website/content/en/status/report-2025-04-2025-06/intro.adoc @@ -0,0 +1,17 @@ +Here is the second 2025 status report, with 32 entries. + +As for the preceding quarters, this report is published just a few days before calls for 2025Q3 report submissions are sent. +Indeed, although according to our link:https://docs.freebsd.org/en/articles/freebsd-status-report-process/#_timeline[timeline] we should have published this report in July (general rule is publication should happen within the month just after the calls for reports are sent), we kept receiving important reports until the end of August. +This is both a positive and a negative thing. +On a hand, it means that our FreeBSD community is busy fixing existing issues and implementing new features, making the OS we love better and better every day; it means that the community works so intensely that very little time remains for reporting. +On the other hand, it means that news in these reports is always two months old when published. +Two months is not bad, especially if we consider that FreeBSD communication happens on many other channels too, but it would be nice if we could improve it. + +If you are a late submitter, please take some time to evaluate if there is anything you can do to improve your report submission punctuality. +The Status team is always glad to ease the submission process: if there is something we can do for you, just ask. +If you are a contributor or just a FreeBSD user, please consider contributing more if you can. +Even working on a single small simple task only is useful, it can help to lower the pressure on other developers, for whom it might thus become easier to find the time to document their work. + +Have a nice reading! + +Lorenzo Salvadore, on behalf of the Status Team. diff --git a/website/content/en/status/report-2025-04-2025-06/kw-hackathon.adoc b/website/content/en/status/report-2025-04-2025-06/kw-hackathon.adoc new file mode 100644 index 0000000000..5b8aba58ee --- /dev/null +++ b/website/content/en/status/report-2025-04-2025-06/kw-hackathon.adoc @@ -0,0 +1,87 @@ +=== Hackathon 202506 Kitchener-Waterloo, Canada + +Links: + +link:https://wiki.freebsd.org/Hackathon/202506[Hackathon/202506 Wiki Page] URL: link:https://wiki.freebsd.org/Hackathon/202506[] +link:https://wiki.freebsd.org/Hackathon[FreeBSD Hackathon Wiki Page] URL: link:https://wiki.freebsd.org/Hackathon[] + +In the week following link:https://www.bsdcan.org/2025/[BSDCan 2025], a hackathon took place in the Kitchener-Waterloo area. + +Thanks to Ed Maste for hosting this event at the Communitech Hub in Kitchener. + +==== Pictures of the hackathon + +Pictures of the hackathon are collected link:https://people.freebsd.org/~emaste/hackathon202506/[here]. + +National FreeBSD day landed sometime during the hackathon, so Charlie Li treated us to a great DJ set to celebrate, mixing entirely on FreeBSD at an arcade bar in Waterloo :) + +==== The work done during the hackathon + +===== WiFi Testbed (Li-Wen Hsu) + +- The hardware of a proof-of-concept wireless has been set up in Foundation's Kitchener office. +- The current setup is simple: + - One baremetal machine has multiple wireless interface and, + - One access point is also connected to the machine via a serial console and a private testing network +- Currently we have following hardware to be passthru to bhyve VM provisioned with the image from link:https//artifact.ci.freebsd.org[Artifact server of FreeBSD CI] + - Intel AX210 + - Realtek RTL8812AU +- The work continues on connecting it to link:https//ci.freebsd.org[FreeBSD CI cluster] as a downstream job after standard tests finishes. + +===== Installer (Joseph Mingrone, Ed Maste, Aymeric Wibo) + +- Go through installer step-by-step and create the link:https://wiki.freebsd.org/ImproveInstaller[Improving the Installer] wiki page with the notes we collected. +- lualoader: Add distinct brand for installer (Make it obvious to users that the system is booting into the installer.) + Patch: link:https://reviews.freebsd.org/D51001[] + +===== pkgbase (Ed Maste) + +- man:bsdinstall[8]: Default to pkgbase if media contains base packages + Patch: link:https://reviews.freebsd.org/D50467[] +- man:release[7]: Add set -e to abort upon failure + Patch: link:https://reviews.freebsd.org/D50383[] + +===== Landing scheduler run queue patches (Olivier Certner) + +- Land all scheduler runqueue patches. +* link:https://reviews.freebsd.org/D45387[D45387] +* link:https://reviews.freebsd.org/D45388[D45388] +* link:https://reviews.freebsd.org/D45389[D45389] +* link:https://reviews.freebsd.org/D45390[D45390] +* link:https://reviews.freebsd.org/D45391[D45391] +* link:https://reviews.freebsd.org/D45392[D45392] +* link:https://reviews.freebsd.org/D46566[D46566] +* link:https://reviews.freebsd.org/D46567[D46567] +* link:https://reviews.freebsd.org/D50880[D50880] + + +===== Capsicum (Ed Maste) + +- Improvements to the man:capsicum[4] manpage. + Patches: link:https://reviews.freebsd.org/D50855[], gitref:ce65ff203a4f7ce59c8782f87d90a657f7ccbc46[repository=src] +- Capsicumize man:beep[1] to serve as an easy example of Capsicum. + Patches: link:https://reviews.freebsd.org/D50709[] + +===== s2idle/S0ix/USB4 (Aymeric Wibo, Sheng-Yi Hung) + +- Fix some more USB4 driver panics. +- Discuss how s2idle should work w.r.t. the scheduler with Olivier & Mark, and temporarily implement "idle" state for the scheduler (where it just always chooses the idle thread). +- Extend amdgpio driver to service all GPIO interrupts (requirement for S0i3 on AMD). + We were also looking into how we can consume GPIO interrupts in device drivers on x86 for stuff like reducing the latency of the Framework trackpad with Sheng-Yi. +- Implement some more S0i3 debugging features for AMD to help us debug why we would not be entering S0i3. + +===== Ports (Joseph Mingrone) + +- [.filename]#Mk/Scripts/qa.sh#: Fix false positives in LIB_DEPENDS warnings + Patch: https://reviews.freebsd.org/D50860[] +- package:editors/emacs-devel[]: Update to 2025-06-17 snapshot + Patch: gitref:4170f65753805c08842bd6b200efd8d5ae20d464[repository=ports] + +===== Miscellaneous (Ed Maste, Olivier Certner, Sheng-Yi Hung, Li-Wen Hsu) + +- Enable sccache support as an alternative to ccache when building (through `WITH_CCACHE_BUILD` environment variable). + Commit: gitref:10cb3979a9bde6c8e441e3ba4aa5fd09963c484f[repository=src] +- Discussion on the CPPC implementation (Sheng-Yi, Olivier), see in particular https://reviews.freebsd.org/D49587[D49587]. +- Other various fixes. + Patches: https://reviews.freebsd.org/D50876[D50876], gitref:956100d60fa86daebc1bd46ea62f207f6b54d93d[repository=src], gitref:fc77abfd1e62751b0c76cd5d8ef3299b8ca398c6[repository=src], https://reviews.freebsd.org/D50938[D50938], gitref:6d8cfd29d477c64376b3e286946cddb93c7373c5[repository=src], gitref:4f33d073003ccd91390709e14e5c1bf1f0c1c85c[repository=src] + +Sponsor: The FreeBSD Foundation diff --git a/website/content/en/status/report-2025-04-2025-06/srcmgr.adoc b/website/content/en/status/report-2025-04-2025-06/srcmgr.adoc new file mode 100644 index 0000000000..cc52d85021 --- /dev/null +++ b/website/content/en/status/report-2025-04-2025-06/srcmgr.adoc @@ -0,0 +1,23 @@ +=== Source Management Team + +Contact: srcmgr <srcmgr@FreeBSD.org> + +The srcmgr@ team aims to make src developers more productive, and works to manage the large number of bug reports, pull requests and code reviews that we receive. +link:https://github.com/freebsd/meetings/tree/master/srcmgr[Meeting minutes] are available on GitHub. + +We held a bug-busting session on 2025-05-23 with about 10 attendees. + +Members of srcmgr@ gave a link:https://wiki.freebsd.org/DevSummit/202506?action=AttachFile&do=view&target=srcmgr+happenings.pdf[presentation] at the 2025 FreeBSD developer summit in Ottawa. + +Per the discussion at the developer summit, the i386 and 32-bit powerpc targets have been disconnected from the build. + +To help ensure continuity of the team, we introduced a "lurkers" program which lets src committers participate in bi-weekly srcmgr meetings, giving developers an opportunity to decide whether they are interested in officially joining srcmgr@ without taking on any specific obligations. +After soliciting interested developers, we have five lurkers who have been joining calls over the past couple of months: + +- Jake Freeland <jfree@FreeBSD.org> +- Olivier Certner <olce@FreeBSD.org> +- Dag-Erling Smørgrav <des@FreeBSD.org> +- Bojan Novković <bnovkov@FreeBSD.org> +- Kyle Evans <kevans@FreeBSD.org> + +Aside from participating in discussions, they have been working on src development tasks -- especially in preparation for FreeBSD 15.0 -- and topics such as monitoring stale Phabricator reviews, performance regression tracking, and using git notes to track certain types of commit metadata. diff --git a/website/content/en/where.adoc b/website/content/en/where.adoc index 735e094e2d..dc4dac809e 100644 --- a/website/content/en/where.adoc +++ b/website/content/en/where.adoc @@ -224,7 +224,7 @@ The word `CURRENT` is sometimes a source of confusion: * if you are looking for the _current version_ of FreeBSD, you most likely want a `RELEASE` version (see above) – **not** `CURRENT` – `CURRENT` has special meaning in the development process. [[download-snapshots]] -=== Development Snapshots +== Development Snapshots See link:../snapshots/[FreeBSD Snapshot Releases]. diff --git a/website/data/en/events/events2025.toml b/website/data/en/events/events2025.toml index 1e75d1d8ab..18287cb1fb 100644 --- a/website/data/en/events/events2025.toml +++ b/website/data/en/events/events2025.toml @@ -45,5 +45,28 @@ endDate = "2025-09-28" countryCode = "HR" country = "Croatia" city = "Zagreb" -site = "TBA" +site = "Faculty of Electrical Engineering and Computing (FER)" description = "EuroBSDcon is the European annual technical conference gathering users and developers working on and with 4.4BSD (Berkeley Software Distribution) based operating systems family and related projects." + +[[events]] +id = "openzfs-2025" +name = "OpenZFS Developers Summit 2025" +url = "https://openzfs.org/wiki/OpenZFS_Developer_Summit_2025" +startDate = "2025-10-25" +endDate = "2025-10-28" +countryCode = "US" +country = "United States" +city = "Portland, OR" +site = "Hillsdale neighborhood" +description = "The goal of the event is to foster cross-community discussions of OpenZFS work and to make progress on some of the projects we have proposed. This 4-day event consisted of 2-day of User Summit, 1-day of Developer Summit, and a 1-day Developer Summit Hackathon." + +[[events]] +id = "freebsd-summit-2025" +name = "Fall 2025 FreeBSD Summit" +url = "https://freebsdfoundation.org/news-and-events/event-calendar/fall-2025-freebsd-summit/" +startDate = "2025-11-06" +endDate = "2025-11-07" +country = "United States" +city = "San Jose, CA" +site = "NetApp Campus" +description = "The FreeBSD Summit is an event held annually to bring the FreeBSD community together to learn, network, and drive FreeBSD use. Each year the event gathers FreeBSD users including: decision makers, software engineers, and individual contributors and users, to share best practices and successes in their use of FreeBSD. The FreeBSD Summit also provides the unique opportunity to discuss issues with the developer community in-person." diff --git a/website/data/en/vendors/hardware.toml b/website/data/en/vendors/hardware.toml index 6b459c776a..f88996e3e6 100644 --- a/website/data/en/vendors/hardware.toml +++ b/website/data/en/vendors/hardware.toml @@ -1,5 +1,4 @@ # Sort the entries by name -# $FreeBSD$ [[hardware]] id = "ABMX" @@ -34,7 +33,7 @@ description = "Aspen Systems is based out of Wheat Ridge, CO and has been in bus [[hardware]] id = "atto" name = "ATTO Technology" -url = "http://www.attotech.com" +url = "https://www.atto.com/" description = "For over 25 years, ATTO Technology, Inc. has been a global leader in storage and network connectivity and infrastructure solutions for data-intensive computing environments. ATTO manufactures Host Bus Adapters, RAID adapters, network adapters, RAID storage controllers, Thunderbolt-enabled Desklink devices, bridges, switches and software. ATTO's Celerity 16Gb Fibre Channel adapters, ExpressSAS 12Gb SAS/SATA HBAs and SAN Storage Controllers all support 9.3 and 10.x operating systems." [[hardware]] @@ -50,12 +49,6 @@ url = "https://core-systems.com" description = "Core Systems is a global leader in Rugged Computers and Rugged Displays for military and industrial needs based out of California. We build rugged products that are deployed in ground vehicles, aircraft, and maritime installations worldwide." [[hardware]] -id = "CoyotePointSystems" -name = "Coyote Point Systems" -url = "http://www.coyotepoint.com/" -description = "Coyote Point Systems offers the Equalizer Load Balancing Appliance. Equalizer distributes client UDP/TCP requests to multiple server machines and includes load balancing, server failure detection/correction, and an easy-to-use administrative interface. Capable of handling over 20,000 HTTP GET operations per minute, Equalizer enhances the Scalability, Availability and Manageability of any server cluster. Equalizer works with all standard protocols, including: HTTP, FTP, POP, SMTP, DNS, etc. Equalizer is based on the FreeBSD kernel." - -[[hardware]] id = "DAVICOM" name = "DAVICOM Semiconductor, Inc." url = "http://www.davicom.com.tw/index.php?lang_id=en" @@ -100,7 +93,7 @@ description = "MOXA makes attractively priced multi-port serial cards which are [[hardware]] id = "Netgate" name = "Netgate" -url = "http://store.netgate.com/" +url = "https://shop.netgate.com/" description = "Netgate is a high quality communications appliance manufacturer that designs highly configurable computers engineered for low-power, high-throughput, dependable deployments. We offer quick deployment with off-the-shelf systems, specialized custom product solutions and an end-to-end OEM service program for large customers. <p>Netgate directly supports Open Source software and Open Source hardware projects by providing management, engineering and support resources for the pfSense project.</p>" [[hardware]] @@ -110,12 +103,6 @@ url = "http://www.iXsystems.com/" description = "iXsystems (formerly OffMyServer) provides FreeBSD and Linux-based Internet infrastructure-grade rackmount servers, network appliances, enterprise blade servers, and storage products to a global market. We use only the best quality components and do the required testing in advance - knowing that you are going to run your mission-critical applications on our servers. We are confident that you will appreciate our approach - give us an opportunity to server you! Send us an email at <a href=\"mailto:info@iXsystems.com\">info@iXsystems.com</a>." [[hardware]] -id = "OrbitMicro" -name = "Orbit Micro" -url = "http://www.orbitmicro.com/" -description = "Orbit Micro is a system integrator of servers, workstations, industrial computers and networking products. Our application design approach allows us to maximize performance for your computing needs. Our products line also includes a vareity of computer components and peripherals as well as software. Contact us at <a href=\"mailto:sales@orbitmicro.com\">sales@orbitmicro.com</a> to speak to a sales engineer or if you have questions or comments." - -[[hardware]] id = "PCW" name = "PCW Microsystems, Inc." url = "http://www.rackmount.com/" @@ -140,21 +127,9 @@ url = "http://www.perle.com/" description = "Perle Specialix makes a wide variety of multi-port async serial expansion products. The ISA, EISA, and PCI SI/XIO host cards work under FreeBSD, using the <em>si</em> driver." [[hardware]] -id = "serveru" -name = "ServerU Inc." -url = "https://www.serveru.us/en/" -description = "We make Server hardware for open source flavors of Unix-like systems. ServerU is a joint effort of FreeBSD specialist company with more than 15 years expertise, and ServerU itself, a US company based on Miami, FL. We focus on designing and making rack-mount 1U networking appliances completely supported by open source Unix-like systems. We make hardware supported and certified for FreeBSD, OpenBSD and Linux. We also focus on ProApps, pfSense, Vyatta (VyOS), Endian and other systems, as well as Juniper, Brocade and other networking products accelerated by Netmap and DPDK technologies. Se offer FreeBSD consulting, support and services on US east cost and Caribbean." - -[[hardware]] -id = "StoreAnyWhere" -name = "StoreAnyWhere.com" -url = "http://StoreAnyWhere.com/" -description = "StoreAnyWhere.com offers a wide range of high-performance and cost-effective quad- and dual-processor servers, workstations, and networking products with FreeBSD and Linux as their operating systems. Just go to our website for servers in a variety of configurations or custom-made systems." - -[[hardware]] id = "SWTechnology" name = "SW Technology" -url = "http://freebsd.swt.com/" +url = "https://www.swt.com/" description = "SW Technology offers quality Pentium machines with FreeBSD pre-installed." [[hardware]] @@ -164,12 +139,6 @@ url = "http://www.synetic.net/" description = "Synetic Inc. is a Canadian and North American distributor for IDE-to-IDE, SCSI-to-IDE and SCSI-to-SCSI RAID controllers, supporting the FreeBSD platform." [[hardware]] -id = "Zantech" -name = "Zantech KVM Australia" -url = "http://www.zantech.com.au/" -description = "Zantech KVM Australia is an Australian distributor of FreeBSD compatible KVM switches, KVM over IP products and serial console terminal servers." - -[[hardware]] id = "NCSTechnologies" name = "NCS Technologies" url = "http://www.ncst.com/" @@ -213,9 +182,9 @@ description = "Server Racks Online computer rack superstore. At Server Racks Onl [[hardware]] id = "CPTechnologies" -name = "CP Technologies" -url = "https://cp-techusa.com/" -description = "CP Technologies designs, fabricates and integrates standard and custom high-performance computing platforms, data links, and LCD displays for military, industrial, and commercial markets." +name = "CP North America" +url = "https://cpnorthamerica.com/" +description = "CP North America designs, fabricates and integrates standard and custom high-performance computing platforms, data links, and LCD displays for military, industrial, and commercial markets." [[hardware]] id = "servaris" @@ -230,12 +199,6 @@ url = "https://www.thinkpenguin.com" description = "ThinkPenguin specializes in supporting free software operating systems via one of the largest hardware catalogs in the world. We stock a wide array of computers, peripherals, and accessories. What sets us apart is our devotion to improving hardware support for free software operating systems and ensuring that hardware can be properly and natively supported by the FreeBSD community." [[hardware]] -id = "bargainhardware" -name = "Bargain Hardware" -url = "https://www.bargainhardware.co.uk" -description = "Bargain Hardware supply a huge variety of refurbished desktops and laptops, all of which are offered with FreeBSD OS installation as an option on the website configurator. Server and Workstation installation is also available by request of our sales team." - -[[hardware]] id = "minifree" name = "Minifree" url = "https://minifree.org" diff --git a/website/data/en/vendors/isp.toml b/website/data/en/vendors/isp.toml index 2fe87fcfca..f41e5fbc39 100644 --- a/website/data/en/vendors/isp.toml +++ b/website/data/en/vendors/isp.toml @@ -98,12 +98,6 @@ url = "https://www.eserver.ru/" description = "We provide high quality web-hosting and VIP-hosting services in Russia and CIS based only on FreeBSD systems customized for hosting needs, dedicated servers with support of all currently available FreeBSD distributions." [[isp]] -id = "Quonix" -name = "Quonix Networks" -url = "http://www.quonix.net/" -description = "Quonix Networks provides a variety of personal and enterprise hosting solutions powered by FreeBSD, including web, mail, secure shell hosting, dedicated servers and colocation." - -[[isp]] id = "peaknetworks" name = "peaknetworks" url = "https://www.peaknetworks.net" @@ -128,24 +122,12 @@ url = "http://www.venigo.fr/" description = "Venigo Internet Services is a French based company, which provides hosting solutions like shared, dedicated, colocation hostings, and VPN solutions based on FreeBSD. Venigo Internet Services is also able to provide management and support for variety of BSD & Linux systems." [[isp]] -id = "SolutionPoint" -name = "Solution Point" -url = "http://www.solutionpoint.in/" -description = "Based in New Delhi, India, Solution Point provides <a href=\"http://www.solutionpoint.in/node/565\">VPS Hosting on FreeBSD/amd64</a>. We use only official FreeBSD and provide various capacities to serve most demanding requirements of full dedicated servers." - -[[isp]] id = "netcup" name = "netcup GmbH" url = "http://www.netcup.de/" description = "Netcup is a hosting provider located in Germany and we are specialized in providing webhosting and virtual servers. At the beginning of 2013 we changed our virtualisation technology to KVM. This gives you the possibility to run the operating system of your choice. You can easily setup your vServer with just a few clicks by using our prepared FreeBSD image." [[isp]] -id = "NQhost" -name = "NQhost" -url = "http://nqhost.com/" -description = "NQhost offers virtual private servers with guaranteed resources. Our <a href=\"http://nqhost.com/freebsd-vps.html\">FreeBSD VPS</a> packages can be created in Germany or US-located data centers. We offer flexible tariff plans, configurations and friendly support." - -[[isp]] id = "NYI" name = "NYI" url = "http://www.nyi.net/" @@ -176,15 +158,9 @@ url = "http://www.bytecamp.net/" description = "We run a homogenic FreeBSD environment in our own datacenter located in East Germany near Berlin since 2000. Our developers contribute code to many open source projects. bytecamp is the home for <a href=\"http://www.desktopbsd.net/\">desktopbsd.net</a> and both biggest German BSD communities, <a href=\"http://www.bsdforen.de/\">bsdforen.de</a> and <a href=\"http://www.bsdgroup.de/\">bsdgroup.de</a>. bytecamp offers professional hosting on a FreeBSD cluster, enterprise email solutions, domain name registration, dedicated and virtual servers. We offer several shared, reseller and shell hosting plans on FreeBSD platform that will meet and exceed all of your web presence needs from small personal family web sites to full blown online e-commerce solutions." [[isp]] -id = "oph" -name = "OPH" -url = "http://www.oph.net/" -description = "OPH is a internet hosting provider located in Amsterdam. We deliver powerful FreeBSD dedicated servers and custom-built servers to meet your requirements. On the network side, all our servers include full 100Mbps / 1Gbps connections to the Internet. For more information, please check our <a href=\"http://www.oph.net\">website</a>, or call us at +31 527 688768." - -[[isp]] id = "ovh" name = "OVH" -url = "http://www.ovh.com/" +url = "https://www.ovhcloud.com" description = "With many own datacenters on 4 continents and extensive offers for even the most demanding infrastructure needs, OVH is the number 3 internet hosting company in the world and a globally leading cloud provider on the market. Among almost 100 other Unix/Linux distributions, OVH is proud to provide the latest FreeBSD versions for dedicated and virtual servers since FreeBSD 4." [[isp]] @@ -194,12 +170,6 @@ url = "http://www.transip.nl" description = "Transip B.V. is a top 5 domain registrar in the Netherlands. TransIP uses FreeBSD exclusively on its own servers and offers virtual hosting and dedicated servers based on FreeBSD." [[isp]] -id = "kionic" -name = "Kionic.com Web Hosting" -url = "http://www.kionic.com" -description = "We provide fast, reliable, and affordable web hosting and reseller hosting services backed by fast and friendly customer service. Our operating system of choice is FreeBSD." - -[[isp]] id = "JohnCompanies" name = "JohnCompanies" url = "https://www.jcihosting.com/" @@ -212,12 +182,6 @@ url = "http://www.fastpcnet.net" description = "We offer colocation and managed services via our data center facilities. We recommend FreeBSD to our colocation customers who want a stable and flexible platform. We provide a pure colocation environment or dedicated managed hosting." [[isp]] -id = "pairnetworks" -name = "pair Networks, Inc." -url = "http://www.pair.com" -description = "pair Networks, a global FreeBSD-based Web hosting and domain name registration company, headquartered in Pittsburgh, PA, hosts hundreds of thousands of Web sites for businesses, bloggers, artists, educational institutions and non-profit organizations from around the world. pair Networks first went online in January 1996 and has experienced strong growth year after year. All pair Networks' Web servers run the reliable FreeBSD operating system. For more information <a href=\"http://www.pair.com/contact/\">contact us</a> via e-mail or phone." - -[[isp]] id = "hamburgnet" name = "Hamburgnet" url = "http://www.hamburgnet.de" @@ -230,12 +194,6 @@ url = "http://www.swishmail.com/" description = "Swishmail, New York City based company, provides business <a href=\"http://www.swishmail.com/emailhosting1.php\">email hosting</a> with virus/spam-scanning running on FreeBSD amd64 on HP AMD Dual Opteron 64 bit servers since 1999. Swishmail is in the business of <a href=\"http://www.swishmail.com/emailhosting1.php\">email hosting</a>, shell providing, <a href=\"http://www.swishmail.com/webhosting1.php\">web hosting</a>, dedicated servers, and email accounting." [[isp]] -id = "reliableservers" -name = "ReliableServers" -url = "http://www.reliableservers.com/" -description = "ReliableServers provides managed and unmanaged dedicated server hosting and colocation. FreeBSD is our #1 installed OS, we even provide a local cvsup for all clients. Our datacenter is staffed around the clock to provide the best possible support. Visit us at <a href=\"http://www.reliableservers.com/\">www.ReliableServers.Com</a>" - -[[isp]] id = "colocrossing" name = "Colocrossing" url = "http://www.colocrossing.com" @@ -248,12 +206,6 @@ url = "https://www.netactuate.com/" description = "NetActuate is a hosting company specializing in virtual FreeBSD hosting and managed services. The FreeBSD Virtual Private Servers allow users to modify the kernel, setup a firewall and many more options. Each VPS includes root access and a web-based control panel for managing the virtual environment. Technical support is handled in-house by FreeBSD experts who can diagnose problems and help you get up and running quickly. NetActuate has donated services to FreeBSD developers to support the community." [[isp]] -id = "SimpleRezo" -name = "SimpleRezo" -url = "http://www.simplerezo.com" -description = "SimpleRezo, a French company, provides web hosting solutions based exclusively on FreeBSD and technologies (jails or dedicated server, Apache, PHP, Tomcat, MySQL, pgSQL...). Other services include: Network architecture consulting (fail-over, high availability), FreeBSD server administration or support (fileserver, firewalls, mailserver) and others more. Please visit our <a href=\"http://www.simplerezo.com/nous-contacter.php\">website</a> to get more information." - -[[isp]] id = "webdrops" name = "Webdrops ICT" url = "http://www.webdrops.net" @@ -296,12 +248,6 @@ url = "https://www.delimiter.com/" description = "Delimiter provides unmanaged, affordable dedicated servers, and cloud hosting from our US based data centers. Our unmanaged service includes a wide range of self-serve tools including automated OS installations and dedicated KVM functionality. We also offer cheap bare metal dedicated servers. Our support technicians have 5+ years of Unix, BSD, and Linux sysadmin experience." [[isp]] -id = "linevast" -name = "Linevast" -url = "https://linevast.de/" -description = "Linevast has been providing reliable dedicated-server and vps products since 2013. The provider offers various FreeBSD templates for their server-products. Each product comes with free ddos-protection and unmetered traffic." - -[[isp]] id = "surelinebroadband" name = "Sureline Broadband" url = "http://www.surelinebroadband.com" @@ -326,18 +272,6 @@ url = "https://www.elmotaheda-web.com" description = "El Motaheda are specialized in providing local (Egypt) solutions for businesses and organizations totally centered on open source. We provide based firewalls and storage solutions." [[isp]] -id = "vstack" -name = "vStack" -url = "https://vstack.com" -description = "vStack builds hyper-converged infrastructure providing unified cluster space, software defined computing, storage and networking capabilities, redundancy and failover features." - -[[isp]] -id = "serveria" -name = "Serveria" -url = "https://serveria.com/" -description = "Serveria offers shared hosting, cloud VPS, dedicated servers, colocation, domain registration, SSL certificates etc. All of their services are 100% confidential. They support and offer services since 2009." - -[[isp]] id = "bestbuyrdp" name = "Bestbuyrdp" url = "https://bestbuyrdp.com/" diff --git a/website/data/en/vendors/misc.toml b/website/data/en/vendors/misc.toml index 414466f943..fefc82d8a0 100644 --- a/website/data/en/vendors/misc.toml +++ b/website/data/en/vendors/misc.toml @@ -1,21 +1,7 @@ # Sort the entries by name -# $FreeBSD$ [[misc]] id = "FreeBSDMall" name = "FreeBSD Mall" url = "http://www.freebsdmall.com/" description = "The FreeBSD Mall can provide everything you may want or need to enhance your FreeBSD experience. Are you new to FreeBSD? Or, perhaps you've been using it for years? We have something for you. We have the latest FreeBSD CDROMs, helpful books, and colorful shirts and hats. Stay current with FreeBSD and put it to work for you!" - -[[misc]] -id = "exavault" -name = "ExaVault" -url = "http://www.exavault.com" -description = "ExaVault provides inexpensive online remote backup space that is accessible via open, industry standard protocols, including rsync, FTP and SFTP. It is ideal for small and medium businesses, web hosting companies and others that need a quick, transparent, maintenance-free way of mirroring a copy of their data to a remote backup server. We are fully FreeBSD compatible, and provide full support for getting things setup on your FreeBSD system." - -[[misc]] -id = "gfuschulung" -name = "GFU Schulung" -url = "http://www.gfu.net/" -description = "GFU offers <a href=\"http://www.gfu.net/seminare-schulungen-kurse/oracle_db_sprachen_design_sk38/freebsd_training_s856.html\">FreeBSD Training</a> for customizing servers with a whole bunch of open source software like PostgreSQL, OpenOffice, Cyrus IMAP, etc. Upon customer request especially: <a href=\"http://www.gfu.net/seminare-schulungen-kurse/oracle_db_sprachen_design_sk38/oracle_unter_freebsd_s854.html\">Oracle Administration under FreeBSD</a>." - diff --git a/website/themes/beastie/layouts/_partials/sidenav.html b/website/themes/beastie/layouts/_partials/sidenav.html index 7ccc4df3b4..8e1e211662 100644 --- a/website/themes/beastie/layouts/_partials/sidenav.html +++ b/website/themes/beastie/layouts/_partials/sidenav.html @@ -22,7 +22,6 @@ <li><a href="{{ "community/irc/" | absLangURL }}">IRC</a></li> <li><a href="{{ "community/mailinglists/" | absLangURL }}">{{ i18n "mailinglists" }}</a></li> <li><a href="https://www.reddit.com/r/freebsd/" target="_blank">Reddit</a></li> - <li><a href="https://twitter.com/freebsd" target="_blank">Twitter</a></li> <li><a href="{{ "usergroups" | absLangURL }}">{{ i18n "usergroups" }}</a></li> <li><a href="https://www.youtube.com/FreeBSDProject" target="_blank">YouTube</a></li> </ul> |