freebsd

FreeBSD源码树(只读镜像)。【FreeBSD src tree (read-only mirror)】

  • Owner: freebsd/freebsd-src
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

FreeBSD源代码:

这是FreeBSD源代码目录的最高级别。这个文件的最后修订时间为:$FreeBSD$

FreeBSD是一种用于为现代服务器、台式机和嵌入式平台供电的操作系统。 一个大型社区已经持续发展了三十多年。 其先进的网络、安全和存储功能使FreeBSD成为许多最繁忙的网站和最普遍的嵌入式网络和存储设备的首选平台。

有关版权信息,请参阅此目录中的COPYRIGHT文件。 此树中的某些来源还存在其他版权信息 - 有关详细信息,请参阅特定的源目录。

此目录中的Makefile支持许多用于构建FreeBSD源代码树组件(或全部)的目标。参见build(7) 和 https://www.freebsd.org/doc/en_US.ISO8859-1 /books/handbook/makeworld.html 获取更多信息,包括设置make(1)变量。

源码路线图:

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 Various commands and libraries under the GNU Public License.
Please see gnu/COPYING* 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.
sys//conf Kernel configuration files. GENERIC is the configuration
used in release builds. NOTES contains documentation of
all possible entries.
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.

有关将源树与一个或多个FreeBSD Project的开发分支同步的信息,请参阅:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/...

Overview

Name With Ownerfreebsd/freebsd-src
Primary Language
Program languageMakefile (Language Count: 0)
Platform
License:Other
Release Count137
Last Release Namerelease/13.3.0 (Posted on 2024-03-04 23:09:10)
First Release Namerelease/1.0.0_cvs (Posted on 1993-11-01 00:00:00)
Created At2011-09-05 12:55:55
Pushed At2024-04-28 18:30:08
Last Commit At2020-12-30 11:29:55
Stargazers Count7.5k
Watchers Count464
Fork Count2.8k
Commits Count291.1k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count1
Pull Requests Open Count32
Pull Requests Close Count968
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

FreeBSD Source:

This is the top level of the FreeBSD source directory. This file
was last revised on:
$FreeBSD$

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),
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, and
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
for more information, including setting make(1) variables.

Source Roadmap:

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		Various commands and libraries under the GNU Public License.
		Please see gnu/COPYING* 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.

sys/<arch>/conf Kernel configuration files. GENERIC is the configuration
		used in release builds. NOTES contains documentation of
		all possible entries.

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:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html

To the top