pf: Fix timestamps and connection rate in source node export
[freebsd/src.git] / README.md
blobbb0c34d39ec48302b3bde1e411c803394bbc1927
1 FreeBSD Source:
2 ---------------
3 This is the top level of the FreeBSD source directory.
5 FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms.
6 A large community has continually developed it for more than thirty years.
7 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.
9 For copyright information, please see [the file COPYRIGHT](COPYRIGHT) in this directory.
10 Additional copyright information also exists for some sources in this tree - please see the specific source directories for more information.
12 The Makefile in this directory supports a number of targets for building components (or all) of the FreeBSD source tree.
13 See build(7), config(8), [FreeBSD handbook on building userland](https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld), and [Handbook for kernels](https://docs.freebsd.org/en/books/handbook/kernelconfig/) for more information, including setting make(1) variables.
15 For information on the CPU architectures and platforms supported by FreeBSD, see the [FreeBSD
16 website's Platforms page](https://www.freebsd.org/platforms/).
18 For official FreeBSD bootable images, see the [release page](https://download.freebsd.org/ftp/releases/ISO-IMAGES/).
20 Source Roadmap:
21 ---------------
22 | Directory | Description |
23 | --------- | ----------- |
24 | bin | System/user commands. |
25 | cddl | Various commands and libraries under the Common Development and Distribution License. |
26 | contrib | Packages contributed by 3rd parties. |
27 | crypto | Cryptography stuff (see [crypto/README](crypto/README)). |
28 | etc | Template files for /etc. |
29 | gnu | Commands and libraries under the GNU General Public License (GPL) or Lesser General Public License (LGPL). Please see [gnu/COPYING](gnu/COPYING) and [gnu/COPYING.LIB](gnu/COPYING.LIB) for more information. |
30 | include | System include files. |
31 | kerberos5 | Kerberos5 (Heimdal) package. |
32 | lib | System libraries. |
33 | libexec | System daemons. |
34 | release | Release building Makefile & associated tools. |
35 | rescue | Build system for statically linked /rescue utilities. |
36 | sbin | System commands. |
37 | secure | Cryptographic libraries and commands. |
38 | share | Shared resources. |
39 | stand | Boot loader sources. |
40 | sys | Kernel sources (see [sys/README.md](sys/README.md)). |
41 | targets | Support for experimental `DIRDEPS_BUILD` |
42 | tests | Regression tests which can be run by Kyua.  See [tests/README](tests/README) for additional information. |
43 | tools | Utilities for regression testing and miscellaneous tasks. |
44 | usr.bin | User commands. |
45 | usr.sbin | System administration commands. |
47 For information on synchronizing your source tree with one or more of the FreeBSD Project's development branches, please see [FreeBSD Handbook](https://docs.freebsd.org/en/books/handbook/cutting-edge/#current-stable).