No description
  • C 61%
  • C++ 25.3%
  • Roff 4.7%
  • Shell 2.8%
  • Assembly 1.7%
  • Other 3.9%
Find a file
Gleb Smirnoff 73f72ca08d tcp: make TCP_TRK_TRACK_FLG_* flags visible to userland programs
These flags are used in BBLog entries.
2026-03-23 14:55:59 -07:00
.cirrus-ci
.github Vendor import of libcbor 0.12.0 2026-03-22 10:31:23 -04:00
bin uuidgen: generate UUIDs in bounded batches to respect kernel limit 2026-03-07 00:51:16 -07:00
cddl dtrace.1: Reference dtrace_cam.4 2026-03-20 13:10:59 +08:00
contrib libcbor: Update to 0.13.0 2026-03-23 11:41:51 -04:00
crypto krb5: Make the build a bit quieter 2026-02-17 14:46:52 +00:00
etc mtree: Add missing entries 2026-03-23 06:41:59 +00:00
gnu Retire GNU diff3 2026-02-21 20:53:19 -05:00
include Make zpool status dedup table support raw bytes -p output 2026-03-13 09:53:56 -07:00
kerberos5
krb5 krb5: append to LDFLAGS instead of replacing 2026-03-20 10:19:35 -07:00
lib libpmc: Add support for IBS qualifiers 2026-03-23 17:21:28 -03:00
libexec pkg-serve(8): serve pkg repositories over TCP via inetd (8) 2026-03-20 13:29:48 +01:00
release release.sh: add chroot cleanup routine 2026-03-21 20:02:09 -07:00
rescue Remove additional libtpool and libuutil-related files 2026-02-03 23:33:04 -08:00
sbin pfctl tests: test rdr-to and nat-to in one rule 2026-03-22 07:20:48 +01:00
secure libcrypto: compile all PIC objects with -DOPENSSL_PIC -fPIC 2026-03-21 18:38:49 -07:00
share hwpmc.4: correct stale default values and update diagnostics 2026-03-23 17:21:28 -03:00
stand loader(8): embedded MD should be the most preferred currdev 2026-03-20 07:40:41 -07:00
sys tcp: make TCP_TRK_TRACK_FLG_* flags visible to userland programs 2026-03-23 14:55:59 -07:00
targets Retire GNU diff3 2026-02-21 20:53:19 -05:00
tests Revert "capsicum-test: remove stale file" 2026-03-23 15:45:13 +01:00
tools cross-build: Provide mempcpy when building on macOS 2026-03-23 16:56:09 +00:00
usr.bin mdo.1: Cross-reference with security.7 2026-03-23 13:30:21 +08:00
usr.sbin ifmcstat: remove libkvm(3) code 2026-03-18 14:00:43 -07:00
.arcconfig
.arclint
.cirrus.yml Vendor import of libcbor 0.13.0 2026-03-22 10:32:11 -04:00
.clang-format Vendor import of libcbor 0.12.0 2026-03-22 10:31:23 -04:00
.clean_build_epoch
.editorconfig Add .editorconfig 2026-03-07 00:51:15 -07:00
.git-blame-ignore-revs chore: ignore style(9) changes made in dd1410321 2026-02-08 12:09:27 -08:00
.gitattributes Remove SVN related Git attributes 2023-12-26 10:28:28 -07:00
.gitignore Vendor import of libcbor 0.13.0 2026-03-22 10:32:11 -04:00
.mailmap mailmap: translate siva@'s personal email 2026-01-16 13:23:09 -05:00
CONTRIBUTING.md Vendor import of libcbor 0.12.0 2026-03-22 10:31:23 -04:00
COPYRIGHT
LOCKS
MAINTAINERS MAINTAINERS, CODEOWNERS: Add myself for vt(4) review 2026-02-08 12:41:58 -05:00
Makefile universe: Bump default GCC version to 15 2026-02-06 10:32:58 -05:00
Makefile.inc1 Makefile.inc1: Don't force LLVM_BINUTILS off for cross-tools 2026-03-20 15:00:41 -04:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc sys: Retire le(4) 2026-03-02 14:10:15 -05:00
README.md Vendor import of libcbor 0.13.0 2026-03-22 10:32:11 -04:00
RELNOTES RELNOTES: Document some recent vmm changes 2026-02-19 17:16:59 +00:00
UPDATING sys/netinet6: switch net.inet6.ip6.use_stableaddr to on by default 2026-02-09 21:27:15 +01: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 Various commands and libraries under the Common Development and Distribution License.
contrib Packages contributed by 3rd parties.
crypto Cryptography stuff (see crypto/README).
etc Template files for /etc.
gnu Commands and libraries 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 Kerberos5 (Heimdal) package.
lib System libraries.
libexec System daemons.
release Release building Makefile & associated tools.
rescue Build system for statically linked /rescue utilities.
sbin System commands.
secure Cryptographic libraries and commands.
share Shared resources.
stand Boot loader sources.
sys Kernel sources (see sys/README.md).
targets Support for experimental DIRDEPS_BUILD
tests Regression tests which can be run by Kyua. See tests/README for additional information.
tools Utilities for regression testing and miscellaneous tasks.
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.