Find a file
Mateusz Piotrowski 19677c0da8 ps: Fix synopsis
In the -L mode, the -L flag is not optional.

MFC after:	3 days
Sponsored by:	Klara Inc.

(cherry picked from commit 3f46bf40a1)
2023-06-05 12:57:13 +02:00
.cirrus-ci Cirrus-CI: add some timing info on pkg install failure 2022-02-09 12:39:50 -05:00
.github/workflows .github: Attempt to fix and increase robustness of macOS action 2023-02-22 12:47:12 -08:00
bin ps: Fix synopsis 2023-06-05 12:57:13 +02:00
cddl dtrace: add register bindings for RISC-V 2023-05-07 13:54:08 -04:00
contrib sqlite3: Vendor import of sqlite3 3.42.0 2023-06-04 18:38:55 -07:00
crypto OpenSSL: Merge OpenSSL 1.1.1u 2023-05-30 12:51:24 -04:00
etc Merge llvm-project release/15.x llvmorg-15.0.7-0-g8dfdcc7b7bf6 2023-04-09 16:54:52 +02:00
gnu gnu diff3: apply patch to committed src, rather than at build time 2022-11-19 14:10:48 -05:00
include netlink: add headers installation 2023-02-14 12:32:03 +00:00
kerberos5 heimdal: Do not build a redundant source file 2023-04-08 20:52:53 -07:00
lib open(2): fix typo 2023-06-05 11:35:02 +03:00
libexec rc.d: Fix NFS server startup scripts to enable vnet prison use 2023-05-22 11:23:58 -07:00
release release: Report disk image filename 2023-05-06 14:55:33 -04:00
rescue Include bsd.linker.mk to get LINKER_TYPE and VERSION in rescue 2023-04-29 09:23:06 +02:00
sbin setkey(8): document NAT-T and NAT-T MTU extensions syntax 2023-06-05 11:35:00 +03:00
secure OpenSSL: Regen manual pages for OpenSSL 1.1.1u 2023-05-30 12:52:04 -04:00
share cd9660.5: Fix the history section 2023-06-05 12:57:13 +02:00
stand loader.efi: Fix some arm64 PE metadata 2023-05-29 09:12:55 -04:00
sys __acl_get_fd(2), __acl_aclcheck_fd(2): enable for O_PATH filedescriptors 2023-06-05 11:35:01 +03:00
targets Fix bootstrapping to actually build lldb-tblgen for later use 2021-09-07 13:08:18 +01:00
tests tests: Fix format strings 2023-06-02 10:34:37 -04:00
tools netmap: pkt-gen: sync with upstream 2023-05-09 20:39:36 +00:00
usr.bin posixshmcontrol.1: Document posixshmcontrol create -l 2023-06-02 09:16:42 -04:00
usr.sbin ffs: restore backward compatibility of newfs and makefs with older binaries 2023-06-04 04:00:22 -07:00
.arcconfig
.arclint
.cirrus.yml Cirrus-CI: use llvm15 toolchain packages 2023-05-09 13:08:46 -04:00
.clang-format clang-format: Add bitset loop macros 2021-11-01 09:20:11 -04:00
.gitattributes
.gitignore add exuberant ctags tags file to gitignore 2022-01-11 15:25:37 +02:00
COPYRIGHT
LOCKS
MAINTAINERS
Makefile Switch to GCC 9 for the GCC tinderbox. 2023-03-22 15:33:30 -07:00
Makefile.inc1 Merge llvm-project main llvmorg-15-init-15358-g53dc0f10787 2023-04-09 16:54:45 +02:00
Makefile.libcompat Prefer MK_SSP=no to SSP_CFLAGS= 2021-08-11 13:56:28 -03:00
Makefile.sys.inc
ObsoleteFiles.inc ObsoleteFiles: Complete 20201025: Remove cal data files 2023-05-08 09:20:16 +08:00
README.md hier(7): remove text describing /usr/src layout 2022-12-05 12:37:07 -04:00
RELNOTES RELNOTES: Add an entry for the NFS "syskrb5" mount option 2023-05-26 16:05:00 -07:00
UPDATING UPDATING: Update release name and handbook link 2023-05-18 08:18:43 -06: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.

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* 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.