FreeBSD src tree https://www.freebsd.org/

Rozhuk Ivan 2448bb7569 u3g/cdce: patch for huawei 4G/LTE modems: E3272, E3372 3 سال پیش
.cirrus-ci 77013d11e6 Cirrus-CI: add some timing info on pkg install failure 3 سال پیش
.github 1091f525df .github: Update the path used for the homebrew LLVM install on macOS 4 ماه پیش
bin e9ac41698b Remove residual blank line at start of Makefile 2 ماه پیش
cddl 2aeb3e204a zdb: Chase a missing library dependency 2 ماه پیش
contrib 17853db4b0 ota: Merge 20240623 (bsd-features) from ota 9f971fba471b 1 ماه پیش
crypto 838b6caaba openssl: use getrandom(2) instead of probing for getentropy(2) 2 ماه پیش
etc e9ac41698b Remove residual blank line at start of Makefile 2 ماه پیش
gnu e9ac41698b Remove residual blank line at start of Makefile 2 ماه پیش
include 9a3f7fb46c include: ssp: fix last bare `inline` 2 ماه پیش
kerberos5 e9ac41698b Remove residual blank line at start of Makefile 2 ماه پیش
lib 9ae91f59c5 pf: convert DIOCGETADDR to netlink 2 ماه پیش
libexec 07d17ca189 nuageinit: Set recommended SSH permissions 1 ماه پیش
release ed807f7bca release.sh: Pass ARCH_FLAGS when setting VMSIZE 2 ماه پیش
rescue e9ac41698b Remove residual blank line at start of Makefile 2 ماه پیش
sbin 158f319428 route: avoid overlapping strcpy 1 ماه پیش
secure e9ac41698b Remove residual blank line at start of Makefile 2 ماه پیش
share bb7f7d5b52 nvme: Warn if there's system interrupt issues. 1 ماه پیش
stand e9ac41698b Remove residual blank line at start of Makefile 2 ماه پیش
sys 2448bb7569 u3g/cdce: patch for huawei 4G/LTE modems: E3272, E3372 1 ماه پیش
targets f2055611fe mergemaster: remove from the tree 2 ماه پیش
tests 4f752a1583 netpfil tests: run in parallel 1 ماه پیش
tools 32a9b95a87 stress2: Fix a typo in namecache2.sh 2 ماه پیش
usr.bin 646c28ea80 tcp: improve SEG.ACK validation 2 ماه پیش
usr.sbin a90b9d0159 wpa: Import 2.11 1 ماه پیش
.arcconfig cf145eb25f arcanist: use FreeBSD/git project repository instead of FreeBSD/svn 2 سال پیش
.arclint 9ff7bf7a93 arc lint: ignore /tests/ in chmod 6 سال پیش
.cirrus.yml e8b7c78c1b Cirrus-CI: switch to llvm18 by default 5 ماه پیش
.clang-format 2c18289b72 clang-format: Minor tweaks 4 ماه پیش
.git-blame-ignore-revs 4517b7a2d5 Add another commit to .git-blame-ignore-revs 6 ماه پیش
.gitattributes 896fd0d3f5 Remove SVN related Git attributes 8 ماه پیش
.gitignore 93a25ac9f4 .gitignore: add sys/*/compile 7 ماه پیش
.mailmap 48dbc2a4f9 mailmap: Translate my personal address 3 ماه پیش
CONTRIBUTING.md 467e3e2f20 CONTRIBUTING.md/style: spring cleaning 4 ماه پیش
COPYRIGHT 499e84e16f copyright: Bump the copyright date. 8 ماه پیش
LOCKS 08ae26534e Update LOCKS for Git 8 ماه پیش
MAINTAINERS 088cc7d221 man filesystems: fix more xrefs after move to s4 2 ماه پیش
Makefile 7818c2d37c armv6: Remove support for building armv6 2 ماه پیش
Makefile.inc1 867873b398 Revert "Makefile.inc1: show time for `make installworld'" 2 ماه پیش
Makefile.libcompat e9ac41698b Remove residual blank line at start of Makefile 2 ماه پیش
Makefile.sys.inc d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern 1 سال پیش
ObsoleteFiles.inc f2055611fe mergemaster: remove from the tree 2 ماه پیش
README.md 9f91b8aaf5 Update README.md to add pointer to release page. 4 ماه پیش
RELNOTES cf9c4b32cc RELNOTES: mention moving filesystems to section 4 2 ماه پیش
UPDATING 7818c2d37c armv6: Remove support for building armv6 2 ماه پیش

README.md

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.