1
0
Fork
You've already forked freebsd-src
0
forked from FreeBSD/freebsd-src
FreeBSD source tree
  • C 60.6%
  • C++ 25.6%
  • Roff 4.7%
  • Shell 2.8%
  • Assembly 1.8%
  • Other 3.9%
Michael Tuexen ab837a2eed sockstat: improve indentation
No functional changes intended.
MFC after:	3 days
Sponsored by:	Netflix, Inc.
2025年10月07日 04:06:24 +02:00
.cirrus-ci
.github .github: Update to use llvm 15 2025年09月11日 21:30:07 +01:00
bin ln: Simplify sameness checks 2025年10月07日 18:23:58 +02:00
cddl zfs: install missing openzfs-2.4 files in /usr/share/zfs/compatibility.d 2025年10月05日 23:24:39 +02:00
contrib unbound: Vendor import 1.24.0 2025年10月07日 08:16:21 -07:00
crypto crypto/openssl: update generated files to match 3.5.4 artifacts 2025年10月07日 16:14:13 -07:00
etc BSD.root.dist: Add package tag for all directories 2025年10月08日 06:54:36 +01:00
gnu diff3: Move to own package 2025年10月01日 09:23:40 -04:00
include libc/resolv: get rid of MD5 2025年10月04日 10:50:02 +02:00
kerberos5 heimdal-kadmin: Add support for the -f dump option 2025年10月05日 09:18:35 -07:00
krb5 krb5: Enable PRINC_LOOK_AHEAD in ksu 2025年09月12日 07:32:48 -07:00
lib fts: Further improve the manual page 2025年10月07日 18:23:58 +02:00
libexec rc tests: Add a test to check for warnings from rcorder 2025年10月08日 12:51:16 +00:00
release release/RPI: Add RPI Zero 2W device tree blob dtb 2025年10月08日 12:34:25 -04:00
rescue
sbin rcorder: Fix grammar in warning about loops 2025年10月08日 12:07:01 +02:00
secure libpkgecc: Remove -ffreestanding 2025年10月08日 04:23:32 +01:00
share aacraid.4: Fix document description + tag SPDX 2025年10月08日 12:48:50 -04:00
stand libsa: smbios: Detect less-than-64-bit platforms via __SIZEOF_SIZE_T__ 2025年10月07日 10:14:41 +02:00
sys uma_core: Rely on domainset iterator to wait on M_WAITOK 2025年10月08日 18:59:47 +02:00
targets zfsboot: Remove zfsboot(8) program used to boot ZFS from MBR + BIOS 2025年07月28日 10:58:02 -04:00
tests tests/mac_ipacl: restore sysctls after modification 2025年10月08日 14:34:41 +00:00
tools cryptocheck: Be friendlier when testing software crypto backends 2025年10月08日 15:24:12 +00:00
usr.bin sockstat: improve indentation 2025年10月07日 04:06:24 +02:00
usr.sbin local-unbound-setup: Set so-sndbuf to 0 2025年10月08日 18:45:18 +02:00
.arcconfig
.arclint
.cirrus.yml Cirrus-CI: Bump to FreeBSD 14.3 image 2025年10月04日 12:09:45 -04:00
.clang-format
.clean_build_epoch build: introduce the notion of a build epoch 2025年08月14日 23:43:42 -05:00
.git-blame-ignore-revs git-blame-ignore-revs: sys/bus.h style(9) fixes 2025年09月12日 12:55:53 +08:00
.gitattributes
.gitignore src.sys.mk: Support src.conf in SRCTOP 2025年09月10日 18:58:30 +02:00
.mailmap
CONTRIBUTING.md CONTRIBUTING: Tweak the language 2025年08月08日 11:16:13 -06:00
COPYRIGHT
LOCKS
MAINTAINERS
Makefile Makefile: Force DISTDIR=/ for (update-)packages 2025年10月08日 04:22:32 +01:00
Makefile.inc1 build: don't create duplicate bootstrap-tools targets 2025年10月06日 12:51:29 -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
ObsoleteFiles.inc nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB 2025年10月06日 12:54:05 +00:00
README.md
RELNOTES RELNOTES: virtual_oss in base 2025年09月28日 11:58:34 +02:00
UPDATING packages: Add a sound package 2025年10月02日 02:37:35 +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.