Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW;
authormillert <millert@openbsd.org>
Fri, 21 Apr 2000 15:47:27 +0000 (15:47 +0000)
committermillert <millert@openbsd.org>
Fri, 21 Apr 2000 15:47:27 +0000 (15:47 +0000)
commit51916406af05060bf8aa079a6c6938537d3b1599
treeac9684ec673595e96418f0964ec1baf8994596c3
parentbeae2e8d6298f28b79f911a722c24cefd79d0e2c
Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW;
adapated from FreeBSD.  Also change O_FSYNC to the more standard O_SYNC
and document it.  open(2) needs some real examples for proper usage,
to come later.
lib/libc/sys/open.2
sys/kern/kern_sig.c
sys/kern/vfs_vnops.c
sys/sys/fcntl.h