Go to file
Fernando Apesteguía 5ab6ed93cd faccessat(2): Honor AT_SYMLINK_NOFOLLOW
Make the system call honor `AT_SYMLINK_NOFOLLOW`.

Also enable this from `linux_faccessat2` where the issue arised the first time.
Update manual pages accordingly.

PR:			275295
Reported by:		kenrap@kennethraplee.com
Approved by:		kib@
Differential Revision:	https://reviews.freebsd.org/D46267
2024-08-11 17:49:06 +02:00
.cirrus-ci
.github Github workflow: fix typo in zloop artifact 2024-08-09 16:49:19 -07:00
bin faccessat(2): Honor AT_SYMLINK_NOFOLLOW 2024-08-11 17:49:06 +02:00
cddl zfs: merge openzfs/zfs@9c56b8ec7 2024-08-10 11:43:43 +02:00
contrib Merge commit d2353ae00c3b from llvm git (by Argyrios Kyrtzidis): 2024-08-10 23:03:27 +02:00
crypto sshd: bump VersionAddendum for 2739a68450 2024-08-06 15:23:33 -04:00
etc mailer.conf for sendmail: remove duplicate word. 2024-08-07 17:03:12 +03:00
gnu Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
include abd: lift ABD zero scan from zio_compress_data() to abd_cmp_zero() 2024-08-09 14:30:26 -07:00
kerberos5 Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
lib faccessat(2): Honor AT_SYMLINK_NOFOLLOW 2024-08-11 17:49:06 +02:00
libexec dhclient: rc.conf option to disable ARP resolution 2024-08-09 14:49:51 -07:00
release EC2: Set dhclient_arpwait="NO" 2024-08-09 16:55:30 -07:00
rescue Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
sbin dhclient: Update dhclient man page for n flag 2024-08-09 14:49:47 -07:00
secure Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
share dhclient: Update rc.conf.5 with dhclient_arpwait 2024-08-09 14:49:54 -07:00
stand pxeboot: Enforce a 500k limit here 2024-08-06 17:22:36 -06:00
sys faccessat(2): Honor AT_SYMLINK_NOFOLLOW 2024-08-11 17:49:06 +02:00
targets mergemaster: remove from the tree 2024-07-16 08:25:54 -04:00
tests libzfs.h: Set ZFS_MAXPROPLEN and ZPOOL_MAXPROPLEN to ZAP_MAXVALUELEN 2024-08-08 15:23:40 -07:00
tools options: Make it clearer some x86 / BIOS only things 2024-08-06 17:39:10 -06:00
usr.bin Use expand_number(3) for less confusing argument processing 2024-08-08 21:22:39 +00:00
usr.sbin bhyve: remove empty E820 entries 2024-08-09 08:15:06 +02:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.git-blame-ignore-revs sys/sys/mman.h: ignore b5c95c93fd in blame 2024-08-06 19:21:33 +01:00
.gitattributes
.gitignore
.mailmap
CONTRIBUTING.md
COPYRIGHT
LOCKS
MAINTAINERS
Makefile armv6: Remove support for building armv6 2024-07-12 11:31:53 +00:00
Makefile.inc1 Revert "Makefile.inc1: show time for `make installworld'" 2024-07-15 09:50:04 -04:00
Makefile.libcompat Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.sys.inc
ObsoleteFiles.inc libc tests: Rename the quick_exit test file, fix style 2024-08-07 16:05:16 +00:00
README.md
RELNOTES
UPDATING Do not clean (in buildworld/buildkernel) by default 2024-07-29 13:16:52 -04: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.

For official FreeBSD bootable images, see the release 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 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.