No description
  • C 59.7%
  • C++ 26.8%
  • Roff 4.5%
  • Shell 2.8%
  • Assembly 1.7%
  • Other 3.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-08 02:16:18 +02:00
bin cat: add -A, -E and -T flags 2026-08-31 14:35:21 +02:00
cddl dtrace/tests: compile D sources at runtime on test target 2026-09-02 14:18:01 -04:00
contrib contrib/kyua: fix -Wshadow error 2026-09-05 10:12:11 -04:00
crypto manpages: Fix author e-mail address formatting 2026-09-04 21:46:20 +02:00
etc hastd: Add rudimentary tests 2026-09-05 17:44:35 +02:00
include libc: Add WCHAR_WIDTH in <wchar.h> as well 2026-09-05 14:11:22 +03:30
kerberos5 heimdal-kadmin: Add support for the -f dump option 2025-10-05 09:18:35 -07:00
krb5 krb5: Install profile.h again 2026-07-27 07:01:21 -07:00
lib Assign and test malloc result separately 2026-09-06 12:18:24 -07:00
libexec amd64 rtld: implement support for TLSDESC relocation 2026-09-06 01:00:10 +03:00
packages packages/sound: Add dependency on bsdconfig 2026-07-17 12:04:47 +01:00
release vmimage.subr: Use makefs -N 2026-09-02 09:37:58 -07:00
rescue net: Revert the ioctl SR-IOV VF status interface 2026-08-10 15:49:55 -07:00
sbin ifconfig: Add SR-IOV VF status output 2026-09-06 06:51:53 -07:00
secure crypto/openssl: add manpages missed in related commit 2026-08-28 19:28:11 -07:00
share ixl: Report SR-IOV VF status 2026-09-06 08:41:12 -07:00
stand manpages: Fix author e-mail address formatting 2026-09-04 21:46:20 +02:00
sys chore: add inet6 support for sctp, add sctp support alongside sctp 2026-09-08 02:16:18 +02:00
targets Retire dialog 2026-07-07 08:47:36 +02:00
tests tests/sys/kern/ssl_sendfile: fix the build with ATF 0.22+ 2026-09-06 12:18:26 -07:00
tools manpages: Fix author e-mail address formatting 2026-09-04 21:46:20 +02:00
usr.bin whereis(1): Fix style(9) 2026-09-06 18:55:16 +02:00
usr.sbin Introduce nfsdtop(8) 2026-09-06 15:34:34 -07:00
.arcconfig arcanist: use FreeBSD/git project repository instead of FreeBSD/svn 2022-08-23 14:16:41 +00:00
.arclint arc lint: ignore /tests/ in chmod 2017-12-19 03:38:06 +00:00
.cirrus.yml Cirrus-CI: Bump toolchain to LLVM 21 2026-05-12 20:29:30 -04:00
.clang-format clang-format: adjust to sort C++ headers per style(9) 2026-01-30 20:14:10 -08:00
.clean_build_epoch build: introduce the notion of a build epoch 2025-08-14 23:43:42 -05:00
.editorconfig Add .editorconfig 2026-03-07 00:51:15 -07:00
.git-blame-ignore-revs Ignore the white-space-only change for decompress.c 2026-07-13 14:25:00 -06:00
.gitattributes Remove SVN related Git attributes 2023-12-26 10:28:28 -07:00
.gitignore .gitignore: ignore additional unwanted files 2026-02-21 19:00:06 -08:00
.mailmap mailmap: Add entry for kfv 2026-08-11 14:29:44 +03:30
CONTRIBUTING.md CONTRIBUTING: fix typos in GitHub contribution guide 2026-04-21 15:19:36 -04:00
COPYRIGHT copyright: Happy New Year 2026! 2026-01-01 00:29:23 +00:00
LOCKS Update LOCKS for Git 2023-12-26 10:28:25 -07:00
MAINTAINERS Retire dialog 2026-07-07 08:47:36 +02:00
Makefile Source upgrade doc: etcupdate no longer needs -B 2026-06-21 13:54:17 -04:00
Makefile.inc1 Retire the GNU subtree 2026-07-07 08:47:40 +02:00
Makefile.libcompat Retire the GNU subtree 2026-07-07 08:47:40 +02:00
Makefile.sys.inc Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
ObsoleteFiles.inc lib9p: Make it a private library 2026-09-01 15:28:28 +00:00
README.md Retire the GNU subtree 2026-07-07 08:47:40 +02:00
RELNOTES RELNOTES: Add an entry for the NFS over RDMA "glue" commits 2026-08-30 19:00:45 -07:00
UPDATING iflib: Plumb per-packet RX hardware timestamps to mbufs 2026-09-02 17:49:30 -07: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.
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.
packages Base system packages.
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.