Go to file
Baptiste Daroussin 2f2bbc485f sh: improve emacs mode
In emacs mode, force ^R to backware search the history
This behaviour is the default in emacs mode for most of the other shells

Note: Note that this can still be overridden via $EDITRC, ~/.editrc or a
bind command after set -o emacs.

Approved by:		jilles
Reviewed by:		jilles, arichardson, pstef
Differential Revision:	https://reviews.freebsd.org/D29494

(cherry picked from commit 660045fb53)
2021-05-05 09:16:23 +02:00
bin sh: improve emacs mode 2021-05-05 09:16:23 +02:00
cddl libdtrace: Format USDT symbols correctly based on symbol binding 2021-01-18 12:00:40 -05:00
contrib Merge commit 'bd136720030ebb0b31e6d5a2236b9d0ddac71b94' 2021-04-30 18:38:04 +02:00
crypto OpenSSL: Merge OpenSSL 1.1.1k 2021-03-25 13:04:27 -04:00
etc flua: initial support for "require" in the base system 2021-01-23 21:43:19 -06:00
gnu MFC r365631: Only set WARNS if not defined 2020-09-16 23:17:15 +00:00
include Import OpenSSL 1.1.1j. 2021-02-16 14:54:02 -05:00
kerberos5 Add Makefile.depend.options 2019-12-19 04:58:11 +00:00
lib connectat(2): clarify that the s argument is socket 2021-05-03 04:39:27 +03:00
libexec mountd(8): generate a syslog message when the "V4:" line is missing 2021-03-27 13:03:51 -07:00
release MFC r367178: 2020-11-16 17:45:42 +00:00
rescue Introduce src.conf knob to build userland with retpoline 2018-11-20 20:16:03 +00:00
sbin pfctl: Revert "pfctl: Another set skip <group> fix" 2021-05-04 09:52:00 +02:00
secure OpenSSL: Regen manual pages for 1.1.1k 2021-03-25 13:13:25 -04:00
share Revert "stats.7: Add dwatch(1) to the list" 2021-04-22 19:55:01 +02:00
stand Drop EFI_STAGING_SIZE back down to 64M 2021-03-22 16:30:23 -04:00
sys arcmsr(4): Fix SCSI command timeout on ARC-1886. 2021-05-04 22:05:57 -07:00
targets Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp 2020-07-24 20:48:06 +00:00
tests pf tests: Test using '<ifgroup>:network' in tables 2021-05-04 09:54:45 +02:00
tools wlanstats: fix build 2021-04-27 17:33:42 +00:00
usr.bin Fix zgrep --version 2021-04-26 15:40:59 +02:00
usr.sbin config(8): Mention the authors of a paper in the SEE ALSO section 2021-04-16 16:28:38 +02:00
.arcconfig
.arclint arc lint: ignore /tests/ in chmod 2017-12-19 03:38:06 +00:00
.cirrus.yml Cirrus-CI: use FreeBSD 12.2 image 2021-02-15 18:49:51 -05:00
.gitattributes MFC r342793 - selectively disable ZFS without disabling loader 2019-03-20 15:34:40 +00:00
.gitignore Ignore generated LINT files 2021-02-18 16:12:22 -08:00
COPYRIGHT copyrights: Happy New Year 2021 2020-12-31 10:44:52 -05:00
LOCKS LOCKS: update current locks 2018-06-09 03:08:04 +00:00
MAINTAINERS MFC r361541, r362038, r364240 2020-09-10 20:46:16 +00:00
Makefile Makefile: add a small blurb about building with gcc xtoolchain 2021-01-23 21:19:37 -06:00
Makefile.inc1 Fix dependency cleanup hack for pf_ruleset.c 2021-01-22 17:25:38 +01:00
Makefile.libcompat Rename stable/12 to 12.2-PRERELEASE, marking the start of the 2020-08-28 00:00:37 +00:00
Makefile.sys.inc AUTO_OBJ: For all top-level targets enforce using an OBJDIR. 2017-12-05 21:29:47 +00:00
ObsoleteFiles.inc netpfil tests: Move pft_ping.py and sniffer.py to the common test directory 2021-01-03 21:26:49 +01:00
README Import OpenSSL 1.1.1j. 2021-02-16 14:54:02 -05:00
README.md README: add generic notes about GENERIC and NOTES 2018-06-17 19:44:24 +00:00
UPDATING UPDATING: add an entry for commit 0a1fdb867c 2021-04-30 16:35:39 -07:00

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