FreeBSD src
Go to file
Devin Teske 98358de575 Fix spurious error from sysrc
When using sysrc to modify a file, the file should be created silently.
However, with the introduction of SVN r335280, an error of "No such file
or directory" would appear despite everything else working as-expected.

The nature of this spurious error is that SVN r335280 did not check if
the file exists first, before trying to fixup the line-endings in the
file just prior to modification.

PR:		bin/240875
Reported by:	Jose Luis Duran
MFC after:	3 days

(cherry picked from commit e19a2226fe)
2023-07-06 17:39:23 +02:00
bin Revert "df: remove the unused fstype var" 2023-03-21 19:55:00 -07:00
cddl dtrace: avoid gcc9 Walloca-larger-than 2023-03-21 19:18:22 -07:00
contrib Upgrade to OpenPAM Ximenia. 2023-07-03 17:13:49 +02:00
crypto sftp: avoid leaking path arg in calls to make_absolute_pwd_glob 2023-06-05 15:07:56 -04:00
etc MFC: Minor changes to force commit these files so new freebsd*.cf files are 2023-02-01 03:21:03 +00:00
gnu Revert "Do a sweep and remove most WARNS=6 settings" 2021-08-29 15:28:30 +02:00
include Change the return value of _Unwind_GetCFA in include/unwind.h. 2022-02-20 13:33:42 +01:00
kerberos5 heimdal: Do not build a redundant source file 2023-04-08 20:53:05 -07:00
lib msun: Correct FreeBSD version in sincos() man page 2023-06-23 00:02:27 +02:00
libexec rtld-elf: link libcompiler_rt on all architectures 2023-03-22 12:22:25 -07:00
release release: update GCE configuration for python3 2023-07-05 17:00:31 -04:00
rescue Include bsd.linker.mk to get LINKER_TYPE and VERSION in rescue 2023-04-29 09:24:37 +02:00
sbin ipfw.8: MFC: improve description for interface matching 2023-04-28 13:02:17 +07:00
secure OpenSSL: Regen manual pages for OpenSSL 1.1.1u 2023-05-30 13:03:56 -04:00
share SYSCALL_MODULE(9): fix references to modfind(2) and modstat(2) 2023-07-01 14:43:15 -04:00
stand stand: Remove a double word in a source code comment 2023-04-23 07:16:27 +02:00
sys syscalls: fix modspecific_t stack content leak 2023-07-04 08:52:50 -04:00
targets Unify zlib instances into one. 2022-04-09 21:16:24 -07:00
tests pfsync tests: check for the correct IP address 2023-05-25 03:56:19 +02:00
tools nemtap: lb app: Validate ihl field when hashing packet 2022-12-31 12:41:42 +00:00
usr.bin last(1): Remove double words in source code comments 2023-04-23 07:16:38 +02:00
usr.sbin Fix spurious error from sysrc 2023-07-06 17:39:23 +02:00
.arcconfig callsign isn't required anymore 2016-09-29 06:19:45 +00:00
.arclint arc lint: ignore /tests/ in chmod 2017-12-19 03:38:06 +00:00
.cirrus.yml Cirrus-CI: Use standard QEMU package 2022-08-28 23:53:21 -04:00
.gitattributes MFC r342793 - selectively disable ZFS without disabling loader 2019-03-20 15:34:40 +00:00
.gitignore add exuberant ctags tags file to gitignore 2022-01-11 15:26:49 +02: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 Partially MFC 7d0c2b1131, to enable MAKE_PARAMS per target_arch 2021-12-21 16:56:30 +01:00
Makefile.inc1 12.4: update stable/12 to -PRERELEASE to start the release cycle 2022-10-06 21:13:43 -04:00
Makefile.libcompat 12.4: update stable/12 to -PRERELEASE to start the release cycle 2022-10-06 21:13:43 -04: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 contrib/tzdata: import tzdata 2022d 2022-09-28 09:30:38 +08:00
README.md hier(7): remove text describing /usr/src layout 2022-12-05 12:53:00 -04:00
UPDATING UPDATING: Remove a double word in an entry 2022-04-14 08:38:55 +02: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.

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.