No description
  • C 61%
  • C++ 25.3%
  • Roff 4.7%
  • Shell 2.9%
  • Assembly 1.7%
  • Other 3.8%
Find a file
Christos Margiolis 554f5aa526 service(8): Replace indentation in usage()
The -d option was indented with spaces instead of tabs, and this broke
formatting.

Before:

-d                Enable debugging of rc.d scripts
-j              Perform actions within the named jail

After:

-d              Enable debugging of rc.d scripts
-j              Perform actions within the named jail

MFC after:	1 week
2026-04-19 12:40:31 +02:00
.cirrus-ci
.github CI: Disable ZIP file artifacts, update versions 2026-04-14 13:20:46 -07:00
bin sh: Increase default history size to POSIX mandated minimum of 128 2026-04-13 19:06:41 -04:00
cddl dtrace.1: Reference dtrace_cam.4 2026-03-20 13:10:59 +08:00
contrib libarchive: Staticize some variables 2026-04-18 10:25:35 +02:00
crypto crypto/openssl: update artifacts to match 3.5.6 release artifacts 2026-04-08 18:55:43 -07:00
etc arm64: Add arm64 SVE tests 2026-04-08 15:20:52 +01:00
gnu
include draid: fix cksum errors after rebuild with degraded disks 2026-04-15 14:48:00 -07:00
kerberos5
krb5 krb5: append to LDFLAGS instead of replacing 2026-03-20 10:19:35 -07:00
lib librpcsec_gss: Fix a typo in a source code comment 2026-04-19 10:12:02 +02:00
libexec rc.conf: Fix typo in comment 2026-04-17 13:55:16 +00:00
release Revert "EC2: Add clibs-lib32 pkg to small/builder images" 2026-04-13 12:42:57 -07:00
rescue
sbin ping6: treat setsockopt failures as fatal 2026-04-17 18:19:39 +00:00
secure [OpenSSL] Add missing header file (openssl/ml_kem.h) 2026-04-12 11:07:24 -07:00
share kshim/usb: Add build option. 2026-04-17 20:41:43 -06:00
stand stand/powerpc: Fix a typo in a source code comment 2026-04-19 10:12:02 +02:00
sys rpcsec_gss(3): Fix a typo in a source code comment 2026-04-19 10:12:02 +02:00
targets
tests tests/netinet6: Add test for route information option 2026-04-18 02:22:26 +03:30
tools kshim/usb: Add build option. 2026-04-17 20:41:43 -06:00
usr.bin du: Set BLOCKSIZE before running tests 2026-04-18 14:48:04 +02:00
usr.sbin service(8): Replace indentation in usage() 2026-04-19 12:40:31 +02:00
.arcconfig
.arclint
.cirrus.yml Update vendor/libarchive to 3.8.7 2026-04-13 15:29:20 +02:00
.clang-format
.clean_build_epoch
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.mailmap
CONTRIBUTING.md OpenSSL: import 3.5.6 2026-04-07 15:35:35 -07:00
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1 pkgbase: only provide shlibs from /lib,/usr/lib,/usr/lib32 2026-04-13 16:03:22 -04:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc posix_spawn: actions chdir and fchdir are now required by POSIX 2026-04-03 11:22:53 +03:00
README.md README: Update and harmonize 2026-04-18 16:12:32 +02:00
RELNOTES RELNOTES: catchup on changes I have made 2026-04-09 08:58:21 +02:00
UPDATING rc.d/NETWORKING: remove the NETWORK alias 2026-04-15 11:06:32 +02: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.
gnu Source code for third-party software 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 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.
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.