No description
  • C 61%
  • C++ 25.3%
  • Roff 4.7%
  • Shell 2.8%
  • Assembly 1.7%
  • Other 3.9%
Find a file
Zhenlei Huang 5f0ab9d9e9 amd64: Make start_all_aps() static
It is not used elsewhere since the change [1].

[1] ac3ede5371 x86/xen: remove PVHv1 code

MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D55668
2026-03-12 12:24:59 +08:00
.cirrus-ci
.github .github: support all stable branches 2026-02-19 15:10:32 +00:00
bin uuidgen: generate UUIDs in bounded batches to respect kernel limit 2026-03-07 00:51:16 -07:00
cddl Makefile*: remove powerpcspe 2026-01-09 11:28:43 -05:00
contrib tzcode: Update to 2026a 2026-03-11 04:48:58 +01:00
crypto krb5: Make the build a bit quieter 2026-02-17 14:46:52 +00:00
etc yes: Add tests 2026-03-11 04:44:17 +01:00
gnu Retire GNU diff3 2026-02-21 20:53:19 -05:00
include sys: add renameat2(2) syscall 2026-03-06 01:46:53 +02:00
kerberos5 heimdal-kadmin: Add support for the -f dump option 2025-10-05 09:18:35 -07:00
krb5 krb5: Make the build a bit quieter 2026-02-17 14:46:52 +00:00
lib sigreturn.2: refresh the man page 2026-03-11 16:38:34 +02:00
libexec stand: lua: break out a few more dirent types in lfs 2026-03-09 16:39:10 -05:00
release vmimage.subr: skip -dbg sets for WITHOUT_DEBUG_FILES/WITHOUT_KERNEL_SYMBOLS 2026-02-27 11:05:14 -08:00
rescue Remove additional libtpool and libuutil-related files 2026-02-03 23:33:04 -08:00
sbin fsck_msdosfs: reduce the scope of dentry deletion 2026-03-07 00:51:16 -07:00
secure OpenSSL: install EVP_CIPHER_CTX_get_app_data.3 once 2026-02-17 18:24:29 +00:00
share pci: Export bus numbers for bridge devices in struct pci_conf 2026-03-10 12:49:21 -04:00
stand build: Stop testing LINKER_FEATURES for ifunc and build-id 2026-03-10 20:00:17 -04:00
sys amd64: Make start_all_aps() static 2026-03-12 12:24:59 +08:00
targets Retire GNU diff3 2026-02-21 20:53:19 -05:00
tests tests/kern/ssl_sendfile: fix 'random' and 'basic' flakyness 2026-03-10 14:03:25 -07:00
tools depend-cleanup.sh: rebuild strnlen.o on riscv64 if it came from strnlen.S 2026-03-08 00:33:53 +01:00
usr.bin Calendars: Update status reports deadlines 2026-03-11 15:49:23 +01:00
usr.sbin pciconf: Add a tree mode 2026-03-10 12:51:00 -04:00
.arcconfig
.arclint
.cirrus.yml cirrus-ci: move package_check after test 2026-03-05 10:23:51 +00: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 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 .gitignore: ignore additional unwanted files 2026-02-21 19:00:06 -08:00
.mailmap mailmap: translate siva@'s personal email 2026-01-16 13:23:09 -05:00
CONTRIBUTING.md CONTRIBUTING.md: Github to Phabricator move adivce 2026-02-21 08:30:26 -07: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 MAINTAINERS, CODEOWNERS: Add myself for vt(4) review 2026-02-08 12:41:58 -05:00
Makefile Import tzdata 2026a 2026-03-03 04:33:08 +08:00
Makefile.inc1 Makefile.inc1: Don't force LLVM_BINUTILS off for cross-tools 2026-03-04 14:10:48 -05:00
Makefile.libcompat Makefile.libcompat: Use same PATH for _lc_build-tools as _build-tools 2025-08-22 21:46:15 +01:00
Makefile.sys.inc Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
ObsoleteFiles.inc sys: Retire le(4) 2026-03-02 14:10:15 -05:00
README.md Update README.md to add pointer to release page. 2024-05-09 20:40:46 -06: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.