No description
Find a file
Simon J. Gerraty c95f96dea3 Update to bmake-20251111
Merge commit '638c66de4a0faa4c2e815e81cd4021c2387c7e0f'

(cherry picked from commit c60f6422ff)
2026-01-10 13:33:13 -08:00
.cirrus-ci
.github CODEOWNERS: Add nuageinit 2024-09-03 09:05:24 +02:00
bin sh: avoid warnings about too-long initializer strings 2026-01-02 21:44:28 +01:00
cddl ctfmerge: fix segfault when building on macOS 2025-12-15 14:49:04 -08:00
contrib Update to bmake-20251111 2026-01-10 13:33:13 -08:00
crypto openssh: Don't attempt to connect to unsupported addresses 2025-11-25 03:19:17 +00:00
etc mtree: Add missing flua/freebsd/sys entry 2025-11-23 13:09:15 -05:00
gnu
include libc/string: add strdupa(3) and strndupa(3) 2025-12-16 06:57:52 +02:00
kerberos5 heimdal-kadmin: Add support for the -f dump option 2025-10-27 09:53:33 -07:00
lib gpart: add libxo support for "show" subcommand + man page updates 2026-01-05 15:47:18 +01:00
libexec at cron file is now in /etc/cron.d 2025-12-23 09:11:30 -05:00
release GCE: Fix growfs path 2026-01-10 09:04:01 -08:00
rescue zfs: merge openzfs/zfs@32949f256 (zfs-2.2-release) into stable/14 2023-09-03 09:15:24 +02:00
sbin ifconfig: Fix the -L flag when using netlink 2026-01-07 13:50:38 +00:00
secure caroot: Update certdata URL for GitHub switch 2025-06-04 21:32:03 +02:00
share mrsas.4: Fix devid hex style 2026-01-09 19:49:52 +01:00
stand libsa: smbios: Detect less-than-64-bit platforms via __SIZEOF_SIZE_T__ 2025-12-19 10:16:37 +01:00
sys mps(4): Fix a typo in a device message 2026-01-10 14:12:24 +01:00
targets rtlbtfw: Firmware loader for Realtek 87XX/88XX bluetooth USB adaptors 2024-12-22 06:34:35 +03:00
tests ifconfig: Fix the -L flag when using netlink 2026-01-07 13:50:38 +00:00
tools ipfilter: Disable ipfs(8) by default 2026-01-05 12:01:01 -08:00
usr.bin Update to bmake-20251111 2026-01-10 13:33:13 -08:00
usr.sbin ntp: Fix buildworld with MK_OPENSSL=no 2026-01-05 12:01:02 -08:00
.arcconfig
.arclint
.cirrus.yml Cirrus-CI: Switch back to tzst packages, but use level 1 2026-01-05 11:25:27 -05:00
.clang-format clang-format: Minor tweaks 2024-05-20 09:42:32 -04:00
.git-blame-ignore-revs git-blame-ignore-revs: witness white space cleanup and style(9) tweeks 2025-09-01 21:31:32 +08:00
.gitattributes
.gitignore src.sys.mk: Support src.conf in SRCTOP 2025-09-16 13:27:55 +00:00
CONTRIBUTING.md CONTRIBUTING.md: fix typo from commmit to commit 2024-03-22 09:30:30 -04:00
COPYRIGHT
LOCKS Remove $FreeBSD$: one-line bare tag 2023-08-16 11:55:20 -06:00
MAINTAINERS Remove $FreeBSD$: one-line bare tag 2023-08-16 11:55:20 -06:00
Makefile Makefile: Force DISTDIR=/ for (update-)packages 2025-10-10 07:15:56 +01:00
Makefile.inc1 Use install instead of cp to copy bootstrap tools 2025-11-20 12:25:15 +01:00
Makefile.libcompat Makefile.libcompat: Use same PATH for _lc_build-tools as _build-tools 2025-12-15 16:58:45 +00:00
Makefile.sys.inc
ObsoleteFiles.inc apm(8): Drop MLINK to apmconf(8) 2025-12-18 17:51:14 -05:00
README.md
RELNOTES RELNOTES: ps(1): Document change in behavior for '-a'/'-A' 2025-05-08 19:34:44 +02:00
UPDATING UPDATING: Fix typo objump should be objdump 2025-10-14 00:55:49 +00: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.

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.