OPNsense - FreeBSD source
Find a file
2026-07-16 14:31:09 +02:00
.cirrus-ci
.github/ISSUE_TEMPLATE github: sync our template 2026-06-19 09:47:29 +02:00
bin date: Include old and new time in audit log (#221) 2026-06-19 09:47:29 +02:00
cddl
contrib irdma(4): update irdma to version 1.3.56-k 2026-07-06 11:06:25 +02:00
crypto crypto/openssl: update artifacts to match 3.5.7 release 2026-07-06 11:08:04 +02:00
etc Revert "unionfs: Support renaming symbolic links" 2026-07-06 10:20:26 +02:00
gnu
include include/stdbit.h: declare size_t, (u)int*_t, and (u)int_least*_t 2026-04-27 02:29:49 +02:00
kerberos5
krb5
lib pf: expose first rule label for states since rule number is insufficient 2026-07-16 14:31:09 +02:00
libexec tty: patch in 3wire autologin support 2026-06-19 09:47:29 +02:00
release
rescue
sbin pf: expose first rule label for states since rule number is insufficient 2026-07-16 14:31:09 +02:00
secure crypto/openssl: update artifacts to match 3.5.7 release 2026-07-06 11:08:04 +02:00
share Revert "Revert "ip: improve deferred computation of checksums"" 2026-07-10 14:54:56 +02:00
stand stand: add EFI support for mmio serial consoles 2026-06-25 11:18:46 +02:00
sys pf: expose first rule label for states since rule number is insufficient 2026-07-16 14:31:09 +02:00
targets
tests ipfw: treat ipv6 address with zero mask as 'any' 2026-07-06 11:11:39 +02:00
tools makeman.lua: Downgrade make showconfig error to warning 2026-04-30 12:27:55 -04:00
usr.bin etc: OPNsense customisations 2026-06-19 09:46:54 +02:00
usr.sbin bsdinstall: Use libarchive secure flags for extract 2026-07-06 10:25:49 +02:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.clean_build_epoch
.git-blame-ignore-revs
.gitattributes
.gitignore
.mailmap
CONTRIBUTING.md
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc
README.md
RELNOTES
UPDATING Add UPDATING entries and bump version 2026-07-06 10:29:48 +02:00

FreeBSD Source:

This is the top level of the FreeBSD source directory.

FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms. A large community has continually developed it for more than thirty years. Its advanced networking, security, and storage features have made FreeBSD the platform of choice for many of the busiest web sites and most pervasive embedded networking and storage devices.

For copyright information, please see the file COPYRIGHT in this directory. Additional copyright information also exists for some sources in this tree - please see the specific source directories for more information.

The Makefile in this directory supports a number of targets for building components (or all) of the FreeBSD source tree. See build(7), config(8), FreeBSD handbook on building userland, and Handbook for kernels for more information, including setting make(1) variables.

For information on the CPU architectures and platforms supported by FreeBSD, see the FreeBSD website's Platforms page.

For official FreeBSD bootable images, see the release page.

Source Roadmap:

Directory Description
bin System/user commands.
cddl Source code for third-party software under the Common Development and Distribution License.
contrib Source code for third-party software.
crypto Source code for cryptographic libraries and commands (see crypto/README).
etc Template files for /etc.
gnu Source code for third-party software under the GNU General Public License (GPL) or Lesser General Public License (LGPL). Please see gnu/COPYING and gnu/COPYING.LIB for more information.
include System include files.
kerberos5 Build system for Kerberos 5 (Heimdal).
krb5 Build system for Kerberos 5 (MIT).
lib System libraries.
libexec System commands intended to be executed by other commands or daemons.
release Makefiles and scripts used for building releases and VM images.
rescue Build system for statically linked /rescue commands.
sbin System commands.
secure Build system for cryptographic libraries and commands (excluding Kerberos).
share Shared resources.
stand Boot loader sources.
sys Kernel sources (see sys/README.md).
targets Support for experimental DIRDEPS_BUILD
tests Tests which can be run by Kyua. See tests/README for additional information.
tools Ancillary utilities and tests (not included in the build).
usr.bin User commands.
usr.sbin System administration commands.

For information on synchronizing your source tree with one or more of the FreeBSD Project's development branches, please see FreeBSD Handbook.