No description
  • C 59.7%
  • C++ 26.8%
  • Roff 4.5%
  • Shell 2.8%
  • Assembly 1.7%
  • Other 3.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Baptiste Daroussin 9315ab37fd video(4): wake the kqueue knote when a buffer completes
selwakeup() only wakes select/poll waiters; it does not notify the kqueue
knote registered on the device, so EVFILT_READ never fired when a frame
became available.
2026-09-14 08:57:36 +02:00
.cirrus-ci Cirrus-CI: add some timing info on pkg install failure 2021-08-04 15:02:00 -04:00
.github MAINTAINERS/CODEOWNERS: Scheduler: Use globs 2026-09-11 13:23:51 +02:00
bin chflags: Alias nocache to noucache for consistency 2026-09-13 07:42:52 -04:00
cddl tests: skip gracefully when the tested binary's own package isn't installed 2026-09-10 23:42:25 -06:00
contrib MFV: xz 5.8.4. 2026-09-13 18:09:38 -07:00
crypto manpages: Fix author e-mail address formatting 2026-09-04 21:46:20 +02:00
etc fdescfs: descend through /dev/fd/N when mounted linrdlnk 2026-09-12 15:18:49 -07:00
include arpa/telnet: Fix a typo in a source code comment 2026-09-11 18:31:29 +02:00
kerberos5 heimdal-kadmin: Add support for the -f dump option 2025-10-05 09:18:35 -07:00
krb5 krb5: Install profile.h again 2026-07-27 07:01:21 -07:00
lib MFV: xz 5.8.4. 2026-09-13 18:09:38 -07:00
libexec amd64 rtld: implement support for TLSDESC relocation 2026-09-06 01:00:10 +03:00
packages packages/sound: Add dependency on bsdconfig 2026-07-17 12:04:47 +01:00
release EC2: Add desktop flavour 2026-09-07 00:54:04 -07:00
rescue net: Revert the ioctl SR-IOV VF status interface 2026-08-10 15:49:55 -07:00
sbin nvmecontrol: Minor correctness issues 2026-09-12 10:59:16 -06:00
secure crypto/openssl: add manpages missed in related commit 2026-08-28 19:28:11 -07:00
share asmc.4: clean up/modernize manpage 2026-09-13 19:33:58 -07:00
stand loader: Use %u to print unsigned value 2026-09-12 10:59:17 -06:00
sys video(4): wake the kqueue knote when a buffer completes 2026-09-14 08:57:36 +02:00
targets Retire dialog 2026-07-07 08:47:36 +02:00
tests tests: Fix graid3 insert tests 2026-09-13 14:27:50 +02:00
tools stress2: add two new unionfs test scenarios 2026-09-12 22:19:19 -05:00
usr.bin tests: skip gracefully when the tested binary's own package isn't installed 2026-09-10 23:42:25 -06:00
usr.sbin bsdinstall: allow ZFS root on GPT under UEFI (amd64) 2026-09-12 21:22:57 +01:00
.arcconfig arcanist: use FreeBSD/git project repository instead of FreeBSD/svn 2022-08-23 14:16:41 +00:00
.arclint arc lint: ignore /tests/ in chmod 2017-12-19 03:38:06 +00:00
.cirrus.yml Cirrus-CI: Bump toolchain to LLVM 21 2026-05-12 20:29:30 -04: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 Ignore the white-space-only change for decompress.c 2026-07-13 14:25:00 -06: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: Add entry for kfv 2026-08-11 14:29:44 +03:30
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: Scheduling/Priorities: Add a bit more files 2026-09-10 17:32:30 +02:00
Makefile Import tzcode 2026d 2026-09-13 15:18:34 +02:00
Makefile.inc1 Retire the GNU subtree 2026-07-07 08:47:40 +02:00
Makefile.libcompat Retire the GNU subtree 2026-07-07 08:47:40 +02:00
Makefile.sys.inc Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
ObsoleteFiles.inc lib9p: Make it a private library 2026-09-01 15:28:28 +00:00
README.md Retire the GNU subtree 2026-07-07 08:47:40 +02:00
RELNOTES RELNOTES: Add an entry for the NFS over RDMA "glue" commits 2026-08-30 19:00:45 -07:00
UPDATING iflib: Plumb per-packet RX hardware timestamps to mbufs 2026-09-02 17:49:30 -07: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.
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.