15
54
Fork 5
FreeBSD source tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Yuri Pankov 21af4e09f4
nvmecontrol(8): fix resv register -i synopsis
51 minutes ago
.cirrus-ci Cirrus-CI: add some timing info on pkg install failure 2 years ago
.github Vendor import of OpenSSH 9.3p1 2 weeks ago
bin pkill: tests: do a pass for case-sensitive conflicts 7 days ago
cddl libdtrace: fix indendation in dt_printd() 1 week ago
contrib contrib/tzdata: import tzdata 2023b 3 days ago
crypto sftp: add description of memory leak fix 5 days ago
etc Reserve u2f group for FIDO/U2F key support (SSH, etc.) 2 weeks ago
gnu gnu diff3: apply patch to committed src, rather than at build time 4 months ago
include arpa: garbage collect ns_newmsg/ns_rdata decls 5 days ago
kerberos5 kerberos5: retire now-unused MIPS support 5 months ago
lib libc: Use secure_getenv(3) where appropriate 55 minutes ago
libexec rc: Chase bfb202c455 and remove ifconfig down/up for wpa_supplicant 3 days ago
release pkg-stage.sh: update port trailing version information 7 days ago
rescue rescue: Fix link order of SSL libraries and fetch. 2 months ago
sbin nvmecontrol(8): fix resv register -i synopsis 51 minutes ago
secure ssh: Update to OpenSSH 9.3p1 2 weeks ago
share netlink: restrict default userland switch to netlink to i386/amd64. 1 day ago
stand amd64 loader: Use efiserialio for Hyper-V booted systems 1 week ago
sys arm64: Remove duplicated function prototypes for PAC 55 minutes ago
targets retire sconfig(8) ce(4)/cp(4) configuration tool 3 months ago
tests makefs: add missing break for 'g' case in tarfs test 4 days ago
tools netlink: add NETLINK/NETLINK_SUPPORT userland options. 1 day ago
usr.bin tftp tests: Fix a typo in the makefile 21 hours ago
usr.sbin bhyve: add config option to modify LPC IDs 6 hours ago
.arcconfig arcanist: use FreeBSD/git project repository instead of FreeBSD/svn 7 months ago
.arclint arc lint: ignore /tests/ in chmod 5 years ago
.cirrus.yml CI: Run pkgbase METALOG lint script 2 weeks ago
.clang-format clang-format: Add bitset loop macros 2 years ago
.git-blame-ignore-revs Add git-blame ignore file 2 months ago
.gitattributes Add a basic clang-format configuration file 4 years ago
.gitignore .gitignore: Ignore LSP generated .cache 3 weeks ago
CONTRIBUTING.md CONTRIBUTING.md: Suggest using checkstyle9.pl 6 days ago
COPYRIGHT Happy New Year 2023! 3 months ago
LOCKS LOCKS: update current locks 5 years ago
MAINTAINERS MAINTAINERS+GitHub: Reflect ipfilter was moved from contrib to netpfil 4 weeks ago
Makefile Import tzdata 2023a 5 days ago
Makefile.inc1 Add new DISK_IMAGE_TOOLS_BOOTSTRAP option 2 weeks ago
Makefile.libcompat libcompat: avoid installing include files twice 4 months ago
Makefile.sys.inc AUTO_OBJ: For all top-level targets enforce using an OBJDIR. 5 years ago
ObsoleteFiles.inc Remove libvmmapi.so.5 after the shlib version was bumped to 6. 3 days ago
README.md Vendor import of OpenSSH 9.3p1 2 weeks ago
RELNOTES RELNOTES: Add an entry for NFS server support in vnet prisons 2 weeks ago
UPDATING UPDATING: Document arm video devices renaming. 1 week ago

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.

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.