No description
  • C 59.6%
  • C++ 26.9%
  • Roff 4.5%
  • Shell 2.8%
  • Assembly 1.7%
  • Other 3.9%
Find a file
Aymeric Wibo 95b4436e98
power: Rename sleep types
Make sleep type names clearer and more consistent, and allow space for
something like "os_hibernate" once that gets added to FreeBSD.

Reviewed by:	jaeyoon, olce, markj
Approved by:	jaeyoon, olce, markj
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D56920
2026-05-11 18:11:39 +01:00
.cirrus-ci
.github .github: support all stable branches 2026-02-19 15:10:32 +00:00
bin bin/sh: make it possible to use as interactive init 2026-04-27 04:45:12 +03:00
cddl dtrace_mib.4: Document the DTrace MIB provider 2026-05-07 13:53:50 +02:00
contrib Document some more OIDs that are used by bsnmp. 2026-05-09 18:04:45 +02:00
crypto krb5: Fix two NegoEx parsing vulnerabilities 2026-04-30 17:11:25 -07:00
etc BSD.root.dist: Correct tag for /etc/sysctl.kld.d 2026-05-09 11:04:25 +02:00
gnu Retire GNU diff3 2026-02-21 20:53:19 -05:00
include libc: add freadlink(3) 2026-05-10 17:53:20 +03:00
kerberos5 heimdal-kadmin: Add support for the -f dump option 2025-10-05 09:18:35 -07:00
krb5 krb5: Adjust additional version strings 2026-05-01 07:40:19 -07:00
lib [libm] implementation of rsqrt, rsqrtf, and rsqrtl 2026-05-10 19:36:33 +03:00
libexec nuageinit: add update_sshd_config tests 2026-05-10 17:54:48 +02:00
packages toolchain: Correct LLVM_BINUTILS pkg pkg dependency 2026-05-03 07:46:41 -04:00
release Makefile.vm: Split error condition 2026-05-06 13:50:07 -04:00
rescue Remove additional libtpool and libuutil-related files 2026-02-03 23:33:04 -08:00
sbin fsck_msdosfs: fix FAT header correction not persisting in cache mode 2026-05-08 21:56:12 -07:00
secure caroot: Regenerate 2026-04-27 11:33:09 +02:00
share rge: add the Intel Killer E5000 PCI ID 2026-05-11 10:26:03 -05:00
stand stand/i386: quiet executable stack warning 2026-05-09 21:25:43 -07:00
sys power: Rename sleep types 2026-05-11 18:11:39 +01:00
targets Retire GNU diff3 2026-02-21 20:53:19 -05:00
tests pfctl: relax interface name requirement 2026-05-07 17:07:23 +02:00
tools sys/cdefs.h: move __BEGIN_DECLS/__END_DECLS into a helper sys/_decls.h 2026-05-10 21:14:18 +03:00
usr.bin stat: Expand devname test case 2026-05-07 20:45:14 +02:00
usr.sbin jail: open the fstab files with fopen("re") 2026-05-06 18:28:53 -05: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: 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 MAINTAINERS, CODEOWNERS: Add myself for vt(4) review 2026-02-08 12:41:58 -05:00
Makefile universe: Bump default GCC version to 15 2026-02-06 10:32:58 -05:00
Makefile.inc1 Make "make update-packages" idempotent 2026-05-08 09:17:57 -06: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 man: Kill off MANSUBDIRs 2026-05-03 13:53:25 -04:00
README.md README.md: Add packages/ directory 2026-05-06 15:46:29 +01:00
RELNOTES RELNOTES: Add an entry for recent improvements to multicast routing 2026-04-29 14:36:50 +00: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.
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.