]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r340455, r340525, r341598
authorasomers <asomers@FreeBSD.org>
Thu, 21 Mar 2019 21:56:03 +0000 (21:56 +0000)
committerasomers <asomers@FreeBSD.org>
Thu, 21 Mar 2019 21:56:03 +0000 (21:56 +0000)
commit7a26c5e4cfc9c1a70f7eb8499631be73146f3ae2
tree7688ea4ee4548bc65406fd6ba675bbcf6b5359fd
parent879220856d3efe674532738c1b3b903256bb8672
MFC r340455, r340525, r341598

r340455:
fcntl.2: document an additional error condition

r340525:
mount_fusefs.8: expand HISTORY section

Note that fuse was available from ports long before joining the base system.
Also, update the upstream URL.

r341598:
stat(2): clarify which syscalls modify file timestamps

The list of syscalls that modify st_atim, st_mtim, and st_ctim was quite out
of date and probably not accurate to begin with.  Update it, and make it
clear that the list is open-ended.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D18410
lib/libc/sys/fcntl.2
lib/libc/sys/stat.2
sbin/mount_fusefs/mount_fusefs.8